Joakim Repomaa

Results 48 comments of Joakim Repomaa

I can confirm: "com.netflix.mediaclient" can't be found in my case. Also Docker, also LANG_LOCALE="de_DE" and LANG_TIMEZONE="Europe/Berlin". The search results sometimes barely have something to do with what i searched for.

Having the same issue here. Prevents me from saving dashboards or alerts.

Hey, I'm glad I found this issue, but I'm still struggling to get this to work... ``` rust use crate::{ models::recipe::Recipe as RecipeModel, graphql::{ Context, resolvers::{ RecipeIngredient, } } };...

I can also help, maybe you could set up a repo `graphql-crystal/documentation` or similar and give us write access. (alternatively we can make prs) but for starters it could be...

Hey @vladfaust o/ I overlooked the db_spec dir. I hope the added specs are what you were roughly thinking of.

how about: ```crystal Onyx::SQL.transaction do |tx| tx.query(...) end ``` tx wouldn't be a `DB::Transaction` in this case but rather the duplicated repo with db set to the `DB::Transaction`. This way...

Is this `Onyx::SQL.transaction` method currently implemented? I didn't find anything in the onyx-sql repo

hm, any reason why it isn't defined in the Onyx::SQL repo?

Having the same issue... This is pretty old. Anyone working on this?

I still use crecto in a bunch of projects, so I'm willing to help. I can't be the only maintainer though.