Josiah Kaviani

Results 105 comments of Josiah Kaviani

Yes, it can. But I don't think it's the right choice. In my opinion `pythonic-run` and `pythonic-start` should check if current directory was activated or not.

Hi, it will be good to have. Can anyone make PR for it?

Hi, I agree to every point in this issue. I have very limited time, so I spend it on @dry-python project mostly. If anyone can work on this and submit...

This got me tricked as well. Probably, it's not the best name for such option. ESLint for example uses [`--ignore-path`](https://eslint.org/docs/latest/use/command-line-interface#--ignore-path). Maybe it's better to `--exclude-file=.gitignore`?

Why do you want to include tests into PyPI package? PyPI packages intends to exclude tests, examples and documentation from they content. It must contains package source code only. If...

I'm not familiar with Nix package manager, so I can't tell anything. If tests present in the package and not installed or runs, its a dead code which cause nothing...

I would try to lean the code base at first to understand the steps I need to take for the pull request. Do you have any suggestions before I start?

Currently I plan to implement wrapper around python debugger. Get interesting module, insert line like `import emacs_pdb; emacs_pdb.set_trace()`. Run project or tests as always in separate terminal. When debugger enter...

Qdb seems opposite to my necessaries. I want debbuger talking to emacs with synchronous rpc calls. I think that one way request/response protocol is appropriate for this purpose. Also, do...

That make sense. Thanks.