Logan Perkins

Results 15 issues of Logan Perkins

@attr.s(these=dict(a=attr.ib())) class test: b: int = attr.ib(default=0) c = test(5) print(c.b) This fails even if passing `auto_attribs=True`, albeit in a slightly different way. The obvious workaround is to only put...

Bug

Thank you Sakaki for your long service and amazing "stuff"! Also thank you for not simply vanishing into the night. Too often these sorts of projects die when the original...

PyPy3 works as the interpreter for portage, and, combined with portage-3.0, cuts the average time to process the dependency tree by 50% (PyPy3 or portage-3.0 individually each cut about 20%...

EOL

### Feature Request In standard javascript implementations, `console.log`'s signature is `console.log(...objects)`. The `console.log` implementation used in the html5 netscape context is `console.log(string)`, silently discarding all but the first argument, which...

feature

### Feature Request The graalvm javascript implementation is missing some javascript natives. 1. `setTimeout`, `setInterval`, `clearInterval` -- schedule a function to run 2. `load`/`require` -- load a resource from a...

feature

As the title says, the curscal column on CPU usage doesn't populate properly. Both with 2.4.0 and 2.5.0-r1. It works properly with 2.3.0-r1.

**Describe the solution you'd like** ZRam is a compressed page subsystem, used for ramdisks and swap. I'd like the information from `zramctl` included when there are zram devices in use....

enhancement

If you use a support carriage downstream of a Carriage Adapter, it will make blocks upstream of the carriage adapter move too. Simplest setup to see this would be [CM]...

The Pi has an internal 1.8kΩ pull-up resistor available on any of the GPIO pins. While the Dallas One Wire protocol calls for about a 5kΩ pull-up resistor, it also...