George Pollard
George Pollard
It'd be really handy to be able to reuse some of the `derive_more` macros, for example I'd like to be able to reuse the display-like formatting in my own macros...
### Describe the problem that you'd like solved I have over 700 books in my want-to-read list on my reading log and I'd like to be able to filter them...
I tried converting some code that's currently using `maud` to instead use `hypertext` and ran into a few issues. I thought I'd provide them as feedback here to help improve...
This is related to #181 but I don't think it has been called out explicitly as a problem there. If you have some `Markup`/`PreEscaped` and slot it into an attribute...
It would be useful if `TfxInstaller` provided a `registry` option to select which NPM registry to install from. At the moment `TfxInstaller` is unusable in some configurations where (for example)...
Labels look like they are not being wrapped correctly. I'm seeing this: ``` gedcomfy::error × A problem was found in the GEDCOM file ╰─▶ gedcom::version::missing × GEDCOM file appeared to...
It would be nice to have a pretty-printing Turtle serializer. I’m thinking: - use `[ … ]` blank node syntax when there’s only one reference to the node - ordering...
There is already a note on the canonicalization function that it can be `O(b!)` in the worst case but I've encountered very slow behaviour on not-very-big graphs while working on...
The following code should work, but at the moment it fails: ```rs oxrdf::BlankNode::new("").unwrap() ``` See [RDFa Core 1.1 - Third Edition, §7.4.5](https://www.w3.org/TR/rdfa-core/#https://www.w3.org/TR/rdfa-core/#h-s_blanknodes:~:text=As%20a%20special%20case%2C%20_%3A%20is%20also%20a%20valid%20reference%20for%20one%20specific%20bnode.): > As a special case, `_:` is also...