Julian Antonielli
Julian Antonielli
## Description Pico8 features this zoom tool: which lets you edit a bigger portion of the sprite sheet at once. It allows selecting between 4 zoom levels: - 1X (1x1...
## Description Pico8 games serve as a benchmark to see that we're doing things correctly, we currently only have Celeste and it'd be useful to have more. Find Pico8 games...
## Description Pico8 has a pretty cool boot animation: https://user-images.githubusercontent.com/15112080/186644273-4dca1c38-6122-4d07-8835-f9dd622f6937.mov It'd be nice to have our own, it doesn't have to match Pico8's exactly. Given that we don't currently have...
As discussed in https://github.com/awslabs/smithy-rs/issues/1743#issuecomment-1260989510, the current `@sensitive` implementation only respects the trait when logging the structure containing the sensitive field, but not when logging the field itself. --- A possible...
Remove the `/* Set other handlers */` comment when there's only one to set: Relevant code is: https://github.com/awslabs/smithy-rs/blob/049287db3c9b12510f42e7dd16cd08f69ab91b9d/codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerServiceGeneratorV2.kt#L124-L128
Hi, I would like the `httpLabel` to allow matching a path variable with a different name than the input structure field name: ```smithy $version: "2" namespace smithy.example @readonly @http(method: "GET",...
Hi, I have a question about using [named interface blocks](https://www.khronos.org/opengl/wiki/Interface_Block_(GLSL)) in Glium. What I mean by that is GLSL syntax like this: ```glsl layout(std140) uniform Light { vec3 position }...