martin frances
martin frances
> Would that improve the build times or reduce the number of dependencies? In the cold light of day, syncing up version numbers in my libraries solved all the issues,...
#968 we now have a candidate PR ... Opps I need to update the change log, at the very least...
The README.md page a "demo" link .. time moves on its a broken link
Sorry for the late reply There is a small nuance here. This directive is dropped for a debug build something I was hoping to avoid . ``` #[repr(transparent)] ``` I...
I recently, rebased and force pushed - as I think it will fix build errors
Ok this next version looks much less like a dogs breakfast ```rustlang #[cfg_attr(not(debug_assertions), repr(transparent)] ``` That was the key to this, that I was not seeing ... thank you -...
I think that PR above is a good reponse to the problem.
There are a couple of places where I use this array of strings let fill: [&str; 7] = [ "fill: red", "fill: orange", "fill: olive", "fill: blue", "fill: indigo", "fill:...
Added examples to the landing page. [239f1f1ccde5054a7c870479b4396ce1515de6e7 ](https://github.com/martinfrances107/rust_d3_geo/commit/239f1f1ccde5054a7c870479b4396ce1515de6e7) Still todo Locate all function call that involve angles in degrees and document that. Add test to describe the Stream Pipeline and...
@xnuk - I have a fixed the issue ( see #6 ) Can you confirm this fixes the issues for you?