Corey Ward

Results 29 issues of Corey Ward

See #11 Users can now specify custom TLDs to be recognized via ``` Domainatrix.recognize_tld(top_level_domain) # e.g. Domainatrix.recognize_tld 'dev' Domainatrix.recognize_tld 'foo.bar' ```

Obviously this isn't a legitimate TLD, but it's in use thanks to the Pow rack server by 37 Signals. It might make sense to add support for it, or at...

### Problem I noticed that when using the REPL (`yarn tsx`), most expressions with `typeof` result in the output line being `undefined`. If it's in a ternary it seems to...

bug
blocked
REPL

Using Gatsby v2, this library is causing an issue with scrolling in a container on iOS Safari in a particular situation. ```html Some content Some content ``` ```css body {...

On a website with 2938 pages I'm seeing just a tiny fraction being restored from the Netlify cache during a build. From a successful, primary branch build: ``` 2:28:56 PM:...

This library incorrectly sets the `rect` parameter when both `width` and `height` are specified. This prevents many `fit` modes from working properly. [An in-depth visual comparison and breakdown of this...

I'm exploring using `sanity-typed`, but with a relatively simple studio I'm running into some issues. One I am not sure how to proceed on is figuring out how to handle...

### Is there an existing issue for this feature request? - [X] I have searched the existing issues ### Is your feature request related to a problem? Orca Slicer reaches...

enhancement

When the API returns a 406 error code it doesn't seem to include a `MessageID`, yet `MessageSendingResponse` has it typed to always be a string. This lack of alignment between...

bug