Torsten Curdt

Results 122 issues of Torsten Curdt

Running ``` flash -f --hostname kube01 \ --device /dev/disk3 \ --bootconf kubes-boot.yml \ --userdata kubes-init.yml \ ~/Downloads/hypriotos-rpi-v1.9.0.img ``` `bootconf` gets applied ``` hdmi_drive=2 # HDMI sound hdmi_group=2 # DMT hdmi_mode=16...

Right now the lenses are just lines. It would be great if the lenses had a more realistic representation.

Categories never really work for me. A transaction has so many more dimensions than just a single one. Tagging would be great feature to have.

Is there any chance for the 0.20 release to also include an official macOS arm build?

It seems the Chrome is launched at `Chrome running with pid 26 on port 9222` yet it later fails to connect `ChromeLauncher:error connect ECONNREFUSED 127.0.0.1:9222` ...unless I add `--no-sandbox`. I...

I've set `linechart.YAxisCustomScale(-20, 20)` and I want the position of 0 to always stay at the same place. Looking at the code, unfortunately ``the LineChart would still rescale the Y...

enhancement

As terminal background might differ the color scheme needs to match. To avoid this I would like to set background color to black. I tried this: t, err := tcell.New(tcell.ClearStyle(cell.ColorDefault,...

bug

It would be great if this could be packaged and distributed via debian repo

How do I provide a domain so the name of the node becomes `node.internal` instead of just `node` ``` serve_dns: true dns: host: 0.0.0.0 port: 53 ```

I am trying to get access to my playlists but doing this ``` RSpotify.authenticate("", "") me = RSpotify::User.find('my-user-id') me.playlists #=> (Playlist array) ``` returns an empty array (and it should...