Thiago Trannin

Results 6 issues of Thiago Trannin

# Bug Report ## Description `dvc add` modifies `.gitignore` when run on a directory, even when `.gitignore` already contains a directory-only pattern matching said directory. ### Reproduce 1. `mkdir bug...

:bug: bug
p3-nice-to-have
upstream
git

According to [documentation](https://expressjs.com/en/api.html#req.ips), `req.ips` is >an array of IP addresses specified in the `X-Forwarded-For` request header. My understanding is that this array should contain all IPs up to, but not...

wontfix

Is there support for running Nextest without Cargo? That is, using only the binary that `rustc --test` outputs. I have skimmed through the codebase, but I'm afraid I don't have...

"... and computed the value of the list." -> "... and computed the length of the list."

Discussed in https://github.com/leptos-rs/leptos/issues/2338. Preview of the error messages: ![image](https://github.com/leptos-rs/leptos/assets/51510921/2aa20328-a74d-4ad8-b7b0-b738ef36628c) The first commit contains just style changes (using `proc_macro_error::abort!` everywhere instead of just `abort!`, to be consistent with `proc_macro_error::emit_error!`), so it...

**Describe the bug** `` tag does not show up when rendering a view. **Leptos Dependencies** ```toml leptos = { version = "0.6", features = ["ssr", "experimental-islands"] } ``` **To Reproduce**...

feature request