Tom Sherman

Results 234 comments of Tom Sherman

> Could we make the default method a polymorphic variant, which achieves the same goal, and have some other way to set the method that takes a string for those...

> some of those could also skip having a body property since you can't send that into a get request Huh, TIL the fetch API enforced that. It's not something...

See https://github.com/tinymce/rescript-webapi/pull/76#discussion_r776784274 > I've taken different approaches for option bags depending on the optionality of the properties. My logic goes as follows: > > - If there is only one...

The result of `apm install hex` ``` Installing hex to C:\Users\Tom\.atom\packages failed Request for package information failed: Not Found ```

@pondidum Nice fix, I would like to know why the package was removed in the first place though

I've created a POC implementation here: https://github.com/tom-sherman/kysely-d1-api Let me know if you think this is something that could be included in this lib and I'll be happy to clean it...

Cloudflare are happy for users to use this API, they even promoted a tool using it in the open alpha blog post. It's just unstable and doesn't have documentation. Totally...

@sindresorhus This should be good to review and run the pipelines now.

I have a way forward with the tests. It involves wrapping rendering in `act()`, unmounting all instances at the end of tests, and moving some tests to async.

@vadimdemedes @sindresorhus refactoring all of the tests is going to take substantial effort and I'm aware that there's no specific issue for this work. I just wanted to check in...