Franz Skale

Results 11 comments of Franz Skale

Your patch will prevent the stream->on_close event to be handled properly ! (IMHO) Also, you example server code it's missing both, the tls_cert and the tls_key option ! (IMHO)

I missed the API doc referencing the builtin cert. My fault ;-) Sörry. But, to be clear, the code emits "close", so you can deal with it in the server...

I tried IOS and android. Neither works. So the mobile integration only works for the login. I think it's the double click which causes the problem. On mobile devices double...

Hi all, because my daughter bugged me for a day, i had time to debug and found the problem. The updateorigin.sh always downloads the latest version and some time in...

> @fskale nice answer, wouldn't it be easier to just do this: `unzip -o OriginUpdate_10_5_41_27263.zip -d ../`. Then it also would be unimportant which bit version you have. No, because...

> Yeah man, I just meant to replace this one line. With this line: `unzip -o OriginUpdate_10_5_41_27263.zip -d $WINEPREFIX/Program\ Files\ \(x86\)/Origin/`. Nothing against your great tut. Just this one line....

> If that's the case, the only cause I can think of is that EA accidentally pushed an update then removed it from their servers. > […](#) > On Wed,...

Hi, because i needed a hotfix, i changed the source, so that inet6 auto is possible. Also i wanted to have my source|source-directory directive not to be deleted until there's...

I think there are enough use cases, which require ipv6 addresses. I'm working on such and the lack of ipv6 support in kubernetes, flannel forces me to use a single...

You should really should study the cookbook: [https://docs.mojolicious.org/Mojolicious/Guides/Cookbook](url) and the browse to "[Basic authentication]" ;-) Create e new Mojo::URL Object and provide your authentication data there: (use the env var...