silverwind

Results 1335 comments of silverwind

Can you link to some docs from prometheus that confirms that regex?

I like the design with the timeline and icons from first screenshot better, it matches the issue/pr view.

> No support forTypeScript features that require transformation (Enums, namespace, etc...). Is there a definitive list of features that are not supported here? I'm looking to adapt my eslint config...

> Nodejs-valid TypeScript requires the .ts extension to be supplied in the import specifier. The issue is that there is no easy way to transpile imports with .ts extensions to...

> I love absolutely everything that's going on here, so thank you to everyone who has been involved in it. I'm particularly impressed to see the communication and coordination going...

Inline snapshots would be very welcome from my point of view: - Not having to deal with files that become obsolete, or forgetting to `git add` them improves productivity. -...

In the light of recent npm supply chain attacks, I've moved to pin dependencies which is more secure because it eliminates a attack vector through indirect dependencies. But this of...

I'm not sure it's worth to do such complex fix operations (it seems too invasive on the user's code), but a simple flagging of such duplicate properties would be nice....

New rule sounds good as well. If it's robust enough, it could graduate to the recommended rules later.

I agree, the number of dependencies of that module is too much. I recommend writing your own schema registry integration similar [to this](https://github.com/platformatic/kafka/blob/main/examples/avro-schema-registry/index.ts). Maybe the module could also be rewritten...