Will Leinweber
Will Leinweber
heroku db:push and pull will soon be replaced with pg:push and pull, which won't use taps, so it wouldn't have this problem. It'll have all of its own, new problems!...
Sorry for the omission. That was a step I was doing but missed it when copying and pasting into github. I've edited the description
I just found out that actually *any* `:checkhealth` after a missing one cause this, even just `:checkhealth` with no arguments. It doesn't have to be two missing ones in a...
Just as a data point, the `file Xa`... script does not reproduce in my copy of vim9 (but does in nvim) ``` VIM - Vi IMproved 9.0 (2022 Jun 28,...
@folke I don’t think this is a problem with Noice, it's just how I found it. If you save that lua script as `script.lua` it reproduces with `nvim --clean -S...
So I think the problem is that in this example it's not just bytea types but arrays of bytea, and before arrays get sent up to postgres they get encoded...
> Is there a reason PG::Interval shouldn't delegate to #to_span to make it compatible in both directions? I've been thinking about this for the last little bit, and can't come...
I looked into it a little bit, but I also don't know :/
You could use git-vain to prefix your commit with `BAD` then they'd match ;)
I've noticed that too. I don't really know all that much about cubism to know where to start fixing it though :/ If anyone has a fix, I'd merge it.