Keithcat1
Keithcat1
- [x] Checked for duplicates ### Describe the bug Attempting to #include "simdjson.cpp" [(https://github.com/simdjson/simdjson](https://github.com/simdjson/simdjson)) from the Cling REPL fails with: [cling]$ #include IncrementalExecutor::executeFunction: symbol '??2@YAPEAX_KAEBUnothrow_t@std@@@Z' unresolved while linking function '??__E?id@?$num_put@DV?$ostreambuf_iterator@DU?$char_...
When creating an app where the root command is empty and has no flags or arguments but my app has a bunch of other subcommands, for example like the Go...
Hi, I would like to build WASM modules that are loadable with the Wasmtime runtime, but this seems to require the -shared option and I ran into a couple errors...
I can't find any libraries for playing sound, panning and changing volume and things like that without shipping extra DLLs with my app. I'd be happy if there was a...
When I opened #56, I didn' relaize how big it would get. There are a bunch of ways to make it smaller though. First, my C:\mingw64\libs directory is 871 MB,...
I tried writing a simple program that uses CPPYY to use Miniaudio from Python. However, at some point it crashes and I have no idea why. I'm using Windows 10...
Given a header file, is it possible to generate bindings on Windows and create an extension module without requiring Cling at runtime. There's something like this in the docs but...
I'm on windows 10 64-bit, using PyPy. Python 3.7.10 (77787b8f4c49, May 15 2021, 11:51:36) [PyPy 7.3.5 with MSC v.1927 64 bit (AMD64)] I did a pip install cppyy just now...
The cleanest way I've thought of is for you to create a local Go package with only a main() function that just calls gomacro.main(), you use go get to add...
Because I was trying to wrap github.com/faiface/beep/vorbis so I can play audio, but the only useful function in that package returns (Streamer, Format, err), and because it returns too many...