dennemark

Results 79 comments of dennemark

Thanks a lot! Did Blender export with Float32Array before or was it always Uint16Array? To my understanding it would be useful to use Float32Array for GLTF export in blender, correct?...

Using `font-display: swap` in `@font-face` might solve this: https://github.com/gregnb/react-to-print/issues/281#issuecomment-1098039528 At least it worked for me.

Since the discussion is already a few months old, I don´t remember if I forgot to reply. I went back to firebase v8 and reactfire v3. Does the proposed solution...

I just noticed the same behaviour in my table, when I start editing it. It really is a bummer. And I do not think, that @alissaVrk ´s solution should be...

Unfortunately this also seems to happen for ` import { routes } from "@redwoodjs/router"`. I do not get any typing. Here is the tsconfig of my package: ``` { "compilerOptions":...

This is still bothering me a lot, since it feels like using vanilla js in my monorepo. Am also running into this issue when using useMutation hook from a cell...

Hey @jtoar . Thanks for your reply! I was not using the packages directory for publishable code, but for different apps and shared code. In #7382 it was mentioned that...

I realised when importing Zod types from api site, that they would loose their type, too, in some occasions. The reason is the following: file api/src/schema/example.ts ``` import { z...

Hi, is this approach still working? I am not able to include local fields in codegen. Same issue as described above. I have created a codegen.ts ```ts import { CodegenConfig...

Hi, I also have an ESM only module that I need to use on api side. This creates issues in `yarn rw dev` as well as `yarn rw test`. I...