Andreas Hrubak
Andreas Hrubak
https://github.com/apenwarr/gitbuilder/blob/bf70974a8e70b544b771b30b0849e12a398887ff/runlock#L42 hi i noticed it is not handled when `exec` does return. see perldoc: > It fails and returns false only if the command does not exist so NOTREACHED is...
## lnav version v0.9.0 commit 0e1eb41 ## Describe the bug i'm compiling lnav and the following errors are generated while linking. it mostly complains on undefined reference to `pcrecpp::RE::GlobalReplace()`, but...
could you please consider adding my libs to the list, although not all of them are so awesome
``` >>> bashlex.parse('cmd1\ncmd2 \ncmd3\n') Traceback (most recent call last): File "", line 1, in File "bashlex/parser.py", line 614, in parse part = _parser(s[index:], strictmode=strictmode).parse() File "bashlex/parser.py", line 682, in parse...
Cool idea! Fuse interface when?
Please make sure to provide all the fields and describe your issue. * Service: sagemaker * Action: * * Service: cloud9 * Action: * missing new services - https://docs.aws.amazon.com/sagemaker/latest/dg/API_Operations_Amazon_SageMaker_Service.html -...
IndieAuth internal user-agent should follow 307 and 308 redirects. w3c mentions 307/308 redirects: https://www.w3.org/TR/indieauth/#x4-1-discovery-by-clients
There were discussion on "me"-normalization, url redirects, etc around the issues, but it's not conclusive for me, whether IndieAuth protocol should consider `` info or not when resolving the "me"...
``json_decode`` is a noob json converter I wrote but likely nobody understand. I should replace it to the more known ``jq``.
hi, do you have any idea what am i missing: ``` make CFLAGS=-I$HOME/src/aquynh/capstone/include\ -L$HOME/src/aquynh/capstone gcc -o ftrace ftrace.c -lcapstone -I/home/…/src/aquynh/capstone/include -L/home/…/src/aquynh/capstone In file included from ftrace.c:10:0: readelf.h: In function ‘get_sym_addr’:...