Bryan Gillespie

Results 16 issues of Bryan Gillespie

index.html ``` ``` zstandard-test.js ``` import * as fzstd from 'https://cdn.skypack.dev/[email protected]?min'; console.time('fzstd fetch'); const compressedData = await fetch('data.bin.zst').then( res => res.arrayBuffer() ); console.timeEnd('fzstd fetch'); console.log('fzstd compressed size:', compressedData.byteLength); console.time('fzstd decompress');...

Run the following code: ``` package main import ( "fmt" "github.com/swaggest/openapi-go" "github.com/swaggest/openapi-go/openapi31" ) func main() { reflector := openapi31.NewReflector() type Foo struct { Bar string `json:"bar"` } type Example struct...

- Make all examples full go programs - Link to examples from features list

## What type of PR is this? (check all applicable) - [ ] Refactor - [x] Feature - [ ] Bug Fix - [x] Optimization - [ ] Documentation Update...

size/M

In the go we have: ``` templates.Delims("{{{", "}}}") ``` In order to avoid collisions with angularJS. Is it possible to configure this plugin to use go template delimiters other than...

This is because it uses an unbounded version of `yargs` in package.json, but yargs v18+ removes `.demand` which this package relies on. Need to bind yargs to