oura icon indicating copy to clipboard operation
oura copied to clipboard

The tail of Cardano

Results 93 oura issues
Sort by recently updated
recently updated
newest added

Status: WIP ## Resources - [Conventional Commits Cheat Sheet](https://kapeli.com/cheat_sheets/Conventional_Commits.docset/Contents/Resources/Documents/index)

enhancement

Bumps [file-rotate](https://github.com/BourgondAries/file-rotate) from 0.7.0 to 0.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=file-rotate&package-manager=cargo&previous-version=0.7.0&new-version=0.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
rust

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 4.0.15. Release notes Sourced from clap's releases. v4.0.15 [4.0.15] - 2022-10-13 Fixes (error) Don't suggest -- when it doesn't help (error) Be more consistent in...

dependencies
rust

Bumps [elasticsearch](https://github.com/elastic/elasticsearch-rs) from 7.14.0-alpha.1 to 8.4.0-alpha.1. Release notes Sourced from elasticsearch's releases. v8.4.0-alpha.1 This release updates supported APIs to Elasticsearch 8.4.0. View the full list of issues and PRs Commits...

dependencies
rust

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to 1.0.86. Release notes Sourced from serde_json's releases. v1.0.86 Support arbitrary_precision feature even in no-std mode (#928, thanks @​kvinwang) Commits 4217e8e Release 1.0.86 99d6164 Reorganize number.rs...

dependencies
rust

It would be really nice to support the capped streams aka "MAXLEN ~ " function of https://redis.io/commands/xadd/ via a new config option to automatically evict old streams. I suggest something...

Hi, Could it be possible to add property options for the kafka sink? In my use case, I'd like to send data to a confluent cloud cluster. For that, I...

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.0 to 1.21.2. Release notes Sourced from tokio's releases. Tokio v1.21.2 1.21.2 (September 27, 2022) This release removes the dependency on the once_cell crate to restore the...

dependencies
rust

Just updated my branch to `main` And am getting the following ``` ... Compiling proc-macro-error v1.0.4 Compiling form_urlencoded v1.1.0 Compiling ring v0.16.20 Compiling backtrace v0.3.66 Compiling miniz-sys v0.1.12 Compiling bytes-utils...

Added `json_logs` feature and made the used logging library dependent on the current feature flag setting. Fixes #437: - https://github.com/txpipe/oura/issues/437