Qingtian

Results 13 issues of Qingtian

**Describe the bug** The size of the base face is preferred to be 500x500 rather than 100x100. ``` view [ size 500x500 base with [ size: probe parent/size ] ]...

type.review
GUI

**To reproduce** 1. Download [gzip-data.txt](https://github.com/red/red/files/9126981/gzip-data.txt) 2. Decompress the data ``` data: do %gzip-data.txt decompress data 'gzip ``` Got error: ``` *** Script Error: data not in correct format: none ***...

type.bug

In interpreter. ``` red>> type? while [false][0] == unset! ``` When compiling this codes. ``` Red [] probe type? while [false][0] ;-- will print `logic!` ```

status.reviewed
type.review
type.compiler

**Describe the bug** The following code print `true` when interpreted, print `false` when compiled. ``` Red [] f: does [throw 10 probe no] g: does [f probe no] probe 10...

type.compiler

A little text mode UI backend. Features implemented: * Styles: `base`, `panel`, `button`, `field`, `text`, `progress`, `rich-text`, `image` and `text-list`. * Draw command: `text`. Both `string!` and `rich-text!` are supported....

**Describe the bug** 1. create a file: %test.reds with the following content. ``` wrong header [] print 1 ``` 2. compile the %test.reds with `-o` ``` red.r -o tests.exe test.reds...

For fixing issue #5265

**Before submitting** Prior to opening this ticket, please share your finding in our [dedicated chat](https://gitter.im/red/bugs), so we can confirm it and help in reproducing it, including on other platforms. **Describe...

**Before submitting** Prior to opening this ticket, please share your finding in our [dedicated chat](https://gitter.im/red/bugs), so we can confirm it and help in reproducing it, including on other platforms. **Describe...

bug
duplicate
enhancement