Charlie Croom
Charlie Croom
Addresses #605 Adds a new cwd option to the config and pipes it through path resolutions. There's a number of folder and base folders potentially involved in the process of...
Minimist had a security notice on 1.2.5 which is triggering dependabot, and projects using graphql-let may want to update to avoid that notice. Additionally, start using caret semver dependencies as...
I was trying to understand how the plugin works a little bit better and was curious to understand why the .d.ts files are located adjacent to the queries, but the...
**Problem** As noted in #1786 there are a few ways that images could serve customers better. In particular, this diff explicitly aims to fix: #1636 and #2171. (Happy to break...
Similar to notification permission prompting, I wonder if it's necessary to provide a mechanism for previewing if the prompt has been actioned already so the site can choose when to...
### Which react-spring target are you using? - [X] `@react-spring/web` - [ ] `@react-spring/three` - [ ] `@react-spring/native` - [ ] `@react-spring/konva` - [ ] `@react-spring/zdog` ### What version of...
We currently leverage teams with a mix of Consumer and Admin users in conjunction with running Github Status Checks for all branches in the repo. What we've found is that...
SelectionStart and other selection props are used throughout, however this makes the lib incompatible with anything except: Text, search, url, tel, and email types. See: https://html.spec.whatwg.org/multipage/forms.html#input-type-attr-summary Ideally it'd smoothly degrade...
Latin: $$$ Full width: $$$ Small: ﹩﹩﹩ (We could consider the small size hashtag add too) Should be a simple add here: https://github.com/twitter/twitter-text-rb/blob/master/lib/twitter-text/regex.rb#L284 We already do this for hashtags elsewhere:...
Because doing something like: ``` await knex('workflow').whereIn(myArray) ``` will not modify `myArray`, if we mark the TS-type as ReadOnly, it makes the type more accessible for a variety of use-cases...