Alex Rattray

Results 73 issues of Alex Rattray

### Problem description If you take a URL like https://dash.deno.com/playground/my-app-123 and truncate your app, you get a 404. I'd expect to get a place to create a new blank playground...

enhancement

**Describe the bug** When I download an album with this tool, it does not include the track number in the metadata (or in the filename) so the tracks play out...

bug

## Feature request Disclaimer: I assume this is not possible, and has already been discussed and rejected many times – but I couldn't find any previous discussion, so I thought...

question

## Example bug report template > Don't worry if you have trouble getting some of this info. Just leave it out. **Description of the bug** If you have https://krisp.ai/ running...

bug

In the README, there are some before/after examples, but it isn't clear whether that's comparing this library to the google version, or just to unformatted code. It'd be great to...

### Is your enhancement related to a problem? Please describe. My situation is that I work with OpenAPI specs frequently, and they are often described with YAML. We have tooling...

See https://github.com/indentjs/endent/pull/12 for an example failing test. ```ts const insertion = "indented 1\n\nindented 2"; const output = endent` foo ${insertion} `; const current = output === "foo\n indented 1\n \n...

## User Story Description As an API provider who offers SDKs for my API, I want to include code snippets demonstrating those SDKs for each API request, so I can...

enhancement
triaged
jira
team/bad-news-bears

[zod](https://github.com/colinhacks/zod) is a json-schema validator designed for TypeScript that is [quickly gaining popularity](https://npmtrends.com/zod), recently crossing 3m downloads/wk. I'm curious how it compares to ajv and others Could it be added...

### Is your feature request related to a problem? Yes, I would like docs to render with snippets that show use of an API's custom-built SDKs, rather than generic http...

enhancement