Eion Robb

Results 96 issues of Eion Robb

You are currently linking against libraries that link against GPL-incompatible code (namely, OpenSSL). Unfortunately this is against the terms of the GPL licence that Pidgin and libpurple is licensed under,...

Hi there, Trying to use file_get_contents() for an https:// url however I'm getting ``` Notice: file_get_contents(): Unable to find the wrapper 'https' - did you forget to enable it when...

As of 30th September 2023 RunAs identity is no longer an option

These are the changes needed to make tl-parser work on mingw. Of particular concern is the changes to set NULL pointers before using variables, eg `struct tree_tl_type *tl_type_tree = 0;`,...

I don't really know enough about how the generate code works to be able to debug or fix this one, but hopefully the backtrace helps ``` (gdb) run auto/scheme.tlo Starting...

In https://github.com/vysheng/tgl/blob/master/queries.c#L105-L106 the code says ``` #define memcmp8(a,b) memcmp ((a), (b), 8) DEFINE_TREE (query, struct query *, memcmp8, 0) ; ``` To say that a `struct query` is unique based...

The spec doesn't provide a way for a plugin to specify that it needs eg, >= iOS SDK 5.0 or Android API level 7

Some plugins require binary files compiled for specific arch's, eg armv7, arm, x86, x64. Perhaps there needs to be an optional attribute on each specified file if it's arch-specific.

The spec doesn't allow me to specify a file for a specific version or range of versions of Cordova, eg use Plugin18.java for versions 1.8-2.0 of Cordova and Plugin 2.1...

Hi there! I had someone ask if I could provide a Windows dll of the plugin, and since I was already playing around with using GitHub Actions to build some...