dslemusp

Results 6 comments of dslemusp

> I can also confirm this issue. It never bothered me enough to look for a solution though. It happens on multiple remote servers where I have some ML training....

Any updates, it's been more than a year. Is the repository dead?

A very popular used latex package is [psfrag](https://ctan.org/pkg/psfrag?lang=en) and [pstool](https://ctan.org/tex-archive/macros/latex/contrib/pstool) which allows replacing text "tags" from the eps with custom replacements in latex. Something like this would be very nice...

I have noticed the equations of the form $$ \begin{equation} a = b \end{equation} $$ becomes $$ \begin{equation} a = b \end{equation} $$ which might be messy for longer equations,...

In a similar note the `list` type does not accept the `mutiselect` option. ```python table_filters = { "experiment_type": {"type": "list", "multiselect":"true"}, } pn_table = pn.widgets.Tabulator( experiments_df[["experiment_type"]], pagination="remote", page_size=30, sizing_mode="stretch_width", header_filters=table_filters...

> Regarding the warnings, every new minor version of Pydantic introduces new deprecations. I will fix them if possible, but they will always be present. Small contribution #897