Pavel Lobodinský

Results 12 issues of Pavel Lobodinský

macOS 12.3 has removed `/usr/bin/python` v2, and now only the `/usr/bin/python3` is available. Due to that change, the workflow fails. ``` Code 127: command not found: python ```

Hello, Trying to deserialize a simple JSON map ```json { "1": { "name": "Pavel", "age": 38 }, "2": { "name": "Jessie", "age": 72 } } ``` without a need to...

#### The problem Looking at the list of archives, there is a timestamp, size, and duration, but no info on deduplicated size. This would be very useful as it tells...

type:enhancement

### Is your feature request related to a problem? We have many long-running integration tests annotated with custom `@IntegrationSpec`, that are not to be run as part of the standard...

new feature

### Introduction When fine-tuning programs and running them via `pybricksdev`, I often run the program several times per minute. However, what happens to me frequently is that 1. the Hub...

Issue Type: Bug 1. Start VSCode 2. Click and hold Cmd+Tab 3. The VSCode icon can be seen twice Extension version: 3.0.60 VS Code version: Code 1.63.2 (899d46d82c4c95423fb7e10e68eba52050e30ba3, 2021-12-15T09:37:28.172Z) OS...

When running ``` kines walk stream-name 000000000001 -t '10m' ``` I got the following error: ``` Creating shard iterator with arguments = {'StreamName': 'stream-name', 'ShardId': 'shardId-000000000001', 'ShardIteratorType': 'AT_TIMESTAMP', 'Timestamp': datetime.datetime(2021,...

I have a workflow defined that allows running on `push` action and allows `manual` execution too. When run on `push`, everything works fine. When run manually (i.e. on `workflow_dispatch`), no...

# The background In our application, we have a versioned Flyway migration script that creates a user in all our environments using ```sql CREATE USER a_new_user PASSWORD 'a_new_password' ``` When...

type: enhancement

**Describe the bug** The following speaker functions do not work on Mindstorms Inventor: 1. `play_file` 2. `say` 3. `set_speech_options` 4. `set_volume` Once called, an error is thrown: ``` AttributeError: 'Speaker'...

documentation
enhancement
topic: sound
software: pybricks-micropython