Adam Lounds

Results 4 comments of Adam Lounds

Came across this bug recently - using post/redirect/get pattern I added a signed cookie for a flash message to display on the result page. If you're using safari and the...

Sorry for confusion: I'm not using Mojolicious::Sessions, just a standard signed cookie via $c->signed_cookie. I could base64-encode the data manually, but for now I just rephrased the message to omit...

One workaround for anyone else finding this: specify the GIT_SSH_COMMAND env var when calling npm, eg `GIT_SSH_COMMAND="ssh" npm install`

I had the same issue. Not sure why, but the `enable_charging` function _disables_ charging again ¯\\\_(ツ)\_/¯ https://github.com/actuallymentor/battery/blob/481610ac05a6fedefb36d43032705cd9136f4691/battery.sh#L185 ```shell function enable_charging() { log "🔌🔋 Enabling battery charging" sudo smc -k CH0B...