Dmitry Geurkov

Results 24 comments of Dmitry Geurkov

@cxxxr it's definitely not socket related as it actually hangs when trying to load asdf system when called inside a separate bordeaux thread, not sure how to avoid it without...

@nfgallimore sure, thank you for reading my blog, now first of all in ubuntu you need to be able to compile 32-bit applications with gcc, to do that you need...

@nfgallimore strange, should work, I've tried it on Ubuntu 16.04 LTS x86-64

Same issue, using latest Marinneti 3.0b11 and Uthernet link layer on Windows 10, I have Win10Pcap installed, GSplus v0.14 crashes immediatelly :(

@snmsts then maybe this should be documented in default .lemrc sample config as example, something like `(pushnew #P"~/.roswell/local-projects" ql:*local-project-directories*)`

@LiquidityC the workaround would be to receive data in other encodings and convert it to utf-8 and when sending data convert it back to appropriate encoding, so for example server...

after installing latest update this has been fixed, thx a lot guys!

unfortunately in latest version it's not completely fixed, there are no artifacts in the name however if I add fan sensor output to panel after restart it's not remaining

@injae-kim strange, genBytes() generates 1gb byte array which shouldn't cause oom, how much memory do you have set as maximum, you can modify it to generate less memory, the point...

@chemicL my concrete problem was caused by fast producer while having slow consumer (this happened in production system processing big chunks of data) , not sure if having strategy is...