Phlegx Systems

Results 113 comments of Phlegx Systems

**If you put the default options on `config/boot.rb` then all command attributes for rake and rails fail (example: `rake -T` or `rails g model user`)!** So, append this to `bin/rails`...

I have the same warnings. **ruby:** 2.7.1 **rails:** 6.0.3.2 **closure_tree:** 7.1.0

Hi there! What is the status of this Pull Request. We would need this Helm way as well!

Solved with: ```scss @mixin vue-content-placeholders { position: relative; overflow: hidden; /* Other browsers */ overflow: overlay; /* Chrome */ &::-webkit-scrollbar { width: 0; height: 0; } ... } ``` PR:...

**Rswag:** 2.3.1 **Rails:** 6.0.3.2 Can someone help me please? I have the same problem. I have added `swagger_dry_run` to test environment, etc. but what I don't understand is, how you...

@d11wtq your solution is not correct. It works but it is not correct. Read here how Swagger 3.0 defines [API Server and Base URL](https://swagger.io/docs/specification/api-host-and-base-path/). ``` https://api.example.com/v1/users?role=admin&status=active \________________________/\____/ \______________________/ server URL...

@pegler did you found a solution? I have the same problem.

The suggested workarounds are not so elegant. Investigating on this problem I have found the bug(s). 1. Working with HTML input tag ids is tricky and the ids should be...

Help needed to build the project! I have read the contribution readme but without success to get the build process work.