xmonader
xmonader
I tried with chromium-browser and it worked fine with no errors.
I just tried and I can reproduce. definitely a bug.
@geohuz I fixed it https://github.com/xmonader/nim-tcprouter/commit/6e6ab3bb7915c9a14b7fc68bec759b98b45636a0 not sure if it's a clean fix or not to be honest I sent it to the gitter chat for more help
@EriKWDev I can imagine it'd be possible, I believe someone in the community did just that before.
usually, we do ``` def _chunks(self, txt, length): if not txt: return None for i in range(0, len(txt), length): if i + length > len(txt): yield txt[i:] else: yield txt[i...
> `bufsize` was not correctly handled. Does all connection in the collection pool has the same buffer size? Yes, all the connections for the same client have the same backend...
Typical user of kubernetes would expect being able to have nfs volumes or iscsi specially to use other rancher projects like longhorn
@maxux @LeeSmet
another one https://github.com/threefoldtech/itenv_testnet/issues/4
@zaibon is there a way around it at this moment (I know Yggdrasil not happening right now too)? The current use case we create a 3bot container on a network...