Aleksandr Vinokurov

Results 16 issues of Aleksandr Vinokurov

I set up mapView and download tiles as in the example https://github.com/mapbox/mapbox-ios-sdk-offline ``` float maxDownloadZoom = 19.0; float minDownloadZoom = 12.0; mapView = [[RMMapView alloc] initWithFrame:self.view.bounds andTilesource:tileSource]; mapView.showsUserLocation = NO;...

Array encoding respect empty values or values with double quotes for PostgresJAsyncContext Fixes #2418 ### Problem See #2418 ### Solution Put double quotes around any element value. Replace `"` with...

See https://getquill.io/#writing-queries-sql-specific-encoding-arrays and https://www.postgresql.org/docs/9.1/arrays.html: > You can put double quotes around any element value, and must do so if it contains commas or curly braces. **Version**: `3.16.0` **Module**: `quill-jasync-postgres` **Database**:...

As I already have a config file, I want a one setting in _build.sbt_ to configure flywayPlugin to source config from that file.

In CI/CD tags with only `major` and/or `major.minor` version numbers would be really helpful

type: enhancement

Checking with aquasec/trivy we see this: ``` build 04-Apr-2022 13:06:52 /cache/9.5.3.tar (debian 11.3) build 04-Apr-2022 13:06:52 ============================== build 04-Apr-2022 13:06:52 Total: 0 (CRITICAL: 0) build 04-Apr-2022 13:06:52 build 04-Apr-2022 13:06:52...

I'm running `shield` command and see tons of ``` [info] started sbt server sbt:myproject> shield [info] Reading ZIO Shield config from "/Users/myproject/.shield.yaml" [info] Building ZIO Shield cache... [error] Unable to...

### Expected Behavior Player controls should disappear after some time when in fullscreen. ### Actual Behavior Player controls stay visible when in fullscreen. On standard browser in Oculus Quest 2....

In current situation histograms are like this: ``` # TYPE system_metric_memory_used_bytes histogram system_metric_memory_used_bytes{applicaton_name="token-manager-service",kamon_category="system-metric",kamon_name="memory",le="3.69098752E9"} 21.0 1497442514940 system_metric_memory_used_bytes{applicaton_name="token-manager-service",kamon_category="system-metric",kamon_name="memory",le="3.707764736E9"} 60.0 1497442514940 system_metric_memory_used_bytes{applicaton_name="token-manager-service",kamon_category="system-metric",kamon_name="memory",le="+Inf"} 60.0 1497442514940 system_metric_memory_used_bytes_count{applicaton_name="token-manager-service",kamon_category="system-metric",kamon_name="memory"} 60.0 1497442514940 system_metric_memory_used_bytes_sum{applicaton_name="token-manager-service",kamon_category="system-metric",kamon_name="memory"} 2.22113562624E11 1497442514940 ``` With `le="3.69098752E9"`,...

Tapir version: 1.1.3 Scala version: 2.13.10 I'm defining the endpoint and server logic like this: ```scala import sttp.tapir.ztapir._ import sttp.tapir.generic.auto._ import io.circe.generic.auto._ import sttp.tapir.json.circe._ case class UploadForm(file: Part[TapirFile]) val uploadEndpoint:...