Azzam S.A
Azzam S.A
@sunli829 I think this non-actionable issue should be moved under discussion.
> Hey, > > Dioxus is maintaining its own CLI but we share a lot of code with Trunk. We'd be happy to bring it under the maintenance wing of...
If you landed here for an outdated pull request, you might consider using [trunk-ng](https://github.com/ctron/trunk) in the meantime. Additional Context: - https://github.com/thedodd/trunk/pull/602#issuecomment-1755854674
> (scratch my previous comment) > > The [wiki](https://github.com/Alexays/Waybar/wiki/Module:-Clock) explains which formatters are available. See this page [fmt.dev/latest/syntax.html#chrono-specs](https://fmt.dev/latest/syntax.html#chrono-specs) I have visited that wiki multiple times and the Chono spec, but...
> the linked documentation has the formatter %p which you seem to already use and does what you're looking for (capitalized 12/24 hours, here an example). Oh, I see. >...
`CARGO_NET_GIT_FETCH_WITH_CLI=true` and `CARGO_REGISTRIES_CRATES_IO_PROTOCOL=git` doesn't work in my end. It still takes forever to fetch the deltas.  However, this solves my issue https://github.com/rust-lang/cargo/issues/11014#issuecomment-1933434848 ```bash cd ~/.cargo/registry/index/github.com-1ecc6299db9ec823 git fetch https://github.com/rust-lang/crates.io-index refs/heads/master:refs/remotes/origin/master...
@jcamiel Very glad finally. It lands on the master! Currently, my requirement is not complicated. This worked well for me https://github.com/azzamsa/tin/blob/master/tests/tests.hurl This also worked well: ```js # meta POST http://127.0.0.1:8000/graphql...
> We'll try to improve Hurl tooling support in 2023. Glad to hear it. I have just basic knowledge of building emacs mode for syntax #1105
> Hmm, looks like the latest `templates/nushell.txt` does have the correct syntax of `def --env` rather than `def-env`. Somewhy I'm still getting the wrong generated code from the latest version...
Yes. Looking for the same thing. I tried many approaches but had no luck.