feedanal
feedanal
you can use key-based auth instead: ``` sshfs ubuntu@host:\ -p 22 b: -C -o uid=-1,gid=-1,idmap=user,create_file_umask=111,create_dir_umask=002,IdentityFile='c:/users/odmin/.ssh/id_rsa' ``` Unless you specify `-f` option (= foreground job), no need to keep the terminal...
Slightly counter-intuitive, but in this captcha's case `size` is either `invisible` (invisible captcha) or `null` (= normal captcha), nothing to do with the widget's size. I guess `type` attribute was...
Any progress on this? For people with Omnibus GL installation, Focalboards are pretty useless without integration.
Hello, I'm trying to call `this.$refs.input.checkHtml5Validity()` to validate text input that has an invalid value set programmatically (i.e. w/o user input), but cannot trigger `valid=false` state unless I modify the...
Actually, disregard my message, looks like some quirk of html5 `checkValidity()` fn, as I cannot get false from it even with bare `` tag unless I interact with it. Turns...
@vue/composition-api is not needed for Vue 2.7, but vue-recaptcha still won't run w/o it See https://github.com/vuejs/composition-api
@erankor , would be very nice to have this merged, as we also encounter weird playback issues on Apple devices with 'native' HLS, and their HLS validation tools report lots...
was there any solution for this?
Apologize, needed to re-test -- new Puppeteer works fine on my config, no code changes were necessary after update.
Another potential culprit: https://github.com/PostHog/posthog/commit/a266ffc60e12f77109558c37abb9cb62a41116d2 Currently we deploy `f1d32e6969f531577b32411e985d007f821643f6` (right before https://github.com/PostHog/posthog/commit/a266ffc60e12f77109558c37abb9cb62a41116d2) and it works fine.