Francis Gagnon

Results 27 issues of Francis Gagnon

Hi, Running version 0.1.5 on linux mint 19.1 Cinnamon eddition The right scroll bar is invisible as shown in this screenshot : ![ss](https://user-images.githubusercontent.com/34136215/58350296-77367400-7e33-11e9-8abd-d4f4b8ef8754.png) It is still possible to scroll in...

## Bug report ### Describe the bug Kodi sometimes crash when accessing music library in Chorus 2 webpage (remotely with firefox through ipaddress:port# and clicking "Music") just after Kodi startup....

Hi, It would be great if the documentation was similar to `?`-mode in the REPL, that is, extended help hidden by default. A simple way to implement that is to...

Type: Enhancement

Related to #115 The `JuMP.jl` interface does not work with user-registered nonlinear operators. Here is a simple example running JuMP v1.21.0 and MadNLP v0.8.0: ```julia using JuMP, MadNLP optim =...

Hi, First, many thanks for making you code open source. I was wondering If you are interested in making a [`MathOptInterface`](https://github.com/jump-dev/MathOptInterface.jl) of `LFPSQP` ? This would allow interfacing your solver...

I notice unusual allocations with `mul!`. If I do: ```julia using LinearAlgebra using BenchmarkTools A = Hermitian([1.0 2.0; 2.0 3.0]) B = [4.0 5.0; 6.0 7.0] Y = similar(B) @btime...

Thanks the devs, spivak is incredibly full-featured and stable! On certain wifi/router, the DNS does not collaborate and connecting to the web interface by hostname does not work well. A...

`JuMP.jl` is introducing a new syntax for NLP, see warning at the top. It is cleaner and marginally faster from my quick tests (the speed difference is negligible in fact)....

@baggepinnen André was asking if there is any tools for (soft) real-time loops in julia. Something that could be use with this package to implement MPC on a real plant....