Jérémy Audiger
Jérémy Audiger
**Describe the bug** I'm trying to use Telepresence to intercept a service deployed in a Kubernetes Cluster. Find below the interaction between the services. ```mermaid flowchart subgraph Cluster Service1 Kafka...
## Feature Request ### Crates tracing-subscriber ### Motivation I wanted to update the fields name of the JSON subscriber to mimic the ones produced by other internal services. At the...
First of all, I really like the new version 0.12 of config-rs. Thanks for the great work, and continue like that! I have few cases were I would like to...
- [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [x] This bug exists for C - [ ] This bug exists for C++ - [ ] This...
Hi, First of all thanks for your application, I'm currently using your iOS application, and it works as expected. I only encounter one weird issue that I can't really explain....
I was looking at the logs from the plugin, and found that: ```log INFO: Importing [/builds/my-project/target/test/coverage/report.info] WARN: Could not resolve 2287 file paths in [/builds/my-project/target/test/coverage/report.info] WARN: First unresolved path: .cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.0/src/raw/sse2.rs...
lazy_static!, while a declarative macro, is a macro nonetheless. It can add quite a bit of additional compilation time cost. once_cell::sync::Lazy does the same thing with generics, and can be...
Based on #60
If this PR is merged, I'll then be able to constify almost all the methods of "Color": see https://github.com/nushell/nu-ansi-term/pull/61
Very similar to https://github.com/nushell/nu-ansi-term/pull/58 but on src folder this time