Michaël Guitton
Michaël Guitton
@rprichard @dscho Faced a similar issue yesterday: https://github.com/git-for-windows/git/issues/519#issuecomment-405653080
See also this old but still relevant post: [The Open Graph and Sharing Tags](https://snook.ca/archives/html_and_css/open-graph-and-sharing-tags) > One thing that seemed silly was the duplication of the article description. Since these use...
> The search only matches the start of a word […] Thank you for providing me with the key to understanding the search function and the tip about the filter...
I've modified the original bug report which, in retrospect, was a little misleading.
IMHO, [Tinker mode](https://observablehq.github.io/documentation/collaboration/tinker-mode) already makes it possible to test some code _in situ_ and should be [made more prominent](https://github.com/observablehq/feedback/issues/551): > Tinker mode is buried deep within the “View” menu: Why...
If the problematic ruleset is: https://github.com/observablehq/inputs/blob/86fa5c0b529c32cd83fccdf9b6b80ffe3bf015c0/src/style.css#L231-L235 … then a possible fix would be to modify the above selector as follows: ```CSS .__ns__-table thead th > span:first-of-type:not([class]) { /* ... */...
I wonder why the issue I reported is not receiving any attention ⁉️ This is kind of baffling 👎
It looks like someone has already flagged [this issue](https://github.com/observablehq/feedback/issues/412).
This is an annoying and lingering issue, to say the least.
@mootari Kudos for fixing this annoying issue. It's working as expected now :smile: However, I wonder if your hotfix introduced another side effect with empty capturing groups!? For example, applying...