tonne1
tonne1
Anyone got this running with Tokyo 10.2 and win64? Which compiler switches are required? There are CPU64, CPUX64, WIN64 and CPUx86_64, but not all of them are evaluated within the...
Vlad, glad you can confirm this. set statistics is also affected by this IO behaviour, according to our tests. Reading Adrianos Link, it looks like to use cache and async...
set statistics takes longer, best noticable with big tables, and the factor seems to correspond with the test case measurement for a particular machine. It seems both operations have the...
To be able to specify a role on connect is a must-have with Firebird connections, please include it. It is optional, but can make a huge difference re permissions.
Yes, it is, please see the link at the end of the original comment.
This is the only example I have found doing a quick search. I see if I can find something better.
full working example ``` A B C D E F G H Refresh var spec = { "$schema": "https://vega.github.io/schema/vega/v4.json", "width": 400, "height": 200, "padding": {"top": 10, "left": 30, "bottom": 30,...
These are workarounds, only to illustrate what is missing. vega-lite can bind external elements and handle multiple selections, why not both combined?