sslivkoff

Results 20 issues of sslivkoff

there should be a check in cortex.align.automatic to make sure the specified transform does not already exist, as in cortex.align.manual

### Problem description Hi. I'm converting some pandas code to polars. I ran into some issues with large int representation. When numpy is creating an array containing large ints (larger...

enhancement

### Describe the bug I tested some of the more common RPC methods over the HTTP interface Found issues with - eth_getLogs - eth_getTransactionByHash - eth_getTransactionReceipt Also tested a few...

C-bug
A-rpc

### Describe the feature For the `web3_clientVersion` rpc method: - erigon outputs `erigon/2.43.0/linux-amd64/go1.20.3` - reth outputs `reth/v0.1.0/x86_64-unknown-linux-gnu` For reth it would be nice to include more info. Including a commit...

C-enhancement
D-good-first-issue
A-rpc

### Problem description It would be nice to be able to do this: ```python numbers = [2963091539321097135000000000, 25658709114149718824803874] pl.Series(numbers, dtype=pl.Decimal) ``` But doing so raises `ComputeError: unable to convert any-value...

enhancement
decimal

### Problem description The `pl.Categorical` type is very useful for `pl.Utf8` columns. It makes sense for strings because strings can have unbounded length, and so using a dictionary can save...

enhancement
accepted
A-dtype-categorical

## What is this? This is a PR to add [MESC](https://github.com/paradigmxyz/mesc) to ethereum-etl. MESC is an RPC configuration standard that allows a user to share a single RPC configuration across...

When python connectorx is used to query a sqlite JSON column full of null entries, it raises `RuntimeError: Cannot infer type from null for SQLite`. This issue does not occur...

bug

### The problem When loading postgres JSONB columns to polars, connectorx currently throws ``` RuntimeError: No conversion rule from JSONB(true) to connectorx::destinations::arrow::typesystem::ArrowTypeSystem. ``` Related: #121 ### The solution For sqlite...

Hi. vhs is a joy to use. However one of the emojis in my program does not output properly. **Is your feature request related to a problem? Please describe.** Some...

enhancement