Fabian Iwand

Results 288 comments of Fabian Iwand

Another alternative is to request access in a top-level window. See the example here: https://observablehq.com/@mootari/powerful-features#serial

For reference, here is the permission: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy/serial

Related: - [Recovering from promise rejection](https://talk.observablehq.com/t/recovering-from-promise-rejection/2339) - https://observablehq.com/@mootari/of-promises-and-heartbreaks - https://github.com/observablehq/stdlib/issues/44

Try pinning [nwsapi](https://github.com/dperini/nwsapi) to 2.2.9 via `overrides` (npm) or `resolutions` (yarn). Here's a package.json with a simple repro: ```json { "name": "nwsapi-regression", "version": "0", "scripts": { "test": "node -p -e...

Related: https://github.com/observablehq/feedback/issues/84

@lionel-rowe Do you see the same override and behavior in the CodeMirror demo editor on https://codemirror.net/ ?

Workaround: Opening the previous page in a new tab (e.g. by cmd+clicking the back button) will prevent the route change.

See also https://github.com/observablehq/feedback/issues/398

According to the [enum inline docs](https://github.com/apache/arrow/blob/f4446c0f99b427a513f4a18d8ca3874fd5c56cee/js/src/enum.ts#L158-L176) any type values outside 0-17 are only used within TypeScript. Am I reading that correctly to mean that the current behavior in Arrow works...

Hi, is there anything I can do to help?