Wakahisa

Results 29 issues of Wakahisa

Hi @sunchao @sadikovi @andygrove may you please archive this repo, in case people still use it. I just saw that someone opened 2 issues in the last week.

I'm continuing with my adventures of writing csv to parquet, but I got stuck with how to write times/dates to parquet. Specifically, how do I declare the schema (assuming I'm...

Hi, I'm experimenting with creating a CSV to Parquet writer, and I have a few questions. My endgoal from the experiment is to create a crate that converts various file...

Given a `LineString`, starting and ending `Point`s, is it possible to slice the line from the start and end using the points?

enhancement

Hi, thanks for the library. The Android location class has speed, location and accuracy [https://developer.android.com/reference/android/location/Location.html](https://developer.android.com/reference/android/location/Location.html), I presume that iOS has similar [https://developer.apple.com/documentation/corelocation/cllocation](https://developer.apple.com/documentation/corelocation/cllocation). Would you be open to exposing them on...

enhancement

When trying to use `nrf-hal-common` with OneWire (https://crates.io/crates/onewire), InputPin needs to be implemented for OutputPin. I tried to implement this myself, but I seem to be a bit out of...

Hi Stepan, I'm learning Rust by porting some of my Kotlin code over to Rust, and so far it's been a pleasant journey (lots of Googling). I'd like to propose...

I am working on the Parquet Rust implementation, specifically conversion with Arrow. One of the outstanding items in the Parquet types is how to deal with interval types. This PR...

I was trying to keep things simple, avoiding a context, but the typesystem won't allow me to have custom sources without some stateful place to register them. Nothing special here,...