Philip Keighley
Philip Keighley
On Ubuntu, etc. It seems like libn0tify-bin listens on an address/port already, and that that can be set with env vars on the host. https://github.com/bersace/libnotify-proxy/blob/master/notify-proxy. Here's the relevant segment: ```...
Example of sending notifications using notify-send-server (Linux Mint 18.3 XFCE host) and notify-send-http (tested inside ubuntu:latest): On Host: ``` curl -L https://github.com/fgrehm/notify-send-http/releases/download/v0.2.0/server-linux_amd64 > $HOME/.local/bin/notify-send-server ``` ``` chmod +x $HOME/.local/bin/notify-send-server ```...
@si14 Can you take a look at this solution and try it with the non-cli version of node-notifier. My JS abilities are very weak :/
What more can I do to make this a workable solution for you @marcospgp @rakishii13 ? I am not too familiar with JS, so I may need help if internals...
You could tease out the functions from this project ``` find -regex '.*/.*\.\(c\|h\)$' -exec cat {} \; 2>/dev/null | egrep -o "\bdd_\w+\(\)" | sort -u | sed "s/.*/function & {}/"...
Is there anything I can do to help? Not much of a C coder these days, but I have access to many different PHP projects on 7.0 - 7.2 and...
@MBlagui On that point i feel like we need a docker container with this environment, available on a public registry. I've observed that Suhosin is like SELinux/AppArmour; many people just...
@dgthanhan Can you verify this is the link to support the project with $$? http://pencil.evolus.vn/Donation.html -- Edit: I'll create separate issue/pr to insert this in the Readme and fix the...