-
Shared libs that are in packages that also contain python code are stored in `site-packages/foo/bar.so`
PyOxidizer is dropping the `foo` package name, creating conflicts.
A very prominent exampl…
-
As noted in https://github.com/src-d/backlog/issues/1205#issuecomment-400283991 we need to properly document the way Modelforge works ATM. Also how to use it both internally and externally.
-
```
I am trying to building the "requests" python module for the android platform
(create new egg file).
I followed this instructions:
http://code.google.com/p/python-for-android/wiki/BuildingModul…
-
```
I am trying to building the "requests" python module for the android platform
(create new egg file).
I followed this instructions:
http://code.google.com/p/python-for-android/wiki/BuildingModul…
-
```
I am trying to building the "requests" python module for the android platform
(create new egg file).
I followed this instructions:
http://code.google.com/p/python-for-android/wiki/BuildingModul…
-
```
I am trying to building the "requests" python module for the android platform
(create new egg file).
I followed this instructions:
http://code.google.com/p/python-for-android/wiki/BuildingModul…
-
# Bug Report
## Description
In GH CI is useful to reuse the ENV var ```GITHUB_REPOSITORY``` if not the workflow is even uglier in bash.
A plausible solution would be to use a hash function inter…
-
1. Learn how to update lib yt.
2. Test the update procedure on `eureka32`
3. Apply update on all nodes.
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
We encountered an error while attempting…
-
### Summary of problem
When using `DD_TRACE_METHODS` with async functions, only the coroutine creation gets wrapped in a span but not the `await` call. This results in a very short span for the…