Jean Mertz

Results 58 issues of Jean Mertz

I'm working on a Rust crate for Homebridge that compiles to WASM. I'm rolling my own HAP types (services and characteristics), but wanted to see if there were any existing...

For each component: - [ ] Verify internal event processing metrics are tested via `assert_X_compliance` test helpers - [ ] Update `component_discarded_events_total` to match the new [instrumentation spec](https://github.com/vectordotdev/vector/blob/master/docs/specs/instrumentation.md#eventsdropped) by adding...

Epic

🚧

domain: topology
domain: sinks
domain: core

I'd like something like `strconv.` to give me auto completion, but that only works when the `strconv` package is already imported. Any way to make go-langserver work with unimported packages?...

It seems when I do: ``` ruby = f.datepicker :expire, dateFormat: 'dd-mm-yy', minDate: 'new Date()' ``` Things work correctly (that is, I can't go lower than todays date) However, this...

opening a new file using `atom ~/.newfile`, resulted in the following error: **Atom Version**: 1.0.0 **System**: Mac OS X 10.10.3 **Thrown From**: [slack-chat](https://github.com/callahanrts/slack-chat) package, v3.2.8 ### Stack Trace Uncaught TypeError:...

Uncaught TypeError

A mention like `@jean` shows up in Atom like ``.

enhancement

Error when triggering `slack-chat:upload-selection` **Atom Version**: 1.0.0 **System**: Mac OS X 10.10.3 **Thrown From**: [slack-chat](https://github.com/callahanrts/slack-chat) package, v3.2.8 ### Stack Trace Uncaught TypeError: Cannot read property 'id' of undefined ``` At...

Uncaught TypeError

closes #11361 👀 [**rendered**](https://github.com/vectordotdev/vector/blob/jean/schema-highlight/website/content/en/highlights/2022-03-21-internal-schema-beta.md) I should note that I forgot that @barieom already started an initial highlight article draft in #10528. That one is outdated, but we can easily update...

I have a relatively simple app, which has a few egui windows, and a regular Bevy 2d canvas to which I paint some shapes. I also have a system that...