Michael Koppmann
Michael Koppmann
The Elm runtime crashes when `` is used. Other XSS examples are correctly encoded. Minimal example: ```elm import Html exposing (text) main = text "" ``` Result: ```javascript _Platform_export({'Main':{'init':_VirtualDom_init($author$project$Main$main)(0)(0)}});}(this)); var...
It would be great to have support for 2FA. Preferably TOTP and U2F. Maybe I will have some time to implement this feature.
The implementation is based on `postgresql-simple`([FromField](https://hackage.haskell.org/package/postgresql-simple-0.5.3.0/docs/Database-PostgreSQL-Simple-FromField.html#t:FromField), [ToField](https://hackage.haskell.org/package/postgresql-simple-0.6.2/docs/Database-PostgreSQL-Simple-ToField.html#t:ToField)). [`uuid-types`](https://hackage.haskell.org/package/uuid-types-1.0.3) is used because it contains fewer transitive dependencies, but [`uuid`](https://hackage.haskell.org/package/uuid) is used as a dependency for the test case. This fixes #62.
The current Cabal file has a `
Both versions reached their end of life. Other dependencies are dropping their support too. The current versions of some tools like Poetry or typing-extensions also only support Python 3.7 and...
This PR adds the required files for Poetry as the new build and package manager tool. Currently missing: - [ ] Migrating the GitHub actions - [ ] Finding a...
Add type annotations to code base. Fixes https://github.com/cfv-project/cfv/issues/45
Obsidian allows [adding titles to alerts/callouts](https://help.obsidian.md/Editing+and+formatting/Callouts#Change+the+title). When Markdig parses an alert with a title, it is recognized as a `QuoteBlock` instead of an `AlertBlock`. It would be nice if Markdig...