Niko Föhr

Results 78 issues of Niko Föhr

On linux, there are multiple methods which could be used: - jeepney (dbus without libdbus) - dbus-python (dbus with libdbus) - systemd These all are tried in order. It would...

Task: - Add new Platform type: WSL - Add WSL detection logic to `get_current_platform` TBD: Should detect WSL1 vs WSL2 ?

Type: Feature

Splitting this work from https://github.com/fohrloop/wakepy/issues/69 into its own ticket. ### Motivation - Some methods might need a "heartbeat"; some call (executable, dbus, ...) done periodically. ### Task - Create a...

Type: Feature

Go through the docs and update them. PART 1 - [x] Update Technical Details page: https://wakepy.readthedocs.io/en/main/user-guide/technical-details.html (especially the diagram about the different phases) PRs 101-103 - [x] Update Mode activation...

Using pyvis 0.3.2 ### Steps to reproduce: ```python # script.py from pyvis.network import Network nt = Network( cdn_resources="local", ) nt.show('network.html', notebook=False) ``` The output draws content from - https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css -...

Using pyvis 0.3.2 ### Steps to reproduce: ```python # script.py from pyvis.network import Network nt = Network( cdn_resources="in_line", ) nt.show('network.html', notebook=False) ``` The output draws content from - https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css -...

Installed from Snap Store the engauge-digitizer version 12.1 on Ubuntu 22.04. The program wont start if starting from launcher (no errors either). When starting from command line, I get: ```...

#### Some links in the docs are not working See, for example [bokeh/Overlay](https://holoviews.org/reference/containers/bokeh/Overlay.html) page: ![image](https://github.com/holoviz/holoviews/assets/17479683/40d0e335-b32d-4429-be85-903519eae412) Seems that the "Composing_Elements" tries to be a link. Looking at the source code in...

Writing this bug report as requested on [this Discourse thread](https://discourse.holoviz.org/t/how-to-plot-two-interactive-curves-on-top-of-each-other-using-two-pd-series/6727). #### ALL software version info I have the following versions, on python 3.10 on Ubuntu 22.04: holoviews 1.18.1 hvplot 0.9.1...

type: bug

I posted this first as a [question](https://discourse.holoviz.org/t/vspacer-not-working-inside-the-sidebar-area-similar-way-as-in-the-main-area-why/7095/1) in the Discourse. I'm was uncertain if this is a bug or known behavior, but I got suggestion to file an issue here....

type: bug