Shawn Talbert
Shawn Talbert
In my (classical OO) experience constructors are ideally meant to provide the consumer an initialized object. In fact, the `--strictPropertyInitialization` option tries to help ensure that's the case in TS....
Thanks @fkleuver. I guess I'll have to go with your last example (explicitly including `undefined` on the type) and give up on treating the constructor as the single point of...
I've never liked how popular routers required me to manually specify url strings in config files and then remember and refer to them in HTML. Those urls had to be...
Thanks @trxcllnt! Although YES Rhino is being used in an "AMD" envrionment in my case, unfortunately NO the fix above didn't change anything in regards to my error. I do...
I also just tried `Ix.dom.es5.min` from the main `ix` package - same error :( Perhaps I can play around with the "TS" target and further compile it to UMD? It...
One thing I eventually discovered is [this setup of] Rhino doesn't like reserved words as idenfifiers, so one location had `default()` as a property getter and it failed. Getting past...
thanks Paul, I haven't needed to stand this runtime up myself but I'll see what I can come up with for a minimal docker setup. Out of town lately (windows...
Isn't there API docs somewhere? I thought the main `readme.md` had a link to docs once upon a time? Or if not, it's pretty a common pattern to have API...
+1 I appreciate that this is an open source project, but I'm appalled at the utter lack of comments (and especially lack of scaladoc).
Your "learning" web site is beautiful, and I can see it took quite some time. Ironically perhaps, my expectation for scaladocs were even greater after I saw all the nice...