Jeff Huber
Jeff Huber
I'm also curious what happens when the x axis labels get too long. It appears that it actually just destroys the next label preventing it from being written at all...
It has to do with the string length being too long relative to the required padding betweens columns. (there isn't enough room so it doesn't draw it.) @ollym
Hi @MaicolBen , thanks for the reply! Here is what I know: 1. `0.1.43` does not return `access-token` and `client` 2. I can `bundle open devise_token_auth` and comment out the...
@Quintasan did you find a solution or workaround for this? I'm seeing the same behavior with `PostgreSQLAdapter`. I worry it's an environment thing, because it works fine on my colleagues...
I got "something" working... for some reason `insert_all!` works while `insert_all` does not. 🤷 🤦
Thanks @mgrunberg . I ended up finding out that `psql --version`was lying to me and I had an older version than it was letting on. Now `insert_all`, `upsert_all`, etc -...
@grumpyp thanks for this! we will address this once we unlock our code freeze on Monday
@HammadB
Went with a different solution here. Thanks for helping to flag this!