Markus Stenberg

Results 63 comments of Markus Stenberg

The monorepo instructions assume you build everything in every workflow too - if not, the cache is partially populated, and you would be better off having manual caching as opposed...

Unfortunately currently there is no good way to recreate the default network, though, as e.g. `podman network rm [-f]` does not work with it. Assuming you don't want to reboot,...

> We do not auto detect the MTU I don't think it make sense to do so, it would be hard to guess what the right MTU is. Conservative guess...

> And then when would we check what the lowest MTU is? Given we are not a daemon this likely means looking this up for each container setup which adds...

Following in Makefile does what I'd propose as sane default (possibly doing min(1500, detected mtu) if worried about jumboframes, PMTU and internet): ``` Makefile # default podman network bridge mtu...

Yes, the other two drivers are fine (I started this issue when I noticed the default case not working but my macvlan was fine). Config file could be good compromise...

> @tnunamak @maurobender @Jonas1312 #4119 released on v1.40.9 We can use environment variable `CUSTOM_TIKTOKEN_CACHE_DIR` This comment seems off, it is just `TIKTOKEN_CACHE_DIR` but it doesn't override it?

In our case, the beautiful fix was just to import litellm and set the `TIKTOKEN_CACHE_DIR` afterwards so this was mostly reference to looking at code (but I might have looked...

python 3.12 is working for me now on Mac, but 3.13 does not - same errors as above.

Just copying Rust credentials to the Python configuration file worked for me (I guess using same file would have worked too, although Rust one has refresh_token null which I am...