Kamal Mustafa
Kamal Mustafa
I wonder if it possible to add ssh library. Currently making ssh connection and run remote command is too much boilerplate in Go - https://gist.github.com/erikdubbelboer/f62a109d8e8798a11eb89ed494491953. If we can simplify this...
Installing large package such as Django on EC2 micro instance took a very long time, 8-9 minutes with 99% cpu usage. Initially, I taught it caused by setuptools analyzing the...
One issue I noticed with park-only dialplan is that if for some reason the inbound socket process fail or die, then the parked calls will remained in freeswitch db (`show...
It so often I have to run simple command like ls or pwd first to know whether I've been connected to all hosts.
Currently it's not possible for me to edit the command with scroll back, I have to delete the characters with backspace to get to the point I want to edit....
The latest version - https://github.com/patrys/httmock/blob/master/httmock.py#L109 When running with `requests-1.2.0`, got the following:- ``` Traceback (most recent call last): File "/home/kamal/clean/marimore_m7msgezsms/branches/219-private-routing-ordered/src/m7msgezsms/apps/ezsms_api_test/tests/tests_call_api.py", line 376, in test_valid_update_call_status with httmock.HTTMock(_get_response): File "/home/kamal/clean/marimore_m7msgezsms/branches/219-private-routing-ordered/eggs/httmock-1.2.3-py2.7.egg/httmock.py", line 109,...
Something like this:- 
## Is your feature request related to a problem? Please describe We need to share data such as database dump, logs, csv files between developers. ## Describe the behaviour you'd...
* Cookiecutter version: 2.3.0 * Template project url: https://github.com/lalokalabs/labzero * Python version: 3.10.8 * Operating System: Linux 392bfa9a5cc6 5.19.0-1030-gcp #32~22.04.1-Ubuntu SMP Thu Jul 13 09:36:23 UTC 2023 x86_64 GNU/Linux (replit.com)...
If I put my package dir under `src/` sub-directory, not in directory next to pyproject.toml, how do I tell pyflow about that? In poetry, it's defined as:- ``` [tool.poetry] ......