Chat-Wane
Chat-Wane
Currently, the user is not aware of networking events. He only knows when he is connected, or not. However, multiple kinds of error can happen between each connection. For instance,...
Current application uses bootstrap. However, it does not use its mobile-first capabilities. Thus, the GUI is ridiculously small on mobile devices.
We are currently using the ace editor. However, it does not have any groupware functionalities as we can find in Quilljs. Such functionalities greatly enrich the user experience since users...
The current mechanism to get the missing elements of the document ( to catch up after being offline ) is inefficient. C.f. ./lib/application => getOperation. Currently the complexity is k.n^2...
Each time it iz called, it start again from the begining...
In branch '''rl-xp''' but might be in others : - https://github.com/sage-org/sage-engine/blob/b5faae6a7fbbbbbe1aee70a0552044179a7b9bff/sage/database/core/dataset.py#L32 - https://github.com/sage-org/sage-engine/blob/b5faae6a7fbbbbbe1aee70a0552044179a7b9bff/sage/query_engine/optimizer/optimizer.py#L51
I noticed a discrepancy between the `hdt-version` and `hdt-cpp` on `BitmapTriplesIterator`'s function `canGoTo` which forbids `goTo` in the java version, except for `?s ?p ?o`: - In java, it checks...