Andrew Volozhanin
Andrew Volozhanin
Any news on this one?
What about plain `DatabaseRewinder.tables = {}`?
@anishathalye what do you think about adding meta/comment properties to the executors in 2.0? (As described in https://github.com/anishathalye/dotbot/pull/1)
@yaroslav есть какие-нибудь новости по этому PR?
Is it there any chance that this PR would be merged? I basically reimplemented the same feature in my app. (+ asset_host for local storage). Should I create new PR...
@pokonski I have a similar situation: I have a pdf manual pipeline that looks like this: ``` database row with url -> DownloadJob -(manual.id)-> ProcessingJob -(manual.id)-> PublishJob ``` Gush seems...
I tested `KeyVaultClient#encrypt` and it didn't work either. First of all, it has the same [constant error](https://github.com/Azure/azure-sdk-for-ruby/blob/master/data/azure_key_vault/lib/7.0/generated/azure_key_vault/key_vault_client.rb#L1404) as the methods mentioned earlier. Next, its [KeyOperationsParameters.mapper](https://github.com/Azure/azure-sdk-for-ruby/blob/master/data/azure_key_vault/lib/7.0/generated/azure_key_vault/models/key_operations_parameters.rb#L52) uses `Base64Url` type for the...
I'm having the same issue. And I would like to keep the print line, because it enables an optional pry.pager (less) within awesome print output. ``` ruby Pry.config.print = proc...
@mlanett is it still an issue?
@whitfin There was a regression in `:dets`. See: https://elixirforum.com/t/erlang-dets-open-file-error-i-cant-understand-and-fix/14748/2