Colin Kiama
Colin Kiama
I'm interested in this but how exactly should the notifications be implemented? Will it be like a regular Windows 10 Toast notification? 
Awesome! Will create a PR once I'm done
I've managed to make a commit. (The main change is in: Source/EyesGuard/App.Properties.xaml.cs) https://github.com/colinkiama/EyesGuard/commit/5064e97693c31dec971ffc4d46a850f93d5d6bb7 Unfortunately, I can't see any balloon tips, even when I select the "Long Break" option. So I...
To add to this, I'd love to see something like the launcher on Pop!_OS.  You can search for running app instances or open new instances of applications
I can do this. I'll go for something similar to GitHub's solution.
Here’s the build script for the app example: https://github.com/valum-framework/valum/blob/master/examples/app/meson.build It turns out that if `ctpl`, `gee` and `bower` aren’t present on the system, the app example won’t be created. Can...
I replicated the template-glib example and managed to get it working but only after adding the linker flags and rpath like I did in valum-framework/vsgi#6 Here's what the meson.build file...
I suggest introducing some sort of configuration file system that allows us to load modules dynamically, like [Apache](https://httpd.apache.org/docs/2.4/mod/mod_so.html#loadmodule) and [NGINX](https://www.nginx.com/resources/wiki/extending/converting/#loading-a-dynamic-module) do. What do you think?
How should Cortana support be implemented? I'd be interested in working on this.