Re: Podling Annotator Report Reminder - September 2021

2021-09-06 Thread Randall Leeds
I've submitted a board report. It is couple days past the deadline that is supposed to give mentors time to review, but this reminder didn't even come until after that deadline. Perhaps that's due to us missing August and maybe, therefore, Justin provided this reminder manually. I've submitted this

[GitHub] [incubator-annotator] tilgovi commented on issue #113: Can't use after installing via npm (without webpack or similar)

2021-09-06 Thread GitBox
tilgovi commented on issue #113: URL: https://github.com/apache/incubator-annotator/issues/113#issuecomment-913793451 Actually, even compiling the dependencies won't work, because `@mdev/finder` specifies `"type": "module"` in its `package.json`, which means Node will try to load it as ES

Re: [ANNOUNCE] Apache Annotator (incubating) 0.2.0 release

2021-09-06 Thread Gerben
On 05/09/2021 19.11, Nick Kew wrote: >> On 3 Sep 2021, at 12:14, Gerben wrote: >> >> Dear community, >> >> The Apache Annotator (incubating) community is pleased to announce the >> release of Apache Annotator (incubating) 0.2.0. > Congrats on the progress that represents! > > Do we have any news o

[GitHub] [incubator-annotator] tilgovi commented on issue #113: Can't use after installing via npm (without webpack or similar)

2021-09-06 Thread GitBox
tilgovi commented on issue #113: URL: https://github.com/apache/incubator-annotator/issues/113#issuecomment-913791968 Ah, I see. It shouldn't be a problem that `@mdef/finder` is ESM-only, since we only support versions of Node that have stable ESM support. However, it looks like the lands

[GitHub] [incubator-annotator] Treora commented on issue #113: Can't use after installing via npm (without webpack or similar)

2021-09-06 Thread GitBox
Treora commented on issue #113: URL: https://github.com/apache/incubator-annotator/issues/113#issuecomment-913777213 Regarding replacing the `optimal-select` dependency, I described my earlier research in commit message c8ef340e34b1: I tried a few css selector generators, listed