Jordan

Results 205 comments of Jordan

FWIW, here's a configuration for Mocha, TypeScript, and ESM that finally worked for me: https://gist.github.com/jordansexton/2a0c3c360aa700cc9528e89620e82c3d `"node-option": ["experimental-specifier-resolution=node", "loader=ts-node/esm"]` was the clincher.

> Finally, it does seem to require a hardware authenticator connected somehow... testing the demo on Firefox gives me: > > "webauthn.io wants to register an account with one of...

The relevant PR in `@solana/buffer-layout` has been merged and the package released. No rush from my end, just letting you know!

https://github.com/solana-labs/solana-program-library/pull/2634 has been merged. Thank you for your patience! Which NPM packages are you blocked on here?

Access over HTTPS is [required for WebUSB](https://web.dev/usb/#https-only) support (e.g. https://github.com/solana-labs/oyster-lending/pull/56)

Promixate cause is probably HTTP access of this link: https://github.com/solana-labs/oyster-lending/blob/6ce7798fa75bd4cb89219d45e3e49716d20ae2be/src/contexts/connection.tsx#L30 However, the HTTPS version of this link doesn't resolve.

This might be related to @ruqqq's fix here: https://github.com/ruqqq/react-native-webview-crosswalk/commit/71fb00efb50dc10de440941c03e1949e2165bb1e Can anyone confirm?

Looking into this further.

Thanks for the report. What version of RN are you on?

I see https://github.com/facebook/react-native/blob/master/ReactAndroid/src/main/java/com/facebook/react/views/webview/events/TopMessageEvent.java exists on master. It's my belief that 0.5.0 [should work with RN >= 0.32](https://github.com/jordansexton/react-native-webview-crosswalk/blob/6a7df2234a839590c5b719eda3efe63127a8736b/package.json#L42) but I don't know for sure.