Sascha Timme
Sascha Timme
Pulled out from #27 @bigardone: >The issue I'm having is that once the connection is made and the channel is joined, if I turn off the wifi it is not...
The rational number `1//10` does not have an exact floating point representation. However currently ```julia julia> x = Interval{Float64}(1//10) [0.1, 0.100001] julia> x.lo == x.hi true ``` So the interval...
During the update to 0.7/1.0 we didn't change for which version the docs should be deployed. So now there is no documentation available for a couple of releases -.- (I...
Could elaborate which monomial ordering is currently used? Lexicographic? And is this enforced by the interface, i.e. MultivariatePolynomials, or is it depending on the implementation, i.e. DynamicPolynomials etc.? And would...
Assume I install StaticArrays in my current project ```julia (v0.7) pkg> add StaticArrays Resolving package versions... Updating `~/.julia/environments/v0.7/Project.toml` [90137ffa] + StaticArrays v0.8.3 Updating `~/.julia/environments/v0.7/Manifest.toml` [no changes] ``` I think that...
Citation
We (myself and @kalmarek) are currently writing an extended abstract about [Polymake.jl](https://github.com/oscar-system/Polymake.jl) for the [ICMS 2020](http://www.iaa.tu-bs.de/AppliedAlgebra/ICMS2020/ICMS2020.html). Since `CxxWrap` is a crucial part of our interface, we want to give it...
We should keep track of https://github.com/JuliaSymbolics/Symbolics.jl . Maybe at some point we can even remove the symengine dependency in favour of Symbolics.jl
It seems that Bukdu and Revise do not currently place nice along each other: ```julia ERROR: MethodError: no method matching min_enabled_level(::Bukdu.Plug.Logger) The applicable method may be too new: running in...
First, thank you for this great extension! I run into a small Problem. If you view a reason file in the "git-diff view", Merlin seems to expect OCaml and not...