Jon Jensen
Jon Jensen
[Rendered RFC](https://github.com/npm/rfcs/blob/2e0516072ca9ea23fdc341335b68692b58a6338e/accepted/0000-registry-scoped-keyfile-and-certfile.md)
v1.8.16 breaks cache miss installs when the yarn cache dir != ~/.yarn/cache (windows, yarn2+, etc.)
Starting with v1.8.16, we're seeing failures in `windows-latest` workflows whenever there's a cache miss (i.e. dependencies change ... for cache hits it's still working). This happens on any version of...
Spawned from #26 Right now you can't do `create_trigger` in a `change` migration (only `up`/`down`). This is because `create_trigger` will drop a trigger of the same name if it already...
see https://github.com/instructure/canvas-lms/issues/179 hair_trigger never explicitly sets SQL SECURITY for mysql, so it defaults to DEFINER. you can specify an alternate definer with the security method, but you cannot specify :invoker...
Travis-ci is problematic and the current integration is broken... we should switch to github actions and update the appraisals to test against the latest rubies. PRs welcome! As an example,...
as indicated in the readme, immigrant might detect "missing" keys if you use multiple databases or schemas. those "missing" keys are actually: 1. keys that already exist (e.g. between two...
References #4420 - [x] Docs - [x] Tests Ensure `` behaves the same with and without JavaScript. Although native forms don't support PUT/PATCH/DELETE, we can emulate them by doing a...
**Note: I have two proposals on how we can fix the submitter serialization bugs. The other approach is [here](https://github.com/remix-run/remix/pull/4475).** Bring `` submissions in line with the spec with respect to...
**Note: I have two proposals on how we can fix the submitter serialization bugs. The other approach is [here](https://github.com/remix-run/remix/pull/4474).** Bring `` submissions in line with the spec with respect to...
Bring `` submissions in line with the spec with respect to File entries in url-encoded payloads: send the `name` as the value. - [x] Tests References: #4342 Spec: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#convert-to-a-list-of-name-value-pairs