Alberto Mengali

Results 101 comments of Alberto Mengali

Would this feature also inherently enable multidimensional array support in JSON3? https://github.com/quinnj/JSON3.jl/issues/196

I think this might be related to https://github.com/JuliaPluto/Malt.jl/issues/77 (given the very similar error thrown), which has an extremely simple MWE, i.e. simply using the calling module within the macro body

I also believe it would be nice to be able to represents different Cartesian CRSs, which are just identified as a rotation and translation w.r.t to a default CRS (which...

So this is not super straightforward as it would require some CSS (and some knowedge). I am also going through a refactor/rewrite of the package so I might see if...

> Thank you! > BTW thanks for the great package. I just discovered that `confirm` button is naturally compatible with your `NTBond`. > This is amazing (and much needed when...

This issue can actually be solved quite nicely with a cell with custom css like so: ```html struct-bond plj-multi-checkbox[style*="flex-direction: column"] { align-items: start; } ``` ![Image](https://github.com/user-attachments/assets/bd06e35b-c45d-42e0-a84e-d7617bea70dc) Due to this I...

So while I thought I did support arbitrary descriptions, that is not working due to some implementation detail. Unfortunately I don't have much time now for creating a fix PR,...

Reopening as the problem is still there, and I implemented an internal fix in commit # b2c15fb as part of the new PR #18

I will try to look into this in the near future when I have some time. While I can debug firefox I do not have/use mac or safari so troubleshooting...

This was actually a typo in the css stylesheet for the BondsList, fixed in #42