Results 5 issues of Gerolmed

Im getting the following error when compiling with `scons platform=windows`. Running on windows 10. I have this project located under modules. Im also only getting this while this module is...

Im trying to execute a "git clone" which will prompt for username and password. I currently have this: ```java try (var session = client.startSession()) { LOGGER.info("Cloning game repository on "...

I get the error `Attempted to read or write protected memory. This is often an indication that other memory is corrupt.` when calling: `var data = _function.Call().First();` with `_function` being...

**Is your feature request related to a problem? Please describe.** `SlimePropertyMap` has methods for different types. **Describe the solution you'd like** Make `SlimeProperty` be a generic `SlimeProperty ` and make...

enhancement

Thinks I would consider to add are: ## 1. Improve slimeproperties Make slimeproperty type more generic. Allow developers to register custom property resolvers, to allow attaching custom/customly structured data to...

DOCUMENTATION
FEATURE
IN PROGRESS