Brandon Lee
Brandon Lee
Hello Community, I've found an issue with using useFind. In short, when executing the code in Exhibit 1, feathers-pinia successfully queries my backend server which returns the results. However, the...
Hello Community, In version 4.1.1, the useFind hybrid method does not update the local store for created, patched and removed events. I was able to get it to work by...
Can you enable a user quota query similar to https://apps.nextcloud.com/apps/user_sql ?
**Describe the bug** When building my app with this package, I get the error "cannot be called on 'Map?' because it is potentially null." We were able to resolve the...
### Steps to reproduce (First please check that this issue is not already solved as [described here](https://github.com/feathersjs/feathers/blob/master/.github/contributing.md#report-a-bug)) - [x] Tell us what broke. The more detailed the better. - [x]...
Hello, In sporadic featherjs node startups, I am seeing nodes crash with the error as shown below. In short, I traced it to file (/api/node_modules/feathers-sync/lib/core.js line 35, specifically `service._emit(event, data,...
### Steps to reproduce - [x] Tell us what broke. The more detailed the better. If passing a redisClient object as shown in Exhibit 1, current code will throw an...
### Summary - [ ] Tell us about the problem your pull request is solving. If passing a redisClient object as shown in Exhibit 1, current code will throw an...
### Steps to reproduce (First please check that this issue is not already solved as [described here](https://github.com/feathersjs/feathers/blob/master/.github/contributing.md#report-a-bug)) - [ ] Tell us what broke. The more detailed the better. -...
Hello, When installing mongoosejs/[email protected], it generates an error "Could not resolve dependency: mongoose@"^5.7.9" from @mongoosejs/[email protected]." I forced the install and it seems to work. Can you bump the mongoose version?