jensb

Results 110 comments of jensb

See also https://github.com/dachinat/nextcloud/pull/29. Can we merge this?

I don't know. I eventually gave up and used the HTTParty gem to call the Nextcloud API endpoints manually.

Thank you, this actually worked on the first attempt! Here's what I did. 1. I put your above code until the `load Clockfile` into a `test/test_helper_rubyclock.rb`. 2. I added a...

not yet because I could not get an up to date Psql to work on my raspi using packages, there were too many dependancy errors. Here are some examples: https://www.timescale.com/

Weird. I seem to recall I got this working on a PC VM, but eventually gave up on my Raspi IoT device because of packaging issues. Maybe the syntax has...

The way iFinance does this (on Mac) is to have a "IMPORT_IDENTIFIER" column for transactions which consists of date + "#" + amount. It seems this combination is "unique enough"...

Getting the same error, 100% reproducable, on Influxdb 1.8.10 with Grafana 8.5. Query: ` from(bucket: "iobroker/global") |> range(start: v.timeRangeStart, stop:v.timeRangeStop) |> filter(fn: (r) => ( r._measurement == "speed" and r._field...

Sure! However, I need to ask for some assistance. I set up the devel environment and I can run `npm start` to boot up. But on the first `Tabs.reload()` I...

I managed to patch Plotly anyway: https://github.com/plotly/plotly.js/pull/6120

Any comments, progress, review? Anything I need to do to help merging this? Yes, there are some failing tests, but this is obviously because I am (slightly) changing Plotly's behaviour,...