Jeremy Woertink
Jeremy Woertink
this editor is pretty awesome :) thanks.
Oh lovely. Good catch. I guess we need `Time.utc.almost_at_the_end_of_the_day` :joy:
I think this is closed by https://github.com/will/crystal-pg/pull/201
I'm also running in to this. Are prepared statements properly supported?
So [this line](https://github.com/will/crystal-pg/blob/master/src/pg/connection.cr#L21) should probably look more like `PreparedStatement.new(self, query)` or whatever?
I'm looking to use PREPARE too. I also came across this https://github.com/crystal-lang/crystal-db/issues/60
I'll see if I can get a little sandbox example going.
oh, and to add to it, it seems that `slim` also has to be there 🤔 but removing `slim` also throws this unhelpful error: ``` TypeError: n is undefined render...
hmm... Did you make a change? It seems it's working now. Weird thing though is I made a comment about this not working last week too, so it hasn't worked...
Ok, it's happening again... This is from just trying to load the home page. That select list doesn't load.