Ophir LOJKINE

Results 1257 comments of Ophir LOJKINE

@seanmonstar , do you think this can be merged ? This would really help us over at [SQLPage](https://github.com/sqlpage/SQLpage).

Hi! Did you try the example I gave above and failed to replicate? x.ts has to be large enough not to be fully inlined.

We could do even better than an `alert`, and use [tabler's confirmation modals](https://tabler.io/docs/ui/components/modals). I'm all for it ! Are you interested in implementing this, @setop ? Can you open a...

Hi and thank you for the contribution! This looks like this duplicates existing code, doesn't it? Maybe the best place for a fix is inside emscripten itself?

Yes, that would be nice! It should be a trait implemented by solvers that have this ability. Do you want to open a pull request ?

I feel like solution 1 is safer but also more ergonomic. If you have a way to store a solution in a file, you would do something like `.initial_solution(load_initial_solution())`, instead...

If the initial values stored in the variables are used when the solver is initialized, then the call to `.initial_solution(init)` will overwrite them. We should document this in the `initial_solution`...