John Lyu

Results 104 comments of John Lyu

Anyone can fix main branch? CI fails due to main branch problem.

> It seems that the index file mentioned here and the _next column in the data file will not be used in this PR. Are you going to delete them...

@Fivele-Li, I think rewrite dump scripts could be done in another PR, since normal feature dump script should also be rewrited using `LocalFeatureStorage` and `LocalCalendarStorage`.

@Rabelaiss I think it is a problem with Spanish, French, and German encoding, and I have post a small patch to deal with it. Can you installed the develop version...

@Rabelaiss , I think it will uninstall automatically, but manually uninstall may be better.

See https://github.com/dexplo/dataframe_image/blob/f595bf7b17b16156f27189d934a53a9f279f2770/tests/test_df_image.py#L58-L65 , LaTeX equation is currently supported. NOTE: `mathjax` is embeded using CDN, so you have be able to access Internet if you want to convert LaTeX equation.

Add this snippet to `pyproject.toml` fix this problem. ``` [tool.pytest.ini_options] addopts = "--capture=tee-sys" ``` But why it is so hard to fix it in passed 3 years?

I think, https://github.com/dexplo/dataframe_image/blob/ff1fa4853c480cda1021229e009cdd6e0740c915/setup.py#L18 this line tell setuptools find `package` (which means dataframe_image here), `install_requires` is which you need to add `lxml`. refer to: https://setuptools.pypa.io/en/latest/userguide/dependency_management.html

@ShiraUnger , have you tried the latest 0.1.2 version?

> With setting dataframe_image to version 0.1.2 i still have the issue > > ``` > FROM ubuntu:22.04 > ARG DEBIAN_FRONTEND=noninteractive > > RUN apt update; apt install -y python3-pip...