Atmos4

Results 36 comments of Atmos4

Wait why are you not using `swc-loader` like [in the docs](https://swc.rs/docs/usage/swc-loader)? AFAIK you don't need `@swc-node/swc-loader`

@timreichen I don't find `req` weird _personally_ Because let's be real, this PR is only nitpicking and personal preference. Deep down it's not important what the name of the variable...

You can change the script by including `window.top`, which refers to the topmost window

@lpil reading back what I said 9 months ago, I think I misunderstood the issue completely :D I had mistaken it for an issue with nested htmz frames. To answer...

Then you need to attach information to the response, a bit like HTMX headers. Since we are not in control of the request object with htmz, we could add an...

A fix that might work is to alias React to your installed version. In your tsconfig: ```json { "compilerOptions": { ...your compiler options... "paths" : { ...your path aliases... "react":...