-
We need to know this in order to design dynamic stage 2 for the next (DES) project.
Let's bin the CFHTLS stage 2 agents by final skill, and for each group, ask how well they would have done at the ref…
-
Maybe something like
``` js
var a = new Admittance({
getRoles: function(user){ return user.roles;}
});
a(user).can('viewPosts');
```
-
Ny term
```
Laplace-operatoren
NN Laplace-operatoren
BF Laplace-operator
BF Laplaceoperatoren
EN Laplace operator
EN Laplacian
SO Elliptiske differensialligninger
```
SNL: https://snl.no/Laplace-ope…
-
For the Comments field in Enforcement Actions, add a dropdown list for users to choose from. Here are the values that should be included in the dropdown:
Failed 25% rule
No GCD
No WWDP
Expired WWDP…
JMurk updated
10 years ago
-
You can currently only have one instance of admittance loaded in a process. It would be nice to be able to have multiple, either:
``` js
var Admittance = require('admittance');
var user = new Admitta…
-
-
I personally feel that splitting permissions and roles into separate options would be wise.
As it is now, I will have to get the `user => role` mappings from my database, then fetch my `roles => perm…
-
Message **Cannot publish over existing version** when `npm publish`:
```
~/GIT/colibri/npm$ (master)npm publish
npm WARN package.json colibri@0.0.4 No repository field.
npm WARN package.json colibri@…
-
Rather then using rewire to reach inside modules for testing purposes it is probably better to extract the private functions into a separate module and then test that module's interface.
Thoughts?
-
Just to let you know if you created a new branch called core. I am going to do some heavy re-factoring around the ArenaManager SGArena, and the manager classes. I hope to have completed this in the ne…