Dekel Barzilay
Dekel Barzilay
It would be better if you can open a PR, because I'm not sure that I fully understand what you're looking for. I'm not sure if you need to change...
Hi @vasilevich, Thanks for your interest in this library. - `$count: true` can be added as an alias for `$limit: 0`, which in FeathersJS means that only the count query...
Thanks @wz5899 , I'm not much available to review this in the next few weeks, but I'll check it out eventually.
There's also an issue now with detecting hCaptcha in the latest browser version due to the use of the deprecated `url.parse` method within the injected hCaptcha detection script. The error...
@ramsestom It might already work with Feather v5. I'm not aware of any breaking-changes and it seems that the list from @marshallswain is mostly about TypeScript and tests. I'm not...
While upgrading dependencies, I've tried running the tests with Feathers v5 and it didn't work. Looks like the `AdapterService` class that it is extending doesn't exist anymore. As much as...
Thanks @marshallswain , I tried that now and got this error on invalid service object that was trying to initialize for the tests. Any idea why it's failing?
I had to remove the underscore from the service method names. It works now, but some tests are failing on code related to the FeathersError class. This import is not...
Any idea where's the `filterQuery` base service method? It's not defined in the old place (`this.filterQuery`).
Got it, thanks