Luca Di Fazio

Results 34 comments of Luca Di Fazio

Same here. @vearutop any news on this?

Hey there @vearutop thank you for the reply. The first time I've run `composer global require swaggest/json-cli` it did not install the latest version (1.11). If I require `^1.11` as...

A bit late but this might help: ```js // middlewares.cjs module.exports = (req, res, next) => { const _send = res.send; res.send = function (data) { if (req.method === "GET")...

@dvdsgl here we are. Question: how is Quicktype supposed to run test against several languages specific code? I'd like to add PHP specific tests (parsing would be nice to start...

Thanks @dvdsgl I'll check them out and update the PR as soon as more tests pass By the way, tests are running on PHP 8.2 in CI, but if I...

Hey @dvdsgl the fact is that I've found on my machine that tests don't pass. So I was diving deeper and then just had other things to do and not...

Hey @dvdsgl, do you have some easy trick to easily test changes in local development (like Nodemon/Vite), without building all the way down every single time I make a change?