Arthur Cosentino

Results 10 comments of Arthur Cosentino

Currently there doesn't seem to be support for anything other than Cloudflare, OpenTok, Metered, and Twilio I'll try to see if I can add support for Coturn sometime this week

I've added a simple backend that is activated by setting a `TURN_ADDR` environment variable. For testing locally, this looks like: ```bash export TURN_ADDR=127.0.0.1:3478 ``` You'll want to swap `127.0.0.1` with...

Let me know if this order seems fine: ![Image](https://github.com/user-attachments/assets/e9e56e95-faec-4668-9866-b3f014751ca9) Entire NaviCust ![Image](https://github.com/user-attachments/assets/10a883b8-846f-4d41-9287-61e668475bea) Folders ![Image](https://github.com/user-attachments/assets/607f1bf6-f297-420c-a160-73a663dc1c11) ![Image](https://github.com/user-attachments/assets/f98d29e3-0780-4f15-863f-2243230e0e76) Patch Cards (I could use a better BN5/6 patch card save for testing if anyone...

Something not currently covered by the PR: ```rust use std::ops::Range; struct A { ranges: Vec, } struct B(Vec); fn main() { A { ranges: vec![0..5] }; B(vec![0..5]); } ``` The...

I'm seeing something similar when running btop which is using braille characters for graphs such as: `⣀` (U+28C0). Pasting this character multiple times messes with selection the further right you...

Works for me on Linux, but I do get a lag spike / pause before the dialog appears, which differs from what I see on the main branch.

I'm waiting on this before we can make it part of official releases: https://github.com/orgs/community/discussions/19197 Is it alright if I merge in your changes so far?

Just switched back to downlevel defaults, but specified `max_texture_dimension_2d` as 4096 to allow Tango to still work on high resolution monitors. Let me know if I should change anything else.

> I'm not familiar with rust, but can we specify different value for different platforms? i.e. default for x64, downlevel_webgl2_defaults for aarch64 and armhf. Guess I can give it a...

1. I'll see about fixing this 2. Are there logs after that, and does it ever show up without crashing? This matches up with a block containing: `log::error!("failed to submit...