-
Just spotted this issue: https://github.com/DeMoorJasper/parcel-plugin-svelte/issues/6
I'm not *wild* about the idea of introducing another config file into people's projects, but if folks are goin…
-
Hello,
I used the [`vite-solid-tailwind-starter`](https://github.com/wobsoriano/vite-solid-tailwind-starter) package to start a project and integrate the app with Phoenix Framework.
The starter…
-
Hello,
I'm looking at getting rid of the inlined JS because I need to have the minimum file possible for a project.
Here is the relevant part of dominator's code:
```rust
#[wasm_bindgen(inli…
-
### What package manager are you using?
npm
### What operating system are you using?
Mac
### Describe the Bug
The `blog-multiple-authors` template cannot be built.
### Steps to Reproduce
1. Ini…
-
Hello, thanks for this library.
I think I found a problem.
Given this gitignore file:
```
coverage
node_modules# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.l…
-
# Feature request
## Is your feature request related to a problem? Please describe.
I am developing a small SPA with Next.js 9.4.4 and on my optimized Macbook Pro 2012 i5 processor with 8GB, it …
-
**To reproduce:**
```less
// In a .less file, add a rule containing the below property
.some-class {
grid-column: 1 / -1
}
```
**Current behavior:**
The `grid-column` CSS propert…
-
See also, post in Relay project: https://github.com/facebook/relay/issues/3319, Snowpack: https://github.com/snowpackjs/snowpack/discussions/824
We use relay on 2 large websites. The dream scenario…
-
### Describe the bug
I don't know if this is the right place to report this, but if it isn't feel free to point me to where I should do it:
When installing Swiftlint on CircleCI I saw that the p…
-
### Describe the bug
We unravelled a bug recently in our application with HMR. When we change a single .vue file it throws an error like this one:
This sounds like a circular dependency …