mickey58github
mickey58github
Hi, @max-kut - thanks for taking care of my question. I'll try this out - though my experience is that code that relies on $refs is sometimes unreliable, especially during...
Thanks. Honestly, I don't understand yet what these nested $refs do, like .$refs.diagram.$refs.diagram - can you elaborate on that a bit'?
Thanks, Jan, for responding late at night in Europe: I tried your suggestion, but indeed get a pandas related error: ``` python json2ifc.py -i myFirstTestModel.json -o myFirstTestModelRoundTripped.ifc Traceback (most recent...
I did this from my Conda shell: ``` conda activate ifcjson conda install pandas ``` Which tells me it installed pandas successfully...but strangely, I get the same error when executing...
@janbrouwer : Any chance to review the above problem with the backward conversion from json to ifc?
Oliver, thanks. I got it running with Quasar through configuring a Quasar boot file for it. It successfully loads svgs through `` - that's probably what it is supposed to...
Thanks. As mentioned, it works in my setup, if used on ``. But it doesn't work on ``. `` is a special `` that can be used inside `` to...
Thanks for looking into this.. The nesting level of the embedded SVGs (referenced through image hrefs) is just **one** level down in my case, but I understand that a general...
@oliverfindl - sorry for bothering you once more, but could you provide me some hints where this support for `` would have to be factored into your code, with only...
The SVGs I would like to inline are embedded in a larger, relatively complex SVG. The slightly simplified snippet that is doing the critical part is this (I can provide...