Logan Perkins
Logan Perkins
I believe I described the use case already, but to reiterate, passing a long list of attributes via the `these` parameters is ugly, but if you want to include an...
What's the alternative to using `eval`/`exec`? For CPython and pypy, we could emit bytecode directly, but that also doesn't support every python implementation out there (pyston).
ZSwap can _only_ be safely used in fairly limited circumstances. It **does not** write compressed pages to the swap device. This means that, once the zswap cache is full, it...
Oh, issue number 5: I have a pi4b, and a pi3b, but if we want to continue to support any other hardware targets (pi4 compute module, pi3, et cetera), we'll...
> > @omkhar https://github.com/arm64-gentoo-images > > i've added sakkaki's items and a few similar items.... > > i made an org to add devs/ users to further the works.. >...
@omkhar, I believe your two distinct items reasonably break the project in half. (1) is actually in many ways the larger challenge, as it requires continual maintenance. It is handled...
> @perkinslr created this issue to track import for GraalVM if you want me assign it to you please add a comment so GitHub will allow me to do so...
Worth noting `html.dialog5` already has a `userdata` parameter which stores arbitrary user data tagged to the dialog (or frame) itself. The problem is this cannot be fetched by the html5...
This looks like the intended behavior. MT prior to 1.8 had a nashorn-based javascript engine that saw limited use. When we replaced it wil graalvm and started advertising it, we...
I have a script that will insert a `.mtlib` into a `.cmpgn` file, so my sequence is `make` and then reload the campaign (alt->enter->up->up->right->enter). You can find it in my...