errael
errael
FYI, there's https://github.com/glazedlists/glazedlists-tutorial/pull/3 and https://github.com/glazedlists/glazedlists-tutorial/pull/4 for the tutorial.
Forget the Env var. Focus on mis-use of null parent for dialog placement through NB APIs in a future PR.
Is this related to #695? There's https://github.com/errael/glazedlists which has this fixed and is available in a maven release.
@yegappan since it's "draft", might be worth actually making it a draft PR so it isn't inadvertently committed before you're ready.
> On the other hand, these methods cannot be directly invoked by the user and are > used by Vim internal functions. The goal is to support the operations supported...
The spec for `len()` says `Otherwise an error is given and returns zero` [if the specified type can not be used with `len()`]. There's a test label'd ``` " Use...
> > The spec for `len()` says `Otherwise an error is given > > > > Which succeeds. Why change the spec? (or maybe I'm misinterpreting something) > > Makes...
> > > On the other hand, these methods cannot be directly invoked by the user and are > > > used by Vim internal functions. The goal is to...
> > > > The spec for `len()` says `Otherwise an error is given > > > > > > > > Which succeeds. Why change the spec? (or maybe...
Or maybe I only saw ``` " Use empty() without the dunder method ``` and was looking at the help for `len()` Looks like `empty()` doesn't have any error conditions....