Jason Berlinsky

Results 9 issues of Jason Berlinsky

Currently, when `goworker` workers fail due to an uncaught error, tracking down the root cause of the problem is rather difficult. Only the contents of the error message itself is...

When issuing a request to the Golang API that triggers an HTTP 4XX error (e.g. a 422 validation error), the Swagger API will return useful error context, e.g.: ``` {...

go
p3

### TL;DR Breaking Helm chart updates have moved configuration of `gitlab.task-runner` to `gitlab.toolbox` ### Expected behavior Successful provisioning of Gitlab ### Observed behavior Invoking the module yields an error: ```...

bug

The OAuth spec only specifies that HTTP POST url-encoded parameters should be added to the signature base string. Therefore, these lines correctly implement the PUT protocol within OAuth: https://github.com/simplegeo/python-oauth2/blob/master/oauth2/__init__.py#L646-648 However,...

**As a** person who uses ElasticSearch for large quantities of data **I want** to be able to execute paginated scroll queries (ref: https://www.elastic.co/guide/en/elasticsearch/reference/2.3/search-request-scroll.html) **So that** I can efficiently iterate through...

The [image classification tutorial](https://www.tensorflow.org/tutorials/images/classification#visualize_training_results) does not properly index into the extracted directory that contains the downloaded image dataset.

When a primary has public access enabled: ```hcl ... primary_instance = { ... enable_outbound_public_ip = var.alloydb_allow_public_ip } ... ``` Attempting to configure a read replica *without* a public outbound IP...

waiting-response
triaged