Results 26 issues of Andre Popovitch

- Depends on #5932 # Objective - Fixes #5931 ## Solution - In initialize_renderer, I just replaced the `.expect` with a `error!`, and made the function return an `Option` -...

A-Rendering
C-Usability

# Objective Work towards closing #5931 ## Solution - Add a `TestPlugins` group that adds `MinimalPlugins`, `AssetPlugin`, `ScenePlugin`, `WindowPlugin`, `GilrsPlugin`, `TransformPlugin`, `HierarchyPlugin`, `DiagnosticsPlugin`, and `InputPlugin`. - Added an example for...

C-Usability
A-Diagnostics

Hey! Thanks for the amazing library. I'm running into a problem when depending on [flet](https://pypi.org/project/flet/). ``` > The Package 'flet' (build: ()) is not available from any of the selected...

From the frontpage: > We simplify codebase management — Unison has no builds, no dependency conflicts, and renaming things is trivial. "Unison has no builds" is misleading because it implies...

The MintSnsTokens proposal type is going live soon! That means we should have docs ready for when it is released

# Description The candid definitions for NNS and SNS governance are out of date. This updates them to be as they are in the IC repo's master branch.

Start with this: ```rust fn a() { a!(b { c: d, // .. }); } ``` Rust rustfmt, and you get this: ```rust fn a() { a!(b { c: d,...

bug
a-comments
a-macros

This causes the example at [hello-triangle](https://eliemichel.github.io/LearnWebGPU/basic-3d-rendering/hello-triangle.html) to no longer compile

The idea is for the upgrade journal to have all the information necessary to understand when and why the SNS got to its current version. This PR adds the journal...

feat
@nns-team

This is useful because there's no benefit to allowing periodic tasks that relate to upgrades to be interleaved with one another, and allowing it actually complicates things somewhat because we...

refactor