Jimmy Cushnie

Results 54 issues of Jimmy Cushnie

If a type has two constructors that take the same number of parameters, it chooses whichever comes first for use in constructor shortcuts. ```csharp class Example { public Example(int i)...

feature/enhancement

probably the best way to do this is by treating them as nested arrays. A 2d array is saved the same was as an array of arrays, a 3d array...

feature/enhancement

There should be a [version](https://github.com/JimmyCushnie/SUCC/wiki/Version-Differences) specifically for [Godot Engine](https://godotengine.org/), which now supports c# bindings. The new version should use Godot's asset system for [Default Files](https://github.com/JimmyCushnie/SUCC/wiki/Additional-DataFile-Functionality#default-files), and it should have a...

new version

It would be nice to have a compact way of writing collections. I.e. ``` collection: - 22 - 10 - 35 - 0 shortcutCollection: [22, 10, 35, 0] ``` Careful...

feature/enhancement

- the double is public, not pubic (ew) - added type to variable in constructor

On a US keyboard, "Ć" is hard to type, and therefore both hard to talk about and hard to search for. I think this project will get more attention and...

It's currently unclear how we're allowed to use the code, if at all. Please add a license to clarify this and prevent any potential future legal issues. If you're not...

Hello, I'm using Scrite on my 4k monitor and the interface is far too small. ![image](https://user-images.githubusercontent.com/32693298/120977279-29061c00-c741-11eb-929f-1842af6e2fd9.png) I apologize if there is already a fix for this. I looked around the...

bug

When folks (like myself) are looking for a name generator, we compare them by looking at example names generated by the library. There are no examples here, so potentially interested...

We have GetAtPath, SetAtPath, and KeyExistsAtPath. Should also have an API for deleting data at a path

feature/enhancement