Robert Knight

Results 728 comments of Robert Knight

See also https://github.com/hypothesis/client/issues/531.

> Given that web annotation and the mechanisms to make it work on the DOM are a larger class of problem I'm curious if there are elegant ways of addressing...

We have some code in https://github.com/hypothesis/client/blob/631372eefbda552476ebb438205231e1f25ad97e/src/sidebar/util/unicode.ts#L27 that shows how to do Unicode-aware truncation of strings.

The error is occurring when `make` tries to run `touch node_modules/.uptodate`. This command is not actually that important, but it would require some Unix-like `touch` command to be installed on...

For NVDA using the A / H shortcuts to create an annotation or highlight does require using one of NVDA's methods to pass keys through to the screen reader: -...

I was able to reproduce this in an EPUB book with Hypothesis v1.1144.0 in Chrome 109. After dragging the sidebar toggle handle, the `div.sidebar-container` element has a `pointer-events: none` inline...

From modifying the code in `node_modules/enzyme-adapter-preact-pure/build-cjs/src/preact10-rst.js` to log the value of `node` just before it throws an error, I see this: ``` VNode { '$$typeof': Symbol(react.element), type: [Function: Ref], key:...

> Any other idea what to try? Can you find out how to look at the bundled code that Vitest actually runs, after it has processed JSX etc. That should...

I am not able to reproduce in a vanilla installation of Microsoft Edge v123.0.2420.65. Can you confirm exactly which version of Edge you have installed and what platform (eg. Windows...