THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| # See: https://olegk.dev/go-linters-configuration-the-right-version | |
| run: | |
| # Depends on your hardware, my laptop can survive 8 threads. | |
| concurrency: 8 | |
| # I really care about the result, so I'm fine to wait for it. | |
| timeout: 30m | |
| # Fail if the error was met. |
| Add an option to use the existing Xorg session with | |
| chrome-remote-desktop. | |
| The original idea of the patch: https://superuser.com/a/850359 | |
| --- a/chrome-remote-desktop 2024-03-27 16:03:20.518579015 +0000 | |
| +++ b/chrome-remote-desktop 2024-03-27 16:17:58.241912847 +0000 | |
| @@ -110,6 +110,8 @@ | |
| X_LOCK_FILE_TEMPLATE = "/tmp/.X%d-lock" | |
| FIRST_X_DISPLAY_NUMBER = 20 |
| /*globals require, console, process */ | |
| 'use strict'; | |
| var nconf = require('nconf'); | |
| var async = require('async'); | |
| nconf.file({ | |
| file: 'config.json' | |
| }); |
| { | |
| "Description": "Drone Continuous Integration (drone.io)", | |
| "Parameters": { | |
| "VPC": { | |
| "Type": "AWS::EC2::VPC::Id", | |
| "Description": "The VPC that needs provisioning" | |
| }, | |
| "Subnets": { | |
| "Type": "List<AWS::EC2::Subnet::Id>", |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" | |
| "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>prehensile.networkwatcher</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/usr/bin/python</string> |