Peter Linss
Peter Linss
<disclaimer>I'm well aware that I'm currently one of the longest serving TAG members ever. I'm also well aware of the irony that one of the main issues I ran on...
I agree with @chaals, if there’s an issue with one or more appointed members, or a fear of future issues, a simple direct approach of having a conversation with the...
News to me. My only idea is that the spec parsing task crashed while saving the HTML spec anchor data. As @tabatkins mentioned, it should be temporary until the next...
I found the fix for this, use the `{{% %}}` syntax for the shortcodes. e.g. ``` ## {{% icon name="fa-battery-1" %}} My title with icon ``` That will cause the...
Another placeholder technique that seems to be gaining traction is using a blurhash: https://github.com/woltapp/blurhash We could add a single attribute to `` e.g. ``, no need to rely on external...
In theory linking to a formal schema document could satisfy this, but this needn't have such a heavy solution. One possibility could be a meta tag that describes a single...
Sure, you can have a template: “{foo=bar}” and if the caller does not provide a value for ‘foo’, the result is “bar”. Maybe I’m missing something but I don’t find...
Looks like it was in an earlier draft: https://tools.ietf.org/html/draft-gregorio-uritemplate-02#section-3.2 and removed in version 06. Don't get me wrong, I'm not proposing you remove the feature, I'd rather see a new...
To be clear, only the db server is being migrated today. I don’t expect any behavioral changes, just stability and performance. I did a force reparse on all the specs...