Sascha Timme

Results 25 comments of Sascha Timme

@bigardone I think an error should be thrown for this scenario. To find out what is (not) happening I think you should start [here](https://github.com/saschatimme/elm-phoenix/blob/master/src/Phoenix.elm#L484). This action should be triggered from...

I don't think that I will personally implement this, but I would be open for a PR. Regarding a PR: I think it should be a pure Elm implementation and...

I see the issue here. I think we could add special callback which can be added to Channel, e.g. ```elm |> Channel.onAbsintheSubscription "__absinthe__:doc:62645988" myCallback ``` which would then add this...

Personally, I have no intention to put in the work to upgrade the package for Elm 0.19. But I would love to see somebody else helping out with this! I...

Doesn't this check only has to be done once at the beginning? I would be completely fine with this, since I only use DynamicPolynomials for construction of systems and lightweight...

There are actually two things. The first one is the ordering and the other is the ordering of the variables itself. Currently we have the following behaviour: `DynamicPolynomials.@polyvar b a`...

But not for the missed releases (there are no tagged docs starting from 0.1.3.). Only if the current built commit is a also a tag, a tagged version is pushed...

@TorkelE do you need this only for the HomotopyContinuation.jl integration or also more generally? I was considering adding support for passing a ModelKit system to HC.jl in the next major...

The gcd is only defined up to an invertible element of the field. If a polynomial with `Integer` coefficients is considered as a polynomial in ℝ[x] then this is correct....