Eddy Wilson
Eddy Wilson
Hi, Currently there is only one way to extend ioredis using `addBuiltinCommand`. However, it doesn't allow setting a custom function name. I'm currently trying to extend ioredis to support commands...
## Motivation & Examples Currently `css` returns a single string with all class names, so it isn't possible to get a single class name for a specific property. For example:...
# Description This PR adds ~80 bytes to the final bundle by refactoring sources (*not* targets) to use arrays instead of LinkedList. But it makes it up by improving performance...
# Description From Slack discussion, this PR disallows side-effects in `computed`. That is, setting signal's values: ```ts const c = computed(() => a.value++) ``` I used a bit flag instead...
Hi 👋, this is a PoC of #213 😄 (all tests still passing 😅) # Description The basic idea of this PR is demonstrate how Signals could be improved to...
Hey 👋 While my git command is unusable thanks to Xcode update, I thought to open a discussion about something I'm trying to hack together in my local signals clone...
### What version of Bun is running? 0.5.7 ### What platform is your computer? Darwin 22.3.0 x86_64 i386 ### What steps can reproduce the bug? Clone [this repository (eddyw/bun-bug)](https://github.com/eddyw/bun-bug), then...
Hey 👋 So, just throwing random ideas here. Instead of a vscode extension or adding an additional package, this could be wrapped as a [TypeScript Language Service Plugin](https://github.com/microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin). Language Service...