Corey
Corey
@shinebayar-g You can use the following commands: `nohup /path/to/mirror/mirror server --enable-log-file > /dev/null 2>&1 &` `nohup /path/to/mirror/mirror client --enable-log-file -h servergoeshere.com -l /testsync/ -r /testsync/ > /dev/null 2>&1 &`
Tried using the wrapper idea but the same thing happens. I think all that's needed here is to detect if a rotate happens, and then translate the coordinates to draw...
For anybody else coming here, it looks like using `require()` in any `html-webpack-plugin` plugins broke in `v4`. There is an alternative coding pattern to replace `html-webpack-partials-plugin` suggested in this comment:...
Any updates on this?
> hi there > > yes they have changed the zoneinfo item > > if you edit windows_tz.py and change the `iana_tz.zone` to `iana_tz.key` it works. there are 2 places...
In my case, I needed to add a label to the Namespace which was created outside of Argo CD. ```YAML apiVersion: v1 kind: Namespace metadata: labels: argocd.argoproj.io/managed-by: argocd kubernetes.io/metadata.name: my-namespace...
Wouldn't these fail the [time drift verification](https://github.com/PaddleHQ/paddle-php-sdk/blob/10bdc72eb0dce9d4a0517d52b91ec218cf5f93b0/src/Notifications/Verifier.php#L25), because the timestamps are hardcoded in the past?
> You can safely ignore this error, it's just a result of the audience check loop and is expected to fail: > > > error for aud "argo-cd-cli": oidc: expected...
> @Invincibear the spurious warning is [fixed](https://github.com/argoproj/argo-cd/pull/17876) in recent versions. Glad to hear, thanks. I realize now that OLM-deployed Argo CD isn't using the newest version. I'll have to investigate...
For anybody else who comes here from a Google search, I was able to achieve this in the monthly view with the following code using FullCalendar v4.0. https://fullcalendar.io/docs/dayRender ``` dayRender:...