Ozan
Ozan
I made a quick attempt to add default values for arguments to the introspection query. Only covers built-in scalars for now. I couldn't figure out if this information is already...
It seems like RGBA colors, solid or gradient, get a different treatment to images. When there's both an image and color rendered it doesn't seem possible to get the correct...
Given the html below, latest ultralight build on mac and linux as of October 4th fails to load the first image. According to Uploadcare this might have to do with...
This still does not allow calling Ultralight from different threads, but with this change it is now possible to use a separate worker thread for interacting with Ultralight. [Context on...
When I run `./make` I get the following error on macOS: ``` In file included from DerivedSources/JavaScriptCore/unified-sources/UnifiedSource-0284c6ac-1.cpp:8: ../Source/JavaScriptCore/tools/JSDollarVM.cpp:180:37: error: reference to 'Handle' is ambiguous bool isReachableFromOpaqueRoots(Handle handle, void*, SlotVisitor& visitor,...
Looks like there was a small typo here. Thanks for this library!
This pull request fixes errors that occur when verbatimModuleSyntax is enabled in tsconfig.json. The affected types now use type-only import syntax.  I get similar...
Because of inclusion of `default_headers` before my own headers I'm getting a lot of compiler warnings. For example, I have gstreamer bindings and the gst_stubs.c ends up like this: ```c...