Kai O'Reilly

Results 459 comments of Kai O'Reilly

You can use the `texteditor.Buffer.SetLang` function to customize the highlighting language now; see the text editor documentation in the views section on the [Cogent Core Website](https://cogentcore.org/core).

We already do change the color of the menu buttons when they are focused. I will consider having it not select the first pop-up item by default. I will work...

Thank you for this suggestion. It probably makes sense to add `golangci-lint` to the CI as you suggested at some point, but I am not sure that we would want...

Thank you for reporting this. Can you try running this command and paste in the output here? ``` go run cogentcore.org/core/gpu/cmd/webgpuinfo@main ```

Yes, I doubt that it would work correctly from ssh, so thank you for planning to test it directly on the machine.

Thank you for the information. Can you try this command? ```sh go run github.com/cogentcore/webgpu/examples/triangle@main ```

@0pcom Thank you for the information. Can you follow the steps linked below to install Vulkan and see if that fixes the issue? If it doesn't, please send the output...

Thank you for trying that. Someone else had a similar issue previously (#1063) and got the same warnings, but it still worked for them using a `llvmpipe` software backend. Therefore,...

Great! I will update the documentation and install command accordingly and close the issue after that.

With the new `NewTab` structure returning the `Tab` button, can't you just add an `OnClick` or `OnFinal` `events.Click` on that?