Alessandro Arzilli
Alessandro Arzilli
For what it's worth, the number of simultaneously stopped goroutines is always going to be less than the number of CPU cores. It could still be 100, but usually it...
it's weird that vscode doesn't have a UI to see types and addresses. I guess the javascript bias is still strong. There's another way to go here: add the type...
Use Ctrl+plus and Ctrl+minus, or config zoom 1.5 to change font size.
In vendor/github.com/aarzilli/nucular/gio.go there's a line that says `mw.ctx.Input.Mouse.ScrollDelta++` (and `--`). I imagine the event that executes that gets generated many many times with the drag motion, for some reason. The...
Assuming the normalization that gio does is correct 6a21078a2e0c5f92f61a02771a79d9f817f2c963 should be the right way to do it, is it too slow?
You can actually copy the value of a variable by right clicking on it.
Once you have a readable font size use the `help` command.
`math.Pow` is implemented in assembly so its debug_info entry does not have any informations on its arguments. This is unfortunate but we can't do anything about it.
> If any maintainers would be able to point me in the right direction, I could try and take a look at what might be required to get this working....
@dr2chase At that line both the variables `newcap` and `cap` have the same loclist: DW_OP_reg4 (which happens to be correct for cap). This is optimized code so I don't know...