Paddy Mullen

Results 99 comments of Paddy Mullen

I'll try to take a swing at a PR on Friday/over the weekend. Correct me if I'm wrong, but does your PR process create a testing WASM instance to play...

Sorry for letting this fall out of my attention. Thanks for fixing it. This does fix the bug I was running into when running against the version from the PR...

I'm trying to do similar things. Is there any way to determine the current cell-cursor position? I want to update the text of a single cell repeatedly from a widget

I was able to get this far succesfully ```rust fn hash_i64_chunked(cb: &Int64Chunked) -> u64 { let mut hasher = XxHash64::with_seed(SEED); for val in cb.iter() { match val { Some(val) =>...

well I wrote my first Rust macro and got the tests to pass. ```rust macro_rules! hash_func { ($a:ident, $b:ty, $type_num:expr) => { fn $a(cb: $b) -> u64 { let mut...

For me you can close this issue and use it as reference. I will probably write a blog post about my experience writing a polars plugin, it will include this...

I'm glad this worked for you. I just played with `skim_get_data()` a little bit. It is indeed cleaner, but there are a couple of glitches ```python def get_skim_df_dict(df): nested_dicts =...

FWIW the errors I'm running into when running `cargo build` seem to boil down to ``` = note: ld: warning: object file (/Users/paddy/code/pl_series_hash/target/debug/deps/libpsm-849cb4a0bab2af53.rlib[4](4f9a91766097c4c5-aarch_aapcs64.o)) was built for newer 'macOS' version (14.0)...