Andreas Reischuck

Results 50 comments of Andreas Reischuck

Our fork currently only targets redmine 2.3.1. The plugin machanics of redmine are very volatile and it's really hard to keep a plugin compatible with multiple versions.

If you want to perform integration tests, you will have to spawn all the servers

Welcome to the world of Rails Disco. I hope you manage to integrate it with your Ember app. If you have questions feel free to ask. The reloading is actually...

Welcome to the disco world! Everything that is documented in this gem should work. We still have no production usage of this gem. We miss a good event store implementation....

@n00ge Feel free to try the disco it in production. We simply have no experience, so we cannot support you. RabbitMQ itself is not used as the main event store....

Your observation is correct. The projection server will not perform any initializers. I have never tried to get something like Devise to run. But my approach would be to use...

I cannot give you any advice, I simply have never tried it. I wish you good luck and I am keen to get to know whether you get it to...

I suggest to use the C++ scoping for nesting the context. The same way as `std::lock_guard`. ```cpp { auto ctx = logger.context(…); // context is active here } // context...

Hi @thomst, I am happy to read that it works fine for you. It seems we planned to skip Ruby 2.4 and jump to Ruby 2.5 / 2.6 directly. Right...

The easy workaround we used so far, is to open the project, print the report and close it again. If we keep all the closed projects around, what's the use...