Stephen Reay

Results 32 comments of Stephen Reay

@romankulikov thank you for the quick response. Can you give any ETA for when a fixed version will be available?

I'm able to run the v13 drivers for myself, that's fine, but I also publish some Vagrant base boxes. I'd rather not do a release and then realise a day...

@romankulikov I keep being asked by the Parallels support team to submit technical reports about the underlying issue (which you said was known, and a fix is waiting to be...

An alternative I've discovered (since even the UA change stopped working for me today) - load the YT video in an iframe ( I just used a simple html file...

I did some digging before filing the issue, it's quite bizarre _to me_ (but CSS isn't really my regular gig). The shadow DOM for browser-defined parts of the element don't...

Updated demo on codepen (previous one has a broken CSS link) https://codepen.io/stephenreay/pen/ExbWoRz

Doing some digging, the trigger for this is the `display: block` rule on the input element. I've filed a webkit bug about this: https://bugs.webkit.org/show_bug.cgi?id=236352

Any update on getting this implemented @allinurl ?

Ok having done more testing, and looking again at the config parser with fresh eyes, I see in https://github.com/LINBIT/csync2/blob/master/cfgfile_parser.y#L290, and my understanding would be that "->next" is set to the...

Huh.. I forgot to take into account when csync2 queries the values back out of the sync database, which introduces *two* surprising affects: Because it does an `ORDER BY command,...