Robert

Results 12 issues of Robert

When serving some static html files with reload with the following simple directory structure: ```` index.html /subdir index.html //

enhancement
command line

Hello BtFord! I worked a lot with your seed/skeleton projekt. It is really great. Thank you for providing it. Just one feedback from the point of view of a learner:...

I am trying to invite a few users into my channel. I am successfully logged in. And I am the admin of my channel. ```` // This is the channel...

Feature Suggestion Add a method that fetches a value from the cache either directly if the value is already cached, or that uses a fetchFunction to load the vaue and...

Thank you for the great SortableJS! I am using it in my progressive mobile web application (PWA). I have a simple sortable with a few vertically stacked items in it....

enhancement
feature

If I understand correctly the *.env.js files under config/ include each other via webpack-merge in this order: test.env.js => dev.env.js => prod.env.js This would mean, that the test actually use...

see http://stackoverflow.com/a/36938187/6113110 It seems that simply the chai-http documentation is wrong. It sais: ``` // Send some Form Data chai.request(app) .post('/user/me') .field('_method', 'put') .field('password', '123') .field('confirmPassword', '123') ``` Which does...

I am using Spring HATEOAS as REST service. Is exposes REST resources with links between related resources. But all URIs are absolut. I cannot pass them into restful collections. What...

Just something I stumbled upon, that might also be of interest to others: The api.custom() method returns an member (ie. one entity). I have a custom url that is a...

I really like your team. It's clean and simply. Not just the UI, also the code. I'd like to build upon it. But it seems the newest ghost version requires...