Cormac Relf

Results 226 comments of Cormac Relf

https://developer.mozilla.org/en-US/docs/Web/API/Window/self ... but I appreciate this is probably an XPCOM thing. You could always just put `if (!window.self) window.self = window;` in your codebase somewhere, taking care not to overwrite...

Overall I have not been expecting WASM performance to be amazing. Natively, my M1 Mac can do 250 references with APA 7 from my own library in ~~238ms~~ 193ms. Roughly...

Can't you solve that with the Big Title Split of 2022 for software item types? Main title no casing, subtitle with casing.

@iandol citeproc-rs now has bindings for Swift. Swift code can't be used 100% directly in Objective-C, but you can write that part of your app in Swift and expose `@objc`...

I've discovered there is actually a way to turn it off already, that works on both citeproc-rs and citeproc-js, and maybe you're actually already doing it: add a `static-particles: true`...

It is specifically each name, so for example ```json { "author": [ { "family": "van Dyke", "given": "Dick", "static-particles": true } ] } ``` will not parse the `van` into...

Hey, thanks for doing that! It looks great. A couple of questions from skimming just now: * What is the purpose of `cs:law-module`? Are legal types disabled until listed in...

Hey guess what, citeproc-rs already has its own version of `wrap_url_and_doi`! It has a number of shortfalls, and it frankly shouldn't be enabled by default given the state of it:...

A newline as the separator in the bibliography metadata ought to do it, right? That makes the most sense to me.

I think I did add .csl-entry divs to the test suite output but wasn't sure at the time whether that should be an always thing. I'll check on this.