Kenta Kubo
Kenta Kubo
holzschu/a-shell#172
Isn't this issue already resolved?
@holzschu His proposal is great. For example, also in a-Shell, you can fetch XCFrameworks with `swift package --package-path xcfs resolve` and then their paths become relative to the project directory...
How about using Vim plugins like these? - https://github.com/enricobacis/vim-airline-clock - https://github.com/mopp/sky-color-clock.vim
@terrychou What is the current status?
I've sent a pull request #68.
It seems that some rules in [`bootstrap-grid.min.css`](https://github.com/kishikawakatsumi/SourceKitForSafari/blob/7cdd986f831882497e995a1bd28023b577a74875/SafariExtension/js/index.css#L1) conflict with the CSS rules of GitHub. For example, [`max-width` for `.container-xl`](https://github.com/twbs/bootstrap/blob/a7942190c746b4aeefc5e7680cb396b1885670aa/dist/css/bootstrap-grid.css#L92) tightens the width of the page content. When the extension is...
It seems that OpenTerm uses libarchive 2.8.3 to extract archives now, and libarchive has been able to extract 7-Zip [since 3.0](https://github.com/libarchive/libarchive/wiki/LibarchiveFormats). Therefore it should be able to support 7-Zip files...
@cgzones I tried that, but AddressSanitizer's detect_leaks doesn't seem to be supported on macOS. ```console $ ./autogen.sh $ ./configure CC=clang CFLAGS="-O1 -g -fsanitize=address -fno-omit-frame-pointer" $ make $ ASAN_OPTIONS=detect_leaks=1 ./htop ==5375==AddressSanitizer:...