Josiah Kaviani
Josiah Kaviani
Hi thanks for the project, I would like to give it a try in my open source projects. I tend to use parametrized fixtures in it. For example, https://github.com/proofit404/stories/blob/100755889b5478ee211852b78b8167a490e187c2/tests/helpers/examples/__init__.py#L41-L43 I...
Have you any plans to implement this?
Hello. Thanks for nice theme! I have some questions related to the last update. Here is a picture how it was before:  And here is a picture how it...
It is annoying to type `import` each time I want to use `q`. Installation process can setup init hook so `q` or `_q` will be available in the global namespace....
Hello. In `helm-find-file` function when we type `/` button helm go down one level in directory tree. It'll be great if we can have same behavior for `.` and python...
Hi, thanks for the useful package! Is there any technical reason behind `Set` support absence? Or I'm a very first person who actually needs it? If it's missed because no...
We can't use ```python requests.get("http://api.linkpreview.net/", {"key": key, "q": url}) ``` anymore.
Let say we have code block like this: ```python def create_token(profile_id: ProfileId) -> Token: user = User.objects.get(profiletable=profile_id) refresh = RefreshToken.for_user(user) return str(refresh.access_token) ``` That would produce error in mypy: ```...
Yaspeller had a useful feature which I missed from standalone eyo cli. https://github.com/hcodes/yaspeller/?tab=readme-ov-file#--report-type Usually, I run `console,json` option. Do you have any plans to backport it to eyo cli? Best...
Some users do not use `use-package`. That's mean they have to `(require 'treesit-auto)` before they could call `(global-treesit-auto-mode)` in the configuration file. To avoid this situation package could specify special...