Lele Gaifax

Results 24 issues of Lele Gaifax

This produces something like ``` ------------------------------------------------------------------- benchmark '100 arrays dict: deserialize': 2 tests -------------------------------------------------------------------- Name (time in ms) Min Max Mean StdDev Median IQR Outliers(*) Rounds Iterations ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ test_loads[cbor2-100 arrays...

In JS there isn't an equivalent of the `global` statement in Python: in a sense, a variable is automatically put in the global scope when it is not declared, so...

Maybe I'm doing something wrong [here](https://github.com/python-rapidjson/python-rapidjson/blob/master/benchmarks/test_benchmark.py) but, even if I **do not** specify `--benchmark-save-data`, running the benchmarks suite produces a _huge_ JSON file (~ 1.8GB), as it actually contains all...

I want to benchmark different JSON engines serialization/deserialization functions, with different sets of data. More specifically, I'm trying to convert an already existing [set of benchmarks](https://github.com/kenrobbins/python-rapidjson/blob/master/tests/test_benchmark.py) to pytest-benchmark. Here the...

Is there a reason for the very limited set of builtins listed in the `nix-builtins` const, or would a PR covering all current ones be welcome?

See [this FIXME comment](https://github.com/python-rapidjson/python-rapidjson/blob/master/.github/workflows/main.yml#L132).

The proxy has been there since the beginning, because in v1 it dealt with the `JSON` structure returned by libpg_query's `parse_sql()` function. Now that there is a set of concrete...

enhancement

Is there a plan to update "vendored" poetry to 1.2.0b2? I ask because I'm facing what seems a [resolver problem with poetry 1.1.13](https://github.com/python-poetry/poetry/discussions/5936), apparently already fixed in poetry 1.2.0b2, that...

In the following scenario ``` class Icon(SA_Image): __auto_coercion__ = True __max_length__ = 1*MB __min_length__ = 1*KB __pre_processors__ = ( ImageAnalyzer(), ImageValidator( minimum=(16, 16), maximum=(600, 600), min_aspect_ratio=0.9, max_aspect_ratio=1.7777, # 16/9 content_types=('image/png',...

First of all I'm sorry about the title, couldn't figure out a better phrase... second, sorry again for the length of this! My use case is the following: I have...

enhancement
feature