John Wang
John Wang
**Is your feature request related to a problem? Please describe.** I'm interested in implementing custom host functions defined via WITX in wazero, which can be accessed by a Wasm guest....
Is there a way to optionally make a route a command using a config parameter? For example: ``` ruby route(/foo/, :bar, command: config.command, help: { 'foo' => 'returns bar' })...
I have a bar chart with the following auto-generated y-axis ticks. Is there a way to make it more visually appealing including: 1. nice rounded number ticks: e,g. 10,000,000, 20,000,000,...
Add filters 1. Filter operations by tag 1. Filter operations by path Narrow support objects by filtered operations, e.g. requestBodies, parameters, schema objects.
Add rules: 1. Require OperationId 2. Require Operation Tag 1. Require Operation Description 1. Require Operation Parameter Descriptions 1. Require Schema Property Descriptions
Migrate to dedicated Postman Collection package: [github.com/rbretecher/go-postman-collection](https://github.com/rbretecher/go-postman-collection) by Romain Bretécher This is similar to how `spectrum/openapi3` is built on [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi). This is pending support for `Description` objects. This may not...
# Issue I have a 8Khz 8-bit PCM ulaw byte slice that I would like to convert to a WAV file. When I try to convert it using this library,...
## Is your feature request related to a problem? Please describe. Is it possible to remove the need to copy the files to be put in the tarball into a...
When I import `gopkg.in/Iwark/spreadsheet.v2` I get the following panic on `service.ExpandSheet(...)` and `sheet.Synchronize()`: `panic: runtime error: invalid memory address or nil pointer dereference` Everything works fine when I import `github.com/Iwark/spreadsheet`...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...