Bertrand Mansion

Results 6 comments of Bertrand Mansion

What about 'person.addresses.0.street', 'person.addresses.1.street' ? Or better 'person.addresses[0].street' ? Maybe something like this too : this.model.get('person.addresses.$.street'), to get all streets for example ? This can be useful as well, what...

I had the same problem. It looks like if you remove extension `smlar`, you can use `rum`, which is weird given that @feodor is credited as author for both extensions...

That would be a nice addition. Pecl redis extension has this feature. Also, using msgpack format to store session data, it would make sharing Php sessions with other tools (like...

I don't know why build fails under Php 7.3, it doesn't look like it is related to my small addition...

Hi, can you please merge this (and fix your travis so that php 7.3 tests are supported). Thanks

I have created a pull request for that, see #184