Shawn Lim

Results 25 issues of Shawn Lim

In the docs, I see this: ``` loadStuffForUser: [ 'loadUser', { // will be executed after 'loadUser' task completes successfully action: require('../../actions/loadStuffForUser'), params: context.getStore(UserStore).getGUID() } ] ``` `getGUID` is ran...

As per your docs, I did ``` $ curl --header "x-forwarded-host: positivespace.io" http://heroku-seoserver.herokuapp.com/christopher ``` the output was an empty html and body tag.

Hello, is it possible to add twitter mentions through this library? something like: tweet-mention="somebody" Also considering hashtags too.

would be better if the typeahead highlights the matched strings in the suggestions list

enhancement

I'm using TestNG instead of JUnit and I'm encountering some errors: ``` Gradle suite > Gradle test > com.snapshottest.demo.DemoApplicationTests > beforeAll FAILED java.lang.IllegalArgumentException at DemoApplicationTests.java:20 Caused by: java.lang.ClassNotFoundException at DemoApplicationTests.java:20...