Moshe Kamensky
Moshe Kamensky
@wagenet Truth is I no longer remember, I think it had something to do with debugging, but I can no longer recall what... I see that I overrode `debug_graphiti` and...
@KevinBerthier Did you ever manage to solve this? Thanks
It seems that a temporary solution is to replace ``` var EventBus = EventBusAny ``` with ``` var EventBus = EventBusAny.default ``` on line 3057 of `spraypaint.js`. I don't really...
The gem does not currently work with ActionMailer, as far as I can tell, since it assigns itself as the delivery_handler, and so Mail::Gpg::DeliveryHandler is not assigned. If I understand...
Actually, I guess just not rescuing, or raising the same exception in place of $! would be sufficient
Will it be possible to upgrade to the latest version of gollum-lib? I am suffering from [this issue](https://github.com/gollum/gollum-lib/issues/175), which was actually solved there. Thanks!
Oh, this is confusing... I did not realise there was another project. I have "gem 'gollum_rails'" in my Gemfile, and what I get is this one. Also, looking at the...
It appears to work well, thank you very much!
> Thanks for the suggestion! > > It would be highly appreciated if you provided some examples and use cases that demonstrate this as a generic feature a regular app...
Please note my other comment https://github.com/rails/rails/pull/22610#issuecomment-749246114, which I think is a more serious issue