Stone Tickle

Results 9 issues of Stone Tickle

(copied/editied from second half of #13) # Generic Parsing ## Motivation Many counters exposed to userspace by the linux kernel are exported as a file that is _not_ simply a...

enhancement

This fixes #41. My fix is achieved by multiplying various values by 2, but I think the proper fix would involve correctly tracking fb size and window size (with glfwSetWindowSizeCallback(window,...

This can be obeserved in muon itself when linking to a shared libpkgconf. ``` curl -L -o build/pkgconf-1.9.3.tar.gz https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-1.9.3.tar.gz tar xvf build/pkgconf-1.9.3.tar.gz mv pkgconf-pkgconf-1.9.3 subprojects/pkgconf ./bootstrap build build/muon-bootstrap setup -Dforce_fallback_for=libpkgconf...

bug

Hey, thanks for working on this project, it really saved me some headaches when trying to generate xcode project files! I just ran into a weird issue. I am generating...

Adds muon as an available lsp. I just finished adding a simple lsp frontend to muon. It currently supports diagnostics, limited code completion (variables, functions, and methods), and goto definition.

Also, substitute ${workspaceDirectory} in all string settings values. This allows you to do something like this in your settings.json: ``` "mesonbuild.languageServerPath": "${workspaceFolder}/Tools/bin/muon", "mesonbuild.mesonPath": ["${workspaceFolder}/Tools/bin/muon", "meson"], ``` - You can use...