Roger Chapman
Roger Chapman
I seem to have the same fate with running hkcam: v0.0.9 (`hc` version) works fine, but if I try the newer version v0.1.0 that has migrated to `hap` it fails...
If I force a downgrade of `dnssd` to v1.1.1 it works again. Seems to have broken in dnssd v1.2.0+
@brutella Same fate unfortunately: does not work 😞 I notice that when I call `cancel` on the context that is passed to `hap.Server.ListenAndServe(ctx)` to shut everything down, the http server...
``` git clone https://github.com/iamcco/markdown-preview.nvim.git pack/plugins/start/markdown-preview.nvim ``` reload vim, then in vim: ``` :call mkdp#util#install() ``` reload vim, again.. done
The issue is with RN. It's fetch API implementation does not support streaming: https://github.com/facebook/react-native/issues/9629
I would not recommend Websockets for Mobile; it drains your battery really fast. One benifits of gRPC is its efficiency I.e better on your battery. The best option for RN...
Hey @smnbbrv thanks for the suggestion; sorry it took me so long to get to this. When I wrote this extension I wanted to use client interceptors (hence why I...
I suspect that the perf will be caused by the rendering of the JSON tree view; ideally we could add a “raw” view so that if you have data that...
Interesting; and good idea to use a worker thread. `__GRPCWEB_DEVTOOLS__` is currently injected into the main content window. The devtools give you a very limited API to get running scripts...