BD103

Results 131 comments of BD103

Yes. I just realized a few days ago that ANSI codes work on Windows 10, though I can't get them to work for the Python Repl. Do you know the...

That's a fair point, but it seems unintuitive and against the design philosophy of Nuxt that this should just be allowed without any warning. `` isn't documented anywhere at nuxt.com,...

Is there a specific page that documents the `` component? I only found mentions on the Nuxt docs when searching for them.

It's been a few months, and the subreddit is back and still somewhat popular. Based on [this post by Cart](https://www.reddit.com/r/bevy/comments/14v8z0c/were_back_for_now/), can this be closed?

Linking to [RFC 2585](https://github.com/rust-lang/rfcs/blob/master/text/2585-unsafe-block-in-unsafe-fn.md), which provides further motivation and details on the change.

I found this issue while using Nuxt 3's `build` command with Vite. The workaround that I used was adding `--target esm` to the generation arguments. I need to do further...

This will fix #13113, but requires [`naga_oil`](https://github.com/bevyengine/naga_oil) to be updated first. I believe @JMS55 was working on this, but feel free to try migrating this if you think you can...

I too have had this issue. After some testing, it seems fixed with the current version of Poetry. Try [reinstalling](https://python-poetry.org/docs/) it. Here are some fixes... - I had Poetry 1.1.8...

Additionally it now fails on MacOS as of Rust 1.75.0. (Originally from #11372.)

Perhaps a static could be defined with an exported name. If Bevy gets linked twice, then it will raise an error: ```rust #[no_mangle] #[export_name = "bevy"] pub static BEVY: bool...