Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: ANN: Color-lab plugin version

From: rebol-list2:seznam:cz at: 14-Apr-2004 18:22

Hello Anton, Monday, April 12, 2004, 7:03:36 PM, you wrote: AR> Have a look: AR> ** Script Error: decompress expected data argument of type: binary AR> ** Where: do-thru AR> ** Near: do load decompress read-thru site/color-lab/ctx-color-lab.gz
>>> read-thru site/color-lab/ctx-color-lab.gz
AR> == none
>>> read-thru site/color-lab/ctx-color-lab
AR> == none
>>> site
AR> == http://127.0.0.1/rss/builds/ AR> site has been set to his local computer. :) AR> Obviously he left that in during debugging, AR> and forgot to set it back before uploading. AR> I know how easy it is to forget... Ahh... good work Anton. I will fix it:) AR> That is a problem I solved for myself by writing a AR> tool which I called "push-cache". It pushes a file AR> from my local directory (my current sources) into AR> my public cache directory. So I always simply use AR> read-thru or load-thru, and don't have to remember to AR> remove debugging lines before upload all the time. I don't have any debugging lines inside, I just use a script which go thru all files in specified directory, replaces all parts of code (usually paths) and copy these files to places from where I do uploads. But this time I probably uploaded the script directly:/ And because the script content is compressed to speed up the download, I use the site variable in the header which is left uncompressed and then in code I use: site: system/script/header/site .... after same time .... it should be fixed.... You can even do: do http://oldes.multimedia.cz/rss/builds/color-lab/color-lab.r to run non plugin version (requires the new Rebols where is available rgb-to-hsv as a native function) For these who have old Rebol version, there should be still the version on my reb-site AR> Anton. -- Best regards, rebOldes -----------------[ http://oldes.multimedia.cz/ ]