pip25

Results 20 comments of pip25

One additional note regarding Java: version 8+ introduced default implementations for interfaces, which brought them a bit closer to Rust traits. If a class implements two interfaces which both have...

One problematic case that comes to mind is when you try to use your newtype in the library that originally declared your wrapped struct. For instance, we have the [CSV...

I thought it could be worth adding that the scenario I outlined above could be solved by the inclusion of the "DerefMove" trait, [which already has an RFC](https://github.com/rust-lang/rfcs/pull/2439). This would...

The absence of task/ticket identifiers in the first commit line is the number one reason why we cannot adopt this spec, and is honestly a surprising oversight. In many corporate...

I am experiencing pretty much the same problem on the current latest Chrome (105.0.5195.102). The only difference is that now only the left edge of the checkbox has a transparent...

Just occurred on 1.50 as well, right after we deployed Jaeger to production a month ago. Incredibly embarrassing (for us). I get the feeling that most "fixes" mentioned here and...

Got it. It's the service and operation queries that fail on the UI. The service query is the following: > GET jaeger-service-2024-01-03/_search?ignore_unavailable=true&rest_total_hits_as_int=true { "aggregations":{"distinct_services":{"terms":{"field":"serviceName","size":1000}}},"size":0 } And the error is: >...

I managed to fix the problem. Here's what has been the cause for us; I hope it'll be useful for others as well in the future. **First of all, this...

@yurishkuro Thanks, we're currently stuck on ESv7, but that is good to know. > Is there something else we could add to alleviate this specific issue? As I wrote in...

@ksai2389 If your issue is what I've described above, you need to delete the problematic ES indexes with the wrong mappings set, then disable/modify the index templates that introduced the...