Radek Lát

Results 11 issues of Radek Lát

+ Add class `DeprecatedVariable` * Abstract warning check into `_get_warning_class()` * Abstract warning raising into `_warn_user()` * Abstract docstring wrapping into `_wrap_doctring()` + Implement tests for `DeprecatedVariable` * Update README...

Hi. I just hit and interesting use case that I was not able to solve with this library. There is a module level variable and it's name has changed. Since...

enhancement

In create habitica endpoints, HTTP status code is 201, not 200. In these cases, data is not returned back from the library. Discovered and fix tested on https://habitica.com/apidoc/#api-Task-ScoreTask

```python from funcy import get_in get_in({}, "key") # example 1 get_in([], "key") # example 2 ``` In the code sample above, example 1 returns the default value because the path...

looking for more interest

## Description Fix outdated link to buffer article in the README.rst file. ## Motivation and Context The current link is broken and no longer works. ## Have you tested this?...

Disabling this platform build due to a bug https://github.com/rust-lang/cargo/issues/8719 which make build for this platform randomly fail even with suggested workarounds. Last docker image supporting ARMv7 is [2.1.3](https://hub.docker.com/layers/radeklat/todoist-habitica-sync/2.1.3/images/sha256-b8c9aec6e22f6eab94b07526937d78c58c2c338f5bedfa17ee8f37ff03693c49?context=repo)

bug

### Describe the bug I am trying to configure `prometheus` 2.45.3 to scrape metrics made available from `watchtower` from the `/v1/metrics` endpoint. I ran into a dead end when `prometheus`...

Type: Bug
Priority: Medium
Status: Available

At the moment, cp8 generates branches prefixed with authors initials. This is problematic, because collisions with someone else in the same repository are likely. On a related note, why is...

Hello @wywywywy :wave: I tried to use the the tesla-prometheus-exporter docker image, but sadly it fail on startup with the following error: ``` { 2024-03-01T15:40:07.478966066Z _: [], 2024-03-01T15:40:07.478970493Z token: '',...

After migration to pytest, I am frequently missing feature with regard to test parametrization that I used in the `parameterized` library: Ability to generate test ID based on the entire...

type: proposal
topic: parametrize