Andy Balaam
Andy Balaam
Hmm, I didn't modify my apache config, so maybe the tests I did were invalid?
@pachulo no, I missed that - thank you. I'll try it out.
OK, so I'm trying to follow the [instructions on how to configure the reverse proxy](https://github.com/nextcloud/notify_push#apache) and apply them to the running snap. I managed to find `httpd.conf` in `/snap/nextcloud/current/conf` but...
I rageshaked but am not sure how to find it to link to. I think the description was "Scrolling people list didn't scroll my video"
@ABorgna rebased and pushed, thanks.
@ABorgna hmm. The CI failed with `the trait std::iter::IntoIterator is not implemented for &[({integer}, {integer}); 73]`. Any idea why this works on my machine? Maybe I'm using a too-recent Rust...
> I warn you that it will take some time to review :) Of course, I absolutely expect that, and will help any way I can.
I found a bug and am working on a fix, so marking this as draft for now.
To build with rust 1.41.0 I needed: ```bash rustup override set 1.41 cargo update -p indexmap --precise 1.7.0 cargo test ``` Then later to revert back to normal rust: ```...
OK, 2 bugs fixed, and compatibility with Rust 1.41 done! The bugs have reduced my confidence in the tests though, so I'd welcome any suggestions on how to be more...