Stuart Carnie

Results 20 issues of 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...

backends
osx/ios

php 5.5.3 vs HipHop VM v2.1.0-dev (rel) Compiler: heads/master-0-ga5ca12110e8916913c650befebe6e63eaa0dc87f Repo schema: 410dfcf824e18d6de251d6b6088bfb6febc66aa5 ``` php

performance
mid-pri

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,...

sql
logical-expr
physical-expr
core

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...

enhancement
platform:ios
platform:macos
topic:rendering

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: ![CleanShot 2022-01-14 at 07 27 21@2x](https://user-images.githubusercontent.com/52852/149404271-f163cbe6-d0b2-4412-bcac-1f5b9d5eb480.png)

bug

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...

team/query
internal error

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...

enhancement
topic:rendering
topic:2d
performance

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`...

enhancement
team/query