Aitor Moreno

Results 9 issues of Aitor Moreno

If you try to pass some arguments to `electron` using the `args` parameters doesn't work properly. ``` const electron = require("electron-connect").server.create(); electron.start(["--api", "http://localhost:4444/api"], (procState) => { ... }); ```

Updates `package.json` to use our own patched version of [Draft.js](https://github.com/facebookarchive/draft-js) This also should fix this bug: [Taiga Issue #6945](https://tree.taiga.io/project/penpot/issue/6945)

Previous version: ![wrong palette](https://github.com/penpot/penpot/assets/478699/285982f2-3b1e-47c1-9de9-d6c6d901042e) Current version (with this fix): ![Screenshot from 2024-04-30 10-25-57](https://github.com/penpot/penpot/assets/478699/56299b8a-b781-4de0-a6fb-54120d6fe94f)

Un pequeƱo programilla para probar que funciona la feature: ``` program feat_new_map_center; private int cx, cy; begin graph = new_map(32, 32, -1, -1, 0); get_point(file, graph, 0, offset cx, offset...

enhancement

AƱade la opciĆ³n `_no_safe_exit` a `compiler_options`.

enhancement

- Now vertices can be created by pressing SPACE - Normals are drawn - E/R to decrease/increase flag number - PGUP/PGDN to decrease/increase ceiling - HOME/END to decrease/increase floor -...

enhancement