Florian Parga

Results 4 issues of Florian Parga

I'm trying to do something probably a bit weird, and some might consider this an abuse of what `npx` is made for. Basically I want to run `jest` in a...

enhancement

I added gradle-lint-plugin as a dependency of my java project. In my gradle file I have amongst other things: ``` buildscript { dependencies { classpath 'com.netflix.nebula:gradle-lint-plugin:latest.release' } } apply plugin:...

The old `grpc_ctxtags` interceptor had an option `WithFieldExtractorForInitialReq`, to extract the tags from the first message passed from client to server. > For client-streams and bidirectional-streams, you can use `WithFieldExtractorForInitialReq`...

### What happened? `node_modules` resolution fails when running a `js_binary` that has dependencies that have dependencies themselves (transitive dependencies) when the bazel flag `--experimental_inprocess_symlink_creation` is set. I'm not sure if...

bug
untriaged