Rusty Gerard
Rusty Gerard
+1 for having a `resume_from` feature (I have the same use-case: powering off a box in the middle of training).
> Not sure if I should make a new issue for this, but... I'd like to see room and corridor information added to the Rogue generator. +1 for this. Extending...
+1 @ksclarke 's policy works for me. It would be useful to include it in the documentation.
My workaround is to use a reviver before initializing the JSON Form: ``` javascript // Reviver method for JSON.parse to coerce strings to other objects // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#Example:_Using_the_reviver_parameter function preprocessJson(k, v)...
Sorry, which wiki are you referring to? I'm only aware of https://github.com/joshfire/jsonform/wiki There's no content at https://github.com/ulion/jsonform/wiki
> Looks like we need to merge https://github.com/ytdl-org/youtube-dl/pull/32213. By all means check out the PR if you wish. Is there any reason to not merge that PR?