Juan Rial

Results 28 comments of Juan Rial

Some further digging shows that your personal access token is sent to the server. Whether it's stored, or just used as data in transit, is unclear since the server code...

Furthermore, since folding is indent-based without regards to the code flow, some methods are simply not foldable. A codebase I work on (external framework, so we're not at liberty to...

Ah, I see, it's an issue in Atom itself, and there already exists an issue for that: atom/atom#3442 so essentially this is blocked until that one's resolved. Still worth keeping...

Works fine for me now, using the new tree-sitter parser. Wouldn't close this issue until it becomes enabled by default, but for those visiting this issue in the meantime: in...

@boogiefromzk I see that issue is about PHP and not Python. And PHP apparently doesn't use the tree-sitter parsers. @projetmbc Can you please verify that your issue has been resolved,...

Similar issue: pylint_django v0.8.0 is the last to support Python 2. When it loads under Python 2, it spits out the following on stderr: ``` /home/nighty/.virtualenvs/capman/local/lib/python2.7/site-packages/pylint_django/__init__.py:11: DeprecationWarning: Version 0.8.0 is...

Same here; the apm install resolved it. For those who stumble upon this, you can copy/paste the following command into your terminal: ```bash cd $HOME/.atom/packages/symbols-tree-view/node_modules/ && apm install ``` After...

Hey, Thanks for getting back on this, but that won't mesh with my workflow, and looks rather involved, compared to the minor issue it's supposed to fix. I jump from...

Let's see if I understood you correctly: you have multiple projects open in multiple Atom windows, and all those windows share state and settings so that it's impossible to have...

Ah, yes, I see. Yes, I use project-manager by danielbrodin, but I have only one folder per project. I guess if there are multiple applications/folders within one project, the venv...