Carlos Villagrasa
Carlos Villagrasa
> In spanish keyboard `Ctrl+ç` works !! For me, also with a Spanish layout, `Ctrl+ç` doesn't work. Only `Ctrl` along with the `/`on the numeric pad (and not `Shift+7`). Would...
This would be super useful to use IFC.js for viz inside Jupyter Notebooks! At the moment, if I try to load for instance D3.js, the lib object is successfully printed...
Indeed... do you know if it has any straightforward solution? or would the library need to be rewritten to work as an AMD?
Thanks, but unfortunately it doesn't work: `[!] RollupError: Could not resolve "./components" from "ifc-viewer-api.js"` Maybe it's not easy to do without rewriting the whole lib.
I already did, the error is the same regardless of where it's run. Unfortunately, I think that every import would need to be changed to be [relative to a baseUrl](https://requirejs.org/docs/api.html).
Mmm so the little bug fix makes the name appear on the name, but the type is still behaving weirdly with the minimized version of the lib from a CDN:...
Type is still "Hr" on alpha-100 minified.
So in the notebook from the following link, you just need to press Play on the highlighted four cells: https://colab.research.google.com/drive/1wVjX4H3w-NFqFa_FVnefP14bDqzHTbjX?usp=sharing  And will see the following output on the console:...
Hey @paireks ! nice to see you around here ;) I need to find some time to work on [this repo](https://github.com/IfcOpenShell/ifcopenshell-jupyter) and finally have a nice ifcopenshell + xeokit pip-installable...
Hi, I'm finding that: 1. Something like `popup-content-class="myClass"` is not working with Vue scoped styles. It does work with non-scoped styles, or by just using Quasar classes such as `bg-blue`,...