Ilyes512

Results 24 comments of Ilyes512

Setting a dep on `dev-master` is far from ideal. @barryvdh Can we please get a new release/tag?

Oeps, should have checked issues first :P https://github.com/tmrts/boilr/pull/74

You can "solve" this by using golang raw string constant. So in your template you change `{{sometext}}` to ``{{`{{sometext}}`}}``. Btw I have a hardfork of this project [here](https://github.com/Ilyes512/boilr) Added some...

I would like to help out... Got some (easy to implement) idea's and it looks like I just found a bug that I will try to fix. ping @tmrts So...

I am sort of doing that here https://github.com/Ilyes512/boilr edit: fixed link

@jackwilsdon what? I did not change any of the original commits? I also added a disclaimer here https://github.com/Ilyes512/boilr#note So not sure what you mean with "commits being attributed to you"....

Okey, glad we solved that misunderstanding :) I actually needed to read the article (I did now, but before I actually only skimmed it and missed the preivate repo part)....

Dont use: ``` $ apk --update add --no-cache ``` Because it will just ignore --no-cache and create cache files in `/var/cache/apk` anyways.

Any (progress) update on this subject? Not trying to put any pressure, but some more info might give us some insight going forward.

Is it important to keep supporting the older OpenApi implementations? It might be easier to create a new version of this package (or a totally new one) that only starts...