Bastian Faulhaber

Results 6 issues of Bastian Faulhaber

**Oni Version:** 0.3.9 **Neovim Version (Linux only):** 0.3.5 **Operating System:** Arch Linux **Issue:** When a new file is created it does not show up in the explorer automatically and there...

Since recently I cannot select multiple cells anymore with 'Shift + Up' or 'Shift + Down'. The selection just moves to the upper/lower cell. The same happens with 'Shift +...

Hello, While going through the [tutorial](http://bndtools.org/tutorial.html#add-the-command-bundle-to-the-runtime) I encountered a problem at step [5](http://bndtools.org/tutorial.html#add-the-command-bundle-to-the-runtime) which I think is probably because the tutorial is outdated. When I click on 'Resolve' or save...

When I write text in Goyo and turn it off the lines have the length of the Goyo window width. It messes up some stuff, for example when writing markdown...

### Before posting Please follow the steps below and check the boxes with [x] once you did the step. - [x] I checked the issue tracker for similar issues -...

Hello, I followed [this notebook](https://www.kaggle.com/code/flennerhag/ml-ensemble-scikit-learn-style-ensemble-learning/notebook) to create an ensemble. First I tune the base learners with a preprocessing pipeline: ``` preprocessing = {'sc': [StandardScaler()]} # Fit the base learners evl.fit(...