Skip to content

Issues: TheBevyFlock/bevy_cli

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Add web feature flag A-Web Building or running Bevy apps targeting the browser C-Dependencies A change related to dependencies C-Usability An improvement that makes the API more pleasant
#198 opened Dec 23, 2024 by TimJentzsch
Improve profile selection for web builds A-Build Related to the bevy build command A-Run Related to the bevy run command A-Web Building or running Bevy apps targeting the browser
#197 opened Dec 23, 2024 by TimJentzsch
Add option to run wasm-opt when building for the web A-Build Related to the bevy build command A-Run Related to the bevy run command A-Web Building or running Bevy apps targeting the browser C-Feature Make something new possible
#196 opened Dec 23, 2024 by TimJentzsch
Linter: Support for running cargo check without toolchain proxy in non-rustup environments A-Linter Related to the linter and custom lints C-Bug A bug in the program
#194 opened Dec 17, 2024 by DaAlbrecht
Lint against inserting () as a component A-Linter Related to the linter and custom lints C-Feature Make something new possible X-Uncontroversial
#193 opened Dec 7, 2024 by BD103 `bevy_lint` 0.2.0
Explore asset hot reloading for bevy run web A-Build Related to the bevy build command A-Web Building or running Bevy apps targeting the browser C-Feature Make something new possible D-Complex D-Complex Quite challenging from either a design or technical perspective. Ask for help!
#189 opened Dec 3, 2024 by TimJentzsch
Improve error handling of served web apps A-Run Related to the bevy run command A-Web Building or running Bevy apps targeting the browser C-Bug A bug in the program C-Usability An improvement that makes the API more pleasant
#188 opened Dec 3, 2024 by TimJentzsch
Verify clippy_utils and rust-toolchain.toml match nightly versions A-CI Related to CI and GitHub Actions A-Linter Related to the linter and custom lints C-Code-Quality An improvement of readability or quality
#187 opened Nov 29, 2024 by BD103
Add style lints for system set naming convention A-Linter Related to the linter and custom lints C-Feature Make something new possible
#183 opened Nov 25, 2024 by alice-i-cecile `bevy_lint` 0.2.0
Add lint for possibly incorrect type_id usage in reflection A-Linter Related to the linter and custom lints C-Feature Make something new possible
#182 opened Nov 22, 2024 by MrGVSV
Lint to migrate from bundles to required components A-Linter Related to the linter and custom lints C-Feature Make something new possible
#181 opened Nov 21, 2024 by BD103
Lint: default required component A-Linter Related to the linter and custom lints C-Feature Make something new possible
#178 opened Nov 15, 2024 by alice-i-cecile
Follow-up for zst_query lint A-Linter Related to the linter and custom lints C-Code-Quality An improvement of readability or quality
#177 opened Nov 10, 2024 by BD103
1 of 4 tasks
Improve output of borrowed_reborrowable
#175 opened Nov 9, 2024 by MrGVSV
More than one libbevy.rlib was built for UI tests in Windows CI A-CI Related to CI and GitHub Actions A-Linter Related to the linter and custom lints C-Bug A bug in the program C-Testing A change to the tests
#171 opened Nov 9, 2024 by BD103 `bevy_lint` 0.2.0
Decide how to deal with macros in lints A-Linter Related to the linter and custom lints C-Usability An improvement that makes the API more pleasant
#167 opened Oct 31, 2024 by BD103
5 tasks
`bevy_lint` 0.2.0
insert_event_resource does not account for all resource methods A-Linter Related to the linter and custom lints C-Bug A bug in the program
#146 opened Oct 16, 2024 by BD103
Lint missing_reflect does not check for fields that cannot be reflected A-Linter Related to the linter and custom lints C-Bug A bug in the program
#141 opened Oct 15, 2024 by BD103 `bevy_lint` 0.2.0
Support linting multiple versions of Bevy A-Linter Related to the linter and custom lints C-Usability An improvement that makes the API more pleasant
#138 opened Oct 14, 2024 by BD103 `bevy_lint` 0.2.0
Recommend Single system param in panicking_query_methods lint A-Linter Related to the linter and custom lints C-Usability An improvement that makes the API more pleasant
#136 opened Oct 12, 2024 by BD103
Add lint against .insert() chaining. A-Linter Related to the linter and custom lints C-Feature Make something new possible
#135 opened Oct 10, 2024 by NiseVoid
Use is_lint_allowed() for computationally heavy lints A-Linter Related to the linter and custom lints C-Code-Quality An improvement of readability or quality
#133 opened Oct 10, 2024 by BD103 `bevy_lint` 0.2.0
Allow customization of window title with bevy run web A-Run Related to the bevy run command A-Web Building or running Bevy apps targeting the browser C-Feature Make something new possible
#123 opened Oct 3, 2024 by TimJentzsch
Lint for component aliasing rules (add With/Without bounds) A-Linter Related to the linter and custom lints C-Feature Make something new possible
#122 opened Sep 30, 2024 by Rigidity
ProTip! Exclude everything labeled bug with -label:bug.