AltME groups: search
Help · search scripts · search articles · search mailing listresults summary
world | hits |
r4wp | 0 |
r3wp | 759 |
total: | 759 |
results window for this page: [start: 201 end: 300]
world-name: r3wp
Group: RAMBO ... The REBOL bug and enhancement database [web-public] | ||
Graham: 22-Sep-2005 | RAMBO is for technical issues, and not policy issues. | |
Pekr: 22-Sep-2005 | could you read twice, please? ;-) IIRC, rambo is also about reporting inconsistencies in documentation etc., and if I am not alone who's one of Win95 machines does not accept View 1.3 and website tells so, then I regard it being incorrect. | |
Anton: 22-Sep-2005 | (no ticket appears in RAMBO, searching for "while") | |
DideC: 24-Sep-2005 | I had done some enhancements to request-date in the days of "View 1.3" project (2 years ago). The result is in RAMBO, but not the code http://www.rebol.net/cgi-bin/rambo.r?id=3058& So you can find it here with some demo code : do http://membres.lycos.fr/didec/rebol/request-date-enhanced.r | |
Pekr: 25-Sep-2005 | whatever - Chat for e.g. - RAMBO is bug reporting related group ... | |
Anton: 12-Oct-2005 | Gabriele, regarding http://www.rebol.net/cgi-bin/rambo.r?id=3918& I found my patches still cause visual artefacts in certain circumstances, so this report should be cancelled. Sorry about that. (It does demonstrate, at least, how to iterate PROGRESS style in a usable way, but I'll better publish that elsewhere.) | |
PhilB: 18-Oct-2005 | Came across this at work today .... REBOL/View 1.3.1.3.1 17-Jun-2005 Core 2.6.0 >> to integer! "" == 0 >> to decimal! "" ** Script Error: Invalid argument: ** Near: to decimal! "" Shouldnt that return 0 like to integer! ?? Cant see anything in Rambo for it though ... | |
Oldes: 18-Oct-2005 | http://www.rebol.net/cgi-bin/rambo.r?id=-456& | |
Mchean: 23-Oct-2005 | dont have access to rambo could someone submit an error in the word brower for me. in the find box a down arrow errors with: ** Script Error: index? expected series argument of type: series port ** Where: pick-next ** Near: sync-funcs-list index? f show-word first | |
BrianH: 26-Oct-2005 | RAMBO 3939: In response to your question, I propose an alternative. Instead of changing to-dec and to-int to handle decimal and integer (respectively) source values correctly (slowing down the common case), add as-dec and as-int opcodes that act as assignments when given source values already of the corresponding type, letting those opcodes have the overhead when you can't be sure the source is of the opposite type. Also, change to-int to assign 0 instead of 1 for invalid source values, to be consistent with to-dec assigning 0.0 then. | |
BrianH: 26-Oct-2005 | I don't have an account on RAMBO, so there is no other way for me to reply to the question asked of my submission. | |
BrianH: 26-Oct-2005 | For that matter, I just submitted another rebcode proposal to RAMBO, and then noticed some code in the fix section that I wanted to change. The submitted code still works, but I would still like to clean it up a little. If I had an account on RAMBO, would I be able to fix my own submissions? | |
Pekr: 27-Oct-2005 | Rambo needs "add comment" section ... I am not sure Carl checks regularry here .... | |
Rebolek: 27-Oct-2005 | Send it to RAMBO :) | |
Pekr: 27-Oct-2005 | ah, I should read first ... dunno if Rambo allows you to edit your submissions ... | |
BrianH: 27-Oct-2005 | RAMBO 3939 still has a status of "Waiting". | |
BrianH: 27-Oct-2005 | On RAMBO 3942 in the fix code, in the either statement please change the test to empty? labels and swap the code blocks, thanks. It'll work the same but will be cleaner. Like this: either empty? labels [rule: opcode-rule] [ label-rule: make block! length? labels foreach [key val] labels [insert insert tail label-rule to-lit-word key '|] clear back tail label-rule label-fixup-rule: [there: label-rule (there/1: 2 + select labels there/1)] label-error-rule: [label-rule (error/with here "Cannot use label here:")] rule: fixup-rule ] | |
BrianH: 27-Oct-2005 | Submitted my proposed alternate to 3939 as a new RAMBO entry. Maybe that will work. | |
BrianH: 27-Oct-2005 | Should I make RAMBO entries for the other rebcode enhancements we came up with in the Rebol Enhancements group? | |
Rebolek: 18-Nov-2005 | Bug 3486 has status PENDING but seems to be already fixed. Maybe other bugs are fixed too, but RAMBO says otherwise. Adding comments to RAMBO should be really great. | |
Geomol: 1-Dec-2005 | Why do we write this under "RAMBO"? :-) It's not a bug! | |
Anton: 2-Dec-2005 | Doesn't seem to be reported in rambo anywhere. | |
Rebolek: 2-Dec-2005 | You should RAMBO it | |
Anton: 2-Dec-2005 | Ok, submitted to RAMBO. | |
Anton: 4-Dec-2005 | Ah, just reading through rambo tickets, looks like this one is fixed already for View 1.3.2 | |
Henrik: 5-Dec-2005 | kru, probably what you see in RAMBO :-) | |
Rebolek: 5-Dec-2005 | Henrik in RAMBO I can see only bugfixes, but no informations on what's going to be added (if anything will be added). | |
Gabriele: 7-Dec-2005 | (IIRC that was posted as a bug in RAMBO because there was a crash in some case...) | |
Alberto: 9-Dec-2005 | OT. AFAIR in previews AltMe REBOL worlds, there was a "WISH" group, could be created again? or is correct to post wishes in the RAMBO group?. | |
Anton: 9-Dec-2005 | Yes, there is a wish category for rambo submissions. (Be sure to also list the reason you wanted it.) | |
Anton: 22-Dec-2005 | It does not appear to be in Rambo. I suppose the work-around is just to use face/text instead of value. | |
DideC: 22-Dec-2005 | RAMBO it ! Accessors where made a bit to quicky OMO. field are special case due to password input, and the accessors does not managed this well OMO. Maybe looking to it and proposing correction into RAMBO would help. | |
[unknown: 5]: 24-Dec-2005 | Anyone else see the problem that I see with 'alias: http://www.rebol.net/cgi-bin/rambo.r?id=3986& | |
Anton: 29-Dec-2005 | (Submitted my bug above to RAMBO.) | |
Ammon: 12-Jan-2006 | Apparently REBOL doesn't like set-paren!s http://www.rebol.net/cgi-bin/rambo.r This is a really ugly bug that needs fixed ASAP, kills the interpreter no questions asked and no information given. | |
Gabriele: 13-Jan-2006 | http://www.rebol.net/cgi-bin/rambo.r?id=-551& | |
Gregg: 13-Jan-2006 | RAMBO #3460. It's come up before. | |
Will: 20-Jan-2006 | mymistake please delete RAMBO Ticket #-556 | |
Anton: 23-Jan-2006 | Will, might be better to submit a new rambo ticket to ask to remove the old one. Then it's not forgotten, and you know the people actually capable of closing the ticket will have to review it. | |
Ladislav: 26-Jan-2006 | I posted two new tickets concerning UDP to RAMBO: - "no-wait UDP ports and blocking COPY" - "no-wait UDP ports and READ-IO" I see the blocking problem as critical | |
Ladislav: 2-Feb-2006 | added a new 1.3.2 bug to Rambo: b: head insert copy [] make list! [1] produces an invalid block | |
Graham: 5-Feb-2006 | RAMBO Ticket #-578 Exists? corrupts http protocol. | |
Graham: 5-Feb-2006 | Are Rambo tickets now negative ?? | |
Anton: 6-Feb-2006 | Mmm, don't see it in RAMBO already. Anybody can confirm ? By the way, SAVE or SAVE/ALL doesn't make a difference, but it must be LOAD/ALL to show the inconsistency. | |
François: 20-Feb-2006 | Hi, i just posted a new bug on rambo: When calling 'request-file and clicking on Cancel, the value returned is %none instead of none --> makes more complicated to test the returned value. I tested under Windows XP | |
François: 20-Feb-2006 | Just send a feedback to RT to ask them to disregard the rambo ticket | |
Ashley: 13-Mar-2006 | Anyone had problems with 'switch and datatype! I've reduced the problem down to: t: func [v] [ select [ #[datatype! integer!] ["A"] #[datatype! decimal!] ["B"] #[datatype! block!] ["C"] ] type? v ] >> t 1 == ["A"] >> t 1.0 == ["B"] >> t [] == decimal! Unless there's an obvious explanation, I'll RAMBO it. | |
Pekr: 14-Mar-2006 | RAMBO it, please, they will dismiss it at max, if it is not a bug, but I think it is ... | |
DideC: 21-Mar-2006 | It's in RAMBO #4040 http://www.rebol.net/cgi-bin/rambo.r?id=4040& | |
Vincent: 26-Mar-2006 | RAMBO #3650 "crc32 function added to checksum" - I have just contributed a crc32 function to the rebol library. It's quite slow, but the rebcode version is fast enough. CRC-32 is still used by common tools (archivers...), and an implementation in the 'checksum native would be useful. | |
Vincent: 26-Mar-2006 | crc-32.r with gigabytes files: [don't do it] - it works, the memory used isn't size relative - but on a 1GHz PIII, the speed is < 300 kbytes/s! rebcode version is a lot faster (>2Mbytes/s), but 1) rebcode isn't part of official releases 2) the rebcode version of 'crc-32 needs whole file in memory. so, back to RAMBO: #3650 - I vote for 'crc32 as another 'checksum/method, and maybe a RAMBO ticket for a port aware version of 'checksum would be a good idea. | |
Oldes: 6-Apr-2006 | I understand, thanks. Anyway, I submited it into Rambo. | |
eFishAnt: 29-Apr-2006 | Gab or some RAMBO editor, can you update RAMBO ticket #4087 there is a workaround from Edgar which is to so system/ports/serial: [ttyS0 ttyS1] to patch the ubuntu port of REBOL. I suspect that can be done in a future release for ubuntu, but at least for now I have a workaround. | |
Cyphre: 3-May-2006 | ChristianE: put it into RAMBO please. | |
Ladislav: 13-May-2006 | Should I put these to RAMBO or not? (question for Gabriele): | |
Gabriele: 13-May-2006 | Ladislav, yes add it please. i remember seeing a report about this but maybe it never got into rambo. | |
Ladislav: 14-May-2006 | the above quirks posted to Rambo | |
BrianH: 19-May-2006 | I just posted a RAMBO entry (currently #-663), accidently before I was finished writing it. There are errors. What do I do? | |
BrianH: 19-May-2006 | I got the example code wrong, and the description should have referenced an older RAMBO entry (3575) that was wrongly prioritized. | |
BrianH: 19-May-2006 | I backed up, fixed it and resubmitted. Whoever is watching RAMBO, please disregard #-663, it is superceded by #-664. | |
Anton: 29-May-2006 | OK - submitted to RAMBO. | |
Robert: 11-Jun-2006 | OT: Is there are Rebol based RAMBO editor available that works on the web version's database? | |
Henrik: 12-Jun-2006 | I wonder what happened to the AltME Bug Tracker. I thought it was way cooler than RAMBO. | |
DideC: 12-Jun-2006 | It was used in the Old View 1.3 project world 2 years ago. All its content was put in RAMBO when RAMBO was up and running. | |
Henrik: 5-Jul-2006 | oh... I already see it in RAMBO as #4086 :-) | |
BrianH: 29-Sep-2006 | Ladislav, while it nice to see APPLY being put on the front burner (RAMBO 3575), I have a problem with Carl's proposal. His examples clearly do not evaluate their function argument (like HELP or SOURCE), but this would prevent using APPLY with anonymous functions. It would be preferable to require the function to be specified with a get-word like this: f: func [a b] [a + b] a: [1 2] apply :f a | |
Henrik: 17-Oct-2006 | the clipboard bug mentioned in AltME is not rambo'ed? it would be easy to fix, wouldn't it? | |
Robert: 23-Oct-2006 | Is there any simple way to add a screenshot upload function to the RAMBO script? Or has anyone done it already? | |
Anton: 23-Oct-2006 | No, and the RAMBO source is not open, as far as I know. | |
Henrik: 24-Oct-2006 | I will rambo it if there are no objections. | |
Anton: 24-Oct-2006 | No objections on anything that causes a segfault (unless, of course, it's already in rambo somewhere.) | |
Maxim: 26-Oct-2006 | anyways... I'm getting OT... (rambo list) | |
Anton: 28-Oct-2006 | Submitted the above crash code to RAMBO. | |
Ladislav: 8-Nov-2006 | user poll: what do you think about RAMBO #3518? | |
Anton: 8-Nov-2006 | WRT the rambo #3518, I think these just expose "not yet implemented" equalities. | |
Henrik: 14-Nov-2006 | rambo'ed | |
Gabriele: 20-Nov-2006 | I want to improve the esmtp:// protocol to fix a few bugs reported to RAMBO... and make it more conformant to the RFC | |
Henrik: 21-Nov-2006 | RAMBO'ed | |
Group: Parse ... Discussion of PARSE dialect [web-public] | ||
Graham: 14-Mar-2006 | oldes, rambo the documentation problem. | |
Gabriele: 14-Apr-2007 | older versions did not evaluate paths. since newer version do, we need 'a/b to work. dunno if this is in RAMBO... but it needs to be fixed. | |
Gabriele: 14-Apr-2007 | it's not a bug that they are evaluated (in fact it was requested in a rambo ticket). it's a bug that - since now they are evaluated - lit-paths are not used to match paths. | |
Steeve: 30-Jun-2007 | i would have to discuss what follow before posting it in Rambo | |
Group: Web ... Everything web development related [web-public] | ||
Anton: 8-Feb-2005 | So that looks good. Unless anyone has any objections I will post it to RAMBO as a feature request. | |
Anton: 8-Feb-2005 | OK, I posted a RAMBO ticket for this. | |
Romano: 30-Mar-2005 | Geomol, that is a known bug in ssl, see RAMBO #3532, it is interesting to know that it affects HTTPS with proxy | |
Geomol: 31-Mar-2005 | Graham: I'm not sure, if the copyright on prot-http.r prevent me from posting it, but I can tell you, what I added to it. My work-around consists of 2 extra lines after line 46, which in my version is: append http-packet "^/" My extra lines are: replace/all http-packet "^/" "^M^/" remove back tail http-packet ; Because a newline will be added. It's not a nice solution, but it works. A better way would be to open the port with a /with refinement and CRLF. See RAMBO #3532. | |
Allen: 27-May-2005 | This may be the problem. http://www.rebol.net/cgi-bin/rambo.r?id=3532& | |
Group: SDK ... [web-public] | ||
Geomol: 18-Mar-2006 | Gregg, yes, if I do a compose as in: compose [pen none fill-pen (FillType/grad-mode) (FillType/startpos) ... then it work correctly. So that is a possible work around. It must be a bug, and I'll report it to RAMBO. | |
[unknown: 5]: 24-Mar-2006 | I guess this would be good to post in RAMBO for the future. | |
Gabriele: 29-Sep-2006 | maybe it's still in rambo... (if not, please add it max) | |
Group: !RebGUI ... A lightweight alternative to VID [web-public] | ||
Graham: 4-Jun-2005 | not related to this leak is it .. http://www.rebol.net/cgi-bin/rambo.r?id=3593& which is apparently fixed in the latest releases ( according to Gab ) | |
Graham: 4-Jun-2005 | though I still see it as per this http://www.rebol.net/cgi-bin/rambo.r?id=3557& | |
Group: SQLite ... C library embeddable DB [web-public]. | ||
Sunanda: 5-Nov-2010 | It does sound like a bug. Best way to get it looked at / resolved is to add a bug report to RAMBO (the R2 bug database): http://www.rebol.net/cgi-bin/rambo.r | |
ddharing: 7-Nov-2010 | Here is Gabriele's response to my bug report (RAMBO ticket # 4411) This is not really a REBOL bug. The SQLite driver is doing a WAIT 1 in the DO-STEP function; calling WAIT inside an event handler (such as a face's timer event) is not really supported by REBOL and should be avoided. If you can't avoid it, you must be prepared to handle other events happening during that WAIT call, and you need to be very careful with blocking requesters (SHOW-POPUP, INFORM etc.) as they're likely to mess things up (they call WAIT as well). My suggestions are: 1) File a bug report with the SQLite driver. There needs to be a way to avoid the WAIT, though I guess this is going to be complicated in R2. 2) Disable other events while you're using the SQLite driver, eg. clear SYSTEM/PORTS/WAIT-LIST and restore it afterwards. 3) Use a "global" flag like you're doing. -Gabriele | |
Group: Postscript ... Emitting Postscript from REBOL [web-public] | ||
Graham: 19-Apr-2006 | I'll submit a rambo ... | |
Henrik: 19-Apr-2006 | post a RAMBO and see what happens. at least on the size difference between fonts in VID and fonts in DRAW | |
Graham: 20-Apr-2006 | Posted a rambo on the subject. | |
Group: !Cheyenne ... Discussions about the Cheyenne Web Server [web-public] | ||
Graham: 26-Jun-2007 | Interesting .. should we Rambo it? | |
Graham: 13-Jul-2007 | it's been rambo'd ages ago | |
Graham: 13-Jul-2007 | http://www.rebol.net/cgi-bin/rambo.r?id=3447& I mentioned this in 2004 |
201 / 759 | 1 | 2 | [3] | 4 | 5 | 6 | 7 | 8 |