GiuseppeChillemi

Results 9 comments of GiuseppeChillemi

I agree: it's not good to take 3GB and then releasing 5MB per second and keeping 1GB for itself. We advertise Red as a fast and resource savvy language, having...

I confirm this bug, I can't use `unique` and `difference` on data coming from the server of my company because I am always hit by a stack overflow. Thread here:...

In Rebol `>> to-block make object! [a: 22 b: 'b]` converts to: ``` == [make object! [ a: 22 b: 'b ]] ``` Which is the same of ``` append...

More about this topic here: https://github.com/red/REP/issues/100

I am here to add my support to colorization in Markdown. Colors are an essential part of communication and we are in 2021, not in 1981 with monochrome displays.

I think I have found the problem: I have opened the consolle (not powershell, the DOS one) and the problem is the space encoding %20. The command line does not...

I didn't know their existence and working. They seem suitable to be used when moving lange blocks of records in flat databases. I have tested the `/part` attributes and it...

> This is absurd. Instead of swapping items around you can just exchange data blocks. For `move/part` case `change` won't be slower, since in case of intersection it has to...

> > this target should be dropped entirely if it isn't going to be supported. > > I think this is the best option. Much as we want to support...