anarcat

Results 241 issues of anarcat

I recently had to use audible ping again and ran through the procedure from the manpage, but sound was still not coming out. I ended up figuring out system sounds...

This is a great app! Unfortunately, as it is documented in the app's description, it will not work across NATs, which are getting increasingly common and hard to workaround. I...

i often end up converting links from: ``` [foo](http://example.com) ``` to: ``` [foo][] [foo]: http://example.com ``` The rationale is that writing the former is more natural, but looks more messy,...

I couldn't find what license hiptext was distributed under by looking at the README or the hiptext.cc file. there is no LICENSE file... what is the license?

when i hit c-x c-s, instead of saving the file somewhere (the expected), it seems the file gets sent to the browser, the frame closed, reopened, and a _second_ frame...

elisp

encoded_scaled apparently fails with: ``` TypeError: integer argument expected, got float ``` in Python 3, and this patch *apparently* fixes that problem. Fixes: #12

It looks like the qrencode Python library is currently unusable in Debian bookworm. Here's a simple example: ``` anarcat@angela:paperbackup$ python3 -c 'import qrencode ; version, size, data = qrencode.encode(b"test")' Traceback...

running this under Python 3.10+ on Debian bookworm crashes: ``` anarcat@angela:paperbackup$ python3 -c 'import qrencode ; version, size, data = qrencode.encode(b"test")' Traceback (most recent call last): File "", line 1,...

We are getting into a sensitive security issue here. We would like to allow people to create their own build jobs, but not be able to upload packages to all...

wishlist

Hello! This project looks amazing, and I can't wait to start using it for the GitHub projects I'm working on. I'm mostly working on GitLab at work though, are there...