Quajak

Results 13 issues of Quajak

Mode Property supports changing mode while being active Disable Method actually reverts to text mode

Work in progress

The MemoryManager should raise some event before running out of memory so its easier for users to handle the issue. Also we should consider making it clearer what the cause...

Up for Grabs
Complexity: Low
Priority: Low
good first issue
Area: Memory

Add support and tests for System.Decimal. First check what .net 6 gives us out of the box.

Up for Grabs
Complexity: Medium
Priority: Low
Area: Plugs
good first issue

The current plugs for `Math.Ceiling` and `Math.Floor` can be optimized to call sse instructions.

Up for Grabs
Complexity: Low
Priority: Low
Area: Plugs
good first issue

https://github.com/CosmosOS/Cosmos/pull/2184 removes the checks for running apps from the installer since the method used no longer works on the newest versions of windows. We should readd these checks, if users...

Up for Grabs
Complexity: Low
Priority: Low
Area: Installer

Currently the two have very different interfaces to access the underlying data. Since both classes represent something very similar, there is no real reason for this. We should design the...

Up for Grabs
Complexity: Low
Priority: Low

Cosmos currently has no way to draw/edit images (bitmaps for now) which have been loaded, beside direct manipulation of the array in bitmaps. I think the best way to fix...

Up for Grabs
Complexity: Low
Priority: Low
Area: CGS

Added index out of range tests for when setting elements and for object or struct arrays. Requires https://github.com/CosmosOS/IL2CPU/pull/91

Blocked

Addresses https://github.com/stanfordnlp/dspy/issues/477