Adam Gausmann
Adam Gausmann
I'd like to be able to analyze an opaque type, `impl Iterator`, which I am creating using iterator combinators and does not have a explicit type name because it uses...
This might be related to or a duplicate of #19 , but it's not clear based on the wording of the original issue. The problem with `add_rx` being tied to...
Resolves #1755 by wrapping the regexes provided to a `RegexSet` in a capture group, so the added anchors work properly with alternation. This doesn't resolve the issue of implicit/hidden regex...
Right now, the regex set implementation used by `bindgen` adds anchors to user-provided expressions so that they must match the entire input string. I can't find this anywhere in the...
Resolves #399
**MDN docs:** [`clientWidth`](https://developer.mozilla.org/en-US/docs/Web/API/Element/clientWidth), [`clientHeight`](https://developer.mozilla.org/en-US/docs/Web/API/Element/clientHeight) These properties are useful for getting the actual width and height of an element as it is displayed on the webpage, and it is the [recommended...
As discussed in #368 and #1490, there is a desire for supporting a larger set of syntaxes in attributes, including the ability to pass paths and expressions as values. Right...
From the documentation on [task dependencies](http://pydoit.org/dependencies.html#task-dependency): > *task-dependencies* are **not** used to determine if a task is up-to-date or not. No further explanation is given for people who actually want...
[Intra-doc links](http://rust-lang.github.io/rfcs/1946-intra-rustdoc-links.html) allow documentation authors to link to items by their path relative to the current module. It would be nice to resolve intra-doc links in the same way that...
#33 Reading this really made me want to open an issueonGithub. 