Jeffrey Goldberg
Jeffrey Goldberg
I would like to ensure that the resulting output is strict and safe, and so would like to have an option which just eats all html (whether inline or block)...
Resolves #15 The external changes are that 1. A new pre-baked separator function, `SFDigitsAndSymbols` requires that at least one digit and at least one symbol appear as separators somewhere. Note...
It appears that adding "ambiguous" to the `allow` flag in the command-line has no effect. ``` $ opgen characters -allow=uppercase,lowercase,digits,ambiguous -length=20 -entropy 115.63 $ opgen characters -allow=uppercase,lowercase,digits -length=20 -entropy 115.63...
When I build from source on an Apple Silicon (arm64-apple) system I get loads of compiler warnings (attached below), which all seem to center around the regex library. When I...
This is less of a bug than of a tidiness issue. **Describe the bug** Running clippy (rust linter) on the rust code yields a bunch of minor warnings. None of...
I do not know how R handles fonts, but it appears that it only deals with Type1 postscript fonts for which we need a separate font metrics file, `fontname.afm`. `extrafont`...
I strongly suspect that I am "using it wrong", but the structure returned by ParseResponse does not include the signature and may be missing other information which might be necessary...
I'm not really sure that this counts as a bug as source markdown is malformed. However the fact that mdbook produces valid HTML while mdbook-latex produces an error on the...
There is a mismatch in the documented behavior for C4 and the actual behavior. The image, `./img/c4.png`, has the nodes produced _without_ the "type" being prepended to the the optional...
### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think...