Noam Raphael
Noam Raphael
**Feature** If there is a project configuration file (`pyproject.toml`, `mypy.ini` etc), make the default `.mypy_cache` directory be near the configuration file instead of at the current working directory. **Pitch** Currently,...
- [x] I have added an entry to `CHANGELOG.md` ## Summary of changes When I run a command and wait for the response, many times I don't want to wait...
I created an empty github repo and tried to synchronize, and got a small message "HTTP error 409". It took me some time to realize that I should create a...
**Describe the feature that you'd like** It would be nice to have an additional command in the context menu when right-clicking a commit, "compare to working tree". **Additional context (optional)**...
In Gnome Tweaks I can enable "pointer location", which highlights the cursor when the Ctrl key is pressed. I think it would be easier to me than jiggling the mouse....
Hi, It's really useful to me to be able to run scripts from the home screen. There is a qpython widget that I can add, but it shows a cryptic...
I made sensor.py support cpython, by using time.sleep() if utime.sleep() isn't available. This allows me to use it from my computer connected to the hub, using https://github.com/noamraph/mindstorms I also added...
Hi, I started following the tutorial (in a new docker container), and got this: ``` root@0d2a208adf95:/# echo "Hello Nix" | nix run "nixpkgs#ponysay" error: … while fetching the input 'github:NixOS/nixpkgs/nixpkgs-unstable'...
When hovering over an element and a tooltip appears, the layout changes for a fraction of a second, and then returns to normal. To me this is quite distracting. This...
I read this in [chapter 18](https://nixos.org/guides/nix-pills/18-nix-store-paths#output-paths): > In case the .drv has input derivations, that is it references other .drv, then such .drv paths are replaced by this same algorithm...