Philip Sampaio

Results 13 issues of Philip Sampaio

Floki needs a HTML parser built in, in order to remove the [mochiweb](https://github.com/mochi/mochiweb) dependency. This will enable more flexibility and better control of the parsing step. The parser goals are:...

Feature
Level:Advanced

This work is based on https://github.com/rusterlium/html5ever_elixir/pull/28 and other subsequent PRs to that same project. The idea is to enable the usage of precompiled NIFs and avoid the need to have...

We use some env vars to configure the target OS, architecture and ABI. This is needed to support Nerves, as they set those env vars in the build/compilation process. We...

documentation

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of...

bug
rust

People using Alpine Linux containers on Apple machines with M1/M2 processors should benefit from this. Closes #35

People using Alpine Linux containers on Apple machines with M1/M2 processors should benefit from this.

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of Polars. ###...

bug
rust
P-low

This makes the interfaces simplier. We don't need to support iodata for now yet.

The lazy frame backend that we implemented in #227 does not take into account groups. This issue is to track the implementation of groups for this backend. ### Single table...

This is a new feature of Rustler v0.28, and was implemented in: https://github.com/rusterlium/rustler/pull/413 We should support the same API.