Matt Rixman

Results 39 issues of Matt Rixman

I'm not sure why this affects Alt+I and not Alt+O,J,K... Root cause: https://github.com/microsoft/vscode/issues/199034 In my case, I just disabled special characters like so: https://superuser.com/a/712326. I'm not sure if there's much...

Hey, thanks for this project. I'm excited to have made it to a nixos login so quickly and easily. This is just an FYI: It would seem that there's a...

Having this as an output is handy because now I can put it in my devshell like so: ```nix # flake.nix { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-utils.url =...

I recently tried to enter a flake devshell and I was confronted by these errors: ``` direnv: using flake [0/1 built] querying nix-shell-env on https://install.determinate.systemsdirenv: ([/nix/store/wa9sn4q87hbimsb5c43dxvm7wm2lv4nw-direnv-2.36.0/bin/direnv export json]) is taking...

This is less of a pull "request" and more of a pull... notification. I'm not skilled with rust, I got a lot of AI help with this. Still it seemed...

Hi! thanks for your work on Serena, and thanks considering my request: **Is your feature request related to a problem? Please describe.** I have a package which contains clients (python)...

enhancement

### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...

bug
has repro
platform:macos
area:tui

### Basics - [x] I have done a basic search through the issue tracker to find similar or related issues. - [x] I have made myself familiar with the available...

category:enhancement
status:needs-triage

#### Problem Description ```python class Bar: foo: subprocess.Popen[str] ``` I realize that this substitution protects against surprises during doc generation, but perhaps it can be rendered as the original string...

bug