-
### What is the location of your example repository?
_No response_
### Which package or tool is having this issue?
Hydrogen
### What version of that package or tool are you using?
2023.4.0
### W…
-
I'd love feedback on the current questionnaire and how to improve it. The questions are intended to be based around types of apps/features, rather than specific addons, so that over time we can add m…
-
Picking off from where we left off from slack. Here's a list of addons I was planning to use. I like your approach of grouping related addons and installing them on a need by need basis.
I'd like th…
-
Do you want to integrate CSSTree into PostCSS?
You will get more user base because of Autoprefixer, CSS Modules, Stylelint. Also many tools will use same parser and AST — unification is best for all.…
-
hi, i set viewportWidth: 375 and then run in the phone 6 simulator whose width is exactly 375, then i set **font-size: 16px**, but end up in 5vw, the right value should be 16 / 3.75 = 4.276. please he…
-
```js
dl@dl:~$ bun upgrade
Bun v1.1.18 is out! You're on v1.1.17
[4.63s] Upgraded.
Welcome to Bun v1.1.18!
What's new in Bun v1.1.18:
https://bun.sh/blog/release-notes/bun-v1.1.18
R…
-
error in ./~/_ws@7.4.4@ws/lib/websocket-server.js
Module parse failed: D:\workspace\Plus\node_modules\_ws@7.4.4@ws\lib\websocket-server.js Unexpected token (56:6)
You may need an appropriate load…
-
I tried to set simple vars as CSS variable, but it doesn't work:
```css
$blue: #056ef0;
:root{
--color: $blue;
}
```
It will gives an error like this:
```
Syntax Error: SyntaxErro…
-
Today I was reviewing pull requests from dependabot, and I'm not sure that we're actually using the dependencies that the bot is updating. This is especially true of the dev dependencies, but I think …
-
Hi, @porsager I just notice this thanks to @JAForbes' tweet.
Would you mind adopting the j2c backend API? The general idea is that, rather than having your functions return strings, you pass a back…