Simone Busoli

Results 139 comments of Simone Busoli

I believe that one of the limitations of the npm registry is that you can't have organization tokens. Tokens are personal. This limitations reflects in the complexity of setting this...

@Eomm I don't think that repo secrets can be retrieved. They can only used directly in workflows, there isn't a way to get them out of GitHub

I think there are ways this can be done, it mainly requires a little bit of brainstorming and planning to come up with an approach which is robust and secure....

Which is what we're doing here: https://github.com/nearform/optic-release-automation-action. If for any reason the action doesn't suit fastify's use cases completely, you can still inspire from it. We're using it extensively at...

Listing a couple of resources that I'm aware of, in case we want to consider reusing or extending those instead of coming up with something new altogether: - https://github.com/fastify/fastify-cli/ has...

Yep indeed it doesn't work. My workaround, when using Gatsby and the gatsby-image module, was to use a custom fragment which excludes the srcSet attribute.

I don't think this is doing what we want to do. Don't we want to keep returning an array of errors but simply provide a more informative error about the...