Giovanni Cardamone

Results 11 comments of Giovanni Cardamone

I'll look in this week what's new in fastify 4.0, and how to support it. Thanks for reporting

i have to build aslo for es modules (mjs), right now i am using typescript to build the package and i don't know if i can output mjs with it,...

i have to add a build step to produce both (commonjs, es module) output. In this way, node can pick module by itself. I can't replace this or i will...

yes, i know, i was writing a tool that can create routes file from cli if you have package installed, but i decided to move to a separate package, i...

go in yours brackets directory extension edit file: user/brackets-terminal/src/settings.js in defaults.port set the correct port (line 13) reload brackets.

use the "width" property https://github.com/lindell/JsBarcode/wiki/Options#width

@thanglong134 width defines the width of a single bar, I think you should use multiples of 1. (1 means one pixel in canvas). If you use 0.6 you will use...

done in https://github.com/GiovanniCardamone/fastify-autoroutes/pull/194

it's fixed in https://github.com/GiovanniCardamone/fastify-autoroutes/pull/194

Yes, sure, I'm already looking at the code. for the fastify-swagger question, the plugin also must implement this new feature to understand what is going on. And in case of...