kpochwala

Results 9 comments of kpochwala

@Toxantron have you considered adding Asana support? I'm using it at work as our main planner, and having scrumonline plugged into it would be great!

Any news or hints what should be changed to make it work? I'd really love to use language server with bitbake.

@EugenWiens no worries. It would be nice however if You could tell us up to which (or which one for sure) version of bitbake was the plugin working with -...

I've managed to run it on PlatformIO and ESP32-S3: https://github.com/michaelbecker/freertos-addons/pull/52

You can run hadolint following way: ``` hadolint --config hadolint-config.yml images/*.Dockerfile ``` Note asterisk - it will run on all Dockerfiles in images directory and combine output to single json,...

Pong :) if more work needed, i'm up to it.

Well, it seems that another manufacturer is using this chip, so I'll a comment here if anybody stumbles upon the same problem: it is BLUE-BEAN-DVK, from 8devices. It uses QCA9377....

I'll post console output: ``` Traceback (most recent call last): File "/home/kpo/Downloads/blender-3.3.0-alpha+master.09a74ff8b6e8-linux.x86_64-release/3.3/scripts/startup/bl_ui/space_userpref.py", line 2036, in draw draw(context) File "/home/kpo/.config/blender/3.3/scripts/addons/import-G-code-master/preferences.py", line 9, in draw from .utils_pip import Pip File "/home/kpo/.config/blender/3.3/scripts/addons/import-G-code-master/utils_pip.py", line...

I can confirm that the problem exists in ESP32-S3, and fixing `DEFAULT_TIMER_WIDTH` and `DEFAULT_TIMER_WIDTH_TICKS` to ``` #define DEFAULT_TIMER_WIDTH 10 #define DEFAULT_TIMER_WIDTH_TICKS 1024 ``` solves the issue.