Cormac Relf

Results 226 comments of Cormac Relf

@pthibodeaux July this year isn't that old. Try this. ```diff diff --git a/src/app/pages/pages.module.ts b/src/app/pages/pages.module.ts index 400f26c..585e0bd 100644 --- a/src/app/pages/pages.module.ts +++ b/src/app/pages/pages.module.ts @@ -1,8 +1,8 @@ import { NgModule } from...

Works just fine. ```sh # thanks @beeman git clone https://github.com/cormacrelf/ngx-scrollspy-angular-cli-demo cd ngx-scrollspy-angular-cli-demo npm install @angular/{animations,common,compiler,compiler-cli,core,forms,http,platform-browser,platform-browser-dynamic,platform-server,router}@'^5.0.0' [email protected] rxjs@'^5.5.2' npm start open http://localhost:4200 ```

Yes, unfortunately related items would bubble up into GUI work and changes to library management. If you were going to do related item structure, you would do it like `"container-id":...

Yes, I plan to do this very soon. I was holding off because of the messiness of releasing internal crates as well. But a solution emerged when reading a rust_analyzer...

It favours disambiguate-add-names because the spec demands adding names first, and stopping if that works. In this case, it does. “Adding names” here does not start with the previous attempt...

Sticking with Kurt/Kurtz is the expected behaviour if you have `givenname-disambiguation-rule="all-names"`, and this works. This is because those given names have been globally expanded before add-names comes into play. But...

Are you saying citeproc-js reverses the first two disambiguation passes, because it’s simply better?

Only with by-cite? I don’t immediately see why the others wouldn’t also benefit, e.g. primary-name getting the second name Kurtzed. Right?

Ah yes, my mistake, I think you’re right only by-cite needs it. In all other GNDRs, names that would have initials and/or given names added during cite disambiguation have already...