RoboPhred

Results 17 comments of RoboPhred

Of interest; a quick and probably non-comprehensive search only turned up _uniq as the only part of underscore being used. The bundle size could be kept to a minimum by...

Hmm, this was the first thing I tried, and I still got the same warnings. I ended up reasoning that asCallback did not mark the promise as final because it...

Is the semantics of asCallback() to forward responsibility to the callback passed in? If so, this should always suppress the error; the promise is going to be handled by the...

Given the lack of activity in this issue, I implemented the fix mentioned [above](https://github.com/digitalbazaar/jsonld.js/issues/394#issuecomment-629567280) and tested it with the updated test suite. Fix in MR #411

I'm not sure I follow. Removing the quotes results in json-ld not knowing what to make of the context: ![image](https://user-images.githubusercontent.com/6816874/96201181-c55c8380-0f10-11eb-86b3-77ea3abaa357.png) Here is the context setting that triggers the bug: ![image](https://user-images.githubusercontent.com/6816874/96201211-dc9b7100-0f10-11eb-8223-b22e862e9289.png)...

Unfortunately this still leaves the API as asynchronous, as it is being wrapped through a promise. My primary concern is API design, where I am trying to keep my toJSONLD...

Interesting. Game object 0 is typically the general info about the save file and it typically has an id to be looked up by. Good news is this should be...

It depends how those skills are added. If the skill is tied to the trait directly then hopefully all I have to do is add those new traits to the...

Updated to allow this save version to load, as well as to provide a means of bypassing this check in the future. Please test out the new editor with your...

Thanks, I think you are on to something with the mouth theory. I will take a look