maxxnino

Results 10 comments of maxxnino

Thank for the clarify. After messing around, I found three drop function can be used: - `TextureView` for current `SwapChain` can be `Drop` after `SwapChainPresent` is called. Without this the...

In the past, when I built query for highlights. It got slower and slower when more node inside a node too. At that time, I used tree sitter 0.20.0. My...

I don’t know if it helps. I got this error too, but after setting the passive mode ports and allowing all of those ports through the Windows firewall, the issue...

I attempted to create a shared library, but encountered an error when running `zig build`. I’m currently using `Windows 11` and `zig version 0.12.0-dev.3212+40e64245f`. ``` zig build install └─ install...

I was thrilled when I discovered the Playwright support in the latest release. Eager to try it out, I jumped right in. However, to my surprise, I encountered the same...

> Same here. I tried every command and I got in the game but my inputs were not working. Edit: i don't know why but "gamemoderun" made it to run...

I have two ideas for improving this. The first one is a quick and dirty method that I have already used from the beginning. It involves manually inspecting the highlights...

The existing query works fine, so nothing needs to be changed. I think my Neovim is just messing around with me.

I only use them from my local machine. Add quick header to each file. and a small python script to grab `ERROR` in those files. Sometime I use, sometime I...

> ```ts > const Highlighter = new LezerHighlighter(parser, (monokai as any)[1][2].value); > ``` I got the same error too