Benjamin Lorenz
Benjamin Lorenz
A workaround to load GAP in a julia session with threads enabled is to disable gcthreads with `--gcthreads=1` (this corresponds to how the GC works in 1.9). GC threads are...
> I guess this came from [oscar-system/Oscar.jl#1946](https://github.com/oscar-system/Oscar.jl/pull/1946) More precisely from here: https://github.com/oscar-system/Oscar.jl/actions/runs/4203972954/jobs/7294036736#step:6:434
We would need to add the dependency tree as well? A function taking a `Cone` can also accept a `Polytope`.
#285 contains a new field `linear_isa` for the `BigObjects`: ```json "name" : "VoronoiPolyhedron", "linear_isa" : [ "polytope::Polytope", "polytope::Cone" ], ``` It will list all (generic) types that the current type...
`COLOOPS` is not a real property but a `user_method` that acts as a fake property which in the perl shell looks like a property but gets translated differently in the...
I don't think the polymake documentation is the best place for this as this was done on purpose to be hidden to the (polymake-)user. We can try if it is...
I tried looking into those, I could remove a few but got stuck with some other ones: - `Base.trailing_zeros(int::Integer) = trailing_zeros(BigInt(int))` This is only reported on 1.10 but not on...
Current invalidations on latest master (together with Mongoc master and julia master): ``` julia> using PrettyTables ; report_invalidations(;invalidations, n_rows=0) [ Info: 284 methods invalidated for 15 functions ┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────┬───────────────┬─────────────────┐ │ :...
`Literate.jl` cannot really do what we need right now, it can create a notebook from a julia file but not the other way round. But it could be an option...
The underlying problem is that the normal jupyter interface has `RequireJS` loaded and we use that to load `three.js` from within the notebook. But jupyterlab does not have requirejs active...