Jim Truher

Results 5 comments of Jim Truher

One thing you can do is store the timer returned from a function like `schedule()` - it returns a `snow.api.Timer` which does have a `stop()` function. (It would be nice...

For anyone who finds this: I was able to get things translating again by setting: - defaultToBase in update.interfaces to false, - defaultToKeys in update.code to false and huzzah! ```...

@uniqby - it appears that you're missing the "translate" task in the tasks array at the top, and the update.translate block, which should look something like this: ``` [update.translate] paths...

I was able to resolve this by recreating a new Azure instance in the Global domain. As near as I can tell, based on [this document](https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-reference), bartycrouch is expecting to...

I was able to do it, or something a lot like it, with instructions [from here](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/quick-create-portal). I had a failed first attempt at setting it to Global and struggled a...