Sebastien Guillemot
Sebastien Guillemot
@nicarq it's not working as expected. There was some query we found during testing that returned the wrong result that @GrzegorzDrozda found
Concretely, a query that gives the wrong result is ``` WITH "AssetPairs" AS ( SELECT policy_id1, asset_name1, policy_id2, asset_name2 FROM unnest( /* Aparrently, we can't make pgtyped understand that these...
> Connection failed: no pg_hba.conf entry for host "127.0.0.1", user "postgres", database "postgres", no encryption Seems like a setup issue with your database connection (unrelated to Carp). Notably, presumably you...
> Shelley_m_a I figured out the bug here (it happens even if the name is just `m_a` What is happening is that the value passed to `convert_to_snake_case` is not the...
This isn't that bad I think. Probably we can use something like rustfmt to just delete unused imports after the codegen runs
we could also put these in a special file just for these imports that have no place to go. Also not great either
> When we retrieve blocks from oura/cardano-net-fetcher we get even these blocks with explicit era tags as if it were: As a reminder, the Cardano network specification has a separate...
If you build Java bindings for WASM, yes. This library doesn't natively provide a Java wrapper though
@rooooooooob can you maybe take over this PR?
I also want this because occasionally disabling hardware acceleration [is needed](https://www.reddit.com/r/Twitch/comments/4h3udx/how_to_resolve_obs_black_screen_when_window/) to get the app to show up properly in OBS for streaming Same issue, I believe, also causes issues...