R Landau

Results 4 issues of R Landau

#141 This change encapsulates data given to `.Wrap()` in a map[string]interface{}, similar to the structure a container created by `.New()`. Marshalling and unmarshalling is probably not the most efficient way...

There appears to be an under-the-hood inconsistency between a Wrap()-derived container and a New()-derived container. This causes both `.Delete()` and `.DeleteP()` to fail when called on Wrap()-derived containers. Clock the...

This PR includes vsc configuration (for those of us so inclined) so editors with the C/C++ extension can jump right in. It also updates `login.c` to `login.cpp` to reflect the...

### Describe your changes This PR corrects didSelectFile()'s logical precendence. Currently, `m.Path`'s nil check is included in the truth value of `isDir && m.DirAllowed` rather than being a separate truth...