-
Hello !
I just found another problem with regexp, this time it's the missing SQRex initialization to compile a pattern.
See fix in SquiLu here https://github.com/mingodad/squilu/commit/95d0ae570ab70…
-
I use the TIC-80 fantasy computer to teach my daughter basics of programming, and, given that it is supposed to be a _computer_, it would be fantastic if we could do something like:
```lua
print('…
-
I've just added this project `AQL` grammar on https://mingodad.github.io/parsertl-playground/playground/ that is an editor/tester for yacc/lex grammars, select `ArangoDB AQL parser` from `Examples` th…
-
You absolutely must ship some sort of mechanism to detect TCP injection attacks. You should try to have feature parity with HoneyBadger (which is a working POC but still not ready for production)
htt…
-
The name of the parser: `lua`
The command line you used to run ctags:
```
$ ctags --options=NONE test.lua
```
The content of input file:
```lua
myVar = {
obj = 12,
myMethod = function()
…
-
Hello everyone!
I need to use MongoDB Query Operators (such as `$matchElem` and `$or`) in both my `my_auth_on_publish` and `my_auth_on_subscribe` functions. I have been trying for 2 days, still no lu…
-
Is compatibility with Openresty a goal of this project?
I read the entirety of #236 and #235 and ended up more confused than ever as to the goals.
FYI It would be really good if there was a bit…
-
The initial install gives no preset filters nor LuaScripts. The help file does not give any info or samples on how to set up these essential items.
Is there somewhere that existing luascripts can be…
vj777 updated
6 years ago
-
The template {{Label}} does not work.
---
The bug relates to the **inability to create human readable labels in the places of the q-numbers**, when generating wiki-pages to describe a single taxo…
-
@diasdavid showed me https://github.com/ipfs/js-libp2p-ipfs-nodejs/blob/master/src/index.js
I wonder if there is room for a DSL here (or using either js or go as the DSL) for specifying a libp2p no…