-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
If I try to use the provided "Dark theme" or the "Light theme" preference packs and …
-
Hello
I have a problem with Right To Left (RTL) language and numbers.
I want to write this text
להציג רק את 3 המוצרים הראשונים בטבלה
But on VSCode the result is:
המוצרים הראשונים בטבלה 3 להציג …
-
Reported by: **[daschuer](https://github.com/daschuer)**
Date: 2017-11-25T23:37:47Z
Status: Confirmed
Importance: Undecided
Launchpad Issue: [lp1734493](https://bugs.launchpad.net/bugs/1734493)
---
…
-
https://www.w3.org/TR/WCAG20-TECHS/H34.html
https://unicode-explorer.com/c/200F
Changes
![image](https://github.com/shadeed/rtl-styling/assets/109705802/d573ab9f-9038-4df4-a574-c314e365e74d)…
-
-
The following tests fails to compile
```rs
// lib.rs
#![no_std]
pub fn add(left: u64, right: u64) -> u64 {
left + right
}
#[cfg(test)]
mod tests {
use super::*;
use rstest:…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues.
### Is this issue related to iced?
- [X] My hardware is compatible and my graphics drivers are up-to-date.
### W…
-
It seems like the offset is wrong on RTL languages and the carousel does not work. Is anyone else experiencing this?
-
Hi, I tested viewer and see, it ignore tag like dir=rtl, so html is always left aligned. Is it possible to add riglt to left alignment?
-
(Gleam nightly)
```gleam
type Either(a, b) {
Left(value: a)
Right(value: b)
}
fn always_second(_first: value, second: value) -> value {
second
}
pub fn main() {
let #(right) = …