Andrey Akulov
Andrey Akulov
This full example helped in my case: ```ruby God.watch do |w| ... w.keepalive w.transition([:start, :restart], :up) do |on| on.condition(:process_running) do |c| c.interval = 5.seconds c.running = true end on.condition(:tries) do...
I assume that your string is being escaped from `"{{ '/venue' | relative_url }}"` to `"{{ '/venue' | relative_url }}"` and being ignored. In rails it would overcome with simply...
Ok, I will try it in this week.
This change will add missing `description` exception field (it is described here - https://explorer.docs.rollbar.com/#operation/create-item - data.trace.exception.description) Example: ```elixir %Rollbax.Exception{ class: "NameError", message: "global name 'foo' is not defined", description: "Something...
Maybe it's a rare issue, and make things more complicated. I don't see how to have multiple admin endpoints (UIs) in one web app. It can be helpful when you...
@smpallen99 awesome to hear it :+1:
I had the same issue on 0.1.6, but I've tried a version from master and it works without the bug.
Sorry, that's false. I was using not the master version but this fork - "[email protected]:HoldYourWaffle2/copy-and-watch.git" (which originates from this PR https://github.com/zont/copy-and-watch/pull/5) - it works but outdated
I think it's intentional, because it's being tested to fail on false in doc test. But I can't see reason behind this. You simply can define your own validator for...
@wafcio, this should be helpful - https://github.com/CargoSense/vex#error-message-renderers