freiit

Results 20 comments of freiit

Do I oversee something here? The normal JS behavior: If you "catch" an exception, it is resolved and normal execution goes on. Just add another "throw e" in your "catch"...

Hi, Workaround would be: yield Array.from(map.values()) \C > Am 05.10.2016 um 02:33 schrieb Siyang Bi [email protected]: > > Hi > I got this error, when yield a Map object, >...

Can't you just easily wrap that in an extra function? let withResult = promise => new Promise(res => promise.then(result => res({ result }), err => res({ err })) So if...

This here works for me as a workaround - it pollutes the global file system. $$.async(); require('child_process').exec('npm install node-fetch', (f, o, e) => $$.done({ f, o, e }))

Its of course a really annoying issue and docker should take care of it. (@Docker: do you read that?) Maybe you can workaround by building an intermediate docker image (nobody...

I see this # docker logs superdesk_client_1 /usr/sbin/nginx 2021/09/07 12:39:43 [emerg] 1#1: host not found in upstream "superdesk-server:5000" in /etc/nginx/sites-enabled/superdesk.conf:2 nginx: [emerg] host not found in upstream "superdesk-server:5000" in /etc/nginx/sites-enabled/superdesk.conf:2

Unfortunately not. The GitHub account does not have precompiled packages and on docker hub I found only 4 year old packages...

Ok, I tried again. * when I download the two newest images and remove the `docker-compose.overwrite.yml`, * replace `server` with `superdesk-server` in the `docker-compose.yml` and call `docker-compose up -d`, *...

Can you replace your `typeof ipsToAllow !== "string"` with something like this `ipsToAllow?.split(',').every(ip => net.isIP(ip))`?

12855be1-b017-43a0-8ff8-5a75266114ed