Clément Oriol
Clément Oriol
I guess he means there's a z-index issue on the demo right sidebar, when you click on an effect it clicks through and display the alert box with the movie...
Hi ! I'm still having this issue, with CodeKit / Compass rebuilding sprites at every save. Is it still supposed to happen ? Here's how I'm generating my sprites :...
Damn. And yes, Codekit is updated, bought it a few days ago for continuing on a project someone made using it. Any ideas where it could come from ? I...
Just had the same issue, it's related to https://github.com/iamkun/dayjs/pull/548. I actually got a use case for this 😀 . I'm using a native date input and I'm parsing the user...
Hi ! Thanks for the PR, I did not know about the issue so I'm glad you fixed it :) However I can't merge your PR right now because I...
By the way since you guys are using the library I'd love your input on this too : https://github.com/clementoriol/MetroDNA/issues/20 Thanks
Stumbled about this issue as well when trying to wrap the prisma client methods into custom helper functions. Here's an exemple on how I managed to solve it with generics...
However, I've noticed that there does seem to be some issue with how the types works with include. For example : ```ts const includeRelatedModel: boolean = true; const result =...
Hey @GregBelle , found a way to fix it, you can check what I did on my PR: https://github.com/miragejs/examples/pull/11
Seeing this as well with `[email protected]`and `[email protected]`. We're currently disabling the `import/named` rule and letting typescript handle the import issues as a workaround