Kevin M Granger

Results 30 issues of Kevin M Granger

# Summary This will allow those extending attrs to type `NOTHING` as `Literal[NOTHING]`. This is the [recommended](https://github.com/python/typing/issues/689#issuecomment-561425237) way of doing this, at least until [PEP-661](https://peps.python.org/pep-0661/) lands. I also just realized...

## Details * Read the Docs project URL: https://readthedocs.org/projects/pelorus/ Browser: chrome Version 103.0.5060.134 (Official Build) (arm64) OS: macOS 12.4 ### Steps 1. Set up automation to make latest release the...

Improvement

While experimenting with opsweekly, one of the more confusing issues I faced was why the config for my team wasn't loading. I eventually realized that I had assumed `$dev_fqdn` and...

We're using a script to mirror extensions from open-vsx.org to our internal registry. It compares what's already present there to what we're requesting, and only mirrors the extension if it's...

```fish set variable "$(some-command)/path" ``` In the above, it would be cool if `$(some-command)` were highlighted differently than the rest of the string. Edit: heh, even github's syntax highlighting doesn't...

(Depends on https://github.com/joneshf/elm-these/pull/7) I'd basically recreated this library without realizing in my own project. These helpers are the main things missing that were in mine. If merged, I could just...

`.as_ref(t)` is too verbose, and breaks reading right-to-left. I figured this calls for a helper trait for `AsRef` and `AsMut` invocations. Type inference is pretty good for spots that need...

Currently, each curl error has its string retrieved and printed to standard error. While this is fine for simple cases, there's some problems with it: - it's a global, mutable...

If it's there, it's not easily findable.