Colin Kiama

Results 86 comments of 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? ![image](https://user-images.githubusercontent.com/16501024/66699088-9dbe5400-ecdb-11e9-9847-959f6f8db14e.png)

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. ![image](https://user-images.githubusercontent.com/16501024/123941029-acf2a300-d991-11eb-8105-6a14f3081609.png) 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.