GhostRavenstorm

Results 5 issues of GhostRavenstorm

Shortcuts to the user's home dir like `%userprofile%` on Windows and `~/` on Linux don't work as expected when summoning the open file panel. ``` var paths = SFB.StandaloneFileBrowser.OpenFilePanel("Open File",...

I added this as a submodule to another program I'm designing to be a rest api so I don't have to futz with building dependencies separately. The following I added...

Following the instructions in setting the env variable, I was unable to get logs to show. I'm follow the Unity tutorial for Microsoft MixedReality WebRTC, and I need to see...

Problem: Using the CustomFields function on a Card reciever returns 0 data Code: ``` func main () { appKey := `` token := `` boardId := `` client := trello.NewClient(appKey,...

## Expected behavior Calling `ContainsKey` on a `JObject` should return true if the `JObject` has the key. https://www.newtonsoft.com/json/help/html/M_Newtonsoft_Json_Linq_JObject_ContainsKey.htm ## Actual behavior Unity complier doesn't recognize `JObject.ContainsKey(string)` ## Steps to reproduce...

bug