Matej Spiller Muys

Results 69 issues of Matej Spiller Muys

I want to upgrade robotframework-redislibrary but it is not released on pypi: https://pypi.org/project/robotframework-redislibrary/

Please add support for uv. Uv is replacement for rye that you support. The reason for that is because poetry in 2.1.x started using findpython to find python instalation and...

good first issue

For example if I write MetricQL as: ``` max_over_time(some_metric[1s]) default 0 ``` The builder cannot parse it. It would be welcomed to support "default 0" for missing values in query...

enhancement

I noticed two issues: Latest version on pypi is 3.1.16 but in this repo only 3.1.15 is tagged. Source is missing for 3.1.16 https://pypi.org/project/aenum/3.1.16/#files But 3.1.15 is ok: https://pypi.org/project/aenum/3.1.15/#files

I have replaced the locking of fieldmap with haxmap (A lightning fast concurrent hashmap): https://github.com/alphadose/haxmap

Date and DateTime with format argument as iso8601 it is not rendered correctly. Actually marshallow supports also the following: ``` "iso": utils.isoformat, "iso8601": utils.isoformat, "rfc": utils.rfcformat, "rfc822": utils.rfcformat, ``` ```...

help wanted

I installed gopy and wasn't sure which version I have. I was not sure what I use since release was not tagged in github -> latest was 0.4.8, but latest...

It would be awesome to support free threaded extensions with gopy. Based on the support for python free threaded initialization should be created as: https://docs.python.org/3/howto/free-threading-extensions.html#freethreading-extensions-howto

From what I see python driver was not recalled in pypi. https://pypi.org/project/redshift-connector/ https://snarky.ca/what-to-do-when-you-botch-a-release-on-pypi/

I am not sure what is wrong, but migrating to haxmap introduced a lots of crashing in tests (random crashes). https://github.com/quickfixgo/quickfix/pull/685/files ``` goroutine 130 gp=0x14000102700 m=5 mp=0x1400022a808 [running]: runtime.throw({0x105053623?, 0x14000194570?})...