ronaaron

Results 13 issues of ronaaron

New to this tool, downloaded the linux binary. The usual "gedcom -?" or "help" or "-h" or "syntax" etc, provide no information on what to do specifically. It would be...

I am using an alternative memory allocator, and would like to be able to specify it rather than 'malloc' et. al.

feature request

Please add documentation for how to use the API.

enhancement

I'm interested in cross-compiling on my main Linux box. What I need is the appropriate sysroot to use (system-specific headers). What is the best way to get a set of...

Being able to have a version run using the native "Metal" API on macOS/iOS would be extremely helpful, as I'm migrating [my tool](https://8th-dev.com/) from using the JUCE library, and I...

Backend

The "name" is only used as an id for the window. So we hash it on creation of the window. Then, nk_find_window() (which is called all the time), looks for...

The font-baker is very convenient, but it has limitations: among them, "too many" fonts or "too big" doesn't work as-is. The documentation indicates it should be pretty easy to do...

I was wondering if you're thinking about implementing these? I had a look at trying to implement 'custom' I/O on top of the existing library, but I would have to...

During the connection, STARTTLS is issued and we do the tlshello thing, but the server reports: ``` Anonymous TLS connection established ...: TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange ECDHE...

Currently SSL_connect() will return success even if there was a critical error. The correction is: ``` @@ -10372,14 +10372,14 @@ if (tls_consume_stream(context, client_message, read_size, ssl_data->certificate_verify) >= 0) { res =...