Jakob Pupke

Results 30 comments of Jakob Pupke

That's Ubuntu 16.04. Kernel updated to 4.11.

https://github.com/jeremyb31/rtl8723de.git This fork is working for me :muscle:

Why don't I have this problem if I insert into a MySQL database, though, as I described in will/crystal-pg#191? Anyway I will try `prepared_statements=false`.

Confirming that disabling prepared statements mitigates the problem. But: I am now actually not using`insert` inside the loop, but actually direct database prepared statements. Before the loop I create a...

Sounds extremely interesting. I think it would be possible to remove the `pg` dependency since users of this gem would have that installed anyway. I am looking forward to a...

Hi @abuisman, I think most of the scopes that [this gem is adding](https://github.com/madeintandem/jsonb_accessor#scopes) will not work anymore. Another reason to always use `jsonb` over `json` in Postgres. `json` only has...

Good point. Let's do it your way. Yes `json` and `jsonb` as cast type are interchangeable basically.

Closing for inactivity.