Michaël Zasso
Michaël Zasso
Another thing that I'm not sure I have seen before is the question of how to configure the loaders themselves. Since a loader is just an imported module, there is...
Yes (but after merging https://github.com/mljs/levenberg-marquardt/pull/19)! We started using TypeScript not long ago. See https://github.com/mljs?utf8=%E2%9C%93&q=&type=&language=typescript We would not need rollup anymore. The 4 projects are based on this generator: https://github.com/cheminfo/generator-cheminfo/tree/master/generators/typescript
BTW, the only dependency of this project (ml-matrix) recently got TypeScript definitions: https://github.com/mljs/matrix/blob/master/matrix.d.ts
I propose that we do as many breaking changes as we need to make a good version 2.0. To gather some feedback, we can release pre-versions of the package based...
Deploying to GH pages would be nice indeed. I'm OK if it requires a build step.
Hello @m93a and thanks a lot for your work! I hope you don't mind, I pushed a change to your branch to fix the conflicts with master and outstanding issues...
I don't think we need to support legacy options. Let's design a good API and get rid of the inconsistencies.
Can you give a clearer example with a real function to fit? I'm pretty sure this can be solved on your side with JavaScript features.
TODO: - [ ] Run createMany in a transaction if no client is passed - [ ] [refresh method](https://docs.adonisjs.com/reference/orm/base-model#refresh) - [x] [$attributes and $original](https://docs.adonisjs.com/reference/orm/base-model#attributes) - [x] [$isPersisted and $isNew](https://docs.adonisjs.com/reference/orm/base-model#ispersisted) -...
Question: should queries sort by default?