Tony DeFusco

Results 13 issues of Tony DeFusco

**Format**: Postman Collection **Official**: YES **Url**: https://www.postman.com/ciscodevnet/workspace/cisco-devnet-s-public-workspace/collection/30210-beba6b1c-a834-f8a3-951c-29678666d198 **Category**: telecom **Logo**:

format: postman

The "DataWeave: Create New Library Project" wizard of the DataWeave 2 VS Code Extension does not appear to be working anymore for the latest release of VS Code (1.79.0) on...

Having support for wildcards would be very useful, such as when one needs to delete several files that match a pattern. e.g. `*DELETE *.BBC`

enhancement

I was not sure if this belonged here or in the Quark VDP project. The backspace key works great for deleting the character _immediately to the left of_ the cursor....

enhancement

Sometimes when I type the cursor up key from the command prompt, I change my mind (the last entered command is not what I wanted). When that happens, I can...

enhancement

I presumed this was an issue with the VDP, but it was suggested that the issue might need to be fixed in BBC BASIC, so I am re-submitting the issue...

bug

Load and run the [example .BAS](https://drive.google.com/file/d/1LO4F1o2B--Cm0AJlhqbmlePXtpL8bJ76/view?usp=sharing) file. The message `No such variable at line 50010` will be displayed. I'm not sure what is going wrong. Perhaps Agon BBC Basic gets...

help wanted

Any of the following lines of code in BASIC or BASIC ADL will cause the Agon to lock-up: ``` 10 VDU 31, POS, VPOS 20 VDU 31, 0, VPOS 30...

Having `438781` bytes of memory available for a BASIC program is a wonderful thing, but I'm now wondering if there are any other known limitations in Agon BBC BASIC ADL...

bug

When run, the following code results in a `No such variable at line 110` error: ``` 100 REPEAT 110 READ A% 120 UNTIL A% = 255 130 DATA 1:REM 140...

bug