clint21.eth ⚡️

Results 54 comments of clint21.eth ⚡️

Also maybe think about the futur `/api` folder if it will exists :D

Good question and I agree with you @oelbaga, personnaly I use it for check if the authentication token is present, otherwise redirect people, currently at this stage, I commented it,...

Yes the problem still exists: ```html ``` It looks like this: To fix it I did this below, but I would prefer don't have this to do: ```scss html {...

> Same here, just not having a control over Dialog's addition of `overflow: hidden`. This is what is the culprit. > > Suggesting to solve this and related issues by...

Okey thank you for your complete review, yes it seem like exodus give not so accurate informations and derivation path looks totally weird.

**Update** I successfully imported the private key on trustwallet

Hey @murlokito I get update from exodus: ``` To answer your question Clint, (in case you hadn't already figured this out on your own) Exodus uses the m/44'/501'/0' derivation path...

Apparently `npm -g install geckodriver` works fine, but `homebrew` would be better IMO

> Shouldn't be too hard to do. We would have to use dashmap instead of chashmap and maybe put an RwLock around it to make sure that it doesn't change...

Happy new year! 🍾 Something like this is a possiblity, but it's also possible with an http header like `X-Expiration`. ``` curl -X PATCH -d 'ttl=3600' https://localhost:7021/api/kv/hello_world/ ``` I also...