Arthur Fiorette
Arthur Fiorette
When publishing a version, it's good to include your changelog inside your tag and so on. For that I use the tag from package.json option. The simplified workflow looks like...
Knowledge about a player who is logged in as a pirate or original can be very useful for many other plug-ins. There's many other threads asking for it too (and...
Changing the Piscina class to use a generic `T` (parameter) and `R` (possible return). This way it would be possible to get a better developer experience and intellisense while using...
In their own [documentation](https://github.com/robrichard/graphql-fields#deprecation-notice). They recommend us to migrate to [graphql-parse-resolve-info](https://www.npmjs.com/search?q=graphql-parse-resolve-info).
Hi! Big fan of async-graphql and rust here... Seems that is lacking some maintaince (not sure) and some documentation... Is this already being used in production?
Hello, I'm using some of your node-steam packages in my typescript project. There are ways to generate the **.d.ts** files [automatically](https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html) without having to recode everything in typescript. I'm asking...
Using some sort of automation to update dependencies of all docker-compose files would be nice, unfortunately github's dependabot doesn't support docker-compose yet (https://github.com/dependabot/dependabot-core/issues/390). This leaves us with the option to...
Sorry for opening another issue. But i need to generate a different values depending on another fields, example: ```ts export class Example { @Mock() isActive: boolean; @Mock() // Should only...
After the recent faker.js incident, the community is actively maintaining faker throught [`faker-js/faker`](https://github.com/faker-js/faker).
Suplement of #4659 and #4711. Another line of code that throws `CanceledError` was left behind. :)