Alan Franzoni
Alan Franzoni
Hello, first things first: thanks for this project! I had a similar idea many years ago, but without type annotations it failed miserably. I have a question: why are we...
Hello, thanks for the tool. There's one feature I'd really like in it: the ability to directly manipulate a Markdown file and inserting the TOC in a specific place, in...
Are you a (hopefully happy) docker-rpm-builder user? Would you like to level up and become contributor with full commit access? Write a short description of who you are in this...
Hello; I chose "tab" as my favourite completion-enabling key, because the "enter" default would interfere too much with my workflow (basically it autocompleted things in the wrong fashion whenever I...
Using this script: ``` #!/usr/bin/env python3 import secretstorage connection = secretstorage.dbus_init() collections = secretstorage.get_all_collections(connection) for coll in collections: if not coll.is_locked(): print(f"Keyring: {coll.get_label()}") for item in coll.get_all_items(): print(f"{item.get_label()} -> {item.get_secret()}")...
Consider https://github.com/alanfranz/pyjomap/tree/ecb4572851b0b1939eab747ac37edebd26c49524 and precisely the test case: https://github.com/alanfranz/pyjomap/blob/ecb4572851b0b1939eab747ac37edebd26c49524/pyjomap/test/test_mapping.py#L45 I just refactored the tests to use genty_dataset. When running the tests (just run `make test` in project directory. Using python 2.7...
Hello, first, thanks for this fork; I'm experiencing a couple of issues with github-release but I noticed that it didn't seem mantained anymore. Would you think about uploading precompiled binaries...