laughsuggestion

Results 6 issues of laughsuggestion

I tried to create a new map, then a new layer, and then open a tileset and got this as a result: ![Capture](https://user-images.githubusercontent.com/1334646/76687251-65e76f80-65df-11ea-9fa1-2b6f75589fe6.JPG) I tried various sizes of tile sheets...

Trying Veldrid/ImGui example: ``` class Program { static void Main(string[] args) { VeldridStartup.CreateWindowAndGraphicsDevice( new WindowCreateInfo(50, 50, 1280, 720, WindowState.Normal, "ImGui.NET Sample Program"), new GraphicsDeviceOptions(true, null, true, ResourceBindingModel.Improved, true, true), out...

Not sure if I missed something or not, but I cannot seem to add breakpoints in the editor.

enhancement

```haxe class Main { static function main() { var a:Float = 9999.0; var b:Float = 1.0; var c:Float = 0.0; c = c / b; var d = 5 -...

Opening the latest download of the mac build from the CUO site just crashes

Code: ``` package main foo : Maybe(any) main :: proc() { bar : i32 = 1234 foo = bar } ``` Build Output: `[1] 92297 segmentation fault odin build .`

bug
frontend
triaged
replicated