Luflosi

Results 40 issues of Luflosi

Closes #3683. This is a very rough first draft implementing this feature. I still need to make this not break anything on non-macOS. The main issue I currently have with...

Since infocmp apparently can't generate a termcap file with all the capabilities, I let kitty do that instead. Do you think that's a good idea? Note that I have not...

I started to implement smooth and precise scrolling, see #1123. My plan is to render to some kind of buffer (I'm currently using a texture) and then copy the right...

What are the differences between tarssh and endlessh? The README.md explains, that tarssh is "similar to endlessh" but doesn't tell me much else. I'm trying to decide which one to...

Executing ``` darling-dmg test-file test-dir ``` when `test-file` does not exist prints ``` Error: test-file Possible reasons: 1) The file is corrupt. 2) The file is not really a DMG...

Here is the build log of compiling the latest master version: ``` make -C /nix/store/0rdnj4x5qa093cf5zi78knljwa05raw0-linux-5.19-dev/lib/modules/5.19.0/build M=/build/source make[1]: Entering directory '/nix/store/0rdnj4x5qa093cf5zi78knljwa05raw0-linux-5.19-dev/lib/modules/5.19.0/build' CC [M] /build/source/btree.o CC [M] /build/source/compress.o CC [M] /build/source/dir.o CC...

While writing a simple test for NixOS, I experimented a bit and found a problem. This is what I did: 1. `truncate -s 1G /tmp/tmp.img` 2. `losetup -f /tmp/tmp.img` 3....

When trying to mount an encrypted APFS disk, mount prints: ``` mount(2) system call failed: Structure needs cleaning. ``` and the following message appears in dmesg: ``` APFS (88g): bad...

Closes https://github.com/webrecorder/warcio/issues/133. I found a way to make make skipping the tests very elegant, requiring only `@mark.online()`. This comes at the expense of a little more code in `conftest.py`, the...

I'm packaging this library in [Nixpkgs](https://github.com/NixOS/nixpkgs). The sandbox in which all packages are built has no internet connectivity to achieve reproducibility. This causes some tests to fail. It would be...