David Moreno Montero

Results 94 comments of David Moreno Montero
trafficstars

Sorry for being so late to answer, but I've been thinking how to better solve it. PUT is used until now for files (mainly webdav), so it made sense to...

The problem with this solution is that then I have or to abstract onion_block to be able to be on disk (maybe with some mmap) or in memory, which will...

You are very welcome to send a pull request if you can make it work with newer versions (should not be a problem). I'm quite busy at the moment and...

Hi, I thought a bit about it, and maybe it's better to be more assertive and do not offer a 'maybe' option. If set to yes, and not found, give...

Hi, somehow I prefer to have all the optionals at the beginning, so it is easier to know what can you tweak. Also as I commented now I think that...

I would use True as default value. Actually I would use True for all values.

Hi! Of course I know Conan :) (I know in person the guy that did it :) ). I will check it out, but I'm very low on time for...

If you are not going to use C++, just compile the src/onion/ directory, and install only that (do make when at build/src/onion/). If you are going to use C++, you...

I think both errors are unrelated. The first looks like an alsa error: ``` Aug 20 23:43:11 sreich-archlinux-desktop rtpmidid[35245]: [alsa/seq_hw.c:466] open /dev/snd/seq failed: Cannot allocate memory ``` for which I...

If you can from time to time list all alsa sequencer ports, maybe its a problem of reserving too many (`aconnect -l`) and this should point the culprit.