Luca Ongaro
Luca Ongaro
Hi @kwando , this is a great idea :) As `cubdb` strives to be small and without dependencies (also to be used in minimal environments like Nerves), the best would...
The [`Code.ensure_loaded?/1`](https://hexdocs.pm/elixir/Code.html#ensure_loaded?/1) function is useful to check if a module can be loaded or not, for example to check if an optional dependency is present or not. Also, a dependency...
Hi @ryanprior, that's amazing to hear! 🙂 Sure, I am very interested to get feedback your about `Immutable` and its API. I did not dedicate much time to it lately...
Sorry for the delay, I completely missed this issue. In principle, `delete_at` could be implemented, but as far as I see not very efficiently: I think in general there is...
Interesting! I will delve through it, thanks for the suggestion!
Hi! Sorry for the late response. Yes, I agree more data structures would be useful. Immutable List would be quite easy to add, although I suspect Vector would be preferable...
Hi, Unfortunately at the moment there is no built-in way to export the cloud as image. That would be trivial if jQCloud was made with HTML canvas, but it's not,...
Jacek, Thanks a lot for the very detailed report, I will definitely look into it and hopefully find what is causing this issue. Luca On 24/lug/2012, at 03:46, Jacek [email protected]...
Unfortunately this is not currently possible with jQCloud. I don't exclude it might be feasible with some trickery, but it is not implemented right now. On Jul 18, 2014 2:48...
That would be cool :) Need to figure out how to do that though. Any ideas?