Results 14 comments of Michiel

Simple Calendar Pro from the Play Store. I debugged it using the FDroid debug build target.

The linked Flink issue is marked as Resolved in Flink 1.7.0

Just to confirm, is it the audio that's broken (rather than, say, the extra Ethernet adapter on the DAC board)? And does yours work with one of ayufan's Linux builds?...

I think the simplest option (which doesn't _quite_ do what you want) is to expand the guestfish script `create.gfs` and copy the packages into a well-known location. If you build...

I think it's related to these: * https://github.com/adonno/tagreader/pull/156 * and maybe https://github.com/adonno/tagreader/pull/162/files which introduces https://github.com/adonno/tagreader/blob/master/blueprints/PlayMusicTag.yaml My best guess is that you can import and setup the Blueprint in Home Assistant,...

This seems to work for me, and `pip` does not seem to complain about any specific version incompatibilities. ``` $ python3 -m venv dmr $ source dmr/bin/activate pip install dm_robotics-transformations...

Please could you provide a minimal repro and any error messages you get while running it?

I think this is the code that calculates the allowable costs printout: https://github.com/KapJI/capital-gains-calculator/blob/main/cgt_calc/main.py#L729-L731

According to https://github.com/KapJI/capital-gains-calculator/pull/277, which introduced `--schwab_equity_award_json`, the different account types have different data formats. Now you can these days export `.csv` files out of equity awards as well (in addition...

Firstly, thank you for the repro. Sadly it's not fixed. But I know what the issue is. This calls to `glfwGetWindowPos` here: https://github.com/google-deepmind/mujoco/blob/8acd83f3173df98da3379f2aa96f8d76b85c3741/simulate/glfw_adapter.cc#L67-L69 (and here: https://github.com/google-deepmind/mujoco/blob/8acd83f3173df98da3379f2aa96f8d76b85c3741/simulate/glfw_adapter.cc#L185-L196) presumably ends up calling...