Mike Frysinger

Results 240 comments of Mike Frysinger

while the unarchiver project itself has hooks for requesting passwords from the user, the 7zip format specifically in libarchive does not currently support encrypted files the current release is 3.3.2:...

the trouble is that this relies on nacl which is being deprecated, and usually the OS has a much better native archive manager (e.g. performance and UI and file system...

it should be possible to use [wasm](https://webassembly.org/) here instead of NaCl, but at least for Windows, imo something like [7-zip](https://www.7-zip.org/) is better than anything i'd be able to produce in...

> * GitHub's yaml syntax for action.yml technically requires required for each field, and the VSCode syntax validation screams about the lack of it. Note that GHA the runtime doesn't...

> The meat of this PR is the last commit which sets an output that is then used for each subsequent step. yes, this is the part that really needs...

use Secure Shell -- it includes this mosh project now. https://chrome.google.com/webstore/detail/iodihamcpbpeioajjeobimgagajmlibd

i've never heard of base16 before. but iiuc, the escape sequences we're talking about: * OSC-4: read/write the color palette * SGR-38/SGR-48: use 256 color palette (and 24-bit truecolor) hterm...

i think 256-colors are working in mosh now. the problem originally reported here was about color palette changing. afaict, mosh still doesn't support OSC-4 (among many others). so these bugs...

Note: While the code is based on working logic I wrote for Secure Shell, I haven't tested this in the slightest ;). So you probably want to sanity check it...

ah looks like someone already discovered & proposed a fix at #161. you can decide which form you like better ;).