Turiiya
Turiiya
Adds a first workflow configuration for linting. Will be green after #160 Sample run on fork: https://github.com/ttytm/polonium/actions/runs/8853446047
Formats the non-conforming files with the projects prettier config. For developer and accessibility friendliness I'd recommend updating the config to use tabs for indention, preserving spaces for alignment. With tabs...
Doc: `// Destroys a webview and closes the native window.` ```go package main import "github.com/webview/webview_go" const html = ` Exit ` func main() { w := webview.New(true) w.SetTitle("Bind Example") w.SetSize(480,...
## Description Please write a few sentences describing the overall goals of the pull request's commits. ## PR checklist Please tick as appropriate and edit the reasons (e.g.: "backport: not...
requires #433
### Describe the bug ~~Until now v-analyzer doesn't support script mode properly (when statements are not wrapped in a function).~~ The inital report was not fully true. I'm encountering cases...
### Describe the bug v-analyzer crashes when working with generics. the issue happens more often in neovim than in vscode. ### Expected Behavior keeps running ### Current Behavior segfault ###...