ZettaScript

Results 14 issues of ZettaScript

A `d128.sqrt()` (like `f64.sqrt()`) method would be useful.

### Describe the problem to be solved Some PeerTube instances receive spam comments that usually contain a hyperlink to a website. Manually reporting or removing spam takes time and is...

Type: Feature Request :sparkles:
Component: Moderation :godmode:
Component: Comments
Priority: Roadmap

Some people use multiple accounts: one personal, one for their organization, for a website... They need to log out and log in to switch between them, or to use one...

✨ feature
🤔 undecided

The use of remote speech-to-text services has some problems: * privacy * unavailability of the service * need of Facebook or other free or paid accounts * limitations of the...

This crate lacks documentation.

In the "Validate by URI" address field, the hostname is decoded the same way as the rest of the URI. This causes unicode hostnames to be badly decoded. For example,...

This works: 1+dbg(1) # prints [test.py:2] 1 = 1 but when `dbg` is in function arguments, it displays the parent expression: int(1+dbg(1)) # prints [test.py:2] 1+dbg(1) = 1

Using `bevy_hanabi` fails in WASM because `VERTEX_WRITABLE_STORAGE` is not supported (even if WGPU doc says it is supported by all platforms). Is it planned to make this crate WASM-compatible?

C - enhancement

The Linux desktop app does not seem accessible using the screen reader Orca. Usually a UI can be made (mostly) accessible by adding labels and roles to elements, and ensuring...

**Version** warp: 0.2.5 **Platform** Linux 5.4.72-1-lts, ArchLinux, x86_64 Rust 1.49.0-nightly **Description** Lists encoded in `application/x-www-form-urlencoded` POST requests are not correctly deserialized. For example, this HTML form: ``` ``` And this...