Wes Brown

Results 22 comments of Wes Brown

I was thinking about this some more, while figuring out how to write a general-purpose layer where we provide a schema of attributes to `e`-`a`-`v`-`tx` mappings. `eids` being integer only...

In the Datalog-derived system I built, VAET was used to determine which records had a particular attribute-value pair, where the cardinality of the attribute was low; I found it to...

* `for()` loops require explicit `var` declaration inside the `for()` if the variable isn't defined beforehand. (This is something I will fix in my source code, for linting purposes) I've...

@adrien-thierry Yes, sir. Though now that I think about it -- how does it handle `require()` calls?

@adrien-thierry Any updates? Any way I can help? :)

> NectarJS doesn't support dynamic require yet, can you modify this ? So what do you mean by this? Just static require statements for the modules in question? Rather than...

@adrien-thierry Is there a test or variable I can check to detect that that the code is being compiled by NectarJS, or running as a NectarJS-produced executable? I've managed to...

@adrien-thierry I've added the check for the existence of `__NJS_ENV`, hopefully this works: https://github.com/ephsec/RawrCat/commit/7b38fd99ec5d7f699a2a9157f4ec8a7c6461e03b

> Hi @wbrown , I corrected some problems, i will continue Awesome. Which problems, out of curiosity?

I was about to make a pull request for a similar fix here.