Richard Gomes

Results 36 comments of Richard Gomes

I've created a proof of concept which hopefully will have some common real world scenarios, including unit tests and integration tests. It is not intended to replace this repository, but...

Hello, I cannot tell for sure what is going on in your environment, despite I already saw some similar problems. It's clear to me that you are aware of several...

I think you've found a bug. It works if I do not specify a target folder: ```bash $ git_sparse_checkout http://github.com/frgomes/bash-scripts master -- bin/git_sparse_checkout hint: Using 'master' as the name for...

Being implemented as part of #57 branch: https://github.com/frgomes/bash-scripts/tree/feature/0057-overhaul_turn_functions_onto_shell_scripts

May be this could be used to change the screen orientation or to send messages to the notification applet.

@inflatador :: The latest 0.6.11 presented a regression in my case. This is the connection string I was using with 0.6.10: qemu+ssh://[email protected]/system?keyfile=$HOME/.ssh/id_ed25519_laptop.example.com Now it is failing with 0.6.11. In more...

@dmacvicar : I will test along the week and give feedback. I'm sorry for delay. Thanks a lot for your support. :100:

I've stumbled with this bug too :-( ### A trick to circumvent this bug 1. Employ a pre-existing routed network, purely IPv6. Something like this: ```xml babe.network ``` 2. On...

Hello, I've written a gist which may be of your interest: https://gist.github.com/frgomes/24c1923f2c9f14a27b14 It works on Debian and Kubuntu. Potentially works fine in other Debian derivatives as well. _These instructions above...

As you do, I also do prefer installing things locally, separated from the default/standard Linux distribution. The script I pointed out does that, I mean: it installs a virtual environment...