Kevin D Smith
Kevin D Smith
Actually, for my current use case, I really just need to specify something like language_base = none so that it creates an empty environment. Then conda_deps= can specify the language...
I opened another similar issue (#1066) not realizing this one was here. I have a fork of PyMySQL with a C extension that replaces the row data reader method and...
This may actually be a sign of a bigger issue. If both the text representation methods and HTML representation methods call `execute()` that means the query is getting run multiple...
It looks like zerolog must keep a reference to the temporary stream that gophernotes creates, so when it tries to write to it later, it's gone. I ended up wrapping...
I get a similar error for date values that come back from the database as `0000-00-00`.
We want to embed Ruby in a C++ program, so initially we need to execute Ruby code and call Ruby methods from C++.
Possibly the solution is to use package `libc6-dev` rather than `libc6-dev-i386`? The wasmtime binary issue might be trickier to fix. Technically it isn't needed to do the build, but it's...
It is possible to run the `run.sh` script directly on a machine that has WASI SDK installed. I'm trying that now because some of the tools haven't been released on...
Yes, there will be a few modifications that have to be made, but they should be minor.
I pushed some changes that make it easier to build on Mac. There are still some issues in getting that work because the Mac release of WASI SDK is not...