Johnny Santos

Results 43 comments of Johnny Santos

@rektdeckard what if you had the icon split in two fonts (eg. address-book-duotone-bg & address-book-duotone-fg)? and then with a special `DuoTone` class it could have both icons stacked on top...

I've created a PoC for this idea. Check it out: https://github.com/johnnyasantoss/flutter_duotone_icon_poc Worked pretty well ![image](https://user-images.githubusercontent.com/14189387/175313844-57192cee-9e1d-434f-9400-2cb4689249e6.png)

I've tested in a container running `node:16-alpine` interactively on a Linux host (5.14) and the bug is reproducible. ``` $ docker run --rm -it node:16-alpine ash # npm create vite@latest...

We fixed the issue using the workaround provided by https://github.com/vitejs/vite/issues/6859#issuecomment-1086895007. Adding `"main"` to our `package.json` fixed the issue. This would still be a bug if adding it shouldn't be necessary....

I think this is a feature to transfer all funds from another private key ("sweeping" it). At least this is how it is on other wallets that I've tested :)

> Though I actually feel that a builder-like widget (Watcher in creator, Consumer in provider/riverpod, BlocBuilder in bloc ) can help people control widget rebuild much better than a context.watch...

> just use the vanilla InheritedWidget Yeah, that's probably better than what I'm doing right now. > Do you mind sharing your use case a little bit more here? Basically...

Well, ended up creating a few Inherited widgets for values from creators that were used almost everywhere. It made it easy to use the library after doing this. Thanks a...

Sorry, I think you got it wrong. I meant `'` (apostrophe) + ` ` (space)

What if the dropdown would be in the same text field as the url on the bottom? Like so: ![image](https://user-images.githubusercontent.com/14189387/151352993-fad635e0-0be8-4f0c-a2c4-bcd96e3a87c0.png) And when clicked it would show the "Remember domain: github.com",...