BeRk CaN

Results 7 comments of BeRk CaN

As far as I could think, Events should have flag to check if they are correctly projected to readside, and that flag is updated whenever that event correctly projected to...

This issue seems relatively old but I could reproduce error, `akka.actor.OneForOneStrategy [sourceThread=device-shadow-svc-akka.actor.default-dispatcher-18, akkaTimestamp=08:46:31.463UTC, akkaSource=akka://device-shadow-svc/user/cassandraOffsetStorePrepare-singleton/singleton/cassandraOffsetStorePrepare, sourceActorSystem=device-shadow-svc] - Ask timed out on [Actor[akka://device-shadow-svc/user/cassandraOffsetStorePrepare-singleton/singleton/cassandraOffsetStorePrepare#-1385226940]] after [20000 ms]. Sender[Actor[akka://device-shadow-svc/user/cassandraOffsetStorePrepare-singleton/singleton/cassandraOffsetStorePrepare#-1385226940]] sent message of type "com.lightbend.lagom.internal.persistence.cluster.ClusterStartupTaskActor$Execute$"....

> release { > minifyEnabled false > signingConfig signingConfigs.release > useProguard false > proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' > } what are those eg: keystoreProperties['keyAlias'] should I put a file named keyAlias...

> Also experience this. Got around it for the time being by creating a wrapper component `` that wraps `NumericFormat` which passes the prop `value={value ?? ""}` to `NumericFormat` Can...

> @berk-can they most likely mean something like this: > > ```tsx > export const NumberFormatWrapper: React.FC = (props) => > {...props} > value={props.value ?? ""} />; > ``` >...

> @berk-can please show your code sure here it is ``` interface CustomProps { onChange: (event: { target: { name: string; value: string } }) => void; name: string; }...

I also wonder what permissions and owner of hook scripts should be