-
Discovered in https://github.com/phetsims/chipper/issues/1459, there are many tasks in chipper's Gruntfile.js or perennial's Gruntfile.js that:
* appear unused
* are unrelated to the other grunt r…
-
## Description
Create a basic layout for what the ratings on an advisor will look like (can be based on the previous work found [here](https://rma-layout-shadcn.vercel.app/advisor)
## Requirements…
-
Currently there are quite a few warnings when compiling the react-app as seen below.
These should ideally be fixed, afterwards we can remove [CI=false](https://github.com/thanos-io/thanos/blob/3de1…
-
I'm facing the problem that my absolute imports, e.g. `./myDir` will result in errors like `Unable to resolve path to module './myDir'`. I figure that's b/c the setting `moduleDirectory` doesn't exist…
-
-
### 🚀 Feature Proposal
Similar to webpack/rpsack extensionAlias
https://webpack.js.org/configuration/resolve/#resolveextensionalias
https://github.com/webpack/webpack/issues/13252#issuecomment…
-
The following code demonstrates the issue
```scss
/* ./src/styles/shared.scss */
.btn {
font: inherit;
}
```
```tsx
// ./src/elements/buttons/button.tsx
import shared from "@/styles/shared.…
-
# Summary
I am trying to pass command-line options to my plop script, but it instead provides an error message:
> /usr/local/Cellar/node/22.9.0_1/bin/node: bad option: --plopfile=plopfile.ts
ELI…
-
Potentially add [`tsx`](https://www.npmjs.com/package/tsx) as a dev dependency to easily run Typescript files.
`tsx` can apparently handle ESM better than ts-node.
-
Version: Deno 2.0.3
Say I try to run a project, like a new solid start example
- deno run -A npm:create-solid
- Select SolidStart, TypeScript, Basic
And then I port package.json over to deno…