M. Ayoub Chettouh
M. Ayoub Chettouh
## Description Alt-Shift switches the keyboard even though there exists an option to choose the keybinding for it. The keybinding works. Alt-Shift is unnecessary and quite cumbersome in my setup....
**Describe the bug** https://camel-tools.readthedocs.io/en/latest/reference/camel_morphology_features.html appears to be outdated. **To Reproduce** Analyze "وأما". Result for `rat` is a `u`. However that's not present in the docs, this isn't the only one...
Attempt to fix #292. Other examples and docs may need to follow suite.
I tried to run the Semi-Supervised GCN example and it appears to be broken. The issue is that the loss and accuracy functions don't seem to work with the DataLoader....
### I confirm that... - [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [X] I have read...
Issue #186 Implemented `merge` on 2 (or more) `ComponentVector`s, similar to `merge` on `NamedTuple`s or `Dict`s. With docs.
Hello, When sending multi-lined brackets to the code like this: ````julia f(x, y) = x + 2 ```` with `vim-slime`, the code will error. Because it will try to complete...
(cut from LanguageServer as it seems that this is where this belongs) In this code: ````julia using ModelingToolkit @parameters param1,param2 ```` `param1` and `param2` are undefined. In fact, at that...
I have this error whenever I use any library, when `using RCall` for the first time it also says that "defaultPackages" aren't installed. + OS: Linux, SolusOS + Julia Version:...
Since usually we're only interested in one or two packages or even methods, an option to compile all would be great, then the user could set a few to interpreted...