Ryan Delaney

Results 78 issues of Ryan Delaney

### What problem are you facing? When using terraform-docs with push enabled, the commit pushed by terraform-docs does not have required checks run on it. Therefore, automation for updating dependencies...

feature request

After running `exercism configure --token=''` I find that my token is stored in `$XDG_CONFIG_HOME/exercism/user.json`. This is a security risk because users who do not expect authentication data to be stored...

Possibly related #69 , #77 1. `'str\'i\'ng'` Q003 1. `"str\'i\'ng"` No errors The first line gives `Q003` while the second line emits no errors. I took the ultimate aim of...

enhancement
help wanted

Here's the code I turned in that passed stupidity: ```#include int ft_strlen(char *str) { int length; length = 0; while (str[length]) { length++; } return (length); } char *ft_strdup(char *src)...

Add: `"$program asdf qwer asdf zxcv" => "qwer,zxcv,\n",`

![manhattan_highcontrast_lowres](https://user-images.githubusercontent.com/1139517/154808310-439dd952-1103-430b-b7b8-858ebbef48d4.png) Panels on the extreme right and bottom of the blueprint are unpowered. I tried to attach the blueprint string that was generated, but it's too large for a github...

bug

The current implementation of the text paste function in PiKVM supports a limited set of keyboard layouts. This limitation can be an accessibility obstacle for users who rely on non-standard...

In `module_check()` you present the user with an opportunity to install missing modules via `apt-get`. However, there is no confirmation that `apt-get` is installed.

For example: ```console $ wl-paste > ~/carlsen-kaidanov-2023.pgn Clipboard content is not available as inferred output type "application/vnd.chess-pgn" Use "wl-paste --list-types" to view available types. Use "--type" to explicitly specify a...