Andrew Pouliot

Results 25 issues of Andrew Pouliot

wip exploration for #9

Right now, interpolation happens (afaik) in sRGB gamma space. Since we're adding gradient stops, we can affect how the colors in the gradient are interpolated. With a different color space,...

With my changes, it can be unintuitive where you add a gradient easing and go to change the transform on the gradient. Then you reset the easing and the transform...

Is there a way to do away with adjusting the spline curve manually for most use cases? Assume two-gradient-stop case for simplicity. I think there are two rough kinds of...

Right now the plugin adds N = 15 steps between each stop, but this could be determined better dynamically Each segment being a linear interpolation, we could pick - dynamically...

I think we would need to convert the Encoder as well as the Decoder, looking into it but curious if anyone was already working on this

iOS 16.2 (20C5058d) ``` 2022-12-03 19:01:04.690255-0500 Hyperpaint[555:11322] [espresso] [Espresso::handle_ex_plan] exception=ANECF error: failed to load ANE model. Error=createProgramInstanceForModel:modelToken:qos:isPreCompiled:enablePowerSaving:statsMask:memoryPoolID:enableLateLatch:modelIdentityStr:error:: Program load failure (0x20004) 2022-12-03 19:01:04.702382-0500 Hyperpaint[555:11322] [coreml] Error plan build: -1. 2022-12-03...

Runs very slow then crashes on iPad Pro M1 on iPadOS 16.1 beta 4 I did add the Increased Memory Limit entitlement and it made it further but still not...

I was looking through the OpenAI code and noticed that the [wrong tokenizer is used](https://github.com/cfortuner/promptable/blob/fdcd5a5b12b0584ffe71f6113be4f2c47d83be80/packages/promptable/src/providers/OpenAI.ts#L132) for newer models like `text-embedding-ada-002` that use `cl100k`, implemented by tiktoken. There is a list...

When I drag in a dyld_shared_cache file, the loader doesn't show up: Here are my build logs: [logs.txt](https://github.com/0xc010d/DYLDSharedCache.hopperLoader/files/1188888/logs.txt)