Luca Spinazzola

Results 58 issues of Luca Spinazzola

Vertical and Horizontal values were swapped

I am attempting to run inference with [BlazePose Detector Tflite model](https://google.github.io/mediapipe/solutions/pose) using the tflite c api compiled for macOS x86_64 As far as I can tell my code is working....

type:support
platform:python
solution:pose
stat:awaiting googler

defaults to fill (current behavior) and added the ability to fit. .fit param center fits an image in the pixelbuffer while maintaining aspect ratio

I was having trouble using the extended material icons in my common code. It turns out it is only being built/published for desktop. You can verify here: https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/compose/material/ Material icons...

multiplatform
infrastructure

I'm trying to build this crypto library to a library for ios: https://github.com/dfoxfranke/libaes_siv ``` cmake .. \ -G Xcode -DCMAKE_TOOLCHAIN_FILE=../../ios-cmake/ios.toolchain.cmake -DPLATFORM=OS64 cmake --build . ``` Is failing with: ``` error:...

bug

fix loading OpenGL and GLUT on Big Sur with workaround fixes #311 #313 patch from: https://github.com/PixarAnimationStudios/USD/issues/1372#issuecomment-823226088

Given ``` import SwiftUI import Swinject struct ExampleView: View { @State var text: String var body: some View { Text(text) } } protocol Animal { var name: String? { get...

For each of my targets (macosX64, macosArm64, jvm, js, etc.) I get warnings like: ``` > Task :project-name:macosX64ProcessResources Execution optimizations have been disabled for task ':project-name:macosX64ProcessResources' to ensure correctness due...

iOS is my most immediate concern. But, it would be nice to have all targets that compose-jb alpha supports added.

This is a draft and not finished yet. But, I have begun adding support for iOS, macOS, and js targets!