Leonardo Schwarz
Leonardo Schwarz
It would probably be better to have some dummy crates for unit tests. But an alternative for regression tests which would also enable to keep track of future cargo additions...
There are already image nodes which you can use for this purpose too. But resizing nodes would be a good feature to have I think.
Thanks for letting me know. I hope I'll get to submitting a few patches in a few days (can't guarantee an ETA though), for my purposes I'm now simply ignoring...
I could potentially take a look at this in the next time. Is there anything interactive in the GUI I'm missing except for density and edge scaling specification? Because otherwise,...
I think the issue is already fixed in master https://github.com/atlassian/react-beautiful-dnd/commit/dab15a46f43752f14af76e95ee6b8ec68c8ef3bc , i.e. it will still create multiple redux stores but should correctly show up in the redux dev tools so...
I'm not sure if there is much to take from there other than this feature (I just found it while looking for a time tracker yesterday), but I see this...
I think serde might not be the best option for this use case and a more specialized API might be of interest. In a recent project of mine I have...
Hi. Thanks for your update. > We need to be sure that every feature from error-chain is supported by failure. I think the biggest problem I see with this, is...
My main reason for the linked PR was that I think at that time there was no event updating endpoint, but since it's possible I don't see a stringent need...
You can just set the value to `()`. `type TtlCacheSet = TtlCache` Maybe this could be a `pub type` in this crate though since it's common functionality.