Philip Sampaio
Philip Sampaio
The update of Rustler to `v0.32.1` has landed on main :)
First of all: awesome work there on Polars, @Qqwy !! :tada: Just to let you know that I'm working on this to bring the functionality to Explorer :)
Hey @Qqwy, I had some issues trying to make the Sink IPC work, so I opened an issue upstream: https://github.com/pola-rs/polars/issues/13614 I tried to find a fix for it, but I...
@Qqwy yeah, it's only with the `sink_ipc_cloud`. The `sink_parquet_cloud` is working good, and it's already in main. PS: sorry, I didn't see the ping before :grimacing:
> what happens if we do a lazy query and on operations such as left < right, one side is lazy and the other is eager? @josevalim in some operations...
@josevalim I think it will work for most of the operations that accept series. Actually I don't know in which case it would not work. An example: ```elixir require Explorer.DataFrame,...
Sorry for not being active here. And thank you @ypconstante for the research and replies! ❤️ @bcardarella thanks for the info as well! I believe there is nothing to do...
This is a limitation of the default parser, `mochiweb_html`. Please try to use `FastHTML` or `HTML5ever` as the README suggest.
@1player sorry, I didn't want to sound rude. My point was to point out that this is documented in our README: https://github.com/philss/floki?tab=readme-ov-file#alternative-html-parsers
I had the same issue here. I was trying to use Sprockets 4 in a Rails engine without success. After some experiments, I could make it work by creating an...