Skip to content
View ivanp's full-sized avatar
🏠
Kerja di rumah
🏠
Kerja di rumah

Organizations

@kitalulus

Block or report ivanp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Gradle force ES 7.12.1 Gradle force ES 7.12.1
    1
    dependencies {
    2
        implementation 'org.springframework.data:spring-data-elasticsearch:4.2.7'
    3
        implementation 'org.elasticsearch:elasticsearch:7.12.1'
    4
        implementation 'org.elasticsearch.client:elasticsearch-rest-high-level-client:7.12.1'
    5
        implementation 'org.elasticsearch.client:elasticsearch-rest-client:7.12.1'
  2. Testing smart_open and streaming in ... Testing smart_open and streaming in starlite
    1
    # The /your_endpoint returning Stream object
    2
    # with smart_open.smart_open(uri, 'rb') as f:
    3
    #   return Stream(
    4
    #     iterator=f,
    5
    #   )