Daniel Mecke

Results 15 comments of Daniel Mecke

Maybe your minimum-stability is set to something different than dev? That causes composer to not include any package with dev stability only (which 0.5.\* is). You could instead try to...

You could create channels on the fly for every user combination. If you want to avoid other users to view these channels you would need to override the bundles controller...

I was able to reproduce the ago-filter and channel problems and fixed them (updated readme and set default channel). But I don't have the problems with duplicate messages. Is this...

I am sorry, the README was updated, but the composer.json did not offer 0.5.\* yet. This should be fixed now. Please be aware that your minimum-stability setting needs to be...

At the moment it's a very basic Symfony2 bundle which is able to process inputs via a text form, store it in the database and update the messages of all...

Splitting it out from the template is a good idea in every case i think. Why i think it would be better to remove the dependency is that we would...

Hm, good point. And most likely everybody who wants to have a chat in his application uses jquery anyway, right? Ok, so lets simply add the dependeny to the documentation.

That sounds like a good solution.

I have the same problem. It always starts another build with the same build number. It also happens with successful builds in my case.

Thank you very much for the detailed explanation, it is very appreciated! Ok, I understand that the safe solution is more a project in itself. Your suggestions is what also...