Carlo Capocasa
Carlo Capocasa
It's very straight forward. ``` git clone https://github.com/LMDB/lmdb.git cd lmdb/libraries/liblmdb make CPPFLAGS=-DMDB_MAXKEYSIZE4=2047 sudo cp liblmdb.so /usr/local/lib sudo ldconfig ``` Should be in the docs, I'll leave the issue open until...
Sure!! That's some great info. Large keys with redis is quite remarkable, I had no idea. You might want to consider having a distinct type for the hash to prevent...
Experimented a bit, added tag `RootException` to `getHostByAddr` (lib/pure/nativesockets.nim line 395), which stopped that error, unsure what other effects that has. After that, some code calling `getCurrentException()` produced `getCurrentException() can...
Added a workaround to description (Use -d:useMalloc in both loading program and library and do not use -d:useNimRtl)
@ringabout Thanks for the connect! These seem like the same problem. They should be easy enough to fix but I feel a bit clueless to where to start to look.