Stuart Carnie
Stuart Carnie
This PR builds on the work of https://github.com/ocornut/imgui/pull/2778 to provide complete docking and viewport support for macOS. This PR address the following issues: * ✅ Correct viewport window focus. Borderless...
php 5.5.3 vs HipHop VM v2.1.0-dev (rel) Compiler: heads/master-0-ga5ca12110e8916913c650befebe6e63eaa0dc87f Repo schema: 410dfcf824e18d6de251d6b6088bfb6febc66aa5 ``` php
This is a **draft PR**, as it depends on an upgraded arrow-rs crate which contains breaking changes. This PR includes commits to resolve the changes and all tests pass, however,...
This PR introduces initial support for a Metal rendering device driver for macOS (arm64) and iOS. > [!NOTE] > > I added `metal=yes` to the builds to ensure the code...
This is my tasky note - [x] item one - [x] item two - [x] item three
When setting `sourceTextureIsFlipped`, such as OpenGL backed cores in OpenEmu: https://github.com/OpenEmu/OpenEmuKit/blob/750dfb1b5b679ef3099a6eea1269167c2287ddb5/Source/OpenEmuHelperApp.m#L219 the final output is correct, however, the effects are flipped: 
This issue causes a number of queries to fail. ## Example query ```ifql from(db:"db") |> range(start:-5000h) |> group(none:true) |> unique(column:"host")' ``` **Output:** ```text Result: _result value type changed from float...
The scenario is if the request downloads an invalid file (or it is not an image), the file will be created. On subsequent requests, an attempt to load the image...
This PR builds on #92797, to improve the 2D renderer, such that it can combine commands that change texture state, allowing for more cases to be rendered as a single...
IFQL has no support to dynamically access the value of an object (such as in the `map` function) using a variable. **Use Case:** I would like to write a `distinct`...