Sebastian Callh

Results 22 comments of Sebastian Callh

I am also experiencing this error, but I'm using straight and use-package so the setup is somewhat different.

Hi @GStechschulte no, I am still stuck on this. It's a real showstopper as well for me, since I am not able to deploy a model without JITing it. Any...

Thanks for the link, that looks like a neat package!

Oh, of course. Can't believe I missed that. Either that or adding something to the readme under [Developing an Obelisk project](https://github.com/obsidiansystems/obelisk/blob/master/README.md#developing-an-obelisk-project)? I could take a stab at it.

Hi! I am looking into ReactiveMP for some state space modelling. It looks like a very cool and useful package, however, not being able to call functions in models is...

Thank you for that insight @bvdmitri . It makes sense to keep the scope limited. I'm actually working on a library for structural time series primitives and it looks like...

Thank you for your reply. It seems I was mistaken then, which is good! However, I cannot find the arrayfuncs file in [the official documentation](http://koma.kyonifer.com/Reference_API_Docs/koma/index.html), and only specialized functions for...

Hello! Just wanted to ask if there has been any progress on this?

Hi! So it's been a while. I've tested the code on newer releases (up to 1.9.1) but still get the same error so I figured I'd check in and see...

I am also getting this error. Does anyone know a workaround? It's a blocker for my use case ```python import os import podman os.makedirs("test-output-folder", exist_ok=True) with podman.PodmanClient(base_url="unix:/var/run/docker.sock") as client: client.containers.run(...