Giovani Cascaes
Giovani Cascaes
@skymax406 what exactly did you do?
Does your first idea mean using a single style that looks good both in light and dark mode? Also, I'd like to help implementing this, is it something lower in...
It is not an elegant solution but code containers could be dark even in light theme. Check Dan Abramov's overreacted.io (https://overreacted.io/goodbye-clean-code/, for example). It looks good for me to read,...
Yes, I understand. I'm not proposing defining as design choice, but it is a better solution than the current one. I believe devs feel more comfortable reading dark code during...
Still an issue. I'm trying to refactor the package to use `Code.fetch_docs/1`, but I'm still learning and this is not as trivial as it seems. It also seems that the...
@daniocean Try running as root (`sudo pip3.7 install fb-idb`). It should install on `/usr/local/bin/idb`.
It is possible to retry fetch image by using the `key` prop approach. The component is umounted and remounted on `key` change and therefore try to fetch image again. I'm...