kokujin

Results 44 issues of kokujin

Could someone look over how I have configured Authom for my Sails app? I created a policy called "authomAuth", which is "middleware" in Sails speak: ``` var authom = require('authom');...

I cannot use port 80 in my dev machine, so I decided to change the port as in: ``` var http = require("http") , authom = require("../lib/authom") , server =...

```` #test Test #count - + ```` Given the view snippet above, I tried to collect references using `` const { count, down, up, board, test } = view.collect(view) ``...

Consider this markup ``` £10.50 none test ``` The above is then bound as follows: ``` $(document).ready(function() { var data = Bind({ price: null }, { price: { dom: '.price',...

question

Missing Broccoli global executable? Is this supposed to be globally installed as in :+1: npm install broccoli -g?

Can someone show me how to override the factories $parse or the instance in a controller? Thanks ``` angular.module('app') .factory(Users', function(ActiveRecord) { return ActiveRecord.extend({ // Rest API configuration for retrieving...

At the moment, it's only possible to toggle the dropdown by clicking on the arrow, is it possible to make the whole container react this way? Thanks

Is there an explanation for this warning I get when I execute a remote task? "DeprecationWarning: Calling an asynchronous function without callback is deprecated." Thanks

bug

Hi, are there benchmarks somewhere?

I would like to be notified when a routing was successful. I tried "afterShow" but I assume that I am not using it properly because I cannot seem to catch...

question