Coder Social home page Coder Social logo

ext2to3's People

Contributors

jamesbmadden avatar zenithrogue avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ext2to3's Issues

Conversion

My project has been up for quite a while now, and it still isn't converting. Any reason why or did you quit this project?

Scratch boost conversion doesn't work.

I tried to use scratch boost, with this link:
https://rawgit.com/Iwotastic/Scratch-Boost/master/src/installer.js
it returned:

  1. error:
    Uncaught TypeError: ScratchExtensions.loadExternalJS is not a function
    at eval (eval at (userscript.html?id=f183c5c7-64e8-4c44-a305-081594f98fc6:NaN), :10:19)
    at Object.eval (userscript.html?id=f183c5c7-64e8-4c44-a305-081594f98fc6:3466)
    at u (userscript.html?id=f183c5c7-64e8-4c44-a305-081594f98fc6:5)
    at Object.fireWith [as resolveWith] (userscript.html?id=f183c5c7-64e8-4c44-a305-081594f98fc6:5)
    at k (userscript.html?id=f183c5c7-64e8-4c44-a305-081594f98fc6:5)
    at XMLHttpRequest.eval (userscript.html?id=f183c5c7-64e8-4c44-a305-081594f98fc6:5)

  2. error:
    ?url=https://raw.githubusercontent.com/iwotastic/Scratch-Boost/master/src/installer.js:1
    Failed to load resource: the server responded with a status of 404 ()

  3. error:
    GET https://bam.nr-data.net/1/1c6ed9743c?a=2845391&v=1123.df1c7f8&to=M1IHN0NYXEZWAEFRCgoYIxZfWkZcWA0aWwoWRA0GUF1XR0RNWFEBAFsAFFBLVw90DEdLKA1TAQ9UTlNHUk1FSgoHUhYQbktXREIGRkw%3D&rst=1253&ref=https://scratch.mit.edu/convert/&ap=48&be=342&fe=1193&dc=718&perf=%7B%22timing%22:%7B%22of%22:1559479166304,%22n%22:0,%22u%22:258,%22ue%22:259,%22f%22:4,%22dn%22:4,%22dne%22:4,%22c%22:4,%22ce%22:4,%22rq%22:9,%22rp%22:238,%22rpe%22:242,%22dl%22:272,%22di%22:718,%22ds%22:718,%22de%22:729,%22dc%22:1192,%22l%22:1192,%22le%22:1194%7D,%22navigation%22:%7B%22ty%22:1%7D%7D&jsonp=NREUM.setToken net::ERR_BLOCKED_BY_CLIENT

Unable to convert

Hello,

I tried to convert this: https://vorpalrobotics.github.io/Vorpal-Hexapod-Scratch.js

But it hangs forever on the "converting" screen.

I was really hopeful that this would get me close, because I have literally thousands of people who have my walking robots and they haven't been able to use scratch for the last couple of years. Alas, I haven't had time to look into what appears to be a pretty complex conversion process.

I'd actually be willing to pay $500 for a conversion, if you're willing to take this on! My extension uses serial io communications but other than that it's pretty straightforward, it just sends and receives serial io messages to control a robot via usb. There are a bunch of blocks, but they're all doing almost the same thing, just transmitting different codes to the robot.

Thanks for any help you can provide!

https://scratch.mit.edu/convert/?url= didn't work

Looks like that they don't like your approach. I receive 404 while I try to convert your sample script.
Any ideas?

And what the hell why shall have extensions hve to to be hosted online only. IMHO this is absolutely crap!

Main reason while I'm looking into conversion from 2to3 is my experimental ScratchX extension for the Ryze Tello qudrocopter I've implemented on my Raspberry 3+.

Does not grab variables defined outside of block functions

Example: bobbybee's gamepad extension

Ext2to3 does not grab the below variables:

  var DEADZONE = 8000 / 32767;

  var buttons = [
    ["left top", 4],
    ["left bottom", 6],
    ["right top", 5],
    ["right bottom", 7],
    ["left stick", 10],
    ["right stick", 11],
    ["A", 0],
    ["B", 1],
    ["X", 2],
    ["Y", 3],
    ["select", 8],
    ["start", 9],
    ["up", 12],
    ["down", 13],
    ["left", 14],
    ["right", 15],
  ];

  var buttonMenu = [];
  var buttonNames = {};
  buttons.forEach(function(d) {
    var name = d[0],
        index = d[1];
    buttonMenu.push(name);
    buttonNames[name] = index;
  });

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.