BD103
BD103
Hi! I'm building a package that depends Doge. I built a wrapper for the command `doge` that used something like the following: ```python from doge.core import main as doge_main def...
Creating a `convert(string: str)` global function would make certain programs easier. I usually code Colorama into a Python package for Windows support. I find that I have to write an...
**System Information** - Minecraft Version: 1.19 - Canvas Version: 1.0.2410 - Operating System: Windows 64 bit - Graphics Card: Integrated I think? Not sure how to check it **Other mods...
### Environment Reproduced with minimum Nuxt 3 environment on StackBlitz, as well as locally on a MacOS computer with Node 19. ### Reproduction Link can be found here: https://stackblitz.com/edit/github-umca8w?file=app.vue A...
# Objective - `actions/upload-pages-artifact` and `actions/deploy-pages` are outdated. - Alternative to #11253 and #11252. ## Solution - Bump the version of both actions.
# Objective - `bevy_ui` fails to compile without `bevy_text` being enabled. - Fixes #11363. ## Solution - Add `#[cfg(feature = "bevy_text")]` to all items that require it. I think this...
This adds a few smaller changes that makes `ferris-says` less dated. - Migrates the base crate to the 2021 edition (31264573770110a8ccbc5dcdbf42d82e6ace857e) - Fix incorrect version in the readme (ee49038b94f17b67c8a0d4fcea58c69b1939cc34) -...
# Objective - Part of #11590. ## Solution - Fix `unsafe_op_in_unsafe_fn` for `bevy_dynamic_plugin`. --- ## Changelog - Added further restrictions to the safety requirements of `bevy_dynamic_plugin::dynamically_load_plugin`. --- I had a...
This fixes a syntax error when using trait objects. They require using the `dyn` syntax now.
# Objective - Our CI caches the `~/.cargo` and `target` folders, to take advantage of faster, incremental, compilation. - The use of caches is quite inconsistent, with different formats for...