Marty
Marty
**Describe the bug** https://www.vugu.org/doc/components describes a Rendered(vugu.RenderedCtx) method that gets called after rendered, I have found that this does not actually happen. **Software Versions** Vugu version: latest (v0.3.4) Go version:...
Having the type named inside the literal is not necessary, and will cause linter warnings from the `simplifycompositelit` linter for example.
**Describe the bug** After running smoothly for quite some time, I have an app that is suddenly crashing. Certain actions will trigger a panic with index out of range. This...
Hi, https://github.com/helix-editor/helix/ is a great editor and recently added support for [multiple language servers](https://helix-editor.com/news/release-23-10-highlights/). This should finally make it possible to use golangci-lint for diagnostics in the editor. I'm wondering...
* errors from close are not currently checked even though closing the listener is a key step to freeing the port again. * GetPort being deprecated I find silly since...
Great app, thanks for making it! I just tried the app and immediately lost my run. Needing to press the save button at the bottom means that unless you scan...
Hi! Looks like right now we are showing the addresses of pointers. ``` Pointer: *int:0x0000a4010 ``` IMO it would be better to do something like: ``` Pointer: *int:&55644133 ``` thoughts?