Christopher Chamberlain

Results 7 issues of Christopher Chamberlain

# Feature Request Today I found that `walt-loader` doesn't work seamlessly in a webpack environment using typescript because its missing type declarations. This is the type file I've used: ```ts...

help wanted
good first issue

Apparently there is a null exception when trying to define a string as `local message = "Hello DCPU-16";` Is there a way to define a string constant?

I noticed an unhandled exception when closing the window when using the Nuget packages after following the getting started tutorial.

bug

Drawing outline shapes, curves or 'poly line' are currently implemented with `ctx.DrawLine(...)`. This is efficient, but can lead to visual breaks with thick lines or harsh angles.

bug
enhancement

## Context Performing a `switch type { ... }` causes LLVM error when I accidentally had a duplicate type due to type aliases. Odin: dev-2024-08:fb248056c OS: Windows 11 Home Basic...

I've discovered that if I try to use the maximize button, thus the maximize callback to then set the window to be fullscreen (using primary monitor if that matters) it...

documentation

## Context I was attempting a silly solution to assign an enum array all the same value with a poly proc since I was told `slice.fill` wouldn't work for enum...

stale