handlebars_misc_helpers
handlebars_misc_helpers copied to clipboard
A collection of helpers for handlebars (rust) to manage string, json, yaml, toml, path, file, http request.
Updates the requirements on [attohttpc](https://github.com/sbstp/attohttpc) to permit the latest version. Release notes Sourced from attohttpc's releases. v0.28.0 What's Changed Update to actions/checkout@v4 by @tottoto in sbstp/attohttpc#158 Update env_logger requirement from...
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. Release notes Sourced from reqwest's releases. v0.12.1 What's Changed Fix ClientBuilder::interface() when no TLS is enabled. Fix TlsInfo::peer_certificate() being truncated...
Hello,I build my project with use `handlebars_misc_helpers` for `x86_64-unknown-linux-musl`, got error ``` The following warnings were emitted during compilation: warning: [email protected]: jsonnet/core/desugarer.cpp:17:10: fatal error: 'cassert' file not found warning: [email protected]:...
Hello, I found this crate a latelly and it made me add it to a little code generator i'm making : https://github.com/eventuallyconsultant/codegenr on this branch : https://github.com/eventuallyconsultant/codegenr/tree/feature/helpers_remix I removed some...
The `assign` helper clones the `ctx` parameter, assigns the value, and sets the result to the render context. Calling assign multiple times leaves the render context only containing the last...
The jsonnet-rs is pinned to 0.6. Is there a technical reason not to update it to the recent [v0.17.0](https://github.com/anguslees/rust-jsonnet/releases/tag/v0.17.0). The v0.17.0 should fix the build problem for users who use...
good idea steal from [date – Liquid template language](https://shopify.github.io/liquid/filters/date/) - provide helpers to format date into string - provide helpers to return current datetime - provide helpers to format date...
Updates the requirements on [handlebars](https://github.com/sunng87/handlebars-rust) to permit the latest version. Release notes Sourced from handlebars's releases. v6.0.0 What's Changed chore(deps-dev): bump express from 4.18.2 to 4.19.2 in /playground/www by @dependabot...
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.5 to 0.0.7. Release notes Sourced from mozilla-actions/sccache-action's releases. v0.0.7 What's Changed Add arm support by @jdygert-spok in Mozilla-Actions/sccache-action#159 add disable_annotations options to disable stats report by...
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. Release notes Sourced from thiserror's releases. 2.0.3 Support the same Path field being repeated in both Debug and Display representation...