Benoît Seron

Results 5 issues of Benoît Seron

I'm trying to install Hydrogen but encounter the following ``` > @aminya/[email protected] install /tmp/apm-install-dir-202232-11380-pdca51.vct18/node_modules/Hydrogen/node_modules/@aminya/zeromq > node-gyp-build || npm run build:libzmq > @aminya/[email protected] build:libzmq > node-gyp rebuild npm WARN deprecated [email protected]:...

Using relatively large data sets with a Jupyter notebook, I have problems with garbage collection: I used as a test `x = fill(NaN, (5000000,8))` as in [a similar post ](https://github.com/JuliaLang/IJulia.jl/issues/785)...

When using the option "Enclose values in double braces" I found that special characters induce bugs. For instance, ``` author={Garc{\'\i}a-Patr{\'o}n, Ra{\'u}l and Renema, Jelmer J and Shchesnovich, Valery}, ``` becomes...

bug

I am trying to optimize a function in a box constrained setting. I cannot provide its gradient. This seems not to be an issue if I am not asking for...