Iago-lito

Results 47 issues of 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...

enhancement

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 ```

bug

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...

bug

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()`...

C-enhancement

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? ![Image](https://github.com/user-attachments/assets/2daee1e3-74c1-4ffe-be5c-b9231facbd1f) ```typst #import "@preview/fletcher:0.5.4" as fl: node, edge #set page( width: auto,...