Pedro Paulo Amorim

Results 171 comments of Pedro Paulo Amorim

``` MacBook-Pro:t-pro-ios ppamorim$ latex --version -bash: latex: command not found ``` So `mactex` is installed but I can't use it. I am running this on a M1 machine.

iOS 13 does not support drawing over the status bar anymore.

Still happening on 0.46.1 and 0.47.0_1. The teporary solution is to wrap your code with: ```swift // swiftlint: disable duplicate_enum_cases ... // swiftlint: enable duplicate_enum_cases ```

@drmingdrmer Your demo is nice but very complex to understand. I am trying to implement something too but it's being difficult.

@NateLing @simplyist @halochou @mooreniemi We have a working demo relatively ready, you can have a look here: My demo with some pending improvements https://github.com/ppamorim/openraft/tree/example/example-raft-kv or the current @drmingdrmer implementation that...

@Programmerpk I don't work on the project anymore.