dasshit

Results 8 comments of dasshit

> Hmm, it seems PowerShell follow .Net and does nothing with manual mutipart encoding. But I don't see a problem in .Net code https://source.dot.net/#System.Net.Http/System/Net/Http/MultipartContent.cs,19 > > @dasshit Can you use...

```bash ~ via  v16.15.0 via 🐍 v3.10.0 took 7s ❯ /usr/local/microsoft/powershell/7-preview/pwsh test_3.ps1 ok description -- ----------- False file or fileId is required ~ via  v16.15.0 via 🐍 v3.10.0...

В event приходит fileId, который нужно передать в функцию get_file_info - тогда вернётся прямая ссылка на скачивание файла.

> Если для пользователя библиотеки сделать вот такой интерфейс > > > > ``` python > > from icq import InlineKeyboardMarkup, InlineKeyboardButton > > markup = InlineKeyboardMarkup() > > makup.add(InlineKeyboardButton('text',...

https://github.com/trallnag/prometheus-fastapi-instrumentator/blob/b645ccb618ce9cbe8fd935868f359ebbc12ea217/src/prometheus_fastapi_instrumentator/middleware.py#L85

Following code will resolve your issue ```python from prometheus_fastapi_instrumentator import metrics def my_custom_http_instrumentation(cfg) -> Callable[[Info], None]: cntr = Counter( "my_http_reqs_total", "Number of request accepted.", [ "tenant", "tenant_version", "method", "handler", "api_user",...

In my case default value is superfluous. Target is to replace it with human-readable value, like it's working for allure-pytest. Option or default behavior - it does not matter, the...

We separated autotests to several projects in Allure TestOps by platform and are trying to use fields in all projects, guided by common rules for all projects. So using different...