Jiří Richter

Results 14 issues of Jiří Richter

We've had a user report that some apps cannot be added to the "Apps that won't be put to sleep" list. Samsung support reportedly said that *"the developer of the...

The fact that mixins are being tracked globally in a map leads to a memory leak as the mixins are never unregistered from the map, preventing garbage collection of the...

help wanted

Hey guys, why didn't you say something? :D This is awesome!!!

When editing any foogallery album, the page doesn't load completely, preventing me from adding any gallery to the album. In the browser javascript console, there is following error: Uncaught ReferenceError:...

Hi, I've been setting up a new Feathers app with ObjectionJS and Typescript recently and found out that if I set up relations according to the examples outlined in the...

Add typings and a test as per issue https://github.com/feathersjs-ecosystem/feathers-mailer/issues/29 Dtslint test passes.

Hi, I created types definition for this package. Should I upload them to @types or create a PR for the types to be put inside the lib? For reference, I...

Is it possible to pass arguments to modifiers used in withGraphFetched() ? The docs are full of examples on how to use modifiers without arguments such as ``` const people...

I'd like to dynamically change schema based on request params, which can be done in Sequelize by calling the model with `withSchema`, similarly to `withScope` usage which is already supported...

- [x] Tell us about the problem your pull request is solving. This PR adds support for underlying Sequelize's `schema` method on the Model, which allows to specify DB schema...