Paweł Dymara
Paweł Dymara
I have the same problem my friend
terraform for aws lambda on windows is literally broken for 3 years and nobody cares. I love open source
There is a more serious case troubled by this issue: whenever data on the backend is updated (for e.g. a new record was added from by another user), the same...
I managed to fix this error by hardcoding version for Android Gradle Plugin: ```diff - classpath("com.android.tools.build:gradle") + classpath "com.android.tools.build:gradle:7.4.1" ``` This is based on the huawei documentation: https://developer.huawei.com/consumer/en/doc/HMSCore-Guides/integrate-as-sdk-0000001050435953#section1385415381490
`classpath("com.huawei.agconnect:agcp:1.9.1.301")`, my build sucessfully passes with this, but not everything is working. example: I can't get hms-location location change subscription to work - I think we should wait a few...
Ready to merge
>Don't put your virtualenvs or python installs in a path containing spaces. hahaha silly me, I installed pipx on macos in it's default location, I should have known better to...
I have updated type definitions for color hash 2.0: https://www.npmjs.com/package/@types/color-hash
@filiphr I don't agree with this issue being closed. >It is not easy, because record-style getter is a method with no parameters returning a non void type. How do you...
@JimTeva your MR fixes the issue only for `BallIndicator` component, here is my patch for every indicator type: https://github.com/n4kz/react-native-indicators/issues/43#issuecomment-2514341485