Rewrite homeval to use just rust and no js#29
Open
PotentialStyx wants to merge 142 commits into
Open
Conversation
* `null` - doesn't do anything anyways * `git` - the client only sends messages after recieving one from the server * `open` - client doesn't seem to ever send it messages
Makes the PTY implementation react to a process exiting correctly, the previous method had issues in certain scenarios.
Closed
Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.4. - [Commits](https://github.com/briansmith/webpki/commits) --- updated-dependencies: - dependency-name: webpki dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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.
…y clone of all users
…eplit struct to goval message version
…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
build(deps): bump axum from 0.7.4 to 0.7.5
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.
More refactoring and lints
…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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #21