Martin Roa Villescas
Martin Roa Villescas
Input: ```julia function norm(p::Point{T} where T
I noted some strange behavior while using `lf.vim` and opened an issue: https://github.com/ptzz/lf.vim/issues/14 I investigated a little and it could be that the bug is in `bclose.vim`. Look at line...
Hi @pgdouyon. I'm running into a strange problem. I have a mapping that I use very often to substitute instances of a given word on a selected range of lines,...
Minimal example: ```julia using TreeView @tree promote_type(Int64, Float64) ``` ``` LabelledTree({3, 2} directed simple Int64 graph, Any[:promote_type, :Int64, :Float64]) ! Missing $ inserted. $ l.44 } ; ```
Is there a way to save the resulting picture as an SVG file? I know that with `TikzPictures.jl` you can use: ```julia save(SVG("output"), tp) ``` but I haven't been able...
## Details Annotations do not pick up the Juno theme font color. Other texts, like the title, labels, etc, do pick it up. Minimal example: ```julia using Plots, LaTeXStrings theme(:juno)...
I would love the feature that allows `ghost_text` to be automatically triggered with every keypress, and also provides the option to manually open the `autocomplete` menu.
### Subject of the issue `induced_graph` example in https://pgmpy.org/exact_infer/ve.html throws the following error: ``` AttributeError: module 'networkx' has no attribute 'graph_clique_number' ``` ### Your environment * pgmpy version: 0.1.24 *...
It would be nice to have the option to set the number of (virtual) blank lines that are displayed above/below the first/last lines of the buffer that is being displayed...