Sanket Patel
Sanket Patel
in ref to #3 I could not test it as bot was not replying.
I am working on similar project to download high quality mp3 from YouTube ([always320](https://github.com/sanketplus/always320)) and I guess you can use better downloader (wget) than to manually write files. Let me...
Trace and details at https://github.com/linkedin/school-of-sre/runs/4078058065?check_suite_focus=true this most likely due to python 3.10 bump https://docs.python.org/3/whatsnew/3.10.html#removed Fix would be to either use new version of mkdocs (assuming they fixed it to work...
Creating PR to request and accommodate comments. There are multiple areas which requires decision making. 1. whether to maintain backwards compatibility with variadic args, or is there a better approach....
Currently, a goroutine periodically pings on the connection that holds the lock. If a ping fails, it bails out and closes the connection. 1. Confirm what happens to connection when...
GET_LOCK has subtleties like it the function is unsafe for statement-based replication. Find and document them all
While probing for a very simple flask app which appends a string into a global variable, I sometimes get following. ``` sanket@tfs:~/workspace/systemtap-python-tools$ sudo ./scripts/memtrace -x 4630 -t 60 -v stap...
Looks like debug symbols on Ubuntu 18.04 Python 2.7.15rc1 does not contain said symbol. Instead one without underscore seems to work. `PyObject_Malloc` . Same for free function as well. ```...