Hank Stoever

Results 150 comments of Hank Stoever

> just to clarify, regardless of if an account has a username, the associated address is what is always authenticating. 👍🏼 I think the main issue is that `@stacks/auth` will...

I understand that un-vendoring would be a pain, but what about upgrading the base version of `Deno`? For example, I'd like to write [BDD-style tests](https://deno.land/manual/testing/behavior_driven_development#behavior-driven-development), but the version of Deno...

Two well-trodden paths here in the web3 world: - Injecting a global variable via an in-app web browser. This is how the new Web Wallet works. It injects a variable...

It will require some work - not impossible, but not easy. Although, I'm **very strongly** inclined to suggest we do this as a migration tool, **not** during onboarding. That gives...

Hi all, I've added 2 tasks to add to this PR: - Validate that gaiaURL is present if username is present. Suggestion from @friedger - Include validateUsername on all models,...

One issue that @leopradel brought up was that this doesn't work well for brand-new Blockstack users. If they just registered a name, and it hasn't propagated yet, then how can...

I have a different thought about this. I'd like to add a ["Deploy to Heroku"](https://devcenter.heroku.com/articles/heroku-button) button that we can just include in our README. It will give you a free...

I think this issue is caused from here: https://github.com/blockstack/radiks/blob/master/src/api.ts#L31 The client formats your JSON query, but is turning those HTTP params into a "hash" - at least as to what...

This is a really exciting proposal! I am a huge fan of the "registry" idea. This would utilize one of the things that makes Stacks so unique - human-readable contract...

Thanks, Friedger! I like that the benefit of this is pretty high, given not too much complexity. One thing I'll add is that we definitely need tests before merging this...