Kemal
Kemal
Only for SDK v4 plugins though...
For reference the main issue is https://github.com/cloudquery/cloudquery/issues/14599
`aws_identitystore_groups` and [friends](https://github.com/cloudquery/cloudquery/pull/15540) could also benefit from this.
Yes, this does improve performance. curl is always faster than file_get_contents.
At minimum the "subscription" resource seems to be requested.
for JSON support, it could read a JSONL (line-delimited json) format or a straight JSON file (json array)... and turn each member into a row in a single-column table. We...
run php.exe with -d memory_limit=1G like so: ``` php.exe -d memory_limit=1G ffexp2html.php filename.json > filename.html ``` This will tell php to limit the memory to 1 gigabytes. (You can also...
The issue with the example is the high threshold is not used and it should trigger when the ranged value is BELOW the low threshold (5cm)... because `VL53L0X_GPIOFUNCTIONALITY_THRESHOLD_CROSSED_LOW` is set....
I think (sorry for the late comment) the `from now` syntax can be confusing, as people could expect `2 days from ` or worse, `2 days from new year's eve`...
> @disq Do you consider the above blocking? @rhino1998 No not at all.