Results 64 comments of Brian Maher

So, I'm still trying to wrap my mind around how this would be implemented @agcom. Specifically, there is the JDK Flow API, and then there is RXJava, AkkaStreams, and ProjectReactor...

Actually, one other benefit of going full end-to-end reactive is avoiding the need for the OS to context-switch threads when doing basic PING/PONG type of operations. For example, if doing...

BTW, I also ran into this issue... wasted a few hours trying to figure out what went wrong. To bad we can't send an S3 signed PUT URL down to...

I'm not keen on adding a dependency on an arbitrary precision library. What do you think of adding a new "number" type that is backed by a string? Specifically, the...

All arbitrary precision libraries I have used will convert between string and arbitrary precision numbers, so it is very useful to have it encoded as a string. Let me explain...

@pmusa what do you think of my suggestion of making it so decode_big_numbers_with() takes a single parameter that is a function. If a "big number" is found, then the user...

I've added an "issue" to track the need for big number support: https://github.com/mpx/lua-cjson/issues/37

I also just ran into this problem. I like @kikito 's idea for implementation, I'll see if I can implement this.

Well, I'm actively using it, so maybe I'll have to take it over?

Here is my implementation: https://github.com/brimworks/lua-cjson/commit/3499130c852a993e4afc741aa2aa902959775b30