Daniel Leong
Daniel Leong
### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed. 1. Which driver are...
### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...
The API complains that we're trying set set eg: `battery`. I believe this happens for `updateSensorState` as well. Also, some documentation about which things are "config" and which are "state"...
Hello! Is there any chance of some updates to support running on Apple ARM? Currently, attempting to do so gets me this: ``` Exception in thread "main" com.badlogic.gdx.utils.SharedLibraryLoadRuntimeException: Couldn't load...
While chasing down a "slow file opening" issue caused by my fireplace-based syntax highlighting, I noticed that the `s:repl.preload` operates synchronously, which seems to be my bottleneck. Would you be...
Seems to be due to eg `clojure.repl/special-doc` not existing at the cljs repl. Deferring var resolution via `((resolve 'clojure.repl/special-doc) sym)` instead of `(#'clojure.repl/special-doc sym)` seems to fix it for the...
The first call is a bit slow so I didn't set up a default `BufRead` autocmd. Also, it's unfortunate but most of the useful functions needed for full highlighting (`ns-aliases`,...
We can use `require("os").networkInterfaces()` to enumerate them all. Might obviate the need for the `--bind` flag.
And probably in the API as well. See https://i.imgur.com/p76ERg5.png for reference (thanks to @danjono for this)
Since credentials are tied to a specific device (I believe) we should probably not try to use credentials intended for *one specific* device with *any* device, as we do now....