Marco Sirabella

Results 50 issues of Marco Sirabella

Fixes #37 & Fixes #127 Is this better placed in `user_fmt`? I don't think so

This pull request just fixes some failing tests: ``` $ pytest ============================= test session starts ============================== platform linux -- Python 3.6.5, pytest-3.6.2, py-1.5.4, pluggy-0.6.0 -- /home/msirabella/Documents/projects/featurefork/neomutt/test/system/venv/bin/python3.6 cachedir: .pytest_cache rootdir: /home/msirabella/Documents/projects/featurefork/neomutt/test/system/hecate,...

I basically want to rewrite [DepotDownloader](https://github.com/SteamRE/DepotDownloader) in go, and that requires all the [DepotManifest](https://github.com/SteamRE/SteamKit/blob/master/SteamKit2/SteamKit2/Types/DepotManifest.cs) APIs Related codes: - - The protobufs are there, but other than that nothing else really

Hey, I've been patching my local ledger install to make some python scripts that I wrote work, basically this line: ``` assert(xact_count == journal->xacts.size()); ``` in `src/session.cc` prevents python scripts...

python

Hi, If I click on a video to watch and watch through the full ~20 minute video occasionally tremc crashes. The tracebacks are a bit tough to capture since it...

This speeds up --depclean on 245 packages from 12 min to 10 min, 18% speedup Probably need more tests to verify that this doesn't break anything This also passes tests...

On release 0.5.5 `make install` results in: ``` Makefile:48: *** Not a supported target. Stop. ``` Looking at `helper.mk`, this still does not work: ``` $ make install-pythonlib install-cinnabarscripts ......

Hi, Snippet from my nginx config: ``` return 200 '\n'; ``` This was returned while rebuilding it for nixos: ``` [context] INFO Can't find variable 'URI' ``` when lowercased, gives...

Fixes #25 Unfortunately I can't test on the latest npm due to npm/cli#2160 :(

Stopped using tempfiles + shutil + shell pycodestyle in favor of the python module `pycodestyle`