Mochan
Mochan
**Is your feature request related to a problem? Please describe.** Most `streamlit` components contain a disabled flag which freezes the interactivity of the component. This is useful to gray out...
**Describe the bug** Normally use Subgrounds via async or sync interface (using query grouping or not) and observe `ResourceWarning`s. **Expected behavior** No `ResourceWarning`. **Screenshots** ```py sys:1: ResourceWarning: unclosed ``` **Additional...
**Is your feature request related to a problem? Please describe.** I want type information when using subgraph and fieldpath objects. **Describe the solution you'd like** Generating `.pyi` files for full...
[`rye`](https://rye-up.com) is a newer, **rust** based tool for python management, inspired by `cargo`'s utility in the rust ecosystem. It has tooling for - Installing and managing python installations (like [`pyenv`](https://github.com/pyenv/pyenv))...
Related to this issue, #29 ```py from polars_client import SubgroundsPolars from subgrounds.subgraph import FieldPath, Subgraph # from polars_utils.py import * import polars as pl sg = SubgroundsPolars() snx_endpoint = "https://api.thegraph.com/subgraphs/name/synthetix-perps/perps"...
**Is your feature request related to a problem? Please describe.** - I'm frustrated when trying to convert existing GraphQL queries into Subgrounds - I find it difficult to convert Subgrounds...
**Is your feature request related to a problem? Please describe.** I cannot use modern dataframe techniques effectively with subgrounds. **Describe the solution you'd like** I would like to leverage modern...
**Is your feature request related to a problem? Please describe.** `subgrounds/query.py` has all objects related to the AST of GraphQL. Currently, every object is frozen, but nested fields of said...
**Describe the bug** With `Subgrounds` feature of auto select when given a top-level field or entity, it automatically grabs every scalar field + every object field's id. This will clash...
**Is your feature request related to a problem? Please describe.** When doing long queries, data gathered towards the end of the query is no longer consistent with the beginning. **Describe...