orent

Results 16 comments of orent

I am aware that a separate verification metadata stream can be used. But this is not the default - and for a good reason. What I am suggesting is a...

I tried something similar but the bootstrapping to run everything inside the container was ugly. Eventually i found a simpler solution: run fakeroot debootstrap --foreign on the host, and so...

IIUC, the software currently performs no dynamic adjustment of the time dimension, only a geometric adjustment of frames, based on smoothed geometric parameters extracted from multiple frames (with possible extra...

It looks like the code unconditionally override the permissions even when the file is opened for read-only access and no change in permission is necessary.

Probably related: raising a subclass of SystemExit displays a stack trace rather than exiting silently. Found this in docopt module. It raises DocoptExit which is a subclasss of SystemExit.

Correction: from_buffer_copy() does accept bytes, but not bytearray, memoryview, etc.

Thanks for the fast response. Two more minor inconveniences that caused my code not to work out-of-the-box on IronPython are: 1. struct.unpack_from not accepting an mmap object 2. ctypes.Structure.\_pack\_ attribute...

It's confusing, because all the newly built packages are still named "3.4alpha", just like the April 2021 release. On Mon, 18 Apr 2022 at 16:09, slozier ***@***.***> wrote: > Should...

I see from another pull request that not having 'zig' is intentional. It can be named something else instead e.g. 'zig-pypi' or 'ziglang'

This is mostly about adhering to the same path conventions as other system level and userspace distributions. Under the base path (/usr, /usr/local, ~/.local etc) files are stored in bin/,...