Miroslav Bajtoš
Miroslav Bajtoš
Is this project still maintained? The pull requests fixing ncp on io.js and Node v0.12 have been opened a month ago and still not merged: #78, #80. Should we all...
I'd like to use `depd` in LoopBack, a project that supports both the server (Node.js) and the browser (via browserify). There are two major problems why `depd` does not work...
**Describe the bug** Chroma seems to not understand TypeScript generics with multiple template arguments and/or template arguments using a generic type too. Consider the following TypeScript code: ```ts export class...
Hello, could you please add a LICENSE file to this project? While IANAL, I think the license field in package.json is not enough from the legal point of view. You...
### Summary I have a computed column that I would like to mark as non-null using the smart comment feature. Based on the discussion in https://github.com/graphile/postgraphile/issues/906, the solution is to...
**Background** Many applications expect deeply nested objects in input parameters, see the discussion in swagger-ui starting from this comment: https://github.com/swagger-api/swagger-ui/issues/4064#issuecomment-357417513 In [LoopBack](https://loopback.io), we are running into this problem too, see...
Under the hood, inclusion resolvers are implemented using `inq` operator: 1. Gather PK/FK values from source models. 2. Query target models using `inq` and PK/FK values from step 1. 3....
_See https://github.com/strongloop/loopback/issues/2080 for the original discussion in LB 2.x/3.x._ LoopBack should support models using composite keys, where a primary key or a foreign key is composed from multiple properties. Let's...
Our current lerna-based setup is very inefficient. Most of the pull requests in this repository are created by RenovateBot to update package-lock files, our git history is full of RenovateBot...
_This is a follow-up task for the proposal outlined in https://github.com/strongloop/loopback-next/issues/2712._ **Indexes at property level** Support the following two short-hand forms only. Ask users to use model-level form to define...