Jordan

Results 205 comments of Jordan

I have the same question. I want to try things like - make it answer more succinctly with fewer filler words - skip suggesting more simplistic answers unless there's a...

This has been _loosely_ implemented: https://github.com/solana-labs/wallet-adapter/pull/673 Phantom (and soon Solflare) support deep linking on iOS, to jump into the in-wallet dapp browser.

The getting started button was removed in https://github.com/solana-labs/wallet-adapter/pull/680, and any "default" wallets were removed previously. Now the order is strictly consistent between the UI packages.

+1 I have an application where I need to start a second instance before stopping the first, and I ran into this today.

This might be the wrong place to chime in, I'm sorry if so. A potential value I've been thinking about for being able to create and get credentials from a...

Interesting! I saw this @ https://github.com/protocolbuffers/protobuf/blob/78ca77ac8799f67fda7b9a01cc691cd9fe526f25/src/google/protobuf/any.proto#L144-L146 ``` // Note: this functionality is not currently available in the official // protobuf release, and it is not used for type URLs beginning...

Looks like it has at least some support in JS. Refs (primarily for myself) to check out: https://github.com/protobufjs/protobuf.js#using-custom-classes https://github.com/protobufjs/protobuf.js/issues/677 https://github.com/protocolbuffers/protobuf/issues/2612 https://github.com/protobufjs/protobuf.js/issues/1082 protocolbuffers/protobuf-javascript#68 https://github.com/protocolbuffers/protobuf/blob/master/js/binary/proto_test.js#L646-L662

https://github.com/cosmos/amino-js seems to be working decently (based on user reports) for Hub 2 / gaia 1.x. The Go code it contains (for compiling with gopherJS) was manually stripped from the...

At [Stylisted](https://stylisted.com), Objection powers our entire API. - The way `QueryBuilder` is [exposed for subclassing](http://vincit.github.io/objection.js/#custom-query-builder) by models (or using HOCs) makes for many reusable patterns between models while allowing for...