Jáchym Toušek

Results 257 comments of Jáchym Toušek

Thanks. Still I want to suggest adding release notes to each tag with the new features and bugfixes.

@jakubzapletal I need to parse some of the formats in a new project. Instead of inventing a wheel I thought I'd use an existing library but it's a bit outdated....

If anyone else needs this I have a fork with these changes available as [enumag/bank-statements](https://github.com/enumag/bank-statements).

Or actually I do know how to fix it but I'd have to pass my own index generator to this script.

Turns out its not as easy as I thought. When I use a indexed collection I don't really care about the order of the items. With that in mind it...

@ninsuo Oh wait, there already is an option like that. http://symfony-collection.fuz.org/options/addButtonAtTheBottom It doesn't work for me for some reason though. I'll look into it.

@ninsuo See #21. That doesn't fix the error mapping issue of course.

@prolic Which message bus implementation would you recommend now that [prooph/service-bus](https://github.com/prooph/service-bus) is deprecated?

@webdevilopers Can you tell me how to use this with prooph/event-store v8? I'm using the asynchronous prooph/event-store-client which is a problem because I can only return a promise and not...

Never mind, `prooph/event-store-symfony-bundle` is for `prooph/event-store` v7. It isn't meant for v8. And for the reason I mentioned I doubt it ever will be.