Andrew Eddie

Results 53 issues of Andrew Eddie

I'm just wondering if there is a convenient location to add the user object into the request. For example, the in `isAdmin` policy (see https://github.com/tarlepp/angular-sailsjs-boilerplate/blob/master/backend/api/policies/isAdmin.js#L16) you are finding the user....

Hi Matt. I've published a typedef for the ServiceBus [here](https://gitlab.com/Mumba/typedef-servicebus) it's still pretty rough and I need to add more DocBlocks, but is this something you are interested in linking...

There are a few formats that seem to be gaining popularity. See the following examples: ``` php // Inline array. $foo = bar($arg1, array( 'one', 'two', 'three', ), $arg3); //...

question
code sniffer

Currently `AUTOBAHN_DEBUG` appears to expose additional debugging, however this does not appear to be honoured in the callback for a registered procedure. Consider the following example: ``` js session.register('com.example.error', function...

needs-investigation

I've changed the reading-time conditional on a page so that I can turn it off when needed. For example: ``` {% if site.reading_time and page.reading_time != false %} ``` If...

Type: Enhancement

I wouldn't mind hearing a talk on how to build the tutorials as seen on nodeschool.io.

Open Question
Talk Requests
Research Required

I'm just looking through the routes file and wondering if the routes should align more closely to RESTful practice. For example `/users/:id` instead of `/user/:id`. Not a biggie but just...

question

Do you guys want help making this extension compliant with the code style the Platform uses?

Hi. I'm just wondering what the license of the content for you game is? I'm developing a game engine myself in Go and I was wondering if you might have...

Let's say I've set up a route to add articles. ```typescript model.call( ['articles', 'add'], // callPath [{ title: 'good' }, { title: 'bad' }] // arguments ).then(...) ``` The `arguments`...