Sorki

Results 87 comments of Sorki

One thing I've noticed is that while you can use multiple streams you won't get highlight nor `code/ok|err` messages back with stream name. Ok|err responses are easy fix but highlight...

Lovely, thank you @yaxu!

I think your best bet is to use hashing functions from `botan` library - https://hackage.haskell.org/package/botan-low-0.0.1.0/docs/Botan-Low-Hash.html These seem to have proper hardware acceleration, see https://github.com/randombit/botan/tree/master/src/lib/hash/sha2_32 Maybe that's the ideal way to...

This now needs a fix for `Control.Monad.State` imports from https://github.com/Haskell-Things/ImplicitCAD/pull/454

It would be nice to be able to build a full soc binaries using Nix, not just a Haskell libraries. Haskell libs are easy to build using just cabal2Nix (no...

Thanks for this, saved me today!

I've used 9.6.6 for ~armv7l~ arvm6l build.

Interesting! We decided to add `cost_models_raw` field to the response that is just a list without name mapping so this should be doable after a release - https://github.com/blockfrost/openapi/pull/365 - https://github.com/blockfrost/blockfrost-backend-ryo/pull/203

I'm unable to test this locally hoping CI can do it :upside_down_face:

+1, we managed to implement this in our plugin with after_create and after_update and were wondering why there's this field already. https://github.com/otevrenamesta/ckanext-odczdataset/blob/74abed3e5b9684fb4f0ea0637c2246d0f9087893/ckanext/odczdataset/plugin.py#L158