Louay Akkad

Results 23 issues of Louay Akkad

Hi, I'd be great if you add a typescript definitions file. I've created one for you already. ``` ts declare module 'merge' { function merge(a: A): A; function merge(a: A,...

Hi, Are there any plans to support the `--tmpfs` option (temporary file system)? or is it supported already? https://github.com/docker/docker/pull/13587

enhancement

I've been getting the following error when using `findByAssociation`: ``` Error: ER_BAD_FIELD_ERROR: Unknown column 't1._id' in 'on clause' ``` The main reason is that I have `orm.settings.set('properties.primary_key', '_id');` while in...

Hello, I'm having a weird issue. Here's an example: ``` Person.aggregate().distinct(`country`).count().get(function(err, count) {}); ``` The resulting `count` is actually the first value of the field `country`. Without count it works...

Fragments currently do not contain an `errors` object. How should errors be stored? I've solved the issue by doing the following: ``` fragment.set('errors', new DS.Errors()); ``` But I think this...

Correct me if I'm wrong, but I think there's no way to access Core (and therefore any Model) from hooks. If I want to use the instance `db` that I...

Similar to `onCreating`, `onSaving`, etc. I believe there should be `onCreated`, `onSaved`, etc. hooks.

### Which packages are impacted by your issue? @graphql-codegen/typescript-operations, @graphql-codegen/client-preset ### Describe the bug You might decide that this is an issue in the SWC plugin instead of the `typescript-operations`...

There is no such method for `hasMany`, even though it exists for `hasOne` and `extendsTo`.

## Summary Tada is an awesome library, solves almost all the pain points of codegen preset-client, except one: writing test fixtures with fragment masking turned on. Currently, when writing a...

future 🔮