Peter Marheine
Peter Marheine
I can confirm that simply changing my impl to implement `parse_lazy` instead of `parse_stream` fixes the issue I was seeing. That suggests to me that the `Parser` documentation should be...
It looks like one of them appeared in 6ec094efd2eecefeb2281fb99687143e7a5580e8, which removed `parse_stream_consumed` and replaced the reference in the `Parser` documentation with `parse_stream`. Seems like there are only two options.
There was an old PR that did this (#16), and I've just proposed a newer implementation in #72. If `from_raw_bytes` were turned into a `const fn` (which I think is...
I think trigonometric functions would be best implemented in some other crate, since exactly what is required is strongly dependent on the application's needs for accuracy. It seems better if...
I think this can be closed now, since 2.1.0 has been released since the last update to this issue.
I agree it would be nice to have a shortcut, though `d128::pow(0.5)` should do the job.
I'm seeing this as well. I got a post-mortem of the error by running bedup under `pdb`, and it's trying to link files that are on different devices (some names...
You mean using the `scrollbar-color` CSS property, right?
At least according to RFC 2616, Chrome's behavior seems correct. A header name is a sequence of `token`, and `token` is any character excluding `CTL`s or `SEPARATOR`s, neither of which...
It seems like the rationale in #68 applies here as well though: supporting the old behavior is difficult and probably slow, so it's simply not supported.