Alexander Skiba

Results 10 comments of Alexander Skiba

I am, but this is due to two external things: - the project I'm working on only compiles with gcc - I'm cross-compiling this project for another architecture. (e.g. this...

I got quite a few warnings which I can't disable via a command line flag. How would you filter messages that can't be disabled without the risk of having lots...

Yo. I guess it's time to revisit this [based on this document that's now part of Jikan's responses](https://docs.google.com/document/d/172RQ9wWiXqOnGqjXrV3cxMNceiqwCjxjprSFuyLwQJM/). Quote from linked doc: > Timeline > 1️⃣ 1st March 2022 -...

I'm sorry, I have neither the time nor enough interest to maintain this library. 😓

Upon further investigation it seems that a closing bracket at the end of the URL is always omitted.

Here's a screenshot to better illustrate what the exact problem is, because I seemed not to have mentioned that the URL is indeed displayed, just not correctly. The link is...

@mattpackwood So, uh, is there any plan to release a version with this fix? It's been a year. 😂

Will this maybe as a side-effect solve issues with the decorator making an function untyped? (example attached) ``` mypy . toolchain/prometheus_timetac_exporter.py:47:2: error: Untyped decorator makes function "collect_ttqueue_oldest_pending_job_timestamp" untyped [misc] @METRIC_QUERY_RESULT_TIME.time()...

What I don't see in this MR is: - something like instructions for how to check what you added with either mypy or pyright - a test target for a...

Gotta weigh in here - please if at all possible, **strongly prefer accepting type hints into the project** over having to create a separately maintained, separately released module with typeshed...