Julius Beckmann

Results 49 comments of Julius Beckmann

I like this library and would love to use/contribute. But having the current namespace would detain me from that. Maybe having a cool organization for this? Background idea: http://fabien.potencier.org/about-personal-github-accounts.html

Benefits: - Bus factor reduced. - Easier contribution / membership. - Promoting organizations is easier. - Having more repos is not foreclosed.

This could be integrated in a QueryBuilder, like this: `$resultPromise = $builder->key('foo')->lazy()->execute();` :rocket:

Thanks for that request. This repo is for demonstration purposes, so i created a issue in the AliceFixtureBundle Repo and will be closing this issue then.

Ah, i get it. As i can see from your example, a file_locator might be usefull in a FixtureSet, but that will need some DependencyInjection changes because currently there is...

I would like to blame my job and our customers ... :sob: Will try to have a look as soon as there is spare time. :clock1:

@theofidry I will have a look then :) Trivia: 2 years after my initial question https://github.com/hautelook/AliceBundle/issues/7

Having the seed `1` is expected, to produce consistent results. What would seeding with `null` result in? Do you want to "not seed" and use the default random behavior?

Changing the default seed to `null` is not possible, because others are already depending on that. Having 'seed' => `null` in your FixtureSets can be done with the effect you...

It was intended to have a seeding before each file. This way a single file will bring consistent results. I cant see your remaining problem anymore. What are you trying...