Simon Hopwood

Results 7 comments of Simon Hopwood

Just wanted to say.. If this project ever gets the support that C# language gets for Godot I'd jump to it in an INSTANT! Typescripts strict typings and access to...

I can concur that I can reproduce this bug when selecting Rollercoaster Tycoon Classic as the base game - There's no sound in game... If I select "Rollercoaster Tycoon 2"...

I love this idea. What are the benchmarks like? is it much slower with an embedded resource?

Trying to use this module still results in the error above... You can get around this: If you're coding a typescript project, simply copy the contents of the index.tsx into...

Below line 204, add the following line: ``` options.legend.hidden.splice(options.legend.hidden.indexOf(s.label), 1); ``` .. So the new block of code will read: ``` if (off) { s.oldColor = s.color; s.color = "#fff";...

Tauri integration would require a complete re-write in a different language, as I believe Tauri utilises a Rust backend, not Node... Essentially you'd have to port this project to a...

I second the notion to add a default "filter"... For example.. If I return a list of users.. By default I only want to return "active" users, and allow the...