Lukas Rieder
Lukas Rieder
So @sashaafm / @hamann made a couple of solid contributions, fixing this library. Would you please merge his changes or retire this project or hand it over to someone who...
Thanks for the offer. I am happy to take it. Lets figure out the handover in a PM. > On 12. Jul 2018, at 21:23, Sasha Fonseca wrote: > >...
Will do. I have some time this weekend to complete the take over. I will take good care. Sasha Fonseca schrieb am Fr. 13. Juli 2018 um 12:24: > @Overbryd...
@sashaafm I have removed the fork, and I have now accumulated all the changes to the configuration to have this project run again on my local version. If you still...
@sashaafm ping
Also das wäre natürlich ein kleines Sahne Häubchen, ehrlich gesagt aber fast etwas zuviel Implementierungsaufwand. Wenn es dir mal unter die Finger kommt, dann mach es, schreib hier kurz ein...
Thanks for this insight. How many projects/services to you have? This bottleneck never showed up on my side, because I just have about 20 entries per month with 3 different...
It is not possible yet. If you want to you could fork and add the feature.
Pastin would be an improvement. The sugary topping would be (as advised in the issue above) multiline pastin results in a set of todos :) +1
We are encountering a similar issue. I found this on the interwebs: ```ruby LOG_QUEUE = Queue.new Thread.start do logger = Logger.new(STDOUT) nil while logger.info(LOG_QUEUE.pop) end ``` Use it like so:...