JonasDoe

Results 12 issues of JonasDoe

**Is your feature request related to a problem? Please describe.** I wan to create some kind of audit log. It would be nice if I could add more and more...

### What happened? I generated a `models_gen.go` based on this schema: ```graphql type EmailSmtpInfo { emailBCC: String } ``` and got: ```go type EmailSMTPInfo struct { EmailBcc *string `json:"emailBCC"` }...

I tried to match my case into the questionaire. I hope it suffices! ### What version of Gocql are you using? commit ae2f7fc85f32248f9341a280ccdad16b44581f36 ### What did you do? I have...

enhancement

If I'm not missing something here, but it seems [this](https://github.com/cloudevents/sdk-go/blob/master/pkg/cloudevents/transport/http/transport.go#L320) in this code there are no timeouts for `read`, `read header` and `write` set ... and I don't see a...

enhancement
good first issue
component/protocol/http

**Modpack version** 1.82a **Issue** In general I love the balancing and gating in this modpack, being hard and rewarding at the same time, with things you get later being stronger...

Suggestion

### Summary In Firefox, the svgs for the different buttons cause a warning: `Unexpected value 1rem parsing height attribute.` ### Steps to reproduce I use this code in my React...

type: bug :beetle:

## Context If I change the value in this inactive header field it won't be saved/restored later: ![image](https://github.com/apollographql/apollo-studio-community/assets/10669876/3e20ece3-74a5-4801-9c33-3a46014f2ca5) Instead, I have to activate it shortly to be stored. ## What...

### Describe your suggestion ### The Problem Flux Dust production (with Obsidian hitting Bedrock) is extremly heavy on our server (we get delays > 10s when we produce stacks of...

Suggestion
Accepted

The following code won't work ```go var query any // imagine a switch-case pattern here which dynamically decides what the query actually is query = struct { Hero struct {...

### 🔖 Feature description It would be nice of the deletion of a subscriber would also remove them from all topics. At the moment, the subscribers of the affected topics...

triage