Nicholas Charbonneau

Results 5 issues of Nicholas Charbonneau

I created a project in the Google Cloud Platform and went ahead and activated the Admin SDK & Gmail APIs. I then created a domain-wide service account in the project,...

type: bug
external
priority: p2
api: admin
size: l

Hello, I think it would be nice to have a higher order component that injects the current breakpoint (xs, sm, etc...) as a prop. It would allow for dynamic CSS-in-Javascript...

# Objective Support the parametrization of the WS_CLIPCHILDREN style on Windows. Fixes #16544 ## Solution Added a window configuration in bevy_winit to control the usage of the WS_CLIPCHILDREN style. ##...

C-Feature
A-Windowing
D-Straightforward
S-Needs-Review

## What problem does this solve or what need does it fill? The winit version used in Bevy now supports WS_CLIPCHILDREN for Windows. This is particularly useful when trying to...

C-Feature
A-Windowing
S-Ready-For-Implementation
D-Straightforward

Added a quick fix that just checks if the value is an array at first. If it is not, it wraps the value in an array. I haven't found any...