mjolk

Results 12 comments of mjolk

Seeing the same thing, "{\"state\":\"completed\"}".toByteArray(CharSets.UTF_8) works but empty result. If i encode a kotlin data class(connectionQuery) with moshi to a json string and then bytearray i get the same invalid...

i'm stuck on this, i have this decoding problem with connections query on didexchange and register on mediator i added some debugging and got this in query connections wrapper: ```...

question: Do you need to run a seperate daemon as mediator or is it enough to specify outbound? It's not enirely clear to me from the docs.

i have a security audit telling me i need to add this, but it does not work due to this bug it's 2022

> Updated to ROCm 6.0. Pytorch image working! > > Still getting this with rocm/jax:latest > > ``` > drun rocm/jax > root@minerva:/root# python3 > Python 3.10.0 (default, Dec 12...

default="gfx900,gfx906,gfx908,gfx90a,gfx1030" i'm thinking new gpus aren't supported yet and fall back to cpu? so yes it will work but i don't think it's using your mi250? the error means it...

> I think it is running calculations on GPU (also judging on rutime of the code, it matches that of similar Nvidia GPUs, and surely ain't cpu). oh ok, well...

weird this was fixed a long time ago with https://github.com/sustrik/libdill/pull/197 i'm on gcc (GCC) 14.1.1 and it compiles fine.

@barracuda156 i can clearly see in the posted stuff that you do not have the changes of the PR I referenced, check the source you're compiling from. edit: ok i...

with myfn.bind(this) and multiple emitters (like in a list) you run into trouble, best to use myfn = () => {} to retain a valid reference to this (instead of...