Daniel Kampert

Results 82 comments of Daniel Kampert

> short answer: no, use css as intended Hi, thank you. How can I do it?

Hi, I have added the code block ``` .enlighter-collapse { &.@{VIEW_STANDARD} { overflow-y: auto; max-height: 50px; } &.@{VIEW_CODEGROUP} { .enlighter-codegroup-wrapper { overflow-y: auto; max-height: 50px; } } &.enlighter-collapse-full.@{VIEW_STANDARD} { max-height:...

It´s working now, but I don´t have a scrollbar. I thought `overflow-y: auto` enables the vertical scrollbar.

mmh both options doesn´t work.

> Looks awesome! But doesn´t work yet :D

First draft for an altimeter app. Not sure if I should keep the graph or use a Gauge instead. ![image](https://github.com/jakkra/ZSWatch/assets/3458587/d5d5ffef-944a-4d42-afd8-af6bfd765247)

> > I think we should include num_stored_samples in the `zsw_history_t` to allow the user to know how many of the samples are actually valid. Since the `num` param today...

Not yet. Have this feature on my fitness tracker and it´s quite nice. A simple timeout with an unlocking by swiping up. Guess we have to change a bit to...

@jakkra did you change the IP address before building the container? Note that the environment will be copied once the container is built. You can retrigger it by opening the...