Orson Peters

Results 330 comments of Orson Peters

I don't know if this is worth fixing since we'll soon be removing weights anyway.

I would be hesitant in adding this as its performance will inherently be horrible when using Python callbacks. As @MarcoGorelli says, is there a particular example of a fold expression...

This is a bug, but perhaps not in the way you think. The `pl.lit` constant-folding modulo doesn't map to the correct operator, I forgot to update it when I changed...

It appears that `-1 % pl.Series([3])` also does not map to the correct operator, same with `-1 // pl.Series([3])`.

@itamarst My 2 cents is that we could reasonably support a `BFloat16` type, but never `Float16`. `Float16` has inconsistent hardware support, so it would basically be impossible to do in...

> I am suggesting an opaque float16 type with support for casting to Float32/Float64, not full support, for the reasons you mention. @itamarst Such a cast operation would still need...

@JulianCologne I feel it's a bit of a 0 to the 0th power situation. Is that 1 or is that 0? It depends from which side you approach `"".split("")`: ```...

I'm fine with it, let's make it an empty list.

I would really prefer 'ugly' URLs over `/index.html`s everywhere.