fratzinger

Results 33 issues of fratzinger

I got an error after installing the module. ``` Whoops! There was an uncaught exception... Error: Module version mismatch. Expected 48, got 53. at Error (native) at Object.Module._extensions..node (module.js:597:18) at...

This pull request adds ES module builds to all package distributables. It is backwards compatible by still providing the CommonJS version as well but will use ES modules in applications...

### Pull Request Checklist _Please make sure to review and check all of these items:_ - [x] Have you added new tests to prevent regressions? - [x] Does `yarn test`...

conflicted

### Summary Complete refactor to `typescript`. It's pretty straight forward. It's meant for feathers v4. So it can be released immediately. I only changed a few things: - modernized: use...

This is a refactor which exposes a new `paramsToAdapter` function. It's purpose is to transform feathers params to a `sequelize` query and have that available from the outside. It's useful...

See #363. I consider this quite hacky but it would solve my problem with multi-patch for a length of items > 10 for now. I would prefer to get this...

Multi-patch without `$limit` in `params.query` results in an incomplete operation, because `filterQuery` adds the default `$limit: -1` to the request. Not sure if this problem exists in multi-remove as well....

Hey Antoni, I need the ability to format the date based on the cell in a custom `#event` slot. If I'm correct, it's not possible to achieve following in a...

Type `BlobResult` was missing `contentType`. It's used in the following two positions: https://github.com/feathersjs-ecosystem/feathers-blob/blob/ea21c137c20127efe4a470b68111873e3fc00344/lib/index.js#L68-L74 https://github.com/feathersjs-ecosystem/feathers-blob/blob/ea21c137c20127efe4a470b68111873e3fc00344/lib/index.js#L123-L127 While being on it, I did the following housekeeping: - updated all dependencies `ncu -u` -...

Screencast: https://we.tl/t-0ZnTvjMwHX Todo: - [ ] fix build error @fratzinger - [ ] add coloring to element-plus - [x] add category filter - [x] add filter for old packages -...