deguich
deguich
OLD post but error is still existing. Just start installation with install.php script, not with index.php of "public" directory. If not installed, you will have this error : Undefined variable:...
I finally used this workaround : ```javascript import errs from 'restify-errors'; const toJSONf= function() { let tmp = {}; for(let key in this) { if(typeof this[key] !== 'function' && !key.startsWith('jse_')...
> I suspect you will be the only active user deploying restify w/ CORS Strange comment, cors is a mandatory module nowaday when developping a production rest server with authentication....
Error still exists in last restify version 11.1.0. Example: ```javascript server.get( "/doc/*", restify.plugins.serveStatic({ directory:"./api-doc", default: "index.html", maxAge: 1, appendRequestPath: false }) ); ``` Access to */doc/* produce error: ``` ENOENT:...
Thx, it helps but could be good to have ol-style-regular-shape as a component. I created this one but It is not a good solution : - raw copy of usePropsAsObjectProperties,...
Hello, I am using Live Server with the Firefox Live Server Web Extension plugin. The page refreshes when a file is saved, but this causes a continuous page refresh loop....
Hi, sorry, I don't understand, do you propose I stop the propagation of enter key event on my input textField ? As you can see on my test, I call...