Results 10 issues of Chris Savvopoulos

I get the following error when I attempt to run the output generated by migra. If I move the DROP statement further down below, the script continues (but fails elsewhere,...

bug

**Describe the bug** The app crashes under very specific conditions: * emulator-only (it worked fine on my iPhone 13 Pro, even after upgrading to 15.4) * iOS 15.4 (works fine...

upstream
MapLibre

=> (p/parse :en$core "530" [:time]) ({:dim :time, :body "530", :value {:type "value", :value "0530-01-01T00:00:00.000-00:01:15", :grain :year, :values ()}, :start 0, :end 3, :latent true})

myproject.core=> (p/parse :en$core "thursday afternoon" [:time]) ({:dim :time, :body "thursday afternoon", :value {:type "interval", :from {:value "2016-11-03T12:00:00.000Z", :grain :hour}, :to {:value "2016-11-03T19:00:00.000Z", :grain :hour}, :values ({:type "interval", :from {:value "2016-11-03T12:00:00.000Z",...

The following code sample includes a repro. I start with a TWKB string generated using PostGIS, then compare the outputs of two libraries, `wkx` and `twkb`. `twkb` yields the expected...

### Mapbox Implementation Mapbox ### Mapbox Version 10.7.0 ### Platform Android ### `@rnmapbox/maps` version 10.0.7 ### Standalone component to reproduce In the MapHandlers example, add the following line inside of...

upstream
Android
todo
waiting

RN Apps currently don't get the opportunity to destruct themselves prior to a restart, leading to crashes and bugs: https://github.com/microsoft/react-native-code-push/issues/2567#issuecomment-1820827232 This is an attempt to mitigate these crashes, by properly...

Since the last release yesterday, I've been getting the following bug in my cb. I am now reverting to 2.0.2 to see if it fixes this. ``` => App running...

I've noticed that the sqlite lib crashes when codepush restarts the app, if there are a pending async queries. The reason is that it tries to use a runtime that...

**Is your feature request related to a problem? Please describe.** [update_config](https://docs.docker.com/reference/compose-file/deploy/#update_config) configures how the service should be updated, and it particularly useful for rolling updates. podman-compose does not have support...

enhancement