Ryan Munro

Results 15 issues of Ryan Munro

It would be really nice if there was a Python eDSL so that I could write queries in Python, which I have much better tooling for. 😄

I noticed some bindings for OpenSSL are missing that I'm trying to use, namely: - `BN_clear` - `BN_div` - `BN_mul` - `BN_rand` - `CRYPTO_free` - `RAND_seed` For context, I'm trying...

I would love it if Polars optimized calling `apply` on only rows used in the final collected output. My use case is I have a slow Python function, and it...

performance

#### Add `coerce_float` option to pl.from_arrow ```python thread '' panicked at 'Arrow datatype Decimal(38, 9) not supported by Polars', /Users/runner/work/polars/polars/polars/polars-core/src/datatypes.rs:1033:19 ``` Currently I can't read in Arrow data with decimals....

feature

**Is your feature request related to a problem? Please describe.** Right now, Mission Control shows a "slide" animation when switching desktops (screens in Amethyst terminology). It would be nice if...

Really easy to add myself, but it would be cool to add this for others! https://developer.apple.com/documentation/appkit/nsvisualeffectview If I get to it, I will open a PR :}

Hello! I would love if - my cell was automatically formatted on save - automatically format all cells on save (hopefully this isn't slow, but I guess a dirty flag...

Just setup Tasty so I could run HSpec and doctests, except to find out that doctest can't plug into other test suites. [1] :sob: Looking at the Tasty API, what...

Title says it all!

``` sql create table foo as select * from mysql_remote.foo; ``` Ran this, and it returned successfully, but the pull was incomplete. Pulled down 148,8082 rows from the original 7,958,064...