Fionnán

Results 11 comments of Fionnán

Hi, no I haven't. I think it's some sort of issue with the LDF accessing Windows files from the container but even calling with verbose it doesn't give me any...

Is there any way that I can add in extra logging so I can timestamp between ``` 10:24:33.58: Scanning dependencies... 10:25:51.10: Dependency Graph ```

Ok, I tried with that and I still don't get any more logging inbetween: ``` 2022-04-04T10:37:25.2087082+02:00: Found 104 compatible libraries 2022-04-04T10:37:25.2097729+02:00: Scanning dependencies... 2022-04-04T10:38:33.1718258+02:00: Dependency Graph ``` ``` ❯ pio...

I've had a look into it and it could be to do with the way that Platformio is accessing the files when scanning the dependencies since it is accessing files...

Ok, I will try that workaround for now Thanks for the help!

Can you clarify how to bypass the LDF? I have dumped the following: ``` ... '__PIO_LIB_BUILDERS': [ ('C:\\Users\\usr\\firmware-main-app\\lib\\ControllablePowerOutputs\\ControllablePowerOutputBase'), ('C:\\Users\\usr\\firmware-main-app\\lib\\ControllablePowerOutputs\\PowerOutput_24V'), ('C:\\Users\\usr\\firmware-main-app\\lib\\ControllablePowerOutputs\\PowerOutput_5V'), ('C:\\Users\\usr\\firmware-main-app\\.pio\\libdeps\\esp32\\Adafruit ADS1X15'), ('C:\\Users\\usr\\firmware-main-app\\.pio\\libdeps\\esp32\\Adafruit BusIO'), ('C:\\Users\\usr\\firmware-main-app\\.pio\\libdeps\\esp32\\Adafruit MCP4725'), ('C:\\Users\\usr\\firmware-main-app\\.pio\\libdeps\\esp32\\Adafruit MCP4728'), ('C:\\Users\\usr\\firmware-main-app\\.pio\\libdeps\\esp32\\Adafruit NeoPixel'),...

I've made a pull request to fix the issue. It looks like you were right, if you add `store: bool = typer.Option(False, help="Select if fetched games should be stored"),` to...

That error looks like there's more an issue with how the doxygen docs generation is done rather than the change.... Is there an easy fix to this? I can add...

Yet another way that has worked well for me. It uses the `python` and `pythonArgs` values to substitute in `uv run python` instead of the default interpreter so it should...

> > Yet another way that has worked well for me. > > It uses the `python` and `pythonArgs` values to substitute in `uv run python` instead of the default...