dizzib
dizzib
AFAICT CoffeeSharp's watch mode does not watch for new files being added, requiring a manual restart of the process. It would be useful if CoffeeSharp could automatically watch for and...
The panel text is obscured by subsequent widgets on startup:  Quick workaround is to enter Awesome Widget Settings then hit OK:  Also, for some reason the text becomes...
Because the free nodejs hosting on Openshift v2 has been withdrawn :-1:
Due to removal of marionette's global `testUtils` object which is used to maintain state across calls to `_executeScript`. Unfortunately I've been unable to find a substitute that works, having tried...
Haven't tried this yet, but it seems stale data might be returned after save() is called ? If the cache expired on save() then the expiry time could be significantly...
 https://xplr.dev/en Safari browser on iPad pro 12 For anyone else having this issue, you can read the documentation from https://github.com/sayanarijit/xplr/tree/dev/docs/en/src
It would be great if virtual text could appear on the current line begin debugged. Also, in the screenshot we see `bool value = “b0”` ![Screenshot 2024-09-06 at 14 37...
### Did you check the docs? - [X] I have read all the trailblazer.nvim docs ### Is your feature request related to a problem? Please describe. I have configured [flash](https://github.com/folke/flash.nvim)...
In the following example…  …accepting the completion results in the following:  It would be great if it could...
Colors are not highlighted in flutter/dart code, I guess because format `item.kind` is `Field` and not `Color`:  My cmp config: ``` formatting = {...