Jonathan Snyder
Jonathan Snyder
You can hack this in by inheriting from `DefaultGroup` and then overwrite the `parse_arg()` function like so: ```python def parse_args(self, ctx, args): if (not args or args in (["-h"], ["--help"]))...
I recommend using pyhidra for something that just works out of the box.
I'm on 3.3.4 and ran into this issue with a library using both multiprocessing and threads. I had to patch it to force spawn to make it work.
Could previous budget data always be saved? Such as a basic history page? Would be neat to see how much budgeting is improving over time.
Yeah, looks like this project is dead Jim. I wouldn't stop anyone from some making a new fork :) It looks like someone did push up a fork https://pypi.org/project/esprima-fork/ but...
I noticed I get the following 404 errors. I assume they are trying to phone home? ``` 404 GET /static/visualiser/lib/jquery-1.10.0.min.map (127.0.0.1) 0.83ms 404 GET /static/visualiser/lib/d3/dagre-d3.min.map (127.0.0.1) 0.86ms 404 GET /static/visualiser/lib/bootstrap-toggle/js/bootstrap-toggle.min.js.map...
I tracked this down to the AdminLTE library. It imports the google fonts in `AdminLTE.min.css` https://github.com/ColorlibHQ/AdminLTE/issues/1421 I just went ahead and blocked `fonts.googleapi.com` on my system, which fixes the slow...