-
**Description:**
The current STORM code supports generating Arabic articles. I verified this by integrating the Bing API and GPT-4. The following command was used to generate Arabic articles:
…
-
Please add Right-to-Left (RTL) support for languages like Hebrew and Arabic...
Something like:
``` javascript
doc.rtl(true);
doc.text('...', {rtl: true});
```
-
### Describe the bug
RTL:
![image](https://github.com/primefaces/primeng/assets/1260402/07f7d840-5599-478d-960c-b8b6d00ea398)
I'm well aware that RTL mode is not officially supported. I am open…
-
I want to create a pdf doc has include persian char, but in output file is NOT currect
-
Hi,
Im using ubuntu 20.04 and gnuradio 3.8.5, and i get the following error,
michael@ubuntu:~/Desktop/gr-iridium-maint-3.8$ iridium-extractor -D 4 examples/rtl-sdr.conf > output.bits
gr-osmosdr 0…
-
I have several sensors that show up fine on autodiscovery, but unfortunately the primary key used for the sensor is not in the list:
https://github.com/pbkhrv/rtl_433-hass-addons/tree/main/rtl_433_mq…
-
Is there any plan for supporting the Acurite Atlas? rtl_433 on Linux supports it, and I use it with WeeWX, but would love to have support in this plugin as well. BTW, great work! :)
-
Hi,
is it possible to add support for an Inkbird ITH-20R for esp32 with cc1101 i am not sure how to add additional decoders. a link for it working with rlt_433 is , https://github.com/ehagan/rtl_4…
-
**History**
From version `1.8.15` added option `OUTPUT_TEXT_DIRECTION` for select direction of text,
and in version `1.9.2` removed this option. i didn't find an explanation for it.
it was the ri…
-
Input :
```
.foo {
float: right;
/* rtl:only text-algin: right ;*/
}
```
LTR output:
```
[dir="ltr"] .foo {
float: right;
}
```
RTL output:
```
[dir="rtl"] .foo {
…