Nikos M.
Nikos M.
@akayhanlar Looking at the code, it seems there is an option to set the `requestMethod` (via some parameter) but **no option** to include payload/data with the request (except any data...
Is this going to change in some new update, it would be extra useful with only minimum hassle?
Debugging other's code is outside the scope of github issues. I dont see any problem with AceGrammar. The error is that `window` is not defined, so it matters what is...
You can include it manually or you can use the link from github.io https://foo123.github.io/examples/common/js/ace_grammar.min.js
Ace uses workers in order to handle syntax errors and Ace Grammar uses workers too, taken from Ace. If jsfiddle has problem with that, I dont know. Maybe create a...
Hi, although i use node/npm i havent published any of the libraries i make as npm modules (bower i dont use, as i have my own build framework). However if...
@blixit all the necesssary files are in this repository and editor-grammar repository (common invariant code and utilities). i build the files with my custom build tool (Beeld) but reading the...
@blixit Btw the already built ace-grammar (https://github.com/foo123/ace-grammar/tree/master/build) uses umd and works in node as well as browser etc..
i'm aware of both these frameworks (and the fact that they are more or less popular), however i have my own build framework which is for my own use purposes...
just a little comment here, was actually looking for sth else about datatables, but since i had same problem about rendering custom row (using framework/template engine etc both in server...