Hodei Navarro

Results 4 issues of Hodei Navarro

### Is your feature request related to a problem? Please describe. n/a ### Describe the solution you'd like to see Add spanish translations of the brand new [create.t3.gg](https://create.t3.gg) documentation ###...

🌟 enhancement

# Issue Executing a bin installed from "scripts" tag at `setup` from setuptools errors ```bash ❯ my_package zsh: /Users/hodeinavarro/Developer/astral.sh/uv-bin-scripts-mre/with-uv/bin/my_package: bad interpreter: /Users/hodeinavarro/Library/Caches/uv/.tmp7Y2T4Y/.venv/bin/python: no such file or directory ``` # MRE...

bug

Clipboard API can not be called in an input change on Safari because it's not an user gesture event such as `click` or `touch`. Error: ``` Unhandled Promise Rejection: NotAllowedError:...

This PR adds the ability to mark a notification as done, following the already implemented mark as read by https://github.com/PyGithub/PyGithub/pull/932 Closes https://github.com/PyGithub/PyGithub/issues/2947