TestingPlant
TestingPlant
## Describe the bug When trying to find completions for the `.` builtin command, the below messages appear: ``` bash_completion: /usr/share//bash-completion/completions/.: is a directory bash_completion: /usr/share/bash-completion/completions/.: is a directory ```...
On Arch Linux, when using the `xhost` command to allow a user to access another user's X server, creating a display fails. I'm using python-xlib 0.30 and xhost 1.0.8. A...
I've implemented the NOTICE command. Since [the RFC](https://tools.ietf.org/html/rfc2812#section-3.3.2) says it's similar to PRIVMSG, I took the code for PRIVMSG and used it for NOTICE. With some basic testing, it seems...
This moves the bottom.php file to the index.php file, which seems to remove the empty space. Fixes #92
Requires multi-threaded system handlers to be `Fn + Send + Sync` to avoid undefined behavior from having multiple `&mut` references to the same value and moving `!Send` and `!Sync` types...
Code: ```rs fn main() { use flecs_ecs::prelude::*; #[derive(Component, Copy, Clone, Debug)] struct Foo { a: u64, } #[derive(Component, Copy, Clone, Debug)] struct Bar { a: u64, } let world =...
This adds support for Emscripten. This is required to support https://github.com/SanderMertens/flecs/issues/1538