rune icon indicating copy to clipboard operation
rune copied to clipboard

ᚱᚢᚾᛖ - A PHP Rule Engine toolkit

Results 7 rune issues
Sort by recently updated
recently updated
newest added

_The rule engine itself should not be aware of any type-information or meta-data from the context. When it comes to the context, the rule engine is only responsible of passing...

There isn't one standard way to provide type-info and each way usually has its own set of dependencies, so it's best if they were separated into their own package. The...

Move RuneEditor js/css to a separate GitHub repo and publish it via Bower/NPM + CDN. Link current examples to CDN (to avoid current repo to depend on bower/npm/plugins).

rune editor

Most operations inside the editor do not really need jQuery, we're using only a small subset of jQuery's functionality. Some functionality can be easily replaced, but some other is more...

rune editor

There are several reasons causing problems here: - [Reading one line of code](https://github.com/uuf6429/rune/blob/master/extra/codemirror/rune.js#L363) - this means that autocomplete ends/starts with lines, so a multiline expression will break - [Assumptions about...

bug
rune editor

This is very important functionality... types are not properly handled for method return. It might be tough to adapt regex mechanism to this purpose..

bug
rune editor

It will very helpful to have the ability to change language definitions in the Rune editor. To make this perform well, (since language definitions can be quite big), ideally there...

rune editor