-
```
At the moment, the function get_memory_maps() in the Linux implementation
_pslinux.py, correctly parses the content of /proc//smaps and stores some
of the memory maps data in a container.
Unfor…
-
```
At the moment, the function get_memory_maps() in the Linux implementation
_pslinux.py, correctly parses the content of /proc//smaps and stores some
of the memory maps data in a container.
Unfor…
-
**Problem statement/Query**
In case of a Ctrl-C (what we are actually looking for is an "ABORT" to the Jenkins job running an stestr instance with concurrency), do the main stestr as well as the runn…
-
Hello.
At last I found how to configure local environment to run app with Restup server locally without any device. I think it will be useful to put this information into Wiki. I'm not familiar wit…
-
AFAIK, [`Fingerprinter.__call__`](https://github.com/dedupeio/dedupe/blob/52b3ffc3d6f5cc80cf811afc6e44f67263cc8914/dedupe/blocking.py#L48) is embarrassingly parallel: you just need to partition your r…
-
Hi @techwanker ,
The test is still broken, and one of the problem is that missing [push_tkprof_request_to_pipe.sql](https://github.com/techwanker/javautil-dbstats/blob/master/src/main/resources/pls…
-
# API design considerations
## Background
There multiple different types of API that can be used by the software stack
related to LNP/BP. Here we analyze criteria to choose the proper API
tech…
-
Based on https://github.com/kata-containers/kata-containers/pull/8484#discussion_r1520939355
**Is your feature request related to a problem? Please describe.**
Now kata will support [guest pull]…
-
First of all, congrats on an awesome app!
You stated that this only works on Windows; could you list the Windows-specific parts, so that contributors can help provide more compatible alternatives, …
-
I have a large scale nonlinear optimization problem to solve. I am interested to see how GPU can accelerate the optimization! Are there some examples in Optizelle for me to start from?