Mick van Gelderen

Results 59 comments of Mick van Gelderen

Yes it is: https://github.com/mickvangelderen/blocks-rust. Thank you for looking into this.

I'm on spacemacs development branch commit c122eb6a05ddffeccfe20fc7f56cae550c463575. Updated all my packages yesterday if that helps.

Yeah no worries. I really like being able to jump to the code from the cargo process output but for now I can get by with the terminal.

In this context, can/should `cgmath::BaseNum` and `cgmath::BaseFloat` be replaced with `num_traits::PrimInt` and `num_traits::Float`? Perhaps `num_traits::PrimInt` has too many restrictions and a trait representing a [field](https://en.wikipedia.org/wiki/Field_(mathematics)) would be more flexible? Taking...

I think solving this is out of scope for cgmath. The desire to reinterpret elements of collections is common (https://github.com/rust-lang/rfcs/pull/2756) but, as you can see from the pr, there are...

I'm also looking for this functionality.

I though these settings would affect automatically renumbering ordered lists on format: ![image](https://user-images.githubusercontent.com/5444990/171991082-46774654-907d-4206-99da-b7704754ccef.png) However that is not the case in v3.4.3. While I do not understand the engineering effort, I...

Well that's easy: Before `CTRL+SHIFT+I` (format document): ``` |a|b| |---|---| 1. x 1. y 1. z ``` After `CTRL+SHIFT+I` (format document): ``` | a | b | | --- |...

@Lemmingh it seems you are not in the best mood. I appreciate the work on this project and I had no bad intentions. The extra information is that the availability...