James Liu
James Liu
@jrraymond mind taking a look? This is being used as a core component in Bevy's ECS scheduler, and this optimizes many of the operations behind it.
Are there any SSE2 instructions we could use here? This seems to be the lowest common denominator for most x86 installations nowadays. It's support is stable under `core::arch::x86` too.
It also tags the most recent commit on the branch you are creating the release from with a searchable tag, so even if people don't download the source from the...
Create a branch named "gh-pages". Place a index.html in the root directory of that branch, and Github will host that all static web pages for you. For example, my DanmakuUnity2D...
It's also what I've been using and it works beautifully. I also suggest creating a `gh-pages` branch, and pushing the generated HTML documentation there. if done this main repo, it...
What @simon-an suggests works for a fixed level iterator. Does #6185 address the other use cases, @OriginHamster?
You can override this in the Dockerfile by using USER directives, leaving the default user as non-root. This can be any arbitrary user ID, but preferably one that is named...
> The docker environment is a completely isolated `"Computer"` that is connected inside docker on your computer. As far as the `mount directories` they have the same access for every...
> Well, we wouldn't want any improvements or better forks to be closed source. But people don't seem to like the idea. So I am fine with MIT. IANAL and...
> Why wasn't this implemented instead? Why does this PR keep the old approach? Actually completely slipped my mind why I didn't. Even then, I would like to avoid conflating...