sooslaca

Results 25 comments of sooslaca

hey, I'm not a MAC guru either, but here is the proof from Terminal app: WITH ICON: ``` MACMACHINE:~ user$ osascript -e 'tell app "System Events" to display dialog "A...

Also works in terminal if I leave out 'tell app "System Events" ``` MACMACHINE:~ user$ osascript -e 'display dialog "A stop dialog with only one button." buttons "OK" default button...

thanks zandbelt, I thought of something like create a non protected "OP chooser" location and then redirect back to protected page and rewrite your example like if user choose op1:...

thanks, will give it a try. close this report if you think so or leave for future as enhancement.

hi @baztian , best is to check @zandbelt 's writeup here about the feature. https://github.com/zmartzone/mod_auth_openidc/wiki/Multiple-Providers I wasn't able to do this under nginx, apache works good enough for me. Maybe...

+1 I would like to see this possible too

Hi @JaylinYu , that's interesting I use the default one(s) from the repo: root@mqtt-test:~# cat /docker/nanomq/etc/nanomq.conf ``` ## NanoMQ Configuration 0.10.5 ## MQTT Broker Config Params ## url ## Connect...

In fact you can define anything and it is crashing ``` root@mqtt-test:~# docker run --rm -it --name nanomq --entrypoint /bin/sh emqx/nanomq:0.10.8-alpine /usr/local/nanomq # ./nanomq start --auth /etc/passwd Segmentation fault (core...

tested on another box, fresh ``` root@router:~# docker run --rm -it --name nanomq --entrypoint /bin/sh emqx/nanomq:0.10.8-alpine Unable to find image 'emqx/nanomq:0.10.8-alpine' locally 0.10.8-alpine: Pulling from emqx/nanomq 79e9f2f55bf5: Pull complete 81d8f69890e9:...

And also found it does WORK with non alpine image ``` root@router:~# docker run --rm -it --name nanomq --entrypoint /bin/sh emqx/nanomq:0.10.8-slim Unable to find image 'emqx/nanomq:0.10.8-slim' locally 0.10.8-slim: Pulling from...