Dmitry Ignatiev

Results 23 comments of Dmitry Ignatiev

@lc9er Hello. Thanks for the report. Please specify your SBCL version, bike library version(is it the latest master, i.e. from quicklisp?), and .Net Core runtime version

Found some issues related to core dumping. Still need some work, and polishing. Sorry for the delay.

Please test with the latest bike & sbcl. I can't reproduce the issue anymore.

Sorry for the delay. 1) I, personally, do not use this for production right now, but I think it is already used, especially on windows. 2) I'm planning to support...

Hello! Not sure if it will work on Mono, since the repo purpose is to bind to .Net Core and unified .NET Also, Linux/.NET6 currently has this issue: https://github.com/Lovesan/bike/issues/10 (.NET...

Maybe this has something to do with .NET 6. I'll take a look at this.

@rn7s2 Your issue has been fixed in the latest commit

@johnhilts Yep, that's the way to do it. @PersonalityEngineer Also, consider using included custom syntax. ````lisp (named-readtables:in-readtable bike:bike-syntax) ;; change %SubObject to $SubObject in case if that is a field...

The solution may be to include implementation-specific parts of CFFI (cffi-sys package) for minimal FFI, and use WinHTTP on Windows, OpenSSL library on Linux, and similar operating systems(OpenSSL is virtually...

https://github.com/downloads/Lovesan/doors/Window.zip btw, SBCL version i'm currently using is "1.0.52.1.mswinmt.969-6acb698", and .NET runtime i'm talking about is "4.0.30319" (the latest version, for this moment)