Manuel Dossinger
Manuel Dossinger
If I understand correctly, a cell in a Jupyter notebook can only render one output. In case of Daru this can be done by calling `my_graph.show_in_iruby`. In order to render...
[*] I've read the [Troubleshooting Wiki](https://github.com/zewelor/bt-mqtt-gateway/wiki/Troubleshooting), my problem is not described there and I am already using the specified minimum bluez version. **Describe the bug** When trying to install as...
### Description of the bug I have the following annotation in my code base: ``` @Theme(value = "my-own-theme", themeClass = MyOwnTheme.class) ``` When starting the application (in dev mode), the...
### Description of the bug When I add a WebComponentExporter for a Component and this component sets a historyChange handler, the handler is not invoked when changing the history. I...
With `rustfmt 1.2.2-stable` (from April 2019), when I apply the text filter for rustfmt, a new document opens saying "Unrecognized option: 'write-mode'". Seems like it should be `--check` only, c.f....
### Description of the bug When I embed a Vaadin application as WebComponent, I get the following: * `UI.getCurrent()` -> some WebComponentUI instance * `UI.getCurrent().getElement()` -> some Element instance: ``...