Eric Winer

Results 20 comments of Eric Winer

Are we handling a `null` return value from that function? [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CredentialsContainer/create#return_value) says it's allowed to return `null`, "if a single credential cannot be successfully created".

As a first cut, I think this just needs an error prompt, similar to the one you get when 1password isn't installed & you cancel out the native passkey setup...

> I reproduced the steps using [webauthn.io](https://webauthn.io/), and they have a clean implementation that opens the native passkey prompt if the user clicks the✖️ on 1Password Really? I got this...

OK, we figured it out. @nall-near doesn't hit this weird UX because he has the beta of the next release of 1Password. From the 1Password 2.16.1 release notes: > If...

My understanding is that LangServe and LangChain are open-source, while LangGraph Server is a commercial product with closed-source dependencies and limitations on free usage (according to the [deployment options page](https://github.com/langchain-ai/langgraph/blob/main/docs/docs/concepts/deployment_options.md))....

I think we should make the global contract semantics as similar as possible to existing contracts. For instance, AFAIK this proposal would be the first place we have a concept...

> I'm trying to understand the motivation. Is it this one: > > Using global contracts deployed by third parties is unsafe because they can upgrade them at any time....

Some scattered thoughts: 1. There's a few existing standards for "chain IDs" that could serve us well to adopt: 1. [SLIP-44](https://github.com/satoshilabs/slips/blob/master/slip-0044.md) from the creators of the Trezor hardware wallet. Probably...

EIP-3770 only covers EVM chains, though. For other chains... make our own? Or use CAIP-2 (https://chainagnostic.org/CAIPs/caip-2 / https://docs.reown.com/cloud/chains/chain-list, sourced from https://explorer-api.walletconnect.com/v3/chains?projectId=8e998cd112127e42dce5e2bf74122539)? After looking through WalletConnect's actively maintained CAIP-2 chain directory,...

> Hello, Is there a topic open on a forum? > > Because I don't understand why to not use BIP32 standards for ethereum and avalanche. And not sure if...