Dallas Pool

Results 15 comments of Dallas Pool
trafficstars

The best way to do this is to not do it to begin with... you're passing what I would assume should be a unique slug for your product... index it...

Translation for those who find this :) If you do it on the application side, you can not deal with CASCADE deletion and it is useless in terms of processing...

Eagerly awaiting a merge to master.... @kaste is there a timeline for this?

Hush, it's fantastic and it solves my problem (at least in the 2.8 version of TypeORM). I would be happy to colab with you to bring the code up to...

Anything with this format will break the scope. ```js state = { } ``` I believe it's the equals sign which is causing the issue. **Scope above the state={}** ![Screen...

I am having success with 0.3.3 using the following: (spaced for easy parsing) ``` ts-node # Latest TS Node --transpile-only # Transpile only mode -r tsconfig-paths/register # Import paths from...

I have the same issue. typeorm-ts-node-esm is broken in the same way.

Active Record provides a solid implementation of this. ``` has_many :orders, -> { where processed: true } has_one :document, as: :logo, -> { where tag: "logo" } ``` AR specifies...

> But then you have business logic living in two places I view this less as business logic and more as data integrity. Currently, if I define the concept of...

Issue still exists on 16.4 as well. Logging the data on this line. ![image](https://github.com/nrwl/nx/assets/14914/3fc39060-5732-4f3f-9fdf-453dbecc0c4a) ``` { changedProjects: [ 'data-mongodb' ], changedFiles: [ { path: 'libs/data/mongodb/src/index.ts', type: 'update' }, { path:...