Kelvin

Results 24 issues of Kelvin

xregexp should be added to the package.json

Hello, thank you very much for this library. I'm currently trying to parse this? ```javascript const doc = nlp( "golden hour tomorrow" ).match( "[(sunrise|sunset|moonrise|moonset|golden hour)]" ); ``` I've managed to...

kinda-big
hmmm
enhancement

Currently work and threads do not support passing userdata. Note: I'm using sol2 defined userdata but this shouldn't matter. Example: ```lua local channel = UserDataChannel.new() local thread_id = uv.new_thread(function(chan) print("channel:...

invalid
wontfix

Since wagic is no longer runnable on the PSP or the emulator PPSSPP it should still be possible to run this on a system. Adding support for running this as...

The C++ Implementation should support frozen sets which was added recently.

help wanted

Work in progress, working on running tests right now. Libzim7 port still needs some work, there are outstanding nodejs or node-libzim issues that need to be addressed. Once node-libzim for...

The UUID format should support converting to and from the standard display format(s). See https://en.wikipedia.org/wiki/Universally_unique_identifier#Format https://github.com/openzim/libzim/blob/master/src/uuid.cpp Currently there is not a good way to display the UUID to the user...

enhancement
question

Hello, I'm working on a pull request for a project using node-addon-api. When I create a lot of objects via AsyncWorker I get Segmentation faults. I traced some of them...