trame icon indicating copy to clipboard operation
trame copied to clipboard

Trame lets you weave various components and technologies into a Web Application solely written in Python.

Results 37 trame issues
Sort by recently updated
recently updated
newest added

**Implicit namespace packages** The trame packages are still using deprecated implicit namespace package mechanism. You should switch to using PEP 420 style implicit namespaces. This is causing many `ClobberError`s when...

Remove's legacy implicit namespace mechanisms. Relies on `trame-client` providing the `__init__.py` for `trame`, `trame.modules`, `trame.ui`, and `trame.widgets`

Does not work without internet connection; gets stuck in loading screen. (using through pyvista, in a VS Code notebook) I belive the issue is with `trame` and not `pyvista` itself?...

Using VtkLocalView results in a weird behavior of a vtkAxesActor instance: (1) initial zoom is too high (2) it actually responds to zooming (3) With remote view all is fine...

**Describe the bug** I noticed that putting a trame app behind a [HTTP Basic Auth](https://en.wikipedia.org/wiki/Basic_access_authentication) link, e.g., `https://user:[email protected]`, does break the trame app. It would be nice if this worked,...

**Describe the bug** Title, text, and label elements are not visible when exporting to HTML, either from the server or using `pyvista.Plotter.export_html`. The same issue occurs with `vtksz`, from which...

**Describe the bug** VDatePicker doesn't show date/calendar of a full month as expected, only MONTH and YEAR selections are generated. Clicking on the month/year picker only changes the pending selection...