Linus Färnstrand
Linus Färnstrand
I have been creating a few OpenGL widgets in the same way as the gtk4-rs example [`glium_gl_area`](https://github.com/gtk-rs/gtk4-rs/tree/master/examples/glium_gl_area). They have worked well up until when I wanted to draw a texture....
If a type does not include the unit of the value, the variable name has to. Otherwise it becomes hard to know what is what. ```rust // The type expresses...
Module named `tests` (plural). Don't start test functions with `test_` etc. Unit tests vs integration tests.
This is trying to move away from the now old `tokio_core` and `hyper 0.11`. I'm planning on replacing `jsonrpc_client_http` completely with this new hyper 0.12 based transport. But as a...
Notifications are requests without an id field. They do not get responses.
Whenever we cut the next release, including #28, ping infra at https://github.com/mullvad/infrastructure-ansible/issues/390 to tell them that they can remove the superfluous `--udp-bind`.
The CI for this crate has not been running for a looong time. We have not used Travis for years. - - - This change is [](https://reviewable.io/reviews/mullvad/pfctl-rs/89)
Rewrite the errors to not use the deprecated and defunct `error-chain` library.
On one particular macOS 10.12.6 machine it's not possible to clear states. The `pfsync_state.anchor == anchor_rule.nr` never matches.
Hi! Really nice looking gallery and project :+1: The demo album and everything looks really smooth. I like your focus on self hosting and privacy, that's why I came here....