Armin Becher

Results 69 comments of Armin Becher

Thanks for the feature request. I can see the need for this.

@vil-mo could you please provide a descrpiption of what you want to achieve?

@hornyjailfish could you explain a bit what you try to achive? `new` does depend on the 'Default' trait right now because it will init a 2d grid with the default...

I could imagine that something like `grid_with_capacity` would help in such case? It does not exist yet. Changing `new` is not that easy, because it initializes a grid with concrete...

Thanks for taking the time. Interesting that transpose is a change in row to column major order. Didn't know that. I think it would be great if `grid` would be...

@phodina thanks for reporting and sorry for the inconvenience. I am not familiar with guix. Is this some kind of replacement of package manager? Like cargo? Is the failing test...

@phodina thanks for the explanation. I am not directly calling any OS specific functions but since the error ocures in timeout_inf_loop I am pretty sure that this line of code...

Sorry for the very late delay. Just had a look how the `timout` macro expands and I can't see the problem yet. I have a simple test: ```rust #[test] #[ntest::timeout(1000)]...