lockmeister

Results 14 comments of lockmeister

I'm using an obscure python library and claude isn't doing too well. How can i add context about this to Aider?

Aider doesn't work well with Jupyter notebooks because the output keep changing, which messes up the FIND

what would you want to do with this? One thing I thought is that its a way to get cheaper access to Sonnet. $20/Month Claude subscription could be used to...

I agree it would be great to have more discussion about people's workflows. I've looked on reddit etc to find a few ideas, but haven't found any great single place...

Great suggestion. I suggest some enhancements. Is it possible to make custom commands, it would be handy to be able to use /XXX where XXX is my own python script....

at this time, the fastest way I've found to add screenshots in WSL is through a simple script: ```bash snip() { screenshot_dir="/mnt/c/Users/bob.jones/Pictures/Screenshots" latest_screenshot=$(find "$screenshot_dir" -type f -printf '%T@ %p\n' |...

I forked aider and wrote a new command /snip which worked, but trying to make the tests work using mock took me too long

Thanks for the replies. I've recently learned about Claude Artifacts, I think this might be close to what I want. At the moment I have Claude open separately to aider....

I've also found lot of good info in the issues and PRs; these can be explored with `gh` `gh pr list --state merged --limit 10`