Daniel Brosch

Results 3 issues of Daniel Brosch

The performance seems to go down significantly (updates maybe 1-2 times a second) when hovering with the pen (and the CPU usage hovers around 80%). I am using settings "pen_size":...

question

I just got my paper pro, and wanted to setup rmview on it. After switching to developer mode and setting up SSH access, I get the following error: ``` [INFO]...

Right now PolyJuMP only seems to support Float64 Models: ```Julia using MultiFloats, JuMP, PolyJuMP, SumOfSquares m = GenericModel{Float64x2}() setpolymodule!(m, SumOfSquares) ``` Gives ```Julia ERROR: MethodError: no method matching setpolymodule!(::GenericModel{MultiFloat{Float64, 2}},...