-
Hi,
I use the milter-template.py to process messages and sign messages with dkim. I can store the message on memory, or disk or wherever using the "self.fp" and it works nice, using string or byte…
-
When trying to run the example script I get the following error:
INFO:matplotlib.font_manager:font search path ['/opt/conda/lib/python3.6/site-packages/matplotlib/mpl-data/fonts/ttf', '/opt/conda/l…
-
I am trying to figure out how to create valid ISA-Tab/ISA-JSON with a more complex sample lineage than what the examples show. The examples are pretty much just source -> sample -> extract, but what a…
-
**Is your feature request related to a problem? Please describe.**
Yes, currently whenever the soft-keyboard is shown for searching the members, the bottom navigation bar moves up which shouldn't hav…
-
It's embarrassingly common to accidentally produce empty "CSV" files, then for a downstream system to fail on attempting to read them.
If I'm trying to read an empty file with Pandas, I get a helpf…
-
I have a list of 30 transactions with up to 50 items per transaction. I am having the following MemoryError problem. I am running on Python 3.6, my PC has 4GB of RAM.
Is there any solution to this?…
-
nilcheckelim is effective and fast, but only eliminates nil checks. There are other kinds of duplicate branches that it would be nice to also elide.
For example, consider code like:
``` go
func f_ss…
-
The main cost of goroutine performance analysis comes from stop the world.
And each goroutine needs to traverse the stack through an expensive unwinder function.
We can optimize it by using fp tra…
-
### Your name
Alfred Mayhew
### Your affiliation
University of Utah
### Please provide a clear and concise description of your question or discussion topic.
I have recently been working with the …
-
The standard C prologue
```
pushl %ebp
movl %esp, %ebp
subl %esp,
```
doesn't work with Go assembly functions. After adjusting the stack pointer, references to arguments are still relative t…