Andri Möll

Results 284 comments of Andri Möll

Refactored stringifying to stringify both Symbols and also RegExps in nested objects. Please give it a try now and let me know. Thanks!

While I was there, I threw in [`Must.prototype.symbol`](https://github.com/moll/js-must/blob/master/doc/API.md#Must.prototype.symbol). If you have ideas of other matchers you'd like to see, do share. ;)

Surprising that Netrw itself doesn't set them readonly... I can understand not doing so for protocols that have a standard for uploading files, but for HTTP...

Hey! Hmm, I've not used Typescript myself, but that sure sounds weird. Doesn't it have a way rename the default export just like with plain CommonJS you can do `var...

Hey! Did @chrisgedrim recommendation fit your use case, @danyg?

I think this still needs addressing. I'll reopen to come around to it eventually. And oh, Feb 17, 2020— that was almost before the apocalypse. Good times!

Is there a workaround or another approach for post mortem in "debugger"? Or how do you guys debug uncaught exceptions deep in external libraries' code?

Hey! Thanks for letting me know and go ahead! I'll take a look sometime to see what's useful to copy back here. :)

For those looking for a quick fix, get the DSID of yourself from the family member list (`api.account.family`) and pass it to `api.files`'s UbiquityService: ```python api.files.params["dsid"] = api.account.family[0].dsid ```

If you're using jQuery Mobile along with the jquery-rails gem, jQuery Mobile makes its own Ajax request in which it only accepts html type. The jquery-rails way handles returned JavaScript,...