Myles Scolnick

Results 578 comments of Myles Scolnick

There are some examples of doing this from this package: https://posit-dev.github.io/great-tables/examples/ Would that suffice?

@Zaf4 - i am looking into this over the weekend. probably 2 separate things: - the color highlighting / heatmap - browsing multi-dimensional arrays for browsing multi-dimensional arrays, do you...

This seems to be a limitation with mermaid itself. [See their playground](https://mermaid.live/edit#pako:eNo9jsFKxDAURX8lvGXpFJMm006QQUa_QGYlWTSaN22hSUomAbX0302L-nbnwj33LfDhDYKEPuh5INeLciQfJYfDmbBfeFrIpN9xkkRBd8V7JAXtHi-v5x1G1xNasKLuFKxQZtNoQMaQsASLweoNYdlcCuKAFhVsJoM3naaoQLmtNmv35r39awaf-gHkTU_3TGk2OuLLqPOb9j8N6AyGZ59cBMnE7gC5wGemtq1EK46CcsZFw04lfIEUoqobfmoob-qacXpcS_jeRx-qthHrDzyoUF4) Can you file an issue on their repo if you belive this is an issue?

@benz0li - can you try the pre-release version (>0.3.3)? you can set https, host, and port? Is that enough to bypass this issue?

Thanks @benz0li - i hopefully can test it out today (need to make the time)

@benz0li im still unsure how to test in your environment - but hopefully this fixes it https://github.com/marimo-team/vscode-marimo/commit/6bf39d11cb55019995014f02df5d3b0d32123858. I will release shortly

Hi, we've launched a new VSCode extension at https://github.com/marimo-team/marimo-lsp ([readme](https://github.com/marimo-team/marimo-lsp/tree/main/extension)). It may mean this issue is resolved or no longer applicable. If the issue still exists, please file the issue...

hey @dchassin are you still experiencing this issue? I was unable to reproduce? are you on Chrome or Safari?

@gabrielgrant - it does re-install the packages, but since they are cached by `uv`, it should be pretty fast

In case anyone else has ideas, I tried adding this code to `class anywidget`'s `__init__`: ```python # Copy annotations self.__annotations__ = getattr(widget.__class__, "__annotations__", {}) # Add runtime-discovered attributes to annotations...