Jakub Kisielewski

Results 7 comments of Jakub Kisielewski

@dvander Almost, now it crashes at `core.inc` Sorry to bother, I wanted to make a redux of sm docs but I'll need a working parser for that 👍 ``` include\core.inc:72:15:...

Usually PHP applications using Composer also use its autoloader. In this case the file vdf.php will be autoloaded. However this is polluting the global namespace (you can't do exports like...

Yeah, this would need to follow some PSR and have its own repository or at least branch so people don't download unnecessary files. Here's an example of my PSR-4 package:...

Seems like it will always download the whole repository branch/tag. So the best option would be to open another repository for the PHP version.

1. I can see two options here - search in current technology, then on the bottom there should be a "questions from other categories" box. - or, given I selected...

Hi, Thanks for the input! > my team is currently using `class-validator` which I'm not a fan of it at all High five, < insert my rant on class-validator/class-transformer here...

Hi, Sorry I barely have to maintain this. You're better off using a pkg like: https://github.com/anatine/zod-plugins/tree/main/packages/zod-nestjs Cheers