Eric Forgy

Results 69 comments of Eric Forgy

Over on Slack, someone (I'll edit his name back here if he gives permission) pointed out that > if we consider each type as having a β€œpromotiness” score, that represents...

Maybe it is not so clear cut? If "promotiness" score was like `Int < FixedDecimal < Float`, then I'd expect ```julia FixedDecimal/FixedDecimal -> Float ``` but we have ```julia julia>...

Hi @NHDaly πŸ‘‹ I just hopped onto the latest branch of your outstanding PR and see the following: ```julia julia> using FixedPointDecimals julia> one = FixedDecimal{Int,2}(1) FixedDecimal{Int64,2}(1.00) julia> three =...

Hi @NHDaly πŸ‘‹ Thanks for your comment πŸ™ It sounds like we are tilting the same direction and I agree it would be good to hear the opinion of some...

Hi @NHDaly πŸ‘‹ I had completely forgotten about this πŸ˜… > Another point to consider is Γ·. I changed this in #40 to return an FD, but before it was...

Oh wow. I'm sorry @amanica . Somehow I completely missed your comments πŸ˜…

Hi @macroscian πŸ‘‹ Good timing. It's been a while since I looked at this, but coincidentally, I was just updating some stuff. Yeah. The issue is that HTTP v0.8 was...

The version I just pushed to `master` is a bit of change too πŸ˜…πŸ™ One thing I liked about this package was the ability to change routes on the fly...

I haven't updated the docs yet, but there are no `Get` or `Post` methods anymore. If you want a `POST`, it is now like this: ```julia Endpoint("/post/endpoint",POST) do request::HTTP.Request #...

Hi @kskyten πŸ‘‹ Thank you for submitting an issue. I'm happy to try to help. First, I know this package could use some documentation improvements, but have you had a...