Benoît Pasquier

Results 125 comments of Benoît Pasquier

Is there an actively-maintained fork out there?

Could you describe what the hack is to start a presentation?

Of course! For the record, I got confused because, on Firefox, there is a *Web* console and a *Browser* console, and `present()` can only be typed and work in the...

My three cents up to now: - Maybe increase the size to match the screen width when in presentation mode? I think something like is done by [Remark](https://remarkjs.com/#3) could be...

FYI, I just mentioned remark for inspiration for the sizing (font size and spacing), but I guess there are plenty of other sources of inspiration out there, like, e.g., RISE....

Suggestion: Add https://github.com/paschermayr/ModelWrappers.jl to the guiding designs?

Sorry for the delay, for some reason I did not get notified of this... I'm also in favor of this but I would like to note that there are a...

Did a PR eventually come out of this?

I saw that there were many discussions revolving around moving ForwardDiff.jl's dual-number implementation into DualNumbers.jl and got a bit lost in those. What is the current status of this? Is...

I guess a solution chould actually define a new factor type, which stores the factorization of the real part and the dual part of the matrix. So for dual-value matrix...