Mick Lawitzke
                                            Mick Lawitzke
                                        
                                    I have already opened an issue about multi threading two years ago: https://github.com/nestjs/nest/issues/248 Now I am back at the exact same thing. I am wondering how to have the NestJS...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When following the documentation and extending `PassportStrategy` the interface does not...
2.2.1 introduced a bug when creating local secondary indexes. A local secondary index has the same partition key but a different sort key. Code: ``` const userSchema = new dynamoose.Schema({...
Great tool, thanks a lot! Would it be possible to add the functionality to import / export the database? So it could be shared between a team of developers.
I have read the full documentation, but still I have some questions: - How to define local secondary indexes and global secondary indexes? - How to query for local secondary...
Hey @typicode , seems like this project is no more maintaiend? There are over 500 open issues and 72 pull requests. For example loading Typescript files instead of json (even...
The beep-sound volume can be changed within the `Mi Home` app. Would be nice if this could be set within homekit too. Additionally a volume-slider should be part of the...
I am on mongoose `5.12.7` and see a deprecation warning: > DeprecationWarning: collection.count is deprecated, and will be removed in a future version. Use Collection.countDocuments or Collection.estimatedDocumentCount instead
When `applyClass` using both `[class.name]` and `[ngClass]` are not applied: ```html ``` Results in: ```html ```
Currently the zoom animation fades from 0 to 100% and scales from 0 to 100%. The scale from 0% creates a very mighty effect which I would like to settle...