Michael Schaufelberger

Results 30 comments of Michael Schaufelberger

HI @didavid61202 Thank you. I've got a lot on my plate right now, so it might take me a moment. But I'll try to have a look at it this...

Sorry for my late response @didavid61202 I have tested the repo lately, and I couldn't find any breaking issue. I'm in awe of what this thing can do! 😍 Only...

Hi @didavid61202 About performance: I've just read about the TypeScript 5.1 Beta's release notes and came across the [Negative Case Checks for Union Literals](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1-beta/#negative-case-checks-for-union-literals) section. Maybe those optimizations also affect...

Hi @didavid61202 Thank you for the fast response. The first part, I completely agree with. Since `groups` will always be `undefined` if the regexp doesn't match. Regarding the second case,...

Thanks for checking @robertohuertasm. Would it be feasible to e.g. add a tranparent icon for all folders instead? Or some workaround like this?

Hi @zomars Thank you for this PR and the link to the hardcoded file! This is working well so far. But I wonder how you are handling this at the...

For me, it creates a migration, but only _adds_ enum values to the type. That's probably not what should happen. (orm: 0.28.1, kit: 0.19.12) After some googling, it seems that...

@olafkrawczyk Sorry, for the late response. We have not yet found an automated solution for this problem. However, I believe you can alter the migrations file manually before actually migrating.

@hi-ogawa Thank you so much for this! I've been searching for ages. 🙏 The `paths` compiler option works, but since there's no way to know what packages are affected, we...

Thank you for sharing. I guess we'll try it with that flag and see how it goes. :-)