Gunar
Gunar
Would this do it? ```js if (error) { startPolling(INTERVAL); return (Error); } ``` **Edit: It does not work.**
Thanks for following up! The only error I'm getting is this unrelated error multiple times: ``` 2017-03-15 11:19:00 W: awesome: xerror:989: X error: request=GrabKey (major 33, minor 0), error=BadAccess (10)...
- [x] Confirmed it the bug does not happen when I have a single screen configured. - [x] Confirmed problem happens with clients that existed before restarting awesomeWM, but also...
Sorry for the delay. I waited for my distro (Manjaro) to update awesome (lazy, I know) The unintended behavior persists on ``` awesome v4.1 (Technologic) • Compiled against Lua 5.3.4...
https://github.com/ImranR98/Obtainium is pretty good for this use case
@gjrtimmer I've been having some success with this: ``` test: bash -c "exec 5/dev/tcp/dps.docker/53" ``` @mageddo is there any other way you might recommend doing a healthcheck?
Related issue in Google Code: [API to deploy google apps script as WebApp](https://code.google.com/p/google-apps-script-issues/issues/detail?id=6149). But no answer from Google yet.
@lricoy yes, we are all very much interested still!
Good catch!
As far as I know, it is possible yes! PRs are welcome :-) It would seem that [medium-parser accepts images already](https://github.com/gunar/medium-parser/blob/master/src/tests/index.js#L69-L72) so I guess we need to solve it at...