ewmailing

Results 10 issues of ewmailing

I found a bug with the way multiple return values are handled with the JSCore implementation. Basically, I have this function that takes 5 parameters where arg2-5 are out-values. (The...

When an error occurs in the SWIG wrapper functions, it creates a string which is used as the exception. This is insufficient for being able to get the file name...

I've been visually looking at the JSCore output. I don't think it is C89 clean. For example, I see the use of "bool" as a type which is not standard...

I need %native support to plug in holes that the current implementation can't handle and hard things like va_args (printf). I wrote a basic implementation for JavaScriptCore. V8 is missing....

According to the docs, this is supposed to work for both C and C++ in a .i file: bool Init(int val=10); The SWIG generation for JSCore and v8 fail to...

The steam-runtime SDK seems to have the wrong version of PulseAudio. It appears to be version 1.1.0, but on my real SteamOS installation, it seems to be much newer (libpulsecore-5.0.so)....

This is a feature request for the "no" prefix modifier where you can prepend 'no' to a flag, and it inverts its value. For example, imagine a --verbose flag that...

Hello, I would like to to make a link to a file that has an underscore in the name: `[Link](foo_bar.html)` But the underscore seems to confuse the library. Instead of...

Hi, I've been doing a lot of work to get Swift usable in a cross-platform way (Mac, iOS, Linux, Android, Raspberry Pi). I heard about this Windows port and the...

Iup has a key callback for most widgets called K_ANY and KEYPRESS_CB https://webserver2.tecgraf.puc-rio.br/iup/en/call/iup_k_any.html 1) We have to detect a native key press on each specific widget 2) Map the native...

Epic