Viktor Stanchev

Results 24 issues of Viktor Stanchev

linter version: 2.0.1 ``` $ graphql-schema-linter example.graphql /example.graphql 1:1 A `PageInfo` object type is required as per the Relay spec. relay-page-info-spec 4:1 The object type `Query` is missing a description....

> Encode writes the YAML encoding of v to the stream. If multiple items are encoded to the stream, the second and subsequent document will be preceded with a "---"...

It would be interesting to see how the performance of watermill on Google Cloud Pub/Sub vs Google Cloud Pub/Sub Lite. You can read more about the new "Lite" feature here:...

enhancement

### What version of CUE are you using (`cue version`)? $ cue version 0.4.3 ### Does this issue reproduce with the latest release? yes ### What did you do? ```...

NeedsFix
cycle

There was a breaking change in btcd and this PR upgrades that dependency so users of flow-go can also upgrade their dependency on btcd. To make things work, I also...

### Description Upgrading some dependencies - see #1927 Ported https://github.com/ethereum/go-ethereum/pull/24533 and made some extra changes to make things work ### Other changes Some changes ported from https://github.com/ethereum/go-ethereum/pull/24533 might not have...

## Description github.com/btcsuite/btcd/btcec was split out of github.com/btcsuite/btcd in a recent version and requires some minor changes to upgrade Long story short, this PR needs to be ported from go-ethereum:...

blockchain

It's very cool to see a demo with htmx, but I was hoping that the demo linked to from [the docs](https://templ.guide/server-side-rendering/htmx/) would be an accurate reflection of how fast templ...

The first template I tried after "hello world" was ``` package main templ Hello(name string, age int) { Hello, { name }, { age } } ``` This actually successfully...

I have a basic SSE updated div. Let's say: ``` Current time: 01:14:25 ``` I have a server that responds with an event stream like: ``` event: TimeComponent data: Current...