Miguel Angel Asencio Hurtado

Results 22 issues of Miguel Angel Asencio Hurtado

Currently, if I have a model that needs to be validated on the creation I'll try to overload the creation function. The problem is that this leads to the following...

https://github.com/zakodium/adonis-mongodb/blob/638a5ec3054c92aec75fc144eb7ca331ee567b50/adonis-typings/odm.ts#L365

After #112 a spread operator on .all() returns inner state metadata ($isPersisted, $isLocal, etc) instead of the current data. ```ts const events = (await eventCursor.all()).map(({ _id, ...rest }) => ({...

https://projecteuclid.org/euclid.ss/1038425655

enhancement

One thing I realized with this change was that by lowering the threshold I was able to create splits when all the classes were the same. I couldn't figure out...

I see in #3 that https is supported, but there's nothing in the documentation about how to use it, reading the code it's quite clear, but it should be in...

I'm doing this ```js import {mergeStrings} from 'gql-merge'; import authenticationTypeDef from './authentication/typeDefs'; import entitesTypeDef from './entities/typeDefs'; const mergedTypeDefs = mergeStrings([ authenticationTypeDef, entitesTypeDef ]); ``` and I get the error `Error:...

When the option "Remove row" is selected in slickgrid, the "mimic row click" action highlights the selected row but doesn't update the "Row activated" output variable. I added a testcase...

search header looks as in the image only in firefox, it looks ok on chrome ![search header firefox](https://user-images.githubusercontent.com/7273940/27725974-de74eba2-5d78-11e7-9473-e07653ee5490.png) * firefox v54.0