Techno Tim
Techno Tim
I am so sorry for the delay. This is base on this TrinityCore hash: https://github.com/TrinityCore/TrinityCore/commit/330e5b0ebcc6753a355afc3824121c5eba1bf5bc as you mentioned. If that does not have the melee fix then mine does not....
Hi. This is based on the commit hash above. If you've found a way to fix it we'd appreciate the pull request.
 oof
You have to reset your cache after making any changes. Stop the bundler and run: `react-native start --reset-cache` Then `react-native run-ios` Not sure how you do the equivalent in `expo`
If you aren't concerned with this warning and just want to ignore it (until it is fixed) just do this. ``` import { YellowBox } from 'react-native' YellowBox.ignoreWarnings([ 'VirtualizedLists should...
I have the same issue on an upgrade ``` kustomization/core.flux-system failed to download artifact from http://source-controller.flux-system.svc.cluster.local./gitrepository/flux-system/flux-system/985578b4b6083839811d59477e92d40d83654db2.tar.gz, status: 404 Not Found revision master/985578b4b6083839811d59477e92d40d83654db2 ```
Here's my output ``` ➜ home-ops git:(master) flux get source git flux-system NAME REVISION SUSPENDED READY MESSAGE flux-system master/0fc8d21 False True stored artifact for revision 'master/0fc8d21831f141228440ab1949edf60ba3120001' ``` ``` ➜ home-ops...
Thank you!
We also experienced this while installing Cruise Control. This caused the pods to restart with the new configuration for metrics and one of the pods went into recovery mode and...
Thanks! Will do this in code so that you don't have to map the volume and it's completely stateless.