Alkis Evlogimenos

Results 34 comments of Alkis Evlogimenos

Unfortunately the underlying API does not support these ops so it is not easy to add. If you can provide implementations I would be happy to review them. That aside...

It seems the `!` type is stabilized for this usecase. Do you want to update the PR?

@jonathanstrong do you want to make this merge cleanly so that it can be merged? Then we can push a new version out.

I think we can merge the whole thing. I also sent you an invite to commit directly if that helps.

If you are happy to do it in smaller steps that would be even better.

Will do. Thanks @jonathanstrong!

Thanks for the report! Care to provide a patch? Perhaps instead of `fmt.pad` we should use `fmt.pad_integral` to ignore precision? Would that work on all cases?

I think it is better if we make the context a bit more ergonomic and then this function won't be necessary. How about a public function `with_mode` that is a...

I think `with_mode` gives you a lot of power and with it come some rough edges you need to think about. The nice thing about it is that the user...

It would but it seems like a lot of work. Is there a use case for it? Maybe you want to provide a PR?