Andrew Fecheyr
Andrew Fecheyr
This seems like a few great additions. Is there something blocking this from being merged in?
Using ruby-debug I have found that the line where it hangs is ``` ruby-1.9.2-p180/gems/bertrpc-1.3.0/lib/bertrpc/action.rb:29 ``` This is the code on that line: ``` r, w, e = IO.select([sock], [], [],...
I am still seeing this issue today. Was this ever fixed or is there a workaround?
Was this ever fixed?
Afaik, WAL-G is the successor to WAL-E. https://www.citusdata.com/blog/2017/08/18/introducing-wal-g-faster-restores-for-postgres/ Maybe this project should mention the state of maintenance and link to WAL-G and/or PgBackRest and/or other tools.
Hi @karmi, I have the same challenge as @willvr: one of my models defines `to_param` as a unique string (aka: a permalink). ``` ruby class Article < ActiveRecord::Base include Tire::Model::Search...
Some problem here. I can't use ui_lovelace_minimalist because it wants to install aiofiles 0.8.0, when 23.2.1 is already installed from HA. This is really brittle. Did anyone figure out how...
Has this been added? If not, where do you suggest a coder would start looking to add it? (save current song)
:+1: as I also needed cropped resizes
Thanks for the update @jedmccaleb. Are you overhauling stellar-lib somewhere publicly?