Jonathan Langevin

Results 28 issues of Jonathan Langevin
trafficstars

Okay, so maybe I'm not using GroupBy as intended, but I've found that when specifying a column to be grouped, the column string is returned back, single-quoted. This results in...

Buf is a handy tool for generating code from .proto files. You can specify remote plugins using the buf schema registry, found here: https://buf.build/plugins I believe there's an alternative solution...

enhancement

Using lsif-go as part of Gitlab AutoDevops. ``` $ lsif-go Resolving module name WARNING: No go.mod file found in current directory. WARNING: No go.mod file found in current directory. error:...

Added book link that was missing, and link to bot source, to the welcome message.

Source .proto definition: https://github.com/cloudevents/spec/blob/main/cloudevents/formats/cloudevents.proto The [proto file in sdk-go](https://github.com/cloudevents/sdk-go/blob/main/binding/format/protobuf/v2/pb/cloudevent.proto) says that it's referencing the [event format markdown doc](https://github.com/cloudevents/spec/blob/main/cloudevents/formats/protobuf-format.md), but even that doc includes a batch event type, as does the...

Type: Bug While waiting on Copilot Agent to return a response, it returned several paragraphs and then failed with "Sorry, no response was returned.". That error, and errors about no...

## what - Refactored to better identify and track dependencies - This solved issue #51 for me, which preventing terraform planning. ## why - The previous logic had references to...

triage

Router is defined as an interface, but because it explicitly receives and passes the Router interface for the Group and Route methods, then I can't match it with a partial...