Joe Pea
Joe Pea
@ubayzuhdan Yep, was able to reproduce it like so: ```sh git clone [email protected]:windmill-labs/windmill.git cd windmill/frontend/ git checkout e4583e9b2366b90f31eb015c4dfc21f07b0bc31e # commit at time of writing npm clean-install npm run generate-backend-client npm...
Ah yeah, as in the linked issue, I can verify that the error is the same even if we convert all instances of code like this, ```js @Injectable({ providedIn: 'root'...
Ok I finally found out, to properly solve all decorator build issue, make sure to set `target` in `vite.config.js` like so: - https://github.com/vitejs/vite/issues/18693#issuecomment-2481855364 As for the other issues, Angular deps...
@microsoft-github-policy-service agree
I was able to get the Dhewm 3 flatpak working, the instructions were easy: simply place the `/base` folder of the game in the specified location for dhewm3 (f.e. `~/.var/app//data/base`)....
Here's an example when first launching dhewm3, it specifies to place the base/ folder in a specific location, making things a little more obvious: 
Here's a starter PR: - https://github.com/dimforge/rapier.js/pull/349 I was not able to build the Rust Wasm stuff, and the link in the error output leads to the rustwasm deprecation notice. In...
In the meantime, there are a couple of workarounds: - copy over the JS files from NPM or JSDelivr, and add .js extensions to those - install a service worker...
Would the syntax be `[link](/demo.md ':data-zoom-src=image-hd.jpg')`? Note, I used `data-zoom-src` so that it is clearly mapping to the `data-zoom-src` attribute. I think maybe we can also think about how to...
Here's a related issue describing a problem that would need to be solved for `ComputedStyleObserver` (and any other new observers) if it (they) ever become reality (f.e. [`BoundingClientRectObserver`](https://github.com/whatwg/html/issues/9104)): - https://github.com/w3c/csswg-drafts/issues/9717...