Sam Jones

Results 4 issues of Sam Jones

Apologies if this is the wrong place to ask. I'm struggling to understand how to have EmberClient properly handle GoAway http2 frames. I can't find any options to do with...

closes: https://github.com/enricoros/big-AGI/issues/752 Fixes issue where parser would enter infinite recursion with certain code block patterns. - Anchors code block regex to line start (^) with multiline flag to prevent infinite...

### Environment GitHub v2-dev branch ### Description The blocks text parser is experiencing infinite recursion when processing certain code blocks. I think the regex patterns are causing catastrophic backtracking in...

type: bug

We're a bit stuck on some weird behaviour in our application. We're using fs2-pubsub, with EmberClientwith http2 support to make gRPC requests to Google pubsub api. I.e. Setup something like...