Igor Gatis

Results 21 comments of Igor Gatis

I think adding a release binary would help adoption of this tool. Bazel by itself has a somewhat steep learning curve. It is not obvious for the newcomers they don't...

How about a new project: `ga4-lite`?

If I understood the code correctly, `KotlinLanguageServer` keeps a single compiler instance which has a global view of sources and classpaths. That is, two independent kotlin/java modules will see symbols...

Very early work and unfinished. Nothing published yet.

Sorry, no progress made. My company ended up using Intellij with Bazel plugin which is still far from a good IDE experience with Bazel.

I was just a bit surprised that numbers I collected from my workstation using the library and using Lighthouse devtools UI didn't match. To start with, I was not sure...

@philipwalton I was expecting some variance, but in my case it felt completely far apart because I was considering results after `load` event. Thanks for pointing that documentation. The cut...

Thanks! Does it make sense to point that in the easy-to-find documentation?

/assign @smukherj1 /assign @davegay /assign @eytankidron

> Unfortunately, using the network during an action is considered bad practice and IIRC network access is disabled in many execution contexts, particularly remote execution. I believe everybody agrees with...