Devon Bagley

Results 9 issues of Devon Bagley

*TLDR* Reduce final module size and dependency clutter. Ramda is cool. Using it can help make code more functional and expressive. However, it’s not always a good idea to couple...

Use latest lua-cjson rock with compilation issues fixed by openresty team.

- Add package creation for additional platforms using `fpm` - Setup for creating docker image for distribution to dockerhub - Added Makefile, and package.json for distribution with `bpkg` - General...

Add class for holding constants which are common accross classes and performing simple value operations and comparisons. DEPRECATE the current constants, which are similar but use different naming and values...

Only wampcra is available for now. fixes #3

### What OS are you using (`uname -a`, or Windows version)? Linux 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ### What version Socket Runtime...

Running endpoint example and api_user example, the addition example is not able to parse it's arguments correctly. ``` Enter a command (or type "help") add 10,10 Error: CallError { reason:...

I am looking into implementing call canceling. My first idea to minimize the impact of the changes was to spawn a task for the client to wait for call results,...

Implement pattern-based subscriptions. Unfortunately, the API surface for subscribing must be changed to facilitate this and future features. Primarily the user must be able to pass options to enable features....