Tony

Results 7 issues of Tony

Iphone 12, IOS 15.3 how to reproduce: ```sh apk update apk add fish apk add libuser touch /etc/login.defs mkdir /etc/default touch /etc/default/useradd passwd > > #Change current USER's shell: lchsh...

unconfirmed

# Objective Fixes #8021 ## Solution The GL backend doesn't support readwrite textures in the format used in the shader, so I added separate textures for read and write. Could...

C-Bug
A-Rendering
C-Examples

## Bevy version 0.10.0 ## \[Optional\] Relevant system information ```ignore INFO bevy_render::renderer: AdapterInfo { name: "AMD Radeon Graphics (renoir, LLVM 15.0.7, DRM 3.49, 6.2.2-arch1-1)", vendor: 4098, device: 0, device_type: Other,...

C-Bug
A-Rendering
C-Examples

# Objective Fixes #13230 ## Solution Uses solution described in #13230 They mention a worry about adding a branch, but I'm not sure there is one. This code ```Rust #[no_mangle]...

C-Bug
S-Ready-For-Final-Review
A-Reflection
X-Uncontroversial
D-Straightforward

Short people can be healthy at lower weight. If you want to enforce a weight maybe use BMI instead of one limit.

enhancement

Hi, Is it possible to configure the notification options on a per room basis in iamb? I have some rooms that are important to me, like family chats, and some...

As mentioned in the issue #304, I couldn't find a way to set notification options. Here is an attempt to implement it. It isn't working, I'm not sure why so...