ypiguet-epfl

Results 16 issues of ypiguet-epfl

In `dukpy.evaljs`, the math function `Math.trunc` raises the exception `_dukpy.JSRuntimeError: TypeError: undefined not callable`. Other math functions, such as `Math.floor`, work. To reproduce in Python 3 (tested in 3.6.9): ```...

On Mac, Thonny is launched by a script whose shebang is the absolute path of its own Python interpreter. This is typically ``` #!/Applications/Thonny.app/Contents/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python ``` but depends on the location...

macOS
distribution

When more categories are added to `SpriteMorph.prototype.categories` in file [objects.js](https://github.com/jmoenig/Snap/blob/master/src/objects.js), corresponding buttons are not visible in the GUI because the layout assumes 4 rows in function `fixCategoriesLayout` in file [gui.js](https://github.com/jmoenig/Snap/blob/master/src/gui.js)....

Aseba Studio quickly looses the connection with Aseba Playground with Thymio.playground. This is observed on macOS 10.12 with 1.6, but maybe it's a more general problem. It happens after a...

Bug
Mac OS specific
Mobsya

When Aseba Studio closes the VPL window upon Thymio disconnection (see #799, but it probably also occurs upon more legitimate disconnections) and the user is dragging a VPL block, Aseba...

Bug
Studio
Mobsya

In the function descriptions in [aseba/native.c](https://github.com/aseba-community/aseba/blob/master/aseba/vm/natives.c), the role of arguments isn't always stated clearly. For instance for `math.add`, the description reads _adds src1 and src2 to dest, element by element_...

Suggestion: add support to asebahttp and asebahttp2 to also serve local files, to avoid cross-origin issues. A basic implementation with a single directory and a few mime types (html, js,...

Wish
Switch
Mobsya

The Aseba compiler supports constants defined in the source code with keyword `const`, contrary to what's stated in the [documentation](https://www.thymio.org/en:asebalanguage#toc5). Search for `TOKEN_STR_const` in files [lexer.cpp](https://github.com/aseba-community/aseba/blob/master/compiler/lexer.cpp) and [parser.cpp](https://github.com/aseba-community/aseba/blob/master/compiler/parser.cpp). See also...

Documentation
Bug
Mobsya

Sending an application from Thymio Blockly (standalone application) to asebahttp (whether launched by Thymio Web Bridge or directly) is very unreliable (tested in 1.6 on macOS 10.12 and Chrome 63,...

Bug
Blockly
Mobsya

In Aseba Studio with the VPL window and its About dialog open, if the connection is broken and restored, the VPL window is reopened in front of the About dialog...

Bug
Studio
Mobsya