Results 20 comments of Arne Keller

Workaround: install libncurses5 and add `#[link(name = "ncursesw")]` to the extern block in src/ll.rs (done in [my fork](https://github.com/FliegendeWurst/ncurses-rs)). Building then requires these env variables: ``` NCURSES_RS_RUSTC_LINK_LIB=ncursesw::libncursesw.so.5 NCURSES_RS_RUSTC_FLAGS="-L /lib64" ```

This also happens on Linux.

I'm using Opensuse Tumbleweed (update 20180925) and gcc version 8.2.1 20180831 [gcc-8-branch revision 264010].

I remember Yahoo returning some in their mail headers.

Sadly I dont have an example anymore :(

You can modify the filter functions like this: ```rust glium::uniforms::Sampler::new(&texture) .minify_filter(glium::uniforms::MinifySamplerFilter::Nearest) .magnify_filter(glium::uniforms::MagnifySamplerFilter::Nearest), ```

> Looking inside the SQLite database did not reveal anything of interest. There is no note called “none”, so we have to check where that comes from. It appears to...

Linux uses ports 32768 to 60999 as epheremal ports: https://en.wikipedia.org/wiki/Ephemeral_port To fix this issue (and #821) Trilium would need to listen on a port < 32768.

Your blog has https, the link works.