Filippos Christou
Filippos Christou
It looks like `attributes_from` didn't make it to `0.17` I was using it to forward attributes between recipes like here: https://github.com/JuliaPlots/Makie.jl/issues/1019#issuecomment-1059998192 Is there a recommended alternative ?
discussed in https://julialang.zulipchat.com/#narrow/stream/225542-helpdesk/topic/vim.20.25.20in.20vscode [julia-vim](https://github.com/JuliaEditorSupport/julia-vim) supports `%` to toggle the cursor between the start and end of a code block (e.g. `function - end`, `if - else - end`, `for -...
Locally I very often use the following function to convert Vectors of Integers to Vector of Edges. ```julia edgeify(p::Vector{T}) where T
Probably not the best practice but `]add` of branches with "#" in the name throws an error: E.g. let's say I want to add the branch `rem_vertexSAFE#33` from https://github.com/filchristou/MetaGraphsNext.jl.git ```julia...
as mentioned in #47. This PR enables support for `MetaGraphs` in `GraphML` format. It follows the paradigm of http://graphml.graphdrawing.org/ to define attributes in the graph. The following features are supported:...
I would like to be able to read a metagraph from a graphML format. This means reading in all attributes and properties that a graphML file may contain, and storing...
are there plans to download `cmdstan` as an artifact rather than having to manually install it ? It would be so much easier for a beginner to just do `]...
I was running the [Turing turorial in linear regression](https://turing.ml/dev/tutorials/05-linear-regression/) and I discovered that the following code throws an error: ```julia julia> using RDatasets julia> data = RDatasets.dataset("datasets", "mtcars"); ERROR: MethodError:...
Not always is a comparing, i.e. `judge` necessary. For example, when we just push, without a pull request, there is (probably) nothing really to compare with. We just want to...