Aaron Craelius

Results 315 comments of Aaron Craelius

Yeah so, in order to bind a ref it has to be a direct child of an element. `(str (vals @rc-mouse-pos))` for example just deref's rc-mouse-pos once and statically inserts...

Hey there, so that gist looks a little dated so I'm not sure I would go off of that. The Cursor `updateCursor` method is what you can use to notify...

Interesting discussion. @alexandergunnarson modern apps can use WebSockets for transport (see sente). For committing stuff to Datomic you'll alway have to go through your peer to the transactor anyway -...

My preference would be to just add the `google.golang.org/protobuf` `Coin` functionality into `core` when we are ready to do that. I see the need for some coin methods for `SIGN_MODE_TEXTUAL`,...

Anyone able to review this?

Addressed all review comments. Okay to merge this?

What to do about these gosec warnings? I fail to see how any of them are serious issues

@tac0turtle I think I actually need your ACK here for some reason: ![image](https://user-images.githubusercontent.com/48918/195707603-ffc55677-5f6f-4c46-9b2b-ad567bf3e680.png)

> seems tests in the cli/v2 are failing It was a glitch. So strange

My opinion is that developers shouldn't be implementing proto message String methods by hand. The official proto compiler does it automatically. It's only because of some gogo options this is...