Thomas Christensen

Results 50 issues of Thomas Christensen

Since `:total_may_throw` was renamed to `:foldable` only recently (cf. https://github.com/JuliaLang/julia/pull/45534), it seems the cut-off would be an as-yet unreleased v1.8.0-rc2.

The regex hacks are not robust to changes in the formatting of the string returned by the get request. This causes problems like #7. To make sure the package continues...

Consider the following horror show of a DOI: ```jl julia> doi2bib("10.1098/rsta.1904.0024"; abbreviate=false) @article{johndoe1904, doi = {10.1098/rsta.1904.0024}, year = 1904, volume = {203}, number = {359-371}, pages = {385--420}, title =...

When exporting vector-graphics plots containing `text`, the individual glyphs are each stored as a separate object, rather than having a single object for each piece of text. E.g., `text("foo")` will...

enhancement
CairoMakie

The documentation of `mirror` states that: > If "all", axis lines are mirrored on all shared-axes subplots. If "allticks", axis lines and ticks are mirrored on all shared-axes subplots. I.e.,...

This factors out the DFS step from `articulation` into a separate function `articulation_dfs!` and then uses this new function to implement `is_articulation(g, v)` which checks whether `v` is an articulation...

enhancement

I'd like to update my compat on Meshing.jl from 0.6 to 0.7, but could not easily figure out what changed in the interim? Were there significant changes to the API?...

This removes the overhead of using `Base.copymutable` over `copy` for small `Array`s: ```jl using BenchmarkTools v = rand(2) A = rand(2, 2) B = rand(3, 3) C = rand(4, 4)...

arrays

To reproduce: 1. Open VSCode 2. `Ctrl+shift+P` -> `Jupyter: Create New Blank Notebook` 3. Type anything in a code cell and execute cell ![image](https://user-images.githubusercontent.com/26799210/134370285-ba2d51c8-465c-418e-8ccc-b71b0313edc1.png) 4. Get stuck in 'pending'. However,...

area-notebook

It seems there is a redundant **k**-point included in the data for space group 216. In particular, the K point is equivalent to the U point (related by a reciprocal...