Jim Myhrberg

Results 42 issues of Jim Myhrberg

As the bulit-in `dokku logs` command only shows the output of supervisord itself, I created a few extra `logs:*` commands to enable accessing various app/process logs. Additionally I had a...

Jump a bump/poke that camper_van will potentially need an update once the following issue on firering is fixed: https://github.com/EmmanuelOga/firering/issues/22

Native-comp is now in the `master` branch of Emacs. The latest commit on the `master` branch is not always stable/reliable though. Below is a list of known "good" commits, which...

native-comp
info

For example using Dokku and it's monit plugin, I need to specifically include "/home/dokku/*/monitrc" which wasn't possible previously. P.S. Just noticed that I'd also wrapped the include valus in double...

Headers exchanges as implemented currently ignore message headers, and instead route messages based on the `:routing_key` passed to the `#publish` method, just like Direct and Topic exchanges. It also looks...

This is a complete rewrite of the brew-services plugin, based on my brew-updates plugin. Main functional differences from the original plugin is the option to group started/stopped services together, visual...

New brew-updates plugin which supports: - Showing outdated formulas, casks, and pinned formulas, with details about exact version numbers. - Upgrading: - Individual formulas and casks. - All formulas. -...

I've come across two instances of a false positive ModuleInitialize warnings when using anonymous class definitions. First the RSpec related one: ```ruby module Alfa RSpec.describe Bravo do let(:klass) do Class.new...

defect

For all wrapped Helm commands the list of decrypted files is printed as they get removed at the end of plugin execution. For the `template` command this is undesired, as...

When installing npm packages globally (`npm install -g`), volta seems to isolate each package into a sandbox, where it has its own `node_modules` directory. With [`prettier`](https://prettier.io/), there's a number of...