Toby

Results 7 issues of Toby

How would one go about doing this. I guess you'd need the gl3d drawable base class but there's not clear indication how. my goal is to somehow create a gcode...

When building app for web flutter build web The places where icons should appear becomes boxes on chrome

Im using UTM to run Home Assistant in a VM on my mac mini m1, it's been working great so far. However everytime i restart my mac mini i have...

enhancement

Hi im getting terminated due to memory issue. When parsing large stl files. for example: https://www.thingiverse.com/thing:3495390/files Is there any way to get around this? Would love some input!

Information:UNEXPECTED TOP-LEVEL EXCEPTION: Information:java.lang.IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoIcsImpl; Information: at com.android.dx.dex.file.ClassDefsSection.add(ClassDefsSection.java:123) Information: at com.android.dx.dex.file.DexFile.add(DexFile.java:163) Information: at com.android.dx.command.dexer.Main.processClass(Main.java:490) Information: at com.android.dx.command.dexer.Main.processFileBytes(Main.java:459) Information: at com.android.dx.command.dexer.Main.access$400(Main.java:67) Information: at com.android.dx.command.dexer.Main$1.processFileBytes(Main.java:398) Information: at com.android.dx.cf.direct.ClassPathOpener.processArchive(ClassPathOpener.java:245) Information: at...

I have a call that expect a list of strings as a query parameter, as following: ``` endpoint?v=abc&v=xyz ``` but i can't define it as: ``` request{ queryParameter("v", List::class) }...

Imagine i have a call where the path parameters can only be of a certain value for instance: ["dog", "cat", "mouse"] Any other value is deemed invalid, so i would...