Felix
Felix
As for me, I'm using tsoa for a huge personal project and I learned the codebase by fixing some bugs I found during development process. I'm willing to contribute as...
Yeah same for me. Is there anything needed from @can1357 to further investigate this or can I support you in any way?
Maintaniers often justify showing ads with `it's my project, I do what I want`. I see a lot of co-workers have that sense in common. They just think `it's their...
**no ads** would be nice edit: this answer is legit because thats how i see oss in 10 years, also this is a `blue skies dreaming` thread
I have the same issue, not for scss files but for typescript files when actually using `decorators`. I'm running a monorepo setup. The linter works fine in my frontend configuration,...
I can reproduce it for other sites as well. Verified on 5.3 and 5.5.
The ref to the input is not exposed. The forward ref is passed to the top most div element. Dear maintainers, please either fix the documentation (because it no longer...
Still a thing on `[email protected]` unfortunately. Any known workarounds perhaps? Possibly just opting out of turbo for docker builds now. CI servers already on fire lmao
Im on next `13.5.3` and next-superjson-plugin `0.5.9`, bug is still alive.
A workaround that worked for me at the moment is wrapping the values passed in a "wrapper" using the `class-transformer`. ```ts import { instanceToPlain } from 'class-transformer'; export function superjsonWrapper(obj:...