Evgeny Anisiforov

Results 13 comments of Evgeny Anisiforov

On my cluster running on AKS I had to login to traefik pod and delete the acme.json (and restart the pod) to make it work.

Hi, for me it also doesnt work. I tried to get it to run, but not able to connect: Validation is enabled; SSL transport factory requires a valid certfile to...

I was going to suggest this! Did you have any progress with that?

The current version of mermaid used in this repo is 8.0: https://github.com/mermaidjs/mermaid.cli/blob/master/package.json So I assume, that pie chart is simply not yet in v8.0 Also I see that the last...

Just additional info to support search engine index: when trying to run this image as part of docker-compose project on arm64 machine, I'm getting this error: ``` no matching manifest...

I suggest you accept the pull request and do the changes you like.

I was going to ask the same question! My application also need this functionality to have the full view of connection information. Both TLS version and used cipher would be...

The same for me. Also I can not switch to Airplay via cli: ``` SwitchAudioSource -s AirPlay ``` it fails

getFrom() would return the number of the first item on the current page (starting from 0). getTo() would return the number of the last item on the current page.

sorry for the late reply. Items = Records on the page I will show a basic implementation idea in php: ``` public function getFrom() { $currentPage = (int) $this->_variables['current']; return...