Re: [royale-asjs] 01/01: Added sanitizeUrl and sanitizeHtml

2021-12-25 Thread Harbs
I’ll try to create placeholder classes to subclass them. > Might be simpler to just special case these two. How would we go about that? > On Dec 25, 2021, at 6:08 PM, Alex Harui wrote: > > Hmm. That may not work since you can't extend a static function. Might be > simpler to just special

Re: M1 Mac

2021-12-25 Thread Harbs
Well, the MacBook Air M1 (base model) totally blew the MacBook Pro Intel out of the water too. Not quite as fast as the MacBook Pro M1, but not too far behind. (Easily 50-70% faster than the Intel one.) If a 13 inch screen is OK for you, the MacBook Air seems like a fine development machine.

Re: [royale-asjs] 01/01: Added sanitizeUrl and sanitizeHtml

2021-12-25 Thread Alex Harui
Hmm. That may not work since you can't extend a static function. Might be simpler to just special case these two. -Alex On 12/25/21, 12:08 AM, "Alex Harui" wrote: I took a look. It does require an "extends" relationship to force the goog.require for something in GCL.swc. I don't

Re: [royale-asjs] 01/01: Added sanitizeUrl and sanitizeHtml

2021-12-25 Thread Alex Harui
I took a look. It does require an "extends" relationship to force the goog.require for something in GCL.swc. I don't think we want to change that, so try a workaround. On 12/20/21, 9:02 AM, "Alex Harui" wrote: I will try to look at it this coming weekend. One thing to try for now is