Lee Bousfield

Results 87 comments of Lee Bousfield

@donat-b If you pass `-f` to btfs, does it output any errors/warnings? Also, I should be able to troubleshoot it myself in ~5 hours when I'm not on a network...

@str4d I'll look into implementing a default, but yeah, that's what I edited into my post. Also, yes the `http://` is optional.

I've added a default for i2p proxies.

I've gotten i2pd setup, and metadata collection through i2p is now working. However, it seems to stall whenever you try to `cat` a "file". I'll look into this more tomorrow.

I enabled SAM and ensured that the port was open, but still nothing when I try to `cat` a file. Any ideas for how to investigate? The `log.txt` just has...

Oh, also, it's really annoying because the `cat` process gets locked up in the `D` state, so it's a bit of a pain to clean up.

TODO: Add a better way to input a proxy password, as passing it though an argument means any user can read it with `ps aux`. I've documented this in the...

@HazCod not a bad idea, but it would require parsing them for libtorrent.

I think I ran into this while attempting to reproduce #728 . Kernel: https://gist.github.com/PlasmaPower/1c7e9efba6fa36ca6ef7156e335825bb ``` OpPtrAccessChain is not supported for this storage class UNREACHABLE executed at ../../lib/SPIRVProducerPass.cpp:3907! ```

I've reduced my issue. Interestingly, it doesn't seem to be caused by indexing into an constant array. There are a lot of necessary parts to this, but it does still...