Josh Smith
Josh Smith
I just spent a couple hours tonight trying to figure out why my [import on demand](https://ant.design/docs/react/getting-started#Import-on-Demand) per Ant's docs was not working. Turns out that it was a couple imports...
I can run the same query with different limits and get completely different results. For example, I have a `User.create(first_name: "Josh")`. When I call `User.find_with_index("Josh", { :limit => 10 })`,...
Do you have any plans to add support for retrieving a resource, in particular from the Admin API? I could certainly just do some quick hacking on my side to...
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** v1.6.6 **What browser are you using?** Chrome **Reproduction URL** [Minimum reproducible example on...
My original comment can be found in #46. While the new `manifest.json` in #46 was tested in Chrome, the Manifest V3 [will not work in Firefox](https://blog.mozilla.org/addons/2022/05/18/manifest-v3-in-firefox-recap-next-steps/): > ... we expect...
## Prerequisites Please answer the following questions for yourself before submitting an issue: - [X] I am running the latest version - [X] I checked the documentation and found no...
Circle sets the `CIRCLECI=true` env var by default. Even with manually setting this, I still always get an `Error: Could not detect a CI Service.`. I'm stuck on not being...
We should create a test "mock" system distributed as a separate package. This way, people can do the following: ```elixir [ {:stripity_stripe, "~> 2.0"}, {:stripity_stripe_testing, "~> 2.0", only: :test} ]...
We need to either see if Stripe is going to add a mock endpoint into `stripe-mock` or if we need to add our own mocked endpoint internally.
The warnings we get on invoice keys is an upstream problem with `stripe/openapi`. See further: https://github.com/stripe/openapi/issues/18