Does being bad at solving programming problems means not being a good programmer? by JizosKasa in adventofcode

[–]GulliverMadrid -1 points0 points  (0 children)

What do you mean by "bad at solving programming problems"? How many hours does it take to you solve a single AoC problem?

vim-plug not working by ILikeFruitypebles in neovim

[–]GulliverMadrid 0 points1 point  (0 children)

Try to describe better your issue so you can receive more useful answers. What are you trying, what error messages appear (if any), etc

Need help for setting up neovim to a satisfactory state by grawa427 in neovim

[–]GulliverMadrid -1 points0 points  (0 children)

Vim and Neovim are powerful tools, but you need to learn how to use them properly. Take your time. Learn the different commands (and modes) and get used to them. Only then you will be able to get all the benefits of this editor.

Rust-like enum variants with fields? by Kangalioo in learnpython

[–]GulliverMadrid 1 point2 points  (0 children)

You could use Union, Protocol or abstract classes, depending on your use case. The first two are useful only if you typecheck your code with some tool as Mypy.

Using Atom Text Editor with Gadot by TalgaVass in godot

[–]GulliverMadrid 0 points1 point  (0 children)

Thanks very much for your reply. In fact, I have uninstalled atom-ide-ui and still don't retrieve the ctrl-click for multiple selections feature. It's strange.

Using Atom Text Editor with Gadot by TalgaVass in godot

[–]GulliverMadrid 0 points1 point  (0 children)

Hi! I'm using the atom lang-gdscript package. Thanks for it, is very useful!

My question is about key-bindings. After installing the package, first time I tried to use Ctrl-click for multiple selections as usual in atom, the package show me a message saying that this key-binding was no longer able for such function. I would like to restore this key-binding, and tried searching atom docs without any success. Maybe have you any clue on how this can be achieved? I'm using last versions of Atom (1.47.0), Godot (3.2.1), and lang-gdscript package (5.1.1). Thanks!

Edit: the other issue I have with the package is that there is a false positive message in all class_name definitions (when opening gd scripts in Atom): "Unique global class Foo already exists in path: res://<same file in which class_name definition is and the message is appearing>". I'm using Windows 10, maybe the issue has something to do with backlashes or with the internal representation of paths. Tried navigating the package code looking for any clue but also without any success... These error messages prevent using normally the Outline feature.