NorthBlue333

Results 35 comments of NorthBlue333

Hi there, I'd gladly submit a PR next week if this is not done by anybody.

@benhickson Just wanted to add that javascript CAN determine the difference at runtime, as it has been said by others, stated by @alvaro-cuesta i.e. And it **definitely** has runtime impact...

This is related to the current directory being changed during the execution. See `dotenv` doc. ``` /** * Default: `path.resolve(process.cwd(), '.env')` * * Specify a custom path if your file...

Actually after some thinking I thought of this flow for the `Factory::create` method: * Loop on all attributes * If the property path is nested, store it in an array...

As stated in my last point, yes, this requires proper use. It might be by setting a default OR by setting the relation with states (as nested properties are always...

Yeah maybe, that is my only concern but actually I think it would also work if it is correctly set up by the user. May I make a PR with...

Sure will wait for #306 I understand what you mean. I can make a suggestion, you are free to reject it!

Hello there, I have not read my fix again but here is my first insight: If you need Acoustic to be created first, I think the owner of the relation...

> The Acoustic can live without a Production target, a ProductionTarget canot live without an Acoustic. In my opinion it is the opposite of your implementation. If Acoustic can live...