Paul Hammond

Results 11 comments of Paul Hammond

I've got a solution for this if you're interested. I wrote a custom debounce that works like this: ```ts import { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios'; import { MD5...

@ahayes91 total coincidence that I'm doing something very similar at the moment and saw this post like 2 minutes after you wrote it! I had the exact same issue in...

@ahayes91 all totally fair responses, and I think your solution is probably the way to go for now. None of these are ideal solutions, but for now I guess it's...

This would be really handy. I'm experiencing the same issue at the moment with an npm linked module.

For anybody hitting this issue, I just went ahead and used typescript aliases instead of using workspace imports in my package.json, and it worked for me. It's a little frustrating...

Just a +1 here to say this would be extremely useful for testing purposes. Right now the docs recommend very mock heavy tests for unit tests, that I personally wouldn't...

Note - the above occurs when using the npx command, eg: `npx degit [email protected]:jherr/wp5-starter-react.git#main home`. If you remove the `yarn.lock` here and do a `yarn`, you should probably see the...

@anthonyshew ah, thanks for that, I'll update my own setup accordingly :)

Just came here to say that I have also experienced this just now. I thought there was a problem with my Astro setup and was banging my head against a...

I have the exact same issue. I'm logged in and it clearly displays "pro", but I get the same message telling me Cursor Tab requires pro... I'm also on an...