Filippos Christou

Results 63 comments of Filippos Christou

I 've been searching for this! Do you think that this can at some point land in the CairoMakie.jl , so you can directly illustrate static figures with such GtkWindows?...

is there a way to get the file path in nvim by any means? In vscode one can use the [predefined variables](https://code.visualstudio.com/docs/editor/variables-reference) Is there a way to use these variables...

Hello. The latest update still remains `0.9.11`: https://plugins.gradle.org/plugin/com.linkedin.python Are you planning to post the latest version in the Gradle plugin repository? Also, I can see that the project supports Gradle...

Just started playing around with this package, so probably not the best guy to answer but: Generally you can use the `.|>` by directly calling the broadcast function with `.`...

I am in need of such a unit in order to handle data rates in networking problems. I think it's worth having a specific unit for this case because there...

I am also having some trouble undestanding how does this `col`, `row`, `dims` mechanism work. In your example your diagonal will be just a straight line. ![image](https://user-images.githubusercontent.com/27723218/171846213-960e9765-9182-4af4-ba8e-c54297fad050.png) is there a...

is there any reason why this is not merged ? Is there any other plans for the future design of this package ?

Can you try using Graphs.jl instead of LightGraphs.jl ? Since not too long ago the main graph packet for julia is [Graphs.jl](https://github.com/JuliaGraphs/Graphs.jl). https://discourse.julialang.org/t/lightgraphs-jl-transition/69526 Maybe LightGraphs is not exporting `loadgraph` but...

> Another way would be to use [Requires.jl](https://github.com/JuliaPackaging/Requires.jl), I though that currently we were searching for ways to get rid of `@require`. Personally I find it counter-intuitive to do `using...

I have the same problem and `Pluto.run(capture_stdout=false)` does help. https://user-images.githubusercontent.com/27723218/192745388-8f3e6ee9-b28b-4fff-8d01-481cfef20f61.mov Although I would like if it could play on and on automatically, like a gif. is this possible or something...