Przemysław Szufel
Przemysław Szufel
@mwasiluk może byłoby bezpiecznie dołożyć na stałe biały pasek od dołu? Wtedy co prawda zawsze pokazywałby się pionowowy scrollbar, ale można uniknąć sytuacji tego typu (pewnie zawsze od czasu do...
We could have an option for that that defaults to "turned off". @mwasiluk are there any scenarios where it is not 0/1 but something in between? Regardless of that I...
> @pszufe - you probably meant this comment in #204? Sorry, I do not know how I click it but somehow my comments end up in opposite issues. Hopefully I...
Empty fields should result in error. How does the error look like? I understand it is nicely handled by application (that is I assume this is not the type of...
Hi Garglesoap, the tutorial was written one year ago and in deep learning it is like a century. Probably you have came across some mismatching between dependencies/library versions. Please also...
Please note that SimpleHypergraphs is already totally compatible with `Graphs.jl`. (more info on the thread cross referenced in the previous post). ``` julia> h = Hypergraph([1 nothing nothing; 1 1...
There is already a similar visualization in SimpleHypergraphs.jl. It is based on D3, JavaScript and can show hypergraph in a web browser. Have a look at https://pszufe.github.io/SimpleHypergraphs.jl/stable/reference/#SimpleHypergraphs.draw Try in Jupyter...
perhaps it was downloading the JavaScript libs when run for the first time? I see in the other post that you were running it inside VS Code - quite likely...
Hello thank you for the feedback. I tried to run your code. In my tests (see below) your code takes twice as long to compute. Could you perhaps update the...
Hi, I totally agree. If anyone is interested in providing such PR this would be great! I remember looking at Geodesy.jl some time ago and some functionality was missing there...