Michał Połtyn
Michał Połtyn
Made code a little less "Java-y", and more Ruby-like ("ruby-ish" ? - pun intended). Still don't like `Factory` pattern, but currently can't come up with a better solution.
First, I want to preface that I am not a Swift developer, but I've noticed an odd behaviour in model template generation. Using `--option "modelType:struct"` the generator creates models as...
## Scenario 1. Create a private non-RSA key used for GitHub (eg. `ssh-ed25519`) and use that exclusively. 2. Create a private pack on GitHub 3. Try installing it with `oya...
Even if step fails, Oya hides its return code and exits with 0
Instead of ``` oya run build ``` run: ``` oya build ``` Then all other commands, like `get`, `import`, `help` could be run as `oya` arguments, eg. ``` oya --import...
Instead of: ``` oya run build oya run start ``` run: ``` oya run build start ```
Hey, hey! It would be great if we had an option to choose transform-origin value, as it's really useful. I can code it in myself, but I don't think I...