Ayush
Ayush
When running nano from overlay bundles, it complaints about libncurses.so.5 and libtinfo.so.5 being non-existent. This is because in ncurses's build file, they are related to libncursesw.so.5 and libtinfow.so.5 respectively which...
## Description General purpose resource management engine which is meant to be cross platform (works on desktop, wasm, android etc.) The general idea is that in order to access resources,...
Right now the title just disappears out of nowhere. It's difficult to say whether some title is complete or there is more.
Commit message: > Default command now also points to the actual directory if default compiler is master. > > List command now also marks which one is the master also...
I suggest that default and list command to show some more details, namely: - default command should show the actual path of master - list command should show which one...
POC at [ranlib](https://github.com/moosichu/zar/tree/ranlib) branch for elf files (gnu format only) right now. It uses object parsing code from zld directly with minimal changes to compile without unneeded files, but maintains...
Currently, the API has some problems, as also mentioned in my last PR. 1) When doing a delete operation, the finalize() method is overwriting the contents of the file itself,...
In order to merge zig-ar with this, some minor changes/addition needs to be done. 1) Add header and contents field to ParsedFile ``` pub const ParsedFile = struct { name:...
Run: ```sh-session python Scripts/create_project.py skylicht-test Samples/skylicht-test ``` It will regenerate the root cpp and h file with class name ``skylicht-test`` which is not a valid identifier. The current script only...