Tommy Hofmann

Results 92 issues of Tommy Hofmann

TLDR; Make the badge in the README more often green. 1. The github README is probably the first encounter for people looking for Oscar (it is the first hit on...

If the finite field is `F = F_p[X]/(f(X))` and I have an element `g` in `F_p[X]` then I think the documentation claims that `fq_nmod_reduce` should give me the element `g`...

Some breadcrumbs: - Should be a package extension - Needs to implement a "writer" akin to https://github.com/JuliaDocs/DocumenterCitations.jl/blob/477d6e3cf7ed85e51b2c183c958eef1e5a2f4add/src/bibliography_node.jl#L58

enhancement

Is there a way to enable a version selector for the different package versions? The documentation of DocumenterVitepress.jl itself seem to link only to `/dev/`, but what about other versions?...

enhancement
help wanted

I have been playing around with https://github.com/MilesCranmer/DispatchDoctor.jl/ (v0.4.2) and found it quite useful. It also seems to work well with `Revise.includet`: ``` shell> cat test.jl @stable f(x) = x ==...

As I learned from @lgoettgens: > The persistent task test does not work with deved dependecies Would be great if it could work with deved dependencies. I guess this boils...

test: persistent tasks

Sometimes tab completion freezes the REPL. For example, I type ``` julia> complicated_hard_to_infer_function(f(x) * y, g(x), TAB ``` and this gives me a frozen REPL for a few minutes, where...

bug
REPL
completions

What a ride. It is still not finished, but all tests are passing for now. Actually, lots of tests themselves had scoping issues and should not have been valid before....

Adds a keyword argument `length=ex` to allow for specifying the length of the iterator. Closes #41