John Plaisted
John Plaisted
One could argue if this is a bug; Promise/A+ makes no mention of this. However I think we eventually want to consolidate goog.Promise and native Promise if possible. goog.Promise has...
From linkedin/datahub
Create a roadmap. Ideally we phrase this as the roadmap to a 1.0 (more stable) release.
Medium to long term we'd like to move more code over from linkedin/datahub than was in this initial move. This includes the restli DAO and jobs (or at least very...
We haven't just split our code up, but also our documentation. They need more cleanup than what I've given them initially here. For now, users should probably read the complete...
We should promote warnings to errors, and clean up said errors. There are a few places in our code that are a bit sloppy due to lack of these warnings...
SMV bumped to 0.3 due to breaking changes. These changes were made in the werror branch and reviewed per commit, and that branch is now being rebased onto master. #29...
Spotless can help here. Javadoc formatting also includes ensuring that it is A) valid javadoc (html) and B) references are valid.
### Problem The sorbet _runtime_ does not support overriding methods from prepended modules ([link](https://github.com/sorbet/sorbet/blob/master/gems/sorbet-runtime/lib/types/private/class_utils.rb#L84)). I think there's at least one very common use case for this that doesn't violate any...
Per https://github.com/google/closure-library/issues/907 from @frenchy64 The documentation for goog.delegate.DelegateRegistry shows a [super_](https://google.github.io/closure-library/api/goog.delegate.DelegateRegistry.html#superClass_) property of type DelegateRegistryBase. Not only is this property a quirk of transpiling to ES5 but it also is...