Robert Knight
Robert Knight
From an initial experiment, adding true support for boolean tensors adds about 89KB to the CLI, or 22KB after gzip. Some of that could be reclaimed by de-duplicating operator implementations...
> The embedded client on our demo site https://biotome.hypothes.is/ is currently configured to show only a demo open group and demo private group using pre-existing client settings, like so: Note...
> I've noticed on a couple of .pdf documents from Google books that their fingerprints, lack thereof, or some other glitch in creating document equivalency all seem to clash creating...
Can you provide a screenshot of the message, including the full URL. Can you also provide the full URL that you were trying to annotate. This will make it easier...
> I have noticed in the browser console that Cookie h_api_authcookie.v2 is rejected, most probably because SameSite now defaults to Lax instead of None. That cookie is only used when...
This issue was originally filed in https://github.com/hypothesis/pdf.js-hypothes.is/issues. I moved it here because h is the application that sets the cookie.
[Relevant Slack thread](https://hypothes-is.slack.com/archives/C4K6M7P5E/p1742376502384939) which discusses issues around duplicate h user accounts in the LMS context, arising from issues such as teachers impersonating students (using built-in LMS features), and how using...
Some other options: - Modify alert conditions to exclude all errors of type `BadURL` - Modify alert conditions to exclude errors with status 400. This might be a problem as...
https://github.com/robertknight/rten/pull/1025 adds a couple of new APIs to simplify input creation and output extraction.
This came up in the context of the DynamicQuantizeLinear operator, which uses ReduceMin / ReduceMax in its definition. I noticed that there was no explicit handling of the case where...