Viewing profile — ccordoba12
ccordoba12
HN member- Joined
- Mon, Oct 28, 2013, 12:58 PM UTC
- HN karma
- 97
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About ccordoba12
No profile information was provided.
Recent public activity
-
comment
Comment #30130828
That will be reverted in the next version, i.e. it'll be optional.
-
comment
Comment #26048196
Thanks for your remarks! I think they are a testament to what we're really trying to: provide a comfortable environment to do scientific computing that also has the nice features y…
-
comment
Comment #26048010
We were aware of that and very careful to not allow something like it for Spyder users.
-
comment
Comment #26047988
You're probably using an old version of Spyder because this problem was fixed a long time ago: https://github.com/jupyter/qtconsole/pull/397
-
comment
Comment #26047582
At the time we did that poll we had ~1000 followers on Twitter, so that's 15% of our audience, which is pretty good for an online poll. But more important than that, we receive ~20…
-
comment
Comment #26047474
> My concern with this would be that you've arguably turned a nice free (as in freedom!), open-source-tool into a vehicle to push more or less proprietary and user-tracking code on…
-
comment
Comment #26046496
We're working to improve that
-
comment
Comment #26044208
Because it'd make everything look huge in non-high DPI displays. It's a trade off, but most people still use them.
-
comment
Comment #26043834
Sure, it works with any Python installation/environment that has spyder-kernels installed.
-
comment
Comment #26043550
Unfortunately we haven't had time to address that, but it's high in our TODO list. We hope to do it this year.
-
comment
Comment #26043002
Thanks for the feedback. That's planned for this year, i.e. to have auto-updating and signed installers (at least on Mac). So stay tuned.
-
comment
Comment #26042801
Great! It's too late for us to include it in our next version (4.2.2), but we'll definitely consider it for Spyder 5.0, to be released in April.
-
comment
Comment #26042670
They funded us to implement this feature: https://news.ycombinator.com/item?id=26042582 But we also consider it a nice suggestion to our users, for a feature they've asked for year…
-
comment
Comment #26042639
Yeah, updates in Anaconda can be bumpy. That's why we decided to create our own installers for Windows and Mac: https://github.com/spyder-ide/spyder/releases/tag/v4.2.1
-
comment
Comment #26042582
Well, this is the thing: code completion in Python is not a a simple task and we've struggled for years to improve it. Now we support the Language Server Protocol (designed by Micr…
-
comment
Comment #26042432
> Also, just wanna say Spyder looks like it's come a long way in the last decade. Congrats on some fine work! Oh yeah, this is so true! Ten years ago, when I joined the project, it…
-
comment
Comment #26042351
Thanks a lot for your kind words! And I'm glad to know Spyder works smoothly for you with pip (it's not usually the case). Too bad you had a bad experience with Kite, but (as I sai…
-
comment
Comment #26042309
Yes, you can disable hovers and hints completely. For that you need to go to the menu Tools > Preferences and then Completion and linting > Introspection and disable there "Show ca…
-
comment
Comment #26042263
As I said, it's a two times thing, but if it bothers you so much, we could a command line option to disable those messages completely. Would that be ok?
-
comment
Comment #26042238
Thanks a lot your kind words! I'm really glad you enjoyed using Spyder and have fond memories of it.
-
comment
Comment #26042153
Agreed, installing Spyder with pip can lead to a lot of headaches. That's why we don't recommend to use it and suggest Anaconda/conda instead. But that solution also became problem…
-
comment
Comment #26042100
Fixed now, sorry for the inconvenience.
-
comment
Comment #26042096
Right, we haven't had resources to invest on it, so it's been developed by the community. It'd be nice if we could use Neovim for text manipulations and show what comes back from i…
-
comment
Comment #26042066
> The link to the 'editor' page 404s We just fixed this. Sorry for the inconvenience.
-
comment
Comment #26042052
Yes, it's written in PyQt and we integrate with a lot of libraries in the Scientific Python ecosystem (Pandas, Sympy, IPython, Matplotlib, Scipy, Cython, etc).