René Schubert

Results 24 comments of René Schubert

Right now I'm using Node v16.17.0 (installed using nvm) and as specified in the project, I use yarn 3.2.0 (default yarn version, if not specified in the project, is 1.22.15)....

Could it be that opening "zoom-in" animations don't work with this solution?

@bradlc Any update on this one? Is there anything I can do to help you with this? Would be open to a peer session, if that helps.

@rokoroku Thanks for posting this workaround, but I'm afraid this doesn't fix the problem in the repro repo (in my case).

@alex-arzaghi This [commit](https://github.com/renet/dynamodb-geo-v3/commit/7ef9bafa70857a3a9c137e0ca674628b88e21828) shows the refactoring. It's in a different repository, maybe you got that wrong. If you have any more issues with it, please report them there.

I think the approach depicted in https://github.com/directus/directus/discussions/4999#discussioncomment-601368 is a bit more practical, as the file selection dialog (drawer) is pretty narrow and layout issues would occur, if there was a...

Sure, that makes sense. How do you expect this to look like? Add the sidebar permanently visible to the left side of the "Select Item" overlay? Or making it "expandable"...

I also ran into axios-related issues with msw. My workaround is to mock axios to use fetch for the requests within my vitest suite. This should also be applicable to...

> If you use vscode workspaces (honestly you should if you use any monorepo). That should make it all work across projects, without any config needed. You might need to...

I'm not sure if I agree here. Don't get me wrong, I love TypeScript. But generated files should probably rather get ignored instead of linted (or formatted). Every user has...