Jakob Krell
Jakob Krell
I am a a bit concerned about basing it on a US standard, given that their are non-US countries and the US doesn't have a great track record *cough* imperial...
> I did notice that you get the `typst` binary from the `Typst_jll` package, which appears to be autogenerated. I don't know how customizable those jll packages are, so I...
That feels extremely limiting given the large number of Julia packages that depend on a jll package. Do many other packages break for you? Again, it would be helpful to...
I also would love a workaround for this issue!
Yeah, I gotta keep removing them. Makie in particular needs to be in a different environment.
To clarify, this particular manifest has OrdinaryDiffEq.jl at v6.97.0, but the same error happens on the latest v6.102.1
Interesting, then it seems like AirspeedVelocity.jl (or Pkg.jl?) doesn't respect manifests.
Thanks for pointing that out, I missed this section in the [docs](https://docs.julialang.org/en/v1/manual/code-loading/#Environments-1): > When loading a package from another environment in the stack other than the active environment the package...
What is the limitation from using `IteratorSize(::Type) = HasLength()`?
Is there a workaround in the meantime?