Roman Yurchak
Roman Yurchak
> If somebody is willing to repair eigenpro, please tell me and we can reinclude it otherwise I will push this soon and do a release because there are people...
Thanks for working on this @TimotheeMathieu as well!
Thanks for managing it @TimotheeMathieu !
> I don't think that we have any example tackling the problem of recommendation. It would be nice to have a full example with a predictive model and the way...
Yes, we are not including the `node_modules`. That is expected, you are supposed to install node dependencies manually as explained in https://github.com/pyodide/pyodide-pack?tab=readme-ov-file#install. I think it's the same thing as what...
You are right @agriyakhetarpal not a regression, my earlier comment was because I saw include-package-data in the pyproject.toml of the earlier version but it's actually set to False, so probably...
As far as I found, hciuart is specific for Raspberry PI / Raspbian. So if you use a different OS, it might be OK to skip that. You can comment...
Thanks a lot for looking into this @antocuni ! This direction sounds very promising, and if this could be made to work it would indeed be a significantly lighter solution...
Unless one is supposed to use `fetchall_arrow` and convert the resulting PyArrow table to pandas? Some example would be good (also in https://github.com/databricks/databricks-sql-python/issues/21) **Edit**: Or actually some util function would...
There is already a list in https://github.com/pyodide/pyodide/blob/02094ed74f50a9286c92cc94ac3b9c2b24c286a2/docs/project/about.md?plain=1#L102 so if we include some of those in the readme, we probably should still link to the full list. > I wonder if...