Téo Metz

Results 11 comments of Téo Metz

Hello @JensRavens I'm interested by this but I don't know what the "new native producers" you're referring to are. Could you tell me what they are, and how they make...

Could we have an update on this issue? At some point it was assigned, supposed to go out in 2.0.4, but then it was unassigned. It still has a hotlist...

@Ivaylo-Lafchiev I've been using this plugin lately: ``` class ExitOnErrorWebpackPlugin { apply(compiler) { compiler.hooks.done.tap("ExitOnErrorWebpackPlugin", stats => { if (stats && stats.hasErrors()) { stats.toJson().errors.forEach(err => { console.error(err); }); process.exit(1); } });...

Hello. I suppose you know this, but most icons work now. There are still some that just lead to a white page. Several firefox icons are examples of this: *...

Hello The issue seems to have reappeared, I have it too: * VSCode v1.56.2 * Buf v0.42.1 * Buf VSCode extension v0.1.1 `buf lint` works.

Ok, got it to work. For some reason if I just open the proto file from VSCode and lint it doesn't work. I have to open the containing folder to...

It's the activation rules that gave me the hint indeed, but it was a guess, no idea if it's really the cause.

Sorry I meant by "easy fix" that I just had to open the containing folder. I was unclear 😅.

Hello @wagslane ! Anything I need to do to have this PR reviewed? Taking the freedom to ping you since it's been a while and I didn't find more instructions...