Kevin Heavey

Results 34 issues of Kevin Heavey

### Polars version 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://pypi.org/project/polars/) of...

bug
python

### Polars version 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://pypi.org/project/polars/) of...

bug
python

### Polars version 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://pypi.org/project/polars/) of...

bug
python

`VersionedTransaction` derives `Serialize` and `Deserialize` but if you serialize a VersionedTransaction with serde_json you get an `invalid type` error. It doesn't like the VersionedMessage prefix byte. Dependencies for this example:...

community

Use latest anchor and add support for alias types in IDL

I often find myself wanting the code in [error.rs](https://github.com/coral-xyz/anchor/blob/master/lang/src/error.rs) without needing the rest of the anchor_lang crate. It would be nice if there was an anchor-error crate to that end

lang

Currently the Provider interface requires a Connection attribute: ```ts export default interface Provider { readonly connection: Connection; ... ``` This forces anchor-bankrun to lie and make a fake Connection object...

ts

This seems like a very easy problem to encounter so maybe I've missed something, but I couldn't find an existing issue for it. #### Problem If you call `banks_client.process_transactions` with...

stale
community

I have noticed I have some crates that need only the `decompress::step_1` function in curve25519-dalek, but they have to pull in the whole dependency, which takes a long time to...

This example always breaks for people because they try to run the tests with an unsupported Rust version. If there was a rust-toolchain.toml file in src/program-rust this wouldn't be a...