jo32

Results 11 issues of jo32

## 🐞Describe the bug - Only create an issue here for bugs in the coremltools Python package. If this is a bug with the Core ML Framework or Xcode, please...

bug

react: https://jsfiddle.net/jo32/85fgabqy/ vs preact-compat: https://jsfiddle.net/jo32/0gzo34u6/

My ne files: ``` @builtin "number.ne" @builtin "whitespace.ne" @builtin "string.ne" # exp Exp -> Binop {% id %} Binop -> ExpOr {% id %} # Parenthesized -> "(" Exp ")"...

I wrote a test file like: ``` using System; using System.Collections; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using UnityEngine; using QuickJS.Native; public class TestBehaviourScript : MonoBehaviour { // Start is...

improvement

I wrote some code like: ``` var promise = new TypedScriptPromise(sc); System.Action callback = (object o) => { promise.Resolve(JSApi.JS_NULL); }; ``` and it crashed on this line: https://github.com/ialex32x/unity-jsb/blob/master/Assets/jsb/Source/ScriptRuntime.cs#L611

bug

I have tested the following models on my iPhone 14 Pro Max: 1: coreml-stable-diffusion-2-1-base https://huggingface.co/pcuenq/coreml-stable-diffusion-2-1-base https://huggingface.co/pcuenq/coreml-stable-diffusion-2-1-base/blob/main/coreml-stable-diffusion-2-1-base_split_einsum_compiled.zip took ~15s on Mackbook M1 Pro took ~ 20s on iPhone 14 Pro Max...

I attempted to use this model for image-to-image: https://huggingface.co/coreml/coreml-Grapefruit/blob/main/original/512x768/grapefruit41_original_512x768.zip This model worked perfectly fine in text-to-image mode. However, when I passed a 512x768 image as the startingImage, I received an...

### Running Latest Version - [X] I am running the latest version ### Processor M1 Pro (or later) ### Intel processor Computer: ![image](https://user-images.githubusercontent.com/501632/218318904-54ba3f7f-46d5-421f-83d6-68820c9519fb.png) ### Memory 16GB ### What happened? I...

I have tested the following models on my iPhone 14 Pro Max: 1: coreml-stable-diffusion-2-1-base https://huggingface.co/pcuenq/coreml-stable-diffusion-2-1-base https://huggingface.co/pcuenq/coreml-stable-diffusion-2-1-base/blob/main/coreml-stable-diffusion-2-1-base_split_einsum_compiled.zip took ~15s on Mackbook M1 Pro took ~ 20s on iPhone 14 Pro Max...

**Describe the bug** InputBar position wrong when MessagesView used in a sheet and keyboard shows up. **To Reproduce** Steps/code to reproduce the behavior: edit the file as code provided below:...

bug?