Oliver Joseph Ash
Oliver Joseph Ash
When I tried to import `rxjs-spy/operators/tag` I got this error: ``` Module not found: Error: Package path ./operators/tag is not exported from package /Users/oliverash/Development/unsplash/unsplash-web/node_modules/rxjs-spy (see exports field in /Users/oliverash/Development/unsplash/unsplash-web/node_modules/rxjs-spy/package.json) ```...
From the docs I understand the TS version comes from the editor. However, it seems the editor takes awhile to update its TS version. Right now the playground supports a...
I often need to play around with specific npm types, like `@types/react`. It would be great if the editor allowed installation of npm modules.
(👋 Thanks for sharing this great tool!) I have a handful of components, each with their own `vocab` folder. Each component is lazy loaded. I am using `VocabWebpackPlugin` and I...
FormatJS/`react-intl` has an option to parse the ICU Message strings into an AST at compile time rather than at runtime. This improves performance at runtime (no need to parse on...
Are there any plans to support these flags? https://prettier.io/docs/en/cli.html#list-different https://prettier.io/docs/en/cli.html#check
It would be fantastic if you could extract the validator part of this service out into a CLI, so it can be used without needing files to be internet accessible...
Currently, when a message is detected in a thread, the bot posts a message into the channel rather than the thread. Is it possible to post into the thread?
The bot could provide detail on how it did the calculation, e.g.: - Time zone of original time and UTC offset - Local user's time zone and UTC offset E.g....