Tibor Vass

Results 13 issues of Tibor Vass

The main reason I cannot use sharedrop, is because it does not resume where it left off after a failure. When the computer goes to sleep, or the connection drops,...

enhancement

It would be very useful to set those envvars for the syscall package for instance. Does not need to be in the UI yet, a simple https://godoc.org/syscall?GOOS=windows would be sufficient....

feature

It seems like some users can be confused by the term `keep-storage` and misunderstood it as meaning the amount of free storage to keep, aka leave behind on the disk,...

This patch is useful for playing with reflect. You could consider this as a bugfix, since the type checked in the type switch, was not that of the underlying type....

Thanks for this great project! I would like to use this python project and get the same results as on [https://basicpitch.spotify.com](https://basicpitch.spotify.com/). I am a newbie with TensorFlow but I'm assuming...

Hi, Would it be possible to relax the definition of a header and body as follows: Headers should match `^#\*([^\s]*\*)?\s.*$` while bodies should match `^#-([^\s]*-)?\s.*$`. This would keep backwards compat...

This issue is to track the ability to run docker in docker under QEMU emulation. QEMU does not implement all the needed syscalls and some syscalls have incorrect or incomplete...