hjonasson

Results 22 comments of hjonasson

Awesome stuff. Thanks Roman! On Thu, 11 Aug 2022 at 01:23, Roman Dvornov ***@***.***> wrote: > Update css-tree to 2.2.0 > , should work. > > — > Reply to...

I am just getting around to doing that now. Does `stylelint-csstree-validator` need to have that release created? The latest version is from 2021 and `2.0.0` is the latest version on...

Is there any movement on this?

Looks like a duplicate of #11429 @mskrzypek if it helps I investigated that one slightly. It looks like official URL spec that `//` should not be a valid URL. You...

Thanks for looking at this PR @BryceBlankinship ! > I tried running jacob's setup but `bun run dev` still starts a node process... am I missing something here? I read...

I think I found it. It comes from when calling the `remix` command it is done with `node`. Adding `serverPlatform: "neutral"` doesn't fix it. I will keep investigating. A new...

Creating a dedicated package does indeed seem necessary. I started a proposal discussion about it [here](https://github.com/remix-run/remix/discussions/7413) and might put this PR on ice until that is resolved. Thanks a million...

Wow! Thanks @trojanowski!

Well researched and argued bug report 🔥. In my opinion, this is a Radix issue and not a Remix issue. The issue seems to come from this `react-slot` within Radix...

Same here. I created an app through the UI. It sets `Platform` to `Web` meaning my NextJS app doesn't work. ![image](https://github.com/aws-amplify/amplify-hosting/assets/7723013/e3fd4dc5-9242-4114-a3d7-b288af8714f5) I can't find any way to set the framework...