-
Following the readme instructions
```
$ npm install sails-permissions sails-auth --save
```
`npm` will install `sails-permissions: 1.4.4` and `sails-auth: 2.0.0`, that looks not to be working well t…
-
I added the module to my new project:
`npm install sails-hook-bunyan --save`
Created a file "config/bunyan.js" as is on README but changed **level** to **'debug'**:
```
var bunyan = require('sai…
-
Hello, I'm using sails `0.12.1`, node `4.3.1`, sails-auth `2.1.3`, sails-permissions `2.2.0`
When I tried to authorized with `/auth/google` or `/auth/github`, from the debug log, i can see the auth p…
-
As I just suggested in the RISCV meeting: We often want to run simulations (typically performance models) for some micro-architecture, say implementing RISCV. Typically we don't want to implement the …
-
I follow the documentaton but it is not working
npm install waterline-elasticsearch
Add configuration in th config/connection.js
{
adapter: 'sails-elasticsearch',
hosts: ['http://127.0.0.1:92…
-
```
_:1 "o".
```
the blank node identifier seems legal as https://www.w3.org/TR/n-triples/ says: "The characters _ and [0-9] may appear anywhere in a blank node label."
But inserting that in blazeg…
retog updated
3 months ago
-
**I am not bale to access sails event after ( "sails" : true ) defined in config/global.js file "RefernceError: sails is not define"**
**Node version**: 16.15.1
**Sails version** _(sails)_: 1.5.7
…
-
after update to 1.1.5 from 0.7.1, when i use pdf2json
`'TypeError: Cannot read property \'update\' of undefined',
' at unlockJobs (/home/jons/***/***/node_modules/sails-hook-jobs/node_modules…
-
-
I'm running pre-compiled elf files within the SAIL environment running under the C emulator.
There is a variable declared in c_emulator/riscv_platform_impl.c called rv_htif_tohost, which appears to …