Flo
Flo
**Is your feature request related to a problem? Please describe.** CodeSwing is great to tinker and quickly try out stuff. GistPad is great to store snippets and access them later....
Great project! I've been looking for something like this to fork for a while ;-) Any chance you'll add multi-caret editing? This is one of the main functionalities I miss...
I tried adding auto-animate to a react package that is built and exported for use in another repo. The build step for the package looks like this `tsc && babel...
TL;DR: `ignoreLocallyUsed` does not work when the export is used in - `{ foo: a };` - `${a};` - `{a};` Reproduction: https://stackblitz.com/edit/ts-unused-exports-object-key-yuxcdk?file=src%2Fexports.jsx Example: ```ts export const a = 1 export...
Warning: imagecreatefromstring(): gd-png: fatal libpng error: Read Error: truncated data in /Users/Flo/GitHub/whiteboard-comics/GifCreator.php on line 113 Warning: imagecreatefromstring(): gd-png error: setjmp returns error condition in /Users/Flo/GitHub/whiteboard-comics/GifCreator.php on line 113 Warning: imagecreatefromstring():...
This PR solves https://github.com/total-typescript/ts-reset/issues/100 ```ts const a = [false, 1, '2'] as const const b = a.at(0) // ^? const b: false const c = a.at(-1) // ^? const c:...
Unless there is a good reason for typescript not to return the correct type when accessing a tuple with `.at` it feels like a good candidate for this library. [This...
Hi, I know this is unusual in github but I have this website (whiteboard-comics.com) that animates SVG graphics to make them look like they're being drawn in front of you....
add support for held down key (better way of showing off alternative actions with modifier keys), as opposed to the current one-time-pressed key (relevant for enter to action or tab...
- re-route the output of any script to txt file (at every step of the query), before passing xml to alfred - parse output into json script - write doc...