code icon indicating copy to clipboard operation
code copied to clipboard

This repository contains curated code written in Red and its dialects.

Results 7 code issues
Sort by recently updated
recently updated
newest added

I am trying to compile the /Library/SQLite/SQLite3-test.red file and getting this error - "Compilation Error: undefined symbol: zero fill". Any advice? Here is how I am trying to run the...

Should it really behave like this? ![](https://i.gyazo.com/952edce9388865425a01627edd10c461.gif) If so, what's the logic?

Made this just as a curiosity although I think it may be quite useful... currently I have 2 issues: 1. once `redOpen` is called, the output from `print` functions from...

See how I have to click on cells else they won't kick off ![](https://i.gyazo.com/d62db1d3fa4ed2894618fb84d4f86048.gif)

At least on W7, it shows nothing - only white window. Line 55 https://github.com/red/code/blob/8bc261749fbf9920e2155c077411c64e7c1bdae8/Scripts/mandelbrot.red#L55 should be changed to: ``` img/image: img/image ``` for it to work

When compiled for Linux and run on it, the test does not produce a test-oi.bin file but a file named "t". It is obvious that the way of using directive...

When you drag it by the left top corner watch the right side of the image: ![GIF 01-Aug-23 19-25-34](https://github.com/red/code/assets/25307049/260ca8c8-6726-4695-8354-4a122d38afa9)

bug