ZettaScript

Results 18 issues of ZettaScript

When using a screen reader (e.g. Orca), you can only navigate between the form items, but cannot read the labels. This is a problem for visually impaired people. Accessibility relations...

When the microphone is not available (e.g. blocked by the browser), there is an alert with the error and then nothing. This is a regression from previous versions (like 3dda3d2)...

Currently, mumble-web is completely unusable with a screen reader. This commit improves semantic, accessibility for screen readers and keyboard navigation. (see WAI ARIA) Further work is needed for: * activating...

Currently the `wan:infos` command does not authenticate. However, this request provides more data when authenticated (e.g. the public IPv4). Running this command without authentication may still be useful, so the...

Fixes #383 I don't exactly know the implications of storing the resolver there but it looks reasonable to me (more than recreating it at each lookup). Default config has the...

Currently the DNS resolver is using `hickory-resolver`'s default settings, which are constant: https://github.com/paritytech/litep2p/blob/6d61e2be641efbd8bc954479906fcf962bb4fe66/src/transport/common/listener.rs#L88 The default being Google's DNS, it makes litep2p a de facto vendor-locked Google client :p It would...

Cette PR ajoute des [notifications de bureau](https://developer.mozilla.org/fr/docs/Web/API/Notification) pour le chat. L'avantage par rapport aux notifications intégrées à la page est qu'on les voit même quand le navigateur n'est pas visible....

While this is algebraically correct, implementations may not be able to provide `One` and `Mul` for the same types. For example, I implemented polynomial quotient rings $(\mathbb{Z}/q\mathbb{Z})/(x^n+1)$ as a type...