Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Al leer vestimentas solas, si YAML falla, debería probar con JSON #442

Open
fidel-ml opened this issue Oct 12, 2021 · 4 comments
Open

Al leer vestimentas solas, si YAML falla, debería probar con JSON #442

fidel-ml opened this issue Oct 12, 2021 · 4 comments

Comments

@fidel-ml
Copy link

Si cargo desde un proyecto entero, usa la versión JSON. Pero si trato de cargar una vestimentas solas, no lo lee.
Hay varias vestimentas que es más eficaz hacerlas con JSON, por lo que sería un feature MUY deseable (actualmente hay varias que lo usan).

@faloi
Copy link
Member

faloi commented Oct 27, 2021

¿@fidel-ml, podés incluir un ejemplo de un proyecto con versión JSON que ande? Si no entendí mal, si cargo esa misma vestimenta sin el proyecto, no funcionaría.

El proyecto lo podés subir acá mismo o si está en GitHub poner el link a la carpeta.

@fidel-ml
Copy link
Author

Robot con Cruces.zip
El yaml carga, el json no carga...

@fidel-ml
Copy link
Author

GTeacher.zip
Ahora anduvo...

@faloi
Copy link
Member

faloi commented Oct 28, 2021

Lo que aparentemente no funciona es cargar una vestimenta escrita usando flow mappings:

name: "Robot con Cruces"
rules:
  - { image: Fondo.png                , when: { red: 0, green: 0, blue: 0, black: 0 } }
  - { image: Robot-Al-Norte.png       , when: { red: 0, green: 0, blue: 0, black: 1 } }
  - { image: Robot-Al-Este.png        , when: { red: 0, green: 0, blue: 0, black: 2 } }
  - { image: Robot-Al-Sur.png         , when: { red: 0, green: 0, blue: 0, black: 3 } }
  - { image: Robot-Al-Oeste.png       , when: { red: 0, green: 0, blue: 0, black: 4 } }
  - { image: Cruz.png                 , when: { red: 1, green: 0, blue: 0, black: 0 } }
  - { image: Cruz-y-Robot-Al-Norte.png, when: { red: 1, green: 0, blue: 0, black: 1 } }
  - { image: Cruz-y-Robot-Al-Este.png , when: { red: 1, green: 0, blue: 0, black: 2 } }
  - { image: Cruz-y-Robot-Al-Sur.png  , when: { red: 1, green: 0, blue: 0, black: 3 } }
  - { image: Cruz-y-Robot-Al-Oeste.png, when: { red: 1, green: 0, blue: 0, black: 4 } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants