Thomas Christensen

Results 97 comments of Thomas Christensen

The main reason I haven't followed up on @LilithHafner's point is that I didn't really have the drive to check whether the `@pure` calls in fact really have no effect...

So are you suggesting we might as well just go with the `@assume_effects` changes here, and then further clean-up/fixing of effects/removal of specific unnecessary annotations could be done later on?...

What's the format differences between BibTeX and BibLaTeX? Sorry I'm not familiar with BibLaTeX. If it's a request type from https://doi.org it should be possible I imagine.

Okay, I see: I didn't know the biblatex package also had its own format - I always assumed it just took the ordinary BibTeX format. Unfortunately, it doesn't look like...

This is a bit tricky because I currently just resort to a few regexes for extracting authors, year, and title. In principle, I ought to be doing this with a...

> A sub-part of the problem is also that we are abbreviation 'Series' to 'Ser.' rather than just discarding it. Oddly, `"series"` is included in `LTWA_ENTIREWORD`. Maybe because it could...

Building on the last implementation, we can go a bit faster (partly by using a plain vector for the vertex-edge mapping rather than a dictionary, partly by not using `add_edge!`,...

> A bit of nitpicking, I had trouble understanding what all ' mean, until I realized they mean nothing, ' is treated just like any other character. But `x'` does...

FWIW, I just tried to compile GLMakie v0.10.10 on WSL2 and faced the above-noted segfault on precompile: downgrading to v0.10.5 resolved the issue though.

I still see this on GLMakie v0.10.14: ```jl Precompiling project... ✗ GLMakie 0 dependencies successfully precompiled in 37 seconds. 418 already precompiled. 1 dependency errored. For a report of the...