Robin Clowers
Robin Clowers
@NozomuIkuta Good catch! I updated the example, which now shows the correct error.
It appears reversing the order of these alias does fix the issue, thanks! However, I tested this with both 4.5.0 and 4.5.1 and the svg import does resolve with that...
Apologies, you are correct. I was confused because in 4.5.1 the build doesn't fail, which is what I was looking for. Thanks again for your help!
Weird, I also ran into this when migrating from jest to vitest. I'm not at all sure what would cause this, I have a recoil root in my test, and...
I also support option B, I think checking status codes is a good practice anyway. I'm working with this api: ``` get_region: { responses: { 200: { content: { "application/json":...
I agree that this library shouldn't have first class support for retries or caching! However, providing "around" style middleware e.g. `(request: Request, next: Middleware) => Request` gives end users total...
@AbhiPrasad wow yeah, the react types are definitely wrong in that case :(
🙇 Thank you!
No problem, thanks for being so responsive! We already mitigated it in our app, so no worries.
Alternatively, I guess https://github.com/seuros/capistrano-sidekiq/pull/81 would allow the same functionality, just through a config file...