p0358

Results 56 issues of p0358

Currently there's an entry for `config.resource_path_prefix` which you can use to have the resources in some other sub-path than in the root fs directory at `resources/`. There should be a...

Trying to play a video like below causes Ultralight crash (0.0.0.0 being replaced with real IP) (using latest v1.3 SDK and sample app or own app integration): ```html ``` ffprobe...

I closed the previous app instance and tried to connect again (to the same app and same main view of it), and got this instead, whereas before restarting it I'd...

In normal web inspector, hovering over HTML elements in "Elements" tab will highlight the elements and show info like their dimensions in the overlay on the page itself. This does...

The FileSystem class only has ```cpp ul::RefPtr UltralightFilesystem::OpenFile(const ul::String& file_path) ``` method, which expects the whole file to be read into a memory buffer at once, which is highly inefficient....

ultralight::Buffer is possible to be created by either adapting existing data and providing custom free function (cumbersome) or by creating a deep copy of existing buffer (not performant): ```cpp static...

So after Caddy bootup it seems all is okay, cache works and you get hits. But as you open a few pages, you find out that you start getting `fwd=uri-miss`...

bug

Currently it's pretty much just hardcoded to `method+scheme+host+key+query+body+headerValues`, with the ability to drop some of these fields, but not to add new ones. Only the option to specify request headers...

Adds nice thread names that can be visible in crash dumps, non-attachable debuggers and generally in all places where old method of throwing exceptions to attached debugger on game start...

needs testing
needs code review

`-nojoy` should be added here to prevent loading XInput DLL on dedi (where it's not needed at all): https://github.com/R2Northstar/NorthstarLauncher/blob/f98513d71f4d39bd8286ccf816d2603fb09035e6/primedev/dedicated/dedicated.cpp#L215-L222 I can't force myself to make a PR currently, so if...