Garth Kidd
Garth Kidd
Diff as requested in discussion on #10. Not sure it'll work for all use cases, but it works for mine, so I've quietly forked it until `npm@4` comes along and...
`suit_up`'s config for `git_hooks` will `use Mix.Config` in `{dev,test,prod}.exs` even if `config.exs` has `use Config` and `elixir: "~> 1.9"` in `project/0`. Workaround: search and replace.
I'd love to be able to: - Rename `garthrk` to `garthk` - Redirect `garthrk` to `garthk` so old links don't break I'm guessing redirection will require changes to the model,...
If you expect to change the hostname and SSH host keys, SSH in for the first time without updating your local `known_hosts` file: ``` ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i...
I'm not sure what needs changing, but the 18.04 images from earlier this year don't support [environment files](https://github.com/actions/toolkit/blob/main/docs/commands.md#environment-files), so actions relying on them get error messages like this one: ```...
First try with a fresh install. ``` info: Installing the Twitter Bootstrap skeleton into ~/blah This can take a moment... [...] > [email protected] preinstall ~/blah/node_modules/docpad/node_modules/cson/node_modules/js2coffee > npm run-script ./cyclic.js npm...
I'd love to make `TelemetryDecorator` event names easier to discover (amplifiedai/telemetry_decorator#2). Assuming I can figure out a way to emit module-level AST chunks (arjan/decorator#42), the next trick will be making...
### Describe the bug I can't run `podman` on amd64 images under macOS Rosetta. ### To Reproduce On Apple M2 MacBook Air running 14.2.1 (23C71) and OrbStack 1.3.0: ```bash orbctl...
### Description Please render Python docstrings in cells as Markdown above the cell. ```python "The functions in this cell..." ``` I'm coming to Marimo as an old time Python programmer....
I'd like to integrate with [`TelemetryRegistry`](https://hexdocs.pm/telemetry_registry/TelemetryRegistry.html), but arjan/decorator#42 might block me there.