Henning Holm
Henning Holm
Ah, because in VHDL the correct one of multiple functions with the same name may have to be inferred by the destination type? That's indeed a tough one. Do you...
What a pity! As someone who works with VHDL on a daily basis, I know how hard it is to find good tooling. So I hope the incentive will return...
I finally got down to updating to the new release. Goto definition works as expected for non-overloaded subprograms. Thank you very much!
Sure, go ahead.
@duesee What do you think about splitting/renaming this issue to more actionable issues for better representing the progress towards the milestone?
Now that #517 has landed and Python bindings are somewhat on their way, we can probably close this generic issue and track everything else separately. What do you think?
Glad you finally found the scripts! Good point, I should definitely add a note about that to the README.
Actually, I did not yet thought this through in any way yet. I only noticed this when I was writing the [find_cheapest_server_type example](https://github.com/HenningHolmDE/hcloud-rust/blob/master/examples/find_cheapest_server_type.rs), where I parsed the priced into `f32`...
@kpcyrd I'm actually not quite sure what floating point issues you are referring to. Currently, the API just forwards Hetzner's representation of prices as a string type. For the example...
Thanks for reporting the issue, @svenstaro ! Did you notice any regularity in when you get the errors? Actually getting the errors would of course make implementing the retry support...