fruzitent
fruzitent
### Link to repository https://github.com/fruzitent/chatterino2 ### Screenshots The only customizable screen is the main one, to avoid redundancy, you can find screenshots in the preview section within the repository. ###...
### Checklist - [ ] I'm reporting a problem with Chatterino - [X] I've verified that I'm running **the most** recent nightly build or stable release - [X] I've looked...
# 🚀 Quick and dirty PR to make this work on modern distributions of python. ## Changes - Bump dependencies - Replace `flat` layout with `src` layout and `setup.py` with...
# Example ```cmake set(CPACK_PROPERTIES_FILE "${CMAKE_BINARY_DIR}/CPackProperties.local.cmake") include(CPack) file(WRITE "${CPACK_PROPERTIES_FILE}" "\ include(${GIT_WATCHER_OUTPUT_PATH}) set(CPACK_PACKAGE_FILE_NAME \"\") list(APPEND CPACK_PACKAGE_FILE_NAME \"${CMAKE_PROJECT_NAME}\") list(APPEND CPACK_PACKAGE_FILE_NAME \"${CMAKE_PROJECT_VERSION}\") list(APPEND CPACK_PACKAGE_FILE_NAME \"\$\{GIT_DESCRIBE\}\") string(REPLACE \";\" \"-\" CPACK_PACKAGE_FILE_NAME \"\$\{CPACK_PACKAGE_FILE_NAME\}\") ") ``` ```shell CPack:...
```dockerfile FROM scratch COPY
When using Cargo multi-crate workspaces, `cargo-run-bin` will read metadata only from the root `Cargo.toml` https://github.com/dustinblackman/cargo-run-bin/blob/02a968fc095cf8afc1615ea4cd4e936b4fc1e7e6/src/metadata.rs#L77 Would it be possible to limit scope to the current crate, so they can be...
A microsoft employee must use /azp run to validate using the pipelines below. WARNING: Comments made by azure-pipelines bot maybe inaccurate. Please see pipeline link to verify that the build...
### Verification - [X] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates. - [X] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...
As described in this [article](https://www.docker.com/blog/image-rebase-and-improved-remote-cache-support-in-new-buildkit), the `COPY --from=stage --link` pattern is very important for multi-stage images, but the code behind it has not been touched in more than 3 years....
### Checklist - [ ] I'm reporting a problem with Chatterino - [X] I've verified that I'm running **the most** recent nightly build or stable release - [X] I've looked...