Lucjan Suski
Lucjan Suski
@ctrlplusb can you take a look?
It seems reverting b39dd4e899f634c940fa90b24c8c52b8e59cf557 along with this diff: ```ts diff --git a/index.d.ts b/index.d.ts index e9b6964..44a6d67 100644 --- a/index.d.ts +++ b/index.d.ts @@ -227,9 +227,7 @@ type ActionMapper = { [P in...
@fantapop I will be updating this PR this or the next week, I know the fix already and will make sure to fix it here as well
@fantapop since I had some other issues with this lib, I just went with lazy approach and pulled it directly into my source repo. The problem is that StripeCheckout API...
@k-vyn I'd love to port https://www.colorbox.io/ directly as a Figma plugin and it will be great to have color locking possibility.
Some ongoing, but already usable work is being done here: https://github.com/surferseo/intl-segmenter-polyfill / https://www.npmjs.com/package/intl-segmenter-polyfill See https://github.com/surferseo/intl-segmenter-polyfill/blob/master/examples/node.js on how to use with node, web usage is almost identical (you need to `fetch`...
I think after merging #598 and fixing #597 separately, it will be stable. I didn't notice any other problems than those two and the api itself is really useful. Thanks...
This is great. I think there should be a documented way of using devbox shell to provide environment for VSCode (and probably other IDEs), so that any extension can transparently...
@mohsenari thanks for a heads up! I think it's solving less problematic issue of having terminals in vscode open devbox shell, what's more important I think is to make sure...
LGTM too, thanks for your work!