laggardkernel

Results 43 issues of laggardkernel

#### Description ~~Steal~~ Borrow the CA certs handling from [Homebrew's ca-certificates](https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/ca-certificates.rb): download CA certs from Mozilla, dump CA certs (installed by user) from Keychain, and merge them together. In the...

type: enhancement
maintainer: requires approval

#### Description tmux added SIXEL support since 3.4, enable this feature during build. https://github.com/tmux/tmux/blob/2df15ad08c9e4cf286cdb38cb645fc9066c3098d/CHANGES#L102 test method, build and open shell in tmux, install ImageMagick ``` convert /path/to/pic sixel:- ``` You...

type: enhancement
maintainer: open

command `copy-python-path.copy-python-import-statement` doesn't trim `__init__`, which may cause `from a.__init__ import b`.