Dennis

Results 84 comments of Dennis

Hi fxamacker, I am trying to get the stream_decoder API (from the stream-mode branch) working but have no clue how to use floats in the stream. I expected to see...

Hi Faye, While creating my stream-decoder, I noticed that most decode functions use a return for the result. It may be more efficient to use a pointer-argument for the larger...

Hi Faye, I'm looking forward to the merged speed-up for floats! For now your library already helps me to decode electrical measurements roughly twice as fast as my earlier cbor...

Dear all, Very nice to be able to use a host-linked template to reduce storage space, especially for unprivileged containers on embedded devices. I used the current (lxc-3.0.3) lxc-download template...

I found a permission problem with the new template, it needs to make /tmp and /var/tmp read/writeable for others, especially for running user programs in the container: chmod a+rwxt $LXC_ROOTFS/tmp...

For some reason the plotly panel in grafana 7.x frequently does not show up in firefox 79.0/ubuntu18.04.5, I have to reload the webpage of the whole dashboard or the viewed...

Don't think plotly is a default grafana plugin, you may have to install it separately. E.g. with: sudo grafana-cli plugins install natel-plotly-panel

That's a pity, I sometimes have to reload the page with grafana >=7.0, now using 7.1.5 ![image](https://user-images.githubusercontent.com/6523124/93594061-75dc7380-f9b5-11ea-9cf4-757d0133ed14.png)

Hi xkilian, The ae3e-plotly-panel is not for the lighthearted, but it is great to have the freedom to reconfigure everything! Thanks a lot for the link. Below are my results...

Dear all, Just for reference, here is a figure taking the same type of FFT data for 4kHz voltage with the x-axis corrected in a Python plotter using matplotlib. As...