Ladislas de Toldi

Results 99 comments of Ladislas de Toldi

Would love that as well! @redredlobster do you need any help?

> then fastlane can't easily access that number and increment it You can have fastlane pull the current build number on the AppStoreConnect and increment this one. That's what we...

brew removed the ability to use options for brew/core. if you need the options, you need to find or create a tap that does that for you.

here: https://github.com/avrdudes/avr-libc

Asking myself the same questions. It's not clear to me how to best integrate sml inside and embedded project more complex than just a button and a led.

> Avoid (or ban altogether) internal events. I solve this by creating interfaces and injecting them dependencies. Act on external events. Thanks @tralamazza! Do you have, by any chance, a...

Thank you @tralamazza, I've finally had time to study your code and it helped a lot!

> Synchronous APIs are more problematic. @tralamazza why is that?

I'm facing the same issue. Have you found any solution?

Alright, I fixed it using the following: ```shell # Leka - iOS Monorepo # Copyright 2023 APF Frdance handicap # SPDX-License-Identifier: Apache-2.0 if test -d "/opt/homebrew/bin"; then PATH="/opt/homebrew/bin:${PATH}" elif test...