-
### Background and motivation
Today, I found myself in a situation where I wanted to customize how `Where` works on one of my collection types.
Some possible solutions I've thought up included s…
-
Hi Matt,
When running HiPhase on a few samples, I found some of them report the error `assertion failed: max_span != previous_pos`, the full log is as following.
```
thread 'main' panicked at s…
-
- [Iterator Helpers](https://github.com/tc39/proposal-iterator-helpers)
~~ES2024~~ ES2025あたりで入るけど、影響範囲が広いので、メモできる場所としてIssueを作っておく
-
### Proposal Details
Today we have:
https://pkg.go.dev/os#File.ReadDir etc
```go
func (f *File) ReadDir(n int) ([]DirEntry, error)
```
That `n` feels so antiquated now that we have iterato…
-
-
The custom comparator is already supported via a `compareFn` argument, but we don't have specific tests for it. Let's add some!
-
Trying to fit a DecisionTree is failing because the comparator doesn't implement total order.
I believe this is due to using Rust > 1.81 with [this change to the sort function](https://blog.rust-lang…
-
# Summary
libtbb memory leak on Ubuntu 24.04 WSL2
# Version
libtbb-dev/noble,now 2021.11.0-2ubuntu2 amd64
# Environment
Provide any environmental details that you consider significant for rep…
-
Filter out the cancelled and expired deals to avoid these cases:
```go
am.keeper.IterateDeals(ctx, func(deal types.Deal) bool {
switch deal.Status {
case types.Deal_EXPIRED:
return f…
-
### 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.
### Reproduc…