BD103

Results 131 comments of BD103

That's very weird. I don't know enough about the libraries (+ Objective C) in question to be able to debug it myself, but let's leave the issue open.

Would it be worth mentioning in a comment that you can make a collapsible display, so the code does not take up a lot of screen space? ```markdown Click to...

> > Though I'm concerned about [daxpedda/web-time@dca3d82](https://github.com/daxpedda/web-time/commit/dca3d823754f12bc4b00c5934a4fd7513ea351f1). > > Whats the concern here exactly? I just wasn't sure what that commit was doing. Could you give a small explanation? I...

> `web-time` targets the `wasm32-unknown-unknown` target exclusively. Ergo it does not target `wasm32-unknown-emscripten` or `wasm32-wasi`. The reason is that both those targets have their own working `std::time` implementation and don't...

I'm going to nominate this PR to be closed. I personally believe that networking is too game-specific and should be handled by 3rd party plugins. Even adding a networking library...

It seems there is a deeper issue with `bevy_dynamic_plugin` after [asking on Discord](https://discord.com/channels/691052431525675048/692572690833473578/1201958798307369020). While a more permanent fix should eventually be developed, I think this PR is trivial enough that...

I just rebased this branch and resolved the conflicts. :)

Is this something that we can add a test for, so it doesn't happen again in the future?

When I get a chance I'll run [`git-bisect`](https://git-scm.com/docs/git-bisect) on my M1 Mac and see if I can find the commit.

@miketwenty1, #11383 has merged now. Could you try updating to the latest commit and see if that fixes the issue?