Kris Linquist

Results 7 issues of Kris Linquist

**Describe the bug** Unable to sync with config file. **To Reproduce** Setup: Mac -> Mac. What works fine: ``` osync.sh --initiator='~/code' --target="ssh://kris@IP_ADDRESS//Users/kris/code" --rsakey=~/.ssh/id_ed25519 ``` What does not work fine: `osync.sh...

wontfix

Input: ``` this is a test of the emergency broadcasting system ``` Output: ``` This Is a Test of the Emergency Broadcasting System ```

This script joins lines into a JS array, converting to numbers to numbers along the way: Sample input: ``` line 1, 23.12 another option -85 ``` Output: ``` ["line 1,",23.12,"another","option",-85]...

To address https://github.com/IvanMathy/Boop/issues/280 Supports timestamps in both seconds (10 numbers) or milliseconds (13 numbers) Input: ``` 1625842985835 ``` Output: ``` 2021-07-09T15:03:05.835Z ```

My table cell headers show up in color in Terminal, but not in iTerm (OS X). process.env.TERM returns 'xterm-256color' on both. Everything else in iTerm shows up in color no...

Assuming I have X servers for a given service - and I want all the parameters (vnodes, weight) to be the same, is there any way to just say... var...

Ready for review.