Vsevolod Dyomkin
Vsevolod Dyomkin
can you provide a stack trace? also, can you use the latest version of [rutils](https://github.com/vseloved/rutils)? recently, a fix was contributed for LispWorks
Hi, Well, I was not aware of this project. It looks quite nice, but as it's an external module to JSON, I think if the interface will be developed, it...
Hi again, Thanks for contributing this feature! But before it can be merged into master we need to do the following: - separate all the code into a separate file...
You can take a look at the tests already present. First, I'd start with simple tests, like: take a connection from the pool, ensure that the number of connections decreased,...
Well, actually, my experience with Jedis is one of the reasons I think working supporting connection pools is hard :) (It was, actually, quite painful experience, when connections became unusable...
I see your point. So, are there any actions that can be taken here on the `rutils` side?
I think, using `trivial-indent` is ok. I have a few more indent changes for other things in mind, as well.
Yes, the library works for Japanese. In fact, it works for all 150 or so languages that are present in Wikipedia. As for the issue you see, I'm not, actually,...
Yes, this sounds reasonable. I'll add this in the next update. Also, patches are welcome :)
As for the reader-macro, it's basically a readtable with an additional function. IMHO, `named-readtables` is a de facto standard for handling readtables, so a dependence on it won't hurt the...