Emre Aladağ
Emre Aladağ
Wouldn't it be nicer if the temporary usernames were not random strings but Guest1, Guest2, Guest3, etc?
## Extra Space Problem I run the demo. When I manually type a link element, it is converted to a link. It's good. I only observe some extra spaces before...
I'm trying to generate wrapper for igraph. Here is one case that is missed: when function names are the same when turned into lowercase. A function name ending with a...
When generating binding for igraph see https://github.com/igraph/igraph/blob/a98fccd3fb2a9f67551a09d4159ef268ee62c658/include/igraph_datatype.h ``` typedef struct igraph_s { igraph_integer_t n; igraph_bool_t directed; igraph_vector_t from; igraph_vector_t to; igraph_vector_t oi; igraph_vector_t ii; igraph_vector_t os; igraph_vector_t is; void *attr;...
When I run the demo, left menu appears for less than 1 second and disappears immediately. it's hard to make it re-appear. Tested on MacOS Firefox and Chrome.
Kitabın lisansını koymayı unuttuğumu fark ettim. Wikipedia ile uyumlu bir lisans olan [Creative Commons BY-SA](https://creativecommons.org/licenses/by-sa/4.0/) düşünüyorum. Katkıda bulunan arkadaşlar bu duruma ne der? @enderahmetyurt @hkulekci @hevalberknevruz Lisansa dair görüşlerinizi ve...
Currently we're using edge weights as 1 when calculating shortest path (thus betweenness). We may incorporate real world distance between two stops, preferably according to real world distance (after bending...
We may introduce dummy nodes to bend long edges so that smoother visualization can be obtained. transport dummy nodes
Is it planned to have Python support for exercises plugin? http://www.skulpt.org/ is an js implementation of Python. So that might be useful in checking the results.