Timo Hausmann
Timo Hausmann
Hey, I was trying to get https://github.com/stef-levesque/vscode-shader/pull/43 running in VS Code but my embedded shaders weren't highlighted. Then I noticed the merge happend on Feb 14 and https://marketplace.visualstudio.com/items?itemName=slevesque.shader says "Last...
According to https://github.com/electron-userland/electron-forge/issues/682#issuecomment-460866141 and https://www.electronforge.io/cli#start > If you type rs (and hit enter) in the same terminal where you ran the start command, the running app will be terminated and...
I just wanna leave this as a note for others with the same concern: CSS 3D Transforms are not supported and are just rendered flat. Seems like there is no...
Hey, thanks for open sourcing this project! I'm currently adding a bit of customization to this codebase. I want to support multilanguage, but I struggle to understand the i18n.js `t`...
I'm refering to https://github.com/zurb/foundation-emails-template **How can we reproduce this bug?** - download/clone - create minified version of an example template (`npm run build`) - upload it to Litmus and check...
Sometimes it's wanted to exactly define the strokeWidth and prevent it from upscaling, for example large chevrons for navigation. Currently, the larger the `size`, the bolder the stroke. Currently to...
Hey, I followed the [r3f tutorial](https://www.theatrejs.com/docs/0.5/getting-started/with-react-three-fiber) further and fail to import 'PerspectiveCamera' from the package. It seems like it does not get exported. What could be the issue? I think...
Hey, I followed your [r3f tutorial](https://www.theatrejs.com/docs/0.5/getting-started/with-react-three-fiber) on with vite react-ts and get this error: > Uncaught Error: React is running in production mode, but dead code elimination has not been...
Hey, I need help with limiting the scale factor. I want: zoom out not smaller than 1x resolution. Zoom in not further than 5x. For that, I would expect this...
Hey, trying first steps with this module but get this error in my Vite react-ts project: What I did: ``` $ npm create vite@latest (etc.) $ npm i @webarkit/jsartoolkit-nft ```...