Mateusz Czapliński
Mateusz Czapliński
I think there are some Windows APIs for reading resources from an .exe file on disk. Those could be used to verify that we've built a .syso that results in...
add a list of alternative similar projects in README, e.g. based on the thread: https://groups.google.com/d/topic/golang-nuts/_LszV5IqBWg/discussion
To fulfill requirements of MIT/BSD licenses (?), I should add -version option printing the licenses & copyrights (?)
### Problem Statement I started naming my tab stashes groups using the rename feature, and the "Unstashed Tabs" name now sticks out not following the convention and distracting my focus....
FWIW, https://pikchr.org is a small CLI application in C that is an evolution by SQLite author(s) of the venerable [PIC](https://en.wikipedia.org/wiki/PIC_(markup_language)) by Brian Kernighan. It allows drawing SVG diagrams from a...
Fix issue #262 - function with unnamed array-typed args: void issue262_a(int[2]); void issue262_b(int[]);
I'm getting error like below: ```console $ cat test.h void foobar(uint64_t[2]); $ ~/.nimble/bin/toast -n test.h # Generated @ 2020-12-14T22:26:39+01:00 # Command line: # /home/akavel/.nimble/pkgs/nimterop-0.6.13/nimterop/toast -n test.h toast.nim(227) toast cligen.nim(754) cligenScope...
``` C:\prog\rusti>cargo run -v Fresh winapi-build v0.1.1 Fresh assert_matches v1.0.1 Fresh regex-syntax v0.3.4 Fresh getopts v0.2.14 Fresh cfg-if v0.1.0 Fresh winapi v0.2.8 Fresh log v0.3.6 Fresh utf8-ranges v0.1.3 Fresh void...
It would be cool if the tool supported an output format similar to "typical compilers", so that it could be easily fetched into vim's "quickfix" window, for easy jumping through...
Didn't work for me when I tried *up* on MacOS. Need to try if it works on Linux or not, then need to make it work.