Arvindh Manian

Results 6 comments of Arvindh Manian

Yes, I believe this to be intended behavior. This can be avoided by escaping the underscores with backslashes. E.g., you would change the markdown to this `Start with [ble\_simple\_peripheral.py](https://github.com/micropython/micropython/blob/master/examples/bluetooth/ble_simple_peripheral.py)`

Same error on Mac OS 15.6.1

Example debug output 2024-12-24 01:22:38,708 | Config file location: /Users/arvindh/cs/projects/kp-restructure/lmsys/samconfig.toml 2024-12-24 01:22:38,709 | Loading configuration values from [default.['build'].parameters] (env.command_name.section) in config file at '/Users/arvindh/cs/projects/kp-restructure/lmsys/samconfig.toml'... 2024-12-24 01:22:38,710 | Configuration values successfully...

Worth noting that this does not address one of the root causes (a lack of handling for shared labels). Perhaps a call to `/labels/shared` and including that in the Store...

Hey @kenliu, following up on this. I'm happy to change the approach if you'd prefer! Other options include 1. Ignoring labels that aren't in the store 2. Changing the sync...