Julien Vincent

Results 12 issues of Julien Vincent

This pull requests adds some basic hardware and platform checks. First check is wether or not to require epoll, and the second check is wether or not the system is...

Hi there! I have run into a few bugs while trying to generate schemas using recursive mapped types. + Unions are incorrectly merged into a single definition + Comments are...

This reproduces the issue described in #952 where recursive mapped types that operate over definitions containing a union will produce an incorrect schema.

The default nginx regex does not properly/consistently match nginx logs. For more context please see https://github.com/fluent/fluent-bit/pull/1273

This is an expansion on the work that was started by @necauqua in #2728 with the intent of getting the core implementation ready to land. This involved some small behavioural...

The current `rmpv::ext::to_value` implementation turns Structs into `Value::Array` which is not deserializable by other languages. Technically I would call this a bug and opt to change the existing `to_value` implementation,...

I am trying to build a queuing system that puts values onto a buffered `chan` using `offer!` under the expectation that `offer!` should return `true` if there is still space...

This is a continuation from #3007 and #2728 which adds in the templater changes for verifying and displaying commit signatures. --- There were some outstanding comments on #3007 which I...

This is a continuation from #3007 and #2728 which adds in the `jj sign` command that was split out of the original PR. --- Some outstanding comments I am carrying...

### What happened? I am unable to use a `CustomResourcePatch` or `CustomResource` of type: ```yaml apiVersion: lonhorn.io/v1beta2 kind: Node ``` The pulumi engine fails during preview with the following error:...

kind/bug