Alexis Iglauer
Alexis Iglauer
Recommend they are either hard-coded everywhere (i.e. not a parameter at all) or templated. Parameters are clearly more user-friendly. For our company slack we would prefer to have a shorted...
I have the same issue / request as Robin above -- I have dnsmasq running as my network-internal DHCP + DNS server, and AdGuard is upstream of the dnsmasq (so...
Same issue for me -- Wemos D1 with a 4x20 display via `lcd_pcf8574` gives the auth error on WiFi. Can confirm that increasing the i2c bus speed from the default...
Maybe it helps others in my situation. I run MM in a docker container in server-only mode. For this, add `-e HASSIO_TOKEN="XXXXXXXXXX"` to your docker command (instead of adding it...
Ok, I've done some ghetto profiling, and I think the line ``` xls
More updates: - Asking for the results in JSON is not quicker (in fact it's slower to fetch JSON than XML in my tests, by a factor of 2) -...
OK, I've done some further benchmarking -- it seems that we can get some good speed increases if we use `curl` instead or `RCurl` (~50% speed improvement on a small...
That's cool, thanks. I'd not seen the bulk API pieces as I seem to be using v0.7 (off CRAN). One thing the bulk query does not seem to be able...
I've installed the github version from the maintainer, and just copy/pasted the code you kindly provided. I'll try and get some benchmarks done over the next few days (although it...
Another advantage of the above is that I think it will work with arbitrarily deep nested queries (e.g. `SELECT Id, Name, (SELECT ActivityDate, Description FROM ActivityHistories) FROM Account` from Issue...