Steven Kabbes
Steven Kabbes
I'm not sure if this is possible, but can we separate the current bridge.node into 2 libraries libbridge.so (for Java loading) and bridge.node (for nodejs loading). Doing so will allow...
I would like to use redis, and graphql-redis-subscriptions to track page viewers for an internal app. The details of that are probably a bit much for a Github Issue, so...
Fixes: https://github.com/kyleconroy/sqlc/issues/1747 Problem - I was unable to write a query against pg_timezone_names. **Actual failing query** ```sql select name, abbrev, utc_offset, to_char((current_timestamp at time zone name), 'HH:MI am') as current_time...
### Version 1.14.0 ### What happened? As part of a project, we are exposing a configuration parameter to allow users to configure their timezone. This allows us to send notifications...
Can only be used once https://github.com/apex/up/pull/778 is merged.
I am working on a library to generically parse NSKeyedArchiver file formats. A very simply recursive map puts go-spew into an infinite loop. ```golang a := map[string]interface{}{} a["circular"] = map[string]interface{}{...
``` list_ish = interface +c { map(iterator_fn: function): list_ish; } ``` This would generate a block based api for objc, and a `Callable` (or similar one for java). This should...
When using djinni, it fails on trailing comments. Using comments not for documentation, but for commenting out methods / fields doesn't really work. **Works** (because it still looks like a...
I would love an automatic way to generate async results for various platforms. This allows the idiomatic async pattern to be applied on each platform. ``` my_slow_class = interface +...