Gordon Smith
Gordon Smith
Do you have a small example of it not working to get me started? - Just to clarify `import` is working fine with ojs/omd but not working as expected when...
I can imagine how this would work for components embedded in components, but will this be possible for a "emscripten generated wasm file" (which was my way of saying "not...
I am not sure the effort needed to create a wasm version of cairo (and its dependencies) to create a pdf would be worth the effort? In the past when...
FYI - I have a POC of svg->pdf working (via wasm), but it requires loading the referenced font(s) manually into the wasm function, which is not very elegant.
FYI - I converted the repo to a mono-repo with individual packages, so you can now switch to "@hpcc-js/wasm-graphviz" for a more minimal dependency, its changelog is here: https://github.com/hpcc-systems/hpcc-js-wasm/blob/trunk/packages/graphviz/CHANGELOG.md. @hpcc-js/wasm...
There are two types of JavaScript cells, a plain JS cell which won't execute and an "Observable JS" which uses the Observable JS Syntax, which is the same one used...
There are style set / get protected methods down in the base class: https://github.com/hpcc-systems/Visualization/blob/trunk/components/core/src/element.ts#L34-L40 might be a matter of exposing a: `@attribute({ type: "string" }) styles-ex = "";` or similar...
I have no experience with Shiny, but do have experience in embedding the core widget (which this web control wraps) in various environments (like React), not sure if that helps...
@absurdfarce signed...