Álax de Carvalho Alves
Álax de Carvalho Alves
**Checklist** - [x] I have read the [Contribution & Best practices Guide](https://github.com/openSUSE/osem/blob/master/CONTRIBUTING.md). - [x] My branch is up-to-date with the upstream `master` branch. - [x] The tests pass locally with...
``` Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-i1hxw5f7/warrant-ext/setup.py", line 4, in from pip.req import parse_requirements ImportError: No module...
Includes a sample yaml and script to run this using docker.
Fixes #603 ( We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged** if your tests fail at first! If...
Fixes #971 ( We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged** if your tests fail at first! If...
Since me and @kaustubh-nair have been using development branch to get our work reviewed and merged faster, we have opened this PR to keep comparing with `main` branch. Make sure...
When we get Rails 6.0 merged on `main` branch, we could consider setting up WebPacker instead of Sprockets. I have started much of this work already [here](https://github.com/alaxalves/mapknitter/pull/4)
Follow the steps below will definitely help: https://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#upgrading-from-rails-5-2-to-rails-6-0 This depends on #602
Added yaml file with sample docker configuration to make easier and faster developing to ruby-lang. Also added examples in README on how to use either Docker or Docker-Compose.