Martín Pozo

Results 31 comments of Martín Pozo

The same in line 405. Regards.

I have been thinking about changing this in a 2.x branch. However, it has implications in the performance if `Box`es are used to encapsulate the traits or makes more unconfortable...

Feel free to fork and create pull requests. If they are interesting can be merged into this project. Anyway, a 2.x branch will be created in the following months, with...

Yes, I have been working in some ideas and implementations, but nothing has been pushed yet because I am experimenting and trying to get better results and performance. The improvements...

I had tried using `IntoIterator` as trait bound before, but that only provides `into_iter` function, and a function that does not take the ownership is also needed. I will continue...

2.0 version is more flexible than 1.x, but I have not made `Genotype` iterator types generic because it makes the interface much more cumbersome and a vector of genes is...

I had thought in this feature but the problem is that a trait restriction for a `type` for the fitness return type cannot be added in stable Rust (at least...

In can confirm that https://github.com/Tow-Boot/Tow-Boot/issues/55#issuecomment-946644092 answer works, but I have used the official command of Pine64 wiki instead of dd (`mtd-utils` package must be installed first): ``` sudo flashcp Tow-Boot.spi.bin...

This is interesting, but I wonder if there is another easier way of doing it without installing zig, it seems a bit over-complicated to me. Thanks!

#525 implements the opening of links in a new tab.