Johnny5

Results 15 issues of Johnny5

Whenever using `git-link` on these files for GitHub/Bitbucket I usually have to use the blame/annotate url to link vs GitLab does the what I would expect. https://gitlab.com/protesilaos/modus-themes/-/blob/main/README.md#L1-13 vs https://gitlab.com/protesilaos/modus-themes/-/blob/main/README.md vs...

## Detailed Description We have an EC2 instance which has the correct IAM permissions to look up GuardDuty information in the account the EC2 instance is deployed in. We also...

I have just started to use `denote` and `org-agenda`. When a multi-keyword `my_name` is added to a `denote` filetags it is converted to `my-name`, but in the filename is is...

### What problem are you trying to solve? I want to validate my `devbox.json` and `plugin.json` with [check-jsonschema](https://github.com/python-jsonschema/check-jsonschema) which can validate both `.json` and `.json5` files. Validate `devbox.json` ``` dj_goku...

feature
triage

### What problem are you trying to solve? I want to be able to get JSON output from devbox cli commands. `devbox search devbox` would return JSON object. ### What...

feature
triage

Instead of duplicating everything here is my problem. If you want me to copy anything for this issue I can. https://github.com/awslabs/amazon-ecs-intellisense-schema/pull/8 I am looking to see how I can support...

```emacs-lisp (defvar bootstrap-version) (let ((bootstrap-file (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) (bootstrap-version 6)) (unless (file-exists-p bootstrap-file) (with-current-buffer (url-retrieve-synchronously "https://raw.githubusercontent.com/radian-software/straight.el/develop/install.el" 'silent 'inhibit-cookies) (goto-char (point-max)) (eval-print-last-sexp))) (load bootstrap-file nil 'nomessage)) (straight-use-package 'use-package) (use-package eglot :straight...

The bitbucket repository and deployment were both terraform imported. I deleted the bitbucket deployment variable in the bitbucket web ui before my terraform apply. There was a slight issue with...

We are trying to use `backoff_and_retry` but are getting errors with urllib3 1.26.X this fixes and sets the minimum of `urllib3` to `>= 2.0.0` The first release supporting `backoff_jitter` in...

macOS Sonoma 14.5, M2 Not sure what other information will be useful for this issue. ``` % nix-serve -p 8888 2024/06/28-19:03:07 Starman::Server (type Net::Server::PreFork) starting! pid(77176) Resolved [*]:8888 to [0.0.0.0]:8888,...