Jonas Heinrich

Results 114 issues of Jonas Heinrich

Hey, it would be cool to make the column titles non-selectable: ![image](https://user-images.githubusercontent.com/757752/62822701-47bc1b80-bb87-11e9-89c8-3e817cd5af1d.png) So it is not possible to select the row "SSID SECURITY ...". You then need less key strokes...

Would be nice if the player could also load playlists from the server and play them back. Best regards Jonas

Fixes https://github.com/nix-community/disko/issues/240 Example usage ``` { disks ? [ "/dev/vdb" ], ... }: { disko.devices = { disk = { vdb = { device = builtins.elemAt disks 0; type =...

Hey, I followed the example mentioned on the Readme.md but somehow the Python script seems to fail: ``` $ nixops deploy -d example-libvirtd Traceback (most recent call last): File "/nix/store/6rdrwjdaba0xhzil64acz3hfdmlxw5m4-nixops-1.7/bin/..nixops-wrapped-wrapped",...

Hey, with the release of NixOps 2.0, many backends migrate to Python 3 ( https://github.com/NixOS/nixops/issues/1242 ). Is it possible for the libvirtd backend to migrate to Python 3 too? Best...

Hey, first of all thanks for this nice and simple plugin, I really like it! It would be cool to be able to define custom tiles for the code blocks...

Hey, I'm the developer of the [Nextcloud radio app](https://apps.nextcloud.com/apps/radio). Currently I'm trying to implement a category browser to look for specific country, languages or tags. Especially the JSON query for...

Hey, are you also going to support Casper 3.0? Best regards, Jonas

enhancement
wontfix