joneldiablo
joneldiablo
es posible limitar el numero de resultados en una busqueda?
I want to do this: ``` let grantsObject = { '*': { '*': { 'create:any': ['!*'], 'read:any': ['!*'], 'update:any': ['!*'], 'delete:any': ['!*'] } } }; //......... add more reading database...
Traceback (most recent call last): File "setup.py", line 16, in import setuptools ImportError: No module named setuptools
How could we get the final base64 or buffer instead save the file?
**Is your feature request related to a problem? Please describe.** When we use the mobile app is not possible find tournaments which we are subscribed in progress upcoming or completed...
when I set `freezeColumns: 3`, for example, and I set `nestedHeaders: [...]` the row of the nestedHeaders don't freeze the first 3 cells and so its looks buggy when I...
Hi! again... sorry but where can I see all the available fields for column config, you have this in "quick reference" https://bossanova.uk/jexcel/v4/docs/quick-reference 
this project is for pug and bootstrap 4 components?
npm ERR! Windows_NT 10.0.15063 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "dev" npm ERR! node v6.11.2 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! [email protected] dev: `./node_modules/serve/bin/serve.js`...
I try to convert with this code: ``` var xsd2json = require('xsd2json'); var filename = '../examples/release-notification.xsd'; // use as function xsd2json(filename, {'debug-info':true},function(err, schemaObject) { if(err) throw err; console.log(JSON.stringify(schemaObject, null, 2));...