Tristan Stenner
Tristan Stenner
First, save your configuration with `davmail.server=true` as `~/.davmail.properties`. Then you can add a systemd user service (as `~/.config/systemd/user/davmail.service` to start / stop it automatically: ``` [Unit] Description=DavMail Exchange Gateway [Service]...
I wont get around to it the next 2 weeks, but after that I'll see what I can do.
I'm not sure where it got introduced, but in case a regional specialization for a locale (e.g. british english `en_GB` as specialization of "normal" english `en`) is an option in...
Android has some problems with multicasting, especially on the emulator. I'm a bit swamped right now, but I have bumped the SDK versions for the android build and updated the...
I can add: after the Update (3.4.10->3.5, 113 -> 116) the "incomplete" wakeup described in the issue occurs only when plugged into a power source, but not on battery power.
Thanks for tackling this problem :-) Due to the current situation I don't have a PC with all the .Net SDKs and Visual Studio at hand, but I'll give my...
Great work :+1: > It turns out the compiler will copy the dependencies to the right place and resolve them automatically if the above layout is followed. The compiler, nuget...
> But, in my experience, vendors are loath to relying on open source producers doing this for them. [Sony](https://oss.sony.net/) has a page where they put the source code for all...
If we were to somehow solve the "add a reference to liblsl-wrapper but ignore the liblsl-native dependency"-problem, the wrapper could depend on a native package with the most common libraries...
> I believe you can do this already at package import time when you specify which assets to include or exclude That would solve the problem with exotic targets, but...