xloem

Results 162 issues of xloem

This addresses a crash I’ve been encountering with ssl on python 3.11 when the connection aborts unexpectedly.

I’m on a low-end device and find whether or not I can run wasm i build within a-shell seems related to how many lines of code i compile, and to...

I’ve never gotten iSH to run reliably, even when not allocating ram. It usually runs for a bit, and then starts crashing repeatedly and relatively quickly when relaunched, often associated...

unconfirmed

# Description Adds handling of the LeaveRoom event to matrix, so that matrix rooms may be left. This was simply missing functionality for a test locally. ## Status **READY** ##...

connector
connector/matrix

Hosting providers with the akash network use certificates that crash asn1crypto: ``` import oscrypto.keys, ssl cert_bytes = ssl.get_server_certificate(('dcnorse.ddns.net', 8443)).encode() cert_oscrypto = oscrypto.keys.parse_certificate(cert_bytes) print(cert_oscrypto.subject.human_friendly) ``` ``` Traceback (most recent call last):...

**Operating system**: Red Hat Enterprise Linux 7.7 **wxPython version & source**: I've tried both pip and git tag wxPython-4.2.1 **Python version & source**: 3.10.11 self-built I think from 425065bb002b9cbf9c12f61a6f3102f2ce2b8d14 **Description...

The arbundles and arweave libraries are significantly out of date. The bundlr interface has been changing slowly, so it seems valuable to keep arbundles up to date. I ran into...

For some reason `ar-io.net` is truncated to `ar` for the hostname. ``` $ arkb deploy --gateway https://ar-io.net --use-bundler https://node2.bundlr.network --debug deploy README.md ``` ``` Save a wallet with `arkb wallet-save...

This is a scratch work showcasing concepts for gpu data access coming together. It's a quick half-working thing. #1986 #1985 #210 #2391 #120 (note: #120 includes opencl work!) #2426 #57...