Tristan de Cacqueray

Results 180 comments of Tristan de Cacqueray
trafficstars

Here are some early comments: - The `in` operator is already mentioned in the spec: https://github.com/change-metrics/monocle/blob/master/doc/query-language.md#extension , however it was meant to work with a literal list. How is the...

I guess the main question is: how are the new operators going to be translated to an elastic query?

Would importing a top-level file do what you want? For example, in a file named `globals.dhall` you write: ```dhall { NAME = "value", constant2 = 42 } ``` Then in...

I'm also looking for this feature, and it sounds like it would be easier to query GHC itself. @ocharles, would you have a link to the new work on instrumentation...

Hello, thank you for htmx, it's great :) Please let me know if this change is appropriate.

@Renerick thanks for the review, good to hear ws binary data support is planned, I'd be happy to use another API you see fit for htmx.

- I'm using ARA 0.x with zuul to record job execution and access the result with the middleware. - The use-case is to investigate job behavior, in particular, look at...

To realize this spec, I suggest these 2 stories: - [ ] Minimal `monoclectl devel` working with kind to validate hot-reload. - [ ] `monoclectl build` to replace `docker-compose build`....

In https://github.com/change-metrics/monocle/issues/764 we drafted an improved activity page to include trend (e.g. simple comparison with previous range) which seems related to this suggestion. Thank you for the feedback.