Halil Sen
Halil Sen
`set post_mortem` works fine but it would be very useful if there was a way to activate this feature programmatically. I would be happy to help if the idea is...
Adding the exact line number of the byebug statement to the end of the filename on the output makes the statement clickable in IDE's and editors supporting this functionality. Currently...
Relative error is defined with respect to the expected/true value https://en.wikipedia.org/wiki/Approximation_error ```ruby |(exp - act) / exp|
Some countries have more reliable case number reporting and after the total number of cases gets big enough the rate stabilises itself and a week might be too pessimist for...
An `unsigned long long` parameter throws a `cxxopts::argument_incorrect_type` when called with `ULLONG_MAX + 1` as expected ``` terminate called after throwing an instance of 'cxxopts::argument_incorrect_type' what(): Argument ‘18446744073709551616’ failed to...
Basically the indices of nested arguments are not kept correctly during validation process. It happens both for Hashes and Arrays declared inside another Array. In the case of `Array[Array[X]]` the...
Hello, I managed to manually clone my partitions but I would like to ask if there are any plans to give this option in clonezilla-live. Since activating encryption on Ubuntu...
At the moment the user has to use the -select argument to prevent the background clustering (even if they want the complete UML) and there is no way to activate...
At the moment the options are merged in a way that if the same option is supplied as a function argument and via config file then the one coming from...
It looks like CBC has a function for this purpose `Cbc_readMps`, a similar function in ruby-cbc would make it possible to call `problem.find_conflict` with an MPS file.