Enteleform
Enteleform
Adding some notes from [#10063: tsconfig paths do not work in vite.config.ts](https://github.com/vitejs/vite/issues/10063), which was closed in favor of this issue. In addition to the recommended functionality of `vite-tsconfig-paths`, which only...
I just ran into this issue as well, due to usage of namespaces: ```ts // Unexpected token, expected "{" (13:8) export namespace Foo{ // ... } ```
## Compimentary Feature Proposal Replace the hardcoded `".venv"` value with a `dir` parameter that defaults to `".venv"` ## Examples: ``` PIPENV_VENV_IN_PROJECT=false C:\TEMP> pipenv install >>> C:\Users\Enteleform\.virtualenvs\VENVS-SaQNVeuu ``` ``` PIPENV_VENV_IN_PROJECT=true...
@millsp +1 for this PR. `vite` is one of the most used build tools for modern web frameworks and the warning due to lack of ESM support adds noise to...
Same issue here.
Clamping via the current implementation in this PR will result in inaccurate colors. See [d3-color/#33 (Clamp chroma to displayable RGB gamut?)](https://github.com/d3/d3-color/issues/33) for more insight & potential solutions.
Is it possible to provide IntelliSense for components and their attributes in Pug? It seems that IntelliSense is working for interpolated values (*see: `Hello {name}`*) in Pug syntax, but components/attributes...
A shared global section that allows basic data types to be used in all language blocks would be very useful here. (*in addition to the original proposal for language-specific globals*)...
Just noticed that if two separate processes are using `keyboard`, the current (*master-branch*) implementation of `suppress` fails. For example: I have a hotkey win + + that maximizes a window...
+1 @cmauri Editing the source code & rebuilding eViacam seems like a fairly complex workaround to this issue that is not feasible for all users (*seems to require familiarity with...