Ilia Mirkin
Ilia Mirkin
The code to generate an OpenSSH-compatible encrypted private key might go something like: ``` k, err := BcryptPbkdfKey([]byte(passPhrase), []byte(opts.Salt), int(opts.Rounds), 32+16) if err != nil { return err } key,...
### Bug report After ESLintPlugin has been running for a while, with a bunch of files changed, I will start to get errors like `'any' overrides all other types in...
### Description Excel allows selecting multiple sheets as active, by shift- (or ctrl-) clicking on the tabs. This comes out in the resulting xlsx as ``` ``` in multiple sheet...
# PR Details This adds support for the "new" icon sets (3 triangles, 3 stars, 5 boxes). These were introduced in a later revision of the spec, and thus need...
There's currently functionailty to support an IconSet on a conditional format. However if one doesn't want to use a built-in scheme, Excel allows a custom scheme instead where icons are...