Iago-lito
Iago-lito
Hi, First of all, thank you for this amazing plugin and for supporting it! I would love vim-surround supporting a feature that I can't find in the doc : is...
https://github.com/JuliaGraphs/Graphs.jl/blob/bf9544bca1c154e9e31decc4b149d2de96970bf6/src/traversals/dfs.jl#L84-L89 The function does not return a vector of vertices but a graph. Also, it does accept a `dir` keyword argument, just like `bfs_tree`.
Inserting and deleting lines obviously break recorded selections: ``` thi*s text between stars has been recorde*d to `a` ``` will become ``` new* line this text between stars has bee*n...
Hello, and thank you for these comfy gnome extensions, quite small and working out-of-the-box. I've just noticed a tiny bug with hide dash, where the dash is not hidden anymore...
JuliaFormatter transforms the following: ```jl Bool[;;] ``` into the following: ```jl Bool[] ``` But this is definitely not the same: ```jl-repl julia> Bool[] == Bool[;;] false ```
The following code: ```jl a #! format: off unformatted_block #! format: on # Long comment, say. #! format: off formatted_block # /!\ should not be, right? #! format: on a...
I am mostly interested in candle for its powerful autograd feature and its applications in scientific computing. But reading from #1241, it appears that using the autograd to access intermediate...
### Description Applying fix on this situation: ```rs fn f(v: Vec) { let mut i = 0; for e in &v { // consider using: `for (i, e) in v.iter().enumerate()`...
I like how the [`color_print`](https://docs.rs/color-print/latest/color_print/) crate provides the `cformat!()` macro to statically generate ANSI colored strings. Would it be an option to enable opt-in into this alternate formatting style for...
I think the blue and red lines should be almost overlapping in the following diagram, should they not?  ```typst #import "@preview/fletcher:0.5.4" as fl: node, edge #set page( width: auto,...