Geert Janssen

Results 13 issues of Geert Janssen

Thanks for a great app! I was using AIS Synchro for a while but it always crashed as soon as you try to open a file (download did work though)....

Creating a graph did not work for me. I get errors. It turns out that apply_func in graphgen.lua runs the original updateOutput again (after the first forward() call) via base_func....

The skipWS option has no effect on any leading and trailing white-space inside a CDATA construct. Is this deliberate? "Regular" text nodes are affected by that option, as expected. CDATA...

Any XML declaration gets lost when parsing XML. Also, a ROOT type node is never created when using the DOM handler. As I understand it, the first tree node should...

Not really an issue. Nice piece of work! Took a while to get the concept under control, but now I am happy to create services, subscribe and send messages. Would...

Several other issues may be explained by the fact that the order of the edges per node are not preserved from the order in which nodes and edges are added...

Why is the limitVocab function necessary? And is it correctly implemented? I see that the query string might have a kTokenDelim attached but then the lookup in vocab makes no...

Is it possible to run guesslang inference without the need of TensorFlow? I see that some pre-trained model is offered as part of the github. But users will still need...

help wanted

Merely adding an option to load() to distinguish empty sequences from empty mappings in the returned Lua table. Otherwise both would be represented by an empty Lua table. This is...

Using lyaml.load() any empty (flow) mappings and sequences cannot be distinguished in the returned Lua table. Both will show up as an empty table. With minimum disruption this can be...