Robert Knight
Robert Knight
I expect you can use the Boost TR1 lib (http://www.boost.org/doc/libs/1_54_0/doc/html/boost_tr1.html) in that case and just add a few extra #ifdefs in FunctionUtils.h to include the boost TR1 headers.
Hello, The change looks fine but can you add a test to check for the issue you fixed? There is one Qt 5 test that is failing but it looks...
It doesn't look like it is - the Web Sockets endpoint specifically refers to 1Password v4.
@typerlc The Agile Keychain format which is what 1Password uses when syncing with Dropbox and which was the main storage format prior to 1Password v4 uses: ``` 'Salted__' ``` For...
As a developer of a web application that is often used inside an iframe, the behavior in Safari and Firefox where clipboard writes require a user gesture, but do not...
> Note that [a recent change](https://groups.google.com/a/chromium.org/g/blink-dev/c/ogthZ-gQwFE/m/SME4uq6KBgAJ?utm_medium=email&utm_source=footer) was made in Chromium to allow web authors to access clipboard within the copy/paste event handler, so that might work for your use case...
> What types does your app attempt to write? Perhaps there is an argument to extend the plain text behavior to all built-in types. Plain text and HTML. Extending the...
Printing in browsers often skips various "background graphics", which can include the highlights that Hypothesis draws. If your browser has an option to enable printing of background graphics, this may...
It looks like we might be able to address non-printing of highlights with [`print-color-adjust: exact`](https://developer.mozilla.org/en-US/docs/Web/CSS/print-color-adjust#browser_compatibility) in modern browsers. This in theory should enable printing of highlights without turning on printing...
This is not so much a bug is a known and long-standing limitation of the PDF anchoring in the Hypothesis client - annotations that span multiple pages are not supported.