Ryan Ward

Results 15 issues of Ryan Ward

Luasec is kinda a pain to get up and running and I was wondering if it could be added to the luaforwindows package

do you think a command line interface would be possible where one could do: mangaripper.exe url_to_manga outputdir

enhancement

Is it possible to get a 64bit version of this library for windows?

A new extension for threads. Was planned previously, but ran into issues that prevented this from being added. However, I think this feature can be implemented.

Experimental Addition

New Version

Plan is to structure network parallelism like threads, so they should contain methods like: ```lua NGLOBAL, NTHREAD = require("integration.networkManager"):init(connectionDetails) NTHREAD:newFunction(func, holdme) NT = multi:newNetworkThread(name, func, ...) NT = NTHREAD:newNetworkThread(name,func,...) multi:newNetworkQueue(name)...

enhancement
Experimental Addition
Scheduled for future release
P5

enhancement
Scheduled for future release

enhancement
Scheduled for future release
P5

I think a peek method would work well with channels allowing code to look into a shared channel and decide if it should pop or not. I've included a PR...