Ivan Larin

Results 13 issues of Ivan Larin

Hello. I suppose a way to build desktop app for win, linux and mac platforms.

### Content & configuration Docker image should work on most common processor architectures. ### Is your feature request related to a problem? The image only works on the architecture with...

Hello. I could not find an any way to use edgedb.Set as query's parameter. How it supposed to annotate set of int64 (`$inp`)? ```python client.query('select 1 in $inp', inp=edgedb.Set({1,2,3})) edgedb.errors.QueryError:...

The major version of `Pydantic` was recently released and lost backward compatibility. In particular, the `.from_pydantic` method stopped working for `providers.Configuration` due to the fact that the `BaseSettings` class now...

``` python a = 1e-5 pytils.numeral.in_words_float(a) ```

NoneType have not strip method. This is a issue for compilers, which do not provide the value of `error_output`. https://github.com/facebookarchive/react-python/blob/master/react/utils/pipeline.py#L37

Trying to run tests with github actions. My project, unlike tests, does not require to run edgedb, so my `edgedb.toml` file is located inside `tests` directory. ```yaml - run: edgedb...

Query that could not be expressed with current state of query builder: ``` select User { friends: { name } FILTER .name = User.name } ``` That's how `edgedb-js` solves...

enhancement

Hi. The new wheels for brotli now [support](https://github.com/google/brotli/issues/1208) python3.13 version. Right now the version is pinned at v1.0.9, but the wheels are published for v1.1.0.