Dan Kirkham
Dan Kirkham
Resolves #32 The @types are getting installed into consumers which isn't desirable. This should fix that
Resolves #1426
Changes proposed: - Remove logs that are unused, this removes unused code that is getting bundled into applications and generating unnecessary warnings in the console Acceptance Checklist: - [x] The...
I'm really confused why https://github.com/patw0929/react-intl-tel-input/pull/199 was created and merged in. I've just spent a bunch of time working out why this doesn't work on mobile and I'm 99% sure it's...
Had an issue that stemmed from Cypress testing library but debugged into Dom testing library. The issue is [this function](https://github.com/testing-library/dom-testing-library/blob/ec1b642ba6069cbe5a85db649a939ff00d434343/src/matches.ts#L75). When searching for text with a non breaking space such...
- `@testing-library/dom` version: 7.26.6 - `node` version: 14.3.0 ### Relevant code or config: ```js it("Causes a big delay", async () => { // This fires a fetch request that is...
If I understand [this line](https://github.com/dotnet-architecture/HealthChecks/blob/dev/src/Microsoft.AspNetCore.HealthChecks/HealthCheckMiddleware.cs#L40) correctly, the server will return a `HTTP 503` if the path/port matches what has been registered. However if it doesn't then it will invoke the...
Made a start migrating to net core 2.0. Some of the class libraries have been changed to `netcoreapp2.0` but I expect in the upcoming previews for these to go back...
[Rendered RFC Text](https://github.com/gatsbyjs/rfcs/blob/b05cfc0ac0baead405e77df7d351ec94db934acd/text/0000-link-base-path-provider.md)
Is there any technical limitation to reducing the memory requirements? I appreciate more memory is great for a production instance, but running several dev instances is really straining resources for...