Ramon Gebben
Ramon Gebben
## How to reproduce Create a "template" job e.g. ```yml .job_template: image: node:12 stage: test script: - yarn test ``` `include` in within your `.gitlab-ci.yml` ```yml include: "/templates/test.yml" stages: -...
While installing from head the error: ``` Could not find "ar_paperclip_image.rb" in any of your source paths. Your current source paths are: .../vendor/bundle/ruby/2.0.0/bundler/gems/mercury-5f178716a420/lib/generators/mercury/install/images/templates ``` The problem appears to be fixed...
It would be great if it would pair the fonts with a `fonts.css`/`fonts.less`/`fonts.scss`. Which would look a bit like this: ``` @font-face { font-family: 'FontA'; src: url('./fonts/font-a.eot'); src: url('./fonts/font-a.eot?#iefix') format('embedded-opentype'),...
**Describe the bug** I've made a quick demo testing out the tool as a part of our product but when I ask the "AI" to take an action on my...
It would be great if this would support android as wel.
Are there some documentation about how to write the comments you want to be generated into docs? or are you using some kind of standard?
I really like the minimal style of this app, but I'm missing a way to save next to ctrl s. Let's go and make a full app out of this....
## Dear Tom, I am trying to implement your app a Pi, i followed the instructions to the letter but can't seem to get an ssh connection to 172.16.254.1. I...
It would be awesome if I could install this using just npm.
Within the current implementation added children that might be `false` or `null` will cause the spread of the child props to throw an error. This should prevent that from happening...