Nick Lanham
Nick Lanham
**Describe the bug** When using emacs-slack I don't appear as "active" to other users. I can confirm this by manually curling the api. For example, I just typed a message...
It's awesome having my reading position synced across android devices. Would be even better if the desktop version could join in the sync party too. Thanks!
This change switches is_reachable and is_paired to fetch the properties instead of trying to call a method. (not sure if/when this changed in the dbus interface, but that's how they...
#### Which Delta project/connector is this regarding? - [ ] Spark - [ ] Standalone - [X] Flink - [ ] Kernel - [ ] Other (fill in here) ##...
**Is your feature request related to a problem? Please describe.** StackView lays out and draws all layers, even if they are not visible. If you have a Stack of a...
We should have a way to set what columns are shown when a command like `pods` runs without any `--show` or `--sort` argument. This needs some design for the interface...
This PR abstracts the functionality the a `SourcesQueueOutput` needs from its upstream input queue, and then adds a new type of queue that can have ids associated with the items....
This is more a divergence from go-jsonnet, as one could argue that the lazy nature of jsonnet should mean that this works. test: ```jsonnet std.format("%s", ["a", b]) ``` go-jsonnet: ```...
Example file: ```jsonnet "%(thing)d" % { thing: "NOT A NUMBER" } ``` go-jsonnet: ``` $ jsonnet num.jsonnet RUNTIME ERROR: Format required number at thing, got string :(588:11)-(589:47) function :761:15-50 thunk...
I'd like to try out supysonic, but I need it to connect to a mysql db over a socket at a file path (not via `host:port`). Looking at the code...