Simone Mosciatti
Simone Mosciatti
Would be cool add a kinda of project.clj file so you can almost developm online with the lib that you need... When you are able to connect a gist/bin to...
Hi Alex, I was wonder if it is somehow possible to drive instagenerate in a probabilistic way. Let me explain. Let's suppose I got a grammar similar to: ``` clojure...
Folks, I am seriously considering closing the repository. Unfortunately it is not making any money and there is no point for me on working on open source if it does...
It can be quite beneficial to allow all the database to use the shared cache model. It would allow several interesting use cases.
This issues will hopefully serve RediSQL is designed to use one thread for each database. This simplify a lot the design but it limits the throughput a lot. There are...
RediSQL support multiple statements in the same "EXEC", hence it is possible and correct to do something like: ``` REDISQL.EXEC DB "INSERT INTO foo VALUES(1,2,3); INSERT INTO bar VALUES(2,3,4);" ```...
With the new rust compiler is possible to select a global allocator. Maybe it is a simple way to use the Redis allocator in all the module with ease.
Thanks for this wonderful repo. Only one thing that I noticed is the lack of clang that actually breaks all my builds. Libclang is used by bindgen. Now it is...
Hi, I am trying to read a root file using rootpy, but I keep getting this error. It works fine with python2, the problem happens only in python3. Any hints?...
When trying to write an extension object I got as error: ``` Cannot move beyond end of the stream. StatusBadEndOfStream (0x80B00000) ``` I am investigating if there is something wrong...