Nelo Mitranim

Results 118 comments of Nelo Mitranim

An argument could be made that knowing to disable a plugin of a specific package is already special knowledge, compared to opening its settings and finding a boolean, which only...

Just ran into this. Spent some time this week switching our production app from Deno to Bun. When I made it work, it turned out that Bun does not compress...

Solved this for my projects by implementing an HTTP compressor utility with support for RAM-caching, similar to the plan outlined above. It selects the appropriate algorithm, performs compression, and if...

Thanks for the info! As it happens, the link redirects back to this repo, and the commit and branch you mentioned seem to be missing...

Does this proposal require `AsyncContext.Variable..run` to return a promise? If it does, it forces a color change. If it doesn't, and simply returns the result of calling the provided function,...

Synchronous demo which clarifies my earlier statement. I hope that this proposal behaves basically the same way: ```js import * as ah from 'node:async_hooks' const DYN = new ah.AsyncLocalStorage({defaultValue: 10})...

`1` might be solvable using the "sticky modifier keys" feature which already exists in Karabiner Elements. You can remap any key to act as "sticky fn". Not sure if this...

Seconded. I would also appreciate if function key modification was opt-in, and disabled by default. Related: #3851.

Leaving this for people with a similar use case to mine. I wanted to open new Warp tabs in the [Yazi](https://github.com/sxyazi/yazi) file manager (hover a directory, hit a key, boom,...

Have a use case that requires preserving `.name` of some classes and functions. Detecting `.name` access and preserving just those names would be perfect, as long as the detection can...