Emilio
Emilio
@otrsk were you able to find a workaround? Is it possible to manually set the loaded flag to true?
@otrsk thank you so much. I just temporarily fixed the bug in my app by switching to the domain `meet.8x8.vc`. It'll probably be good for a few days while I...
@dacopan mil gracias hermano!
So the assumption here is that during sharp price declines `trid` will be bigger than `pile`, so liquidations will be rate-limited; but in other circumstances, such as high network congestion,...
After thinking about this a lot, I think that making `dirt` completely dependent on time is the best option, as you suggest. This would save gas, make things much more...
To be quite frank, I don't really remember what happened with this, but I think I probably stopped using gast altogether.
Hi @pmonks, please let me know what you think about this.
@pmonks Unfortunately, in its current state, the library doesn't work in react native because hickory seems to have issues with it. Since cljs-http doesn't work with Node, I wonder if...
@pmonks Thank you so much for your detailed explanation! I'm gonna give this a try.
@pmonks I've been following your most useful suggestions: * Removed Hickory's exclusions * Added ClojureScript dependencies, opted for `cljs-http` * Used reader conditionals to isolate dialect-specific code both in source...