Na'aman Hirschfeld

Results 175 comments of Na'aman Hirschfeld

I'd wait on your shows. Or change the local implementation

> Looks like there is a long road ahead for mypyc: > > ``` > $ mypyc refurb/checks/pathlib/with_suffix.py > refurb/checks/pathlib/with_suffix.py:42: error: Match statements are not yet supported > ``` >...

> Progress is under way! I have an open PR for adding match support to Mypy (see https://github.com/python/mypy/pull/13953), and I recently added a `--disable-all` flag which will disable all checks,...

@sharadm20 apt-get update && apt-get install -y xvfb

Ok. So, let's talk about structure- Given that you probably want to install a CLI as as a global executable outside your project, I think it might be a good...

I'm open to this idea. I have no experience working with these tools tbh.

It will be an `extra` dependency I assume, so it shouldnt be a problem.

> What would be a good project-structure? I think something like this: > > ``` > src # project root > ├── admin-cli.py > ├── main.py > ├── /config #...

I dont have a strong opinion one way or the other - whatever works best.