Jacob Nguyen
Jacob Nguyen
Great project btw, i love ts-results. Any update on esm / cjs compatibility?, been trying to interop esm and cjs targets with my typescript project, but its been tough due...
> For what it's worth you can use our ESM-compatible fork for the time being (https://www.npmjs.com/package/ts-results-es). I'd love the fork to become unnecessary though. Oh, didn't see this. Much love,...
Hi, I was debugging, and I figured maybe having multiple resolves on a promise (sending to the discord api) is unwanted behavior. Unsure if it is. Still reported just in...
https://discord.com/channels/1076964370942267462/1100510109106450493/1214449811374342144 may be possible already?
Could opting for some typescript library types help? for example, the `export type UnPromisify = T extends Promise ? U : T` Could be potentially replaced with `Awaited` Since Awaited...
5.1 typescript https://github.com/microsoft/TypeScript/pull/53246 👀 you might want to see if this optimization can happen
```json { "bin": [["gpt4all-installer-win64-v2.7.3.exe", "gpt4all"]], "url": "https://github.com/nomic-ai/gpt4all/releases/download/v2.7.3/gpt4all-installer-win64-v2.7.3.exe", "version": "2.7.3", "hash": "4296e8a5543f63f9adf554c31392d340789e4fbdaa2ba7154260c9f6aa42a324", "installer": { "args": "in --al --confirm-command -d --aa" } } ``` this is a start, but im not too...
https://github.com/sdcondon/gpt4all/tree/csharp-fixes
#1417
Hey! ill do some work on this. I think i know a few solutions. let me cook 👨🍳