SkyzohKey

Results 128 comments of SkyzohKey

Look at the Bash script that I used to build Ricin when I was developing it. It's Vala/Gtk+3 based so you should have minor tweaks to apply :) https://github.com/RicinApp/Ricin/blob/master/appimage.sh

@probonopd Yeah but this project is no longer Qt driven. If I understand correctly it's now 100% GTYK+3/Vala. And the file you made for Ricin should be simple to adapt...

For people looking for screen spoofing, I've made a little user-script that you can install/download on Quantum from here: https://gist.github.com/SkyzohKey/1f8fe7c070cfe9e98f5dc9ec0c5caee2

Note that pattern isn't working on old browsers

I was thinking about providing a base server run on my own server, and let user use his own if wanted. Do your project support multiple users on the same...

I would like to provide that hosting, have a lot of unused GB/servers

For updates you could have an icon featuring a simple window frame (the app) with a + (means a new feature, something more) in the top right. For third-parties, why...

ESLint rule so this behavior can be prevented. ```json { ... "rules": { "no-restricted-syntax": [ "error", { "selector": "Property[key.name=lineHeight] > Literal[value=/([0-9]+)[^px]$/]", "message": "Make sure to specify an unit when using...