Scott Trinh

Results 81 issues of Scott Trinh

Trying to troubleshoot why Vite can't seem to bundle this package correct, and it looks like the built source tries to import `./node.js` instead of `./node`. Looks like there is...

Currently, even if you're only getting a single kv pair, if that lookup is in an array, it will iterate the whole database. We should look into just returning a...

enhancement

There are a few `devDependencies` that are out of date or unnecessary. Evaluate and clean up. A few examples: ``` gulp-clean -> del [email protected] -> [email protected] ```

beginner-friendly

At the moment, you can get multiple items back from localForage by passing an array to the `getItem` method. That will return an array of values indexed to the key....

enhancement
beginner-friendly

I think this is a configuration problem.

bug

Closes #23 Definitely has some mobile browser compatibility issues (see: https://caniuse.com/keyboardevent-code).

##### Issue type: - Feature request ##### Version: ``` Vimperator: 3.15.0 (created: 2016/10/05 01:11:26) Firefox: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:50.0) Gecko/20100101 Firefox/50.0 ``` ##### Description: I noticed...

enhancement

Now that [Node.js is adding a native test runner](https://nodejs.org/dist/latest-v18.x/docs/api/test.html) that uses [TAP (Test Anything Protocol)](https://testanything.org/), seems like it would be good to add a TAP parser which would probably unlock...

Add benchmark for ZodObject partial and required. Also adds a GitHub Actions workflow for running benchmarks against current `master` and PR `HEAD` so we can compare when looking at PRs.

stale

Some discussion points: 1. Should the fallback template be encoded in the schema (seems messy...) or in the rendering code? 2. Should we relate the `SMTPConfig` to these templates somehow?...