Andrew Bradley
Andrew Bradley
**Is your feature request related to a problem? Please describe.** sphinx cannot document `typing.TypeAliasType` nor `typing_extensions.TypeAliasType`. https://peps.python.org/pep-0695/ **Describe the solution you'd like** `automodule` should document exported `TypeAliasType`s *without* needing a...
The [docs](https://cschleiden.github.io/go-workflows/#workflow-versioning) recommend side-by-side deployments to handle workflow versioning and avoid backend migrations. I'm implementing side-by-side deployments and have a few questions about go-workflows' behavior to validate my approach: ##...
Sadly, I *still* find myself forced to use Windows PowerShell occasionally. Today it was because Office interop fails on PowerShell Core. This logic can be tweaked to install modules into...
### Issue I'm learning how to minimize costs with aider's caching. A big part of this is ensuring the read-only files and repo-map do not change between subsequent invocations *unless...
### Issue tl;dr infamous character encoding error happens *with* `--encoding --no-pretty` when redirecting stdout on Windows pwsh. To save costs, I'm capturing the contents of the repo-map in various situations...
## Title I noticed that every time aider calls `main_model.token_count(some_string)` where model is `'claude-3-5-sonnet-20240620'`, the logic in `_select_tokenizer` falls through to `try: tokenizer = Tokenizer.from_pretrained(model)` which always makes a failed...
Version: Deno deno 2.0.0 (stable, release, x86_64-pc-windows-msvc) I'm not entirely sure what's happening here, but these two deno invocations illustrate the issue. In the first, I am checking formatting for...
This is not a huge problem, but it's a point of confusion that caught me when setting up my first JSR project. **Using rooted `/foo.ext` globs in `publish.include` will silently...
Version: Deno 2.0.0 In VSCode, I hit Ctrl+N to open a new unsaved buffer, then paste some JSON. VSCode autodetects the language as Javascript, so Deno generates diagnostics about missing...
**Is your feature request related to a problem? Please describe.** I am writing a JSON-RPC plugin. I cannot call Flow's API from an RPC plugin, so I cannot use Flow's...