Rahul
Rahul
Hey there! Today, I again compiled `emacs-ng` with `webrender`. And font rendering is very poor, it's like I'm using something from 90s. You can see in below screen that it's...
> @basicfunc I think the font select code doesn't work well in your environment. > > https://github.com/emacs-ng/emacs-ng/blob/4884a6ea12df367bb434000b86fcf4a82d36565c/rust_src/crates/webrender/src/font.rs#L319-L344 > > You can debug those code if you are familiar with Rust....
Adding this `V` specs to `langauges.toml` leads to following warning, which doesn't happen with normal build ``` "V": { "line_comment": ["//"], "multi_line_comments": [["/*", "*/"]], "quotes": [ ["\\\"", "\\\""], ["'", "'"]...
Sorry, I did changed my toolchain in between, but results are same with stable compiler too. ``` tokei on master [!] is 📦 v12.1.2 via 🦀 v1.58.1 ❯ cargo...
Cool, sounds reasonable. But `cloc` and `scc` does support it. Like `Verilog` and `Coq`, both have same extension `*.v` but [scc](https://github.com/boyter/scc/) makes decision on keywords check, you can see here,...
> You can also now try out the zig package manager: > > `build.zig.zon` > > ```zig > .{ > .name = "name-of-my-program-or-package", > .version = "0.0.0", > .dependencies =...
> @rawhuul Version `0.7` of zig-clap targets `0.11` of zig. There is no guarantee that this version will work with newer version of zig. Seems you're very close to zig...
I won't able to find some good docs on CLIXML as it is not widely adopted but digging deep, I able to find implementation of [Export-Clixml command](https://github.com/PowerShell/PowerShell/blob/ec8c163369ae44d45fbb7668ec216f94dc6ae8c9/src/Microsoft.PowerShell.Commands.Utility/commands/utility/XmlCommands.cs#L20) and [deserializer of...
yeah sure, take your time. I’ll do my own research on it too
Okay, I will dig deep into the library and try to make a C wrapper of it in free time