Skip to content

Rewrite homeval to use just rust and no js#29

Open
PotentialStyx wants to merge 142 commits into
mainfrom
pure-rust
Open

Rewrite homeval to use just rust and no js#29
PotentialStyx wants to merge 142 commits into
mainfrom
pure-rust

Conversation

@PotentialStyx
Copy link
Copy Markdown
Member

@PotentialStyx PotentialStyx commented Jun 27, 2023

Closes #21

@PotentialStyx PotentialStyx self-assigned this Jun 28, 2023
@PotentialStyx PotentialStyx added this to the Homeval v1 milestone Jun 28, 2023
@PotentialStyx PotentialStyx linked an issue Oct 9, 2023 that may be closed by this pull request
dependabot Bot and others added 23 commits April 15, 2024 13:43
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.4 to 0.7.5.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.4...axum-v0.7.5)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.3 to 0.12.4.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.12.3...v0.12.4)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.77 to 0.1.80.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.77...0.1.80)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.34 to 0.4.38.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.34...v0.4.38)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Opting instead to just import and use the `LazyLock`. This makes it easier to make small updates to the type signature of any of the `LazyLock`'s.
…0.4.38

build(deps): bump chrono from 0.4.34 to 0.4.38
….12.4

build(deps): bump prost from 0.12.3 to 0.12.4
…rait-0.1.80

build(deps): bump async-trait from 0.1.77 to 0.1.80
…8.12

build(deps): bump toml from 0.8.10 to 0.8.12
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.11.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.21.10...v/0.21.11)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…0.21.11

build(deps): bump rustls from 0.21.10 to 0.21.11
…ions

This commit also fixes all warnings generated by enabling these settings
- Warn for useless `clone()` calls
- Warn for functions that could be marked `const` but are not.
@PotentialStyx PotentialStyx marked this pull request as ready for review April 27, 2024 20:28
PotentialStyx and others added 6 commits April 27, 2024 17:08
…protocol

- Fully implements [`goval-ident`](https://govaldocs.pages.dev/service/goval-ident/)
- Makes `goval-ident` a disable-able feature
- Unifies implemention of `chat` and `gcsfiles` variants
feat(services, goval-ident): Implement chat variant of `goval-ident` protocol
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.0.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…0.22.0

build(deps): bump base64 from 0.21.7 to 0.22.0
Replit is removing the audio service soon (see: replit/replit-py#219)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move away from lazy_static Full windows compat

1 participant