Greg Stephens

Results 78 comments of Greg Stephens

Why are the docs failing with dead link errors for links that are working? ``` 3227:3-3227:54 warning Link to https://github.com/RasaHQ/rasa/issues/5413 is dead no-dead-urls remark-lint [75](https://github.com/RasaHQ/rasa/runs/7794964820?check_suite_focus=true#step:13:76) 3238:3-3238:54 warning Link to https://github.com/RasaHQ/rasa/issues/5402...

Re-ran and fixed the docs dead links but now getting a codeclimate upload failure. Re-running didn't fix it: ```log /home/runner/work/rasa/rasa/cc-reporter upload-coverage -i coverage.total.json --debug [898](https://github.com/RasaHQ/rasa/runs/7823812246?check_suite_focus=true#step:6:899) Error: you must supply a...

> I've just noticed a module got added `src/dashbotpy`, could you also please remove it? Sorry about that. Fixed.

@l1br3 I used a custom_template for the first time in the last week. I found it useful to look at the generated code for an existing view and started by...

@perak I suggest that this item is marked as an enhancement and we add a `remote` property to the `collections` or something along those lines: ``` "collections": [ { "name":...

`this.user.profile.authorId` is null when referenced in the route_params.

I've also just run across a need for buttons on table rows.

@perak I think having the files locally is a good idea. I initially ran across this issue while working on an airplane with no internet connection. Since then, I've been...

I wrote a post on selecting Bootswatch themes with Meteor Kitchen [here](http://flnkr.com/2016/04/user-selectable-theme-with-meteor-kitchen/).

@perak I was looking to work on adding this feature to Meteor Kitchen but I don't see the actual kitchen source posted. Is this something I can help with?