Serge Bishyr
Serge Bishyr
Tried with Pulisic: ``` data
When I'm using the `theme_solarized(light=F)` from the `ggthemes` package, the plot's background color becomes dark. And with the patchwork, I have the white borders between them. Is it possible to...
I want to use `annotation_custom` to add the logo to the plot. However, when I'm using it together with the `ggbackground`, the background image seems to cover the logos: ```...
Execute the following command: ``` k get crd [maps.hazelcast.com](http://maps.hazelcast.com/) -o yaml | grep "cacheLocalEntries" -A 4 ``` **Result:** ``` "nearCache": { "description": "InMemoryFormat specifies near cache configuration for map", "type":...
Execute command: ``` k get crd maps.hazelcast.com -o yaml | grep "MaxSizePolicy" -A 13 ``` **ER**: The correct available values for NearCache maxSizePolicy are: [https://docs.hazelcast.com/hazelcast/latest/performance/near-cache#:~:text=item is evicted.-,max-size-policy%3A Maximum size policy...
Create HZ cluster Apply cronjob CR with the wrong cron time like ``` apiVersion: hazelcast.com/v1alpha1 kind: CronHotBackup metadata: name: cron-hot-backup spec: schedule: "super cron today or tomorrow" suspend: false successfulHotBackupsHistoryLimit:...