Carwyn Nelson
Carwyn Nelson
Tested on 0b7b6fdf7bceed017a907660e6a4794fe74a29db under windows 10, visual studio 2019. If I run ``` setup_dependencies.bat build_msvc.bat ``` And then If I run `ded.exe` from the command prompt I get the following...
Related to #17128 This pull request requires the minimum set of patches that I could think of to remove `DeprecatedString` from the `man` utility. This includes: * Adding `String` variants...
Related to #17128 This PR changes `Document::render_to_html` and `Document::render_to_inline_html` in `LibMarkdown` to return an `ErrorOr` instead of a `DeprecatedString`, as well as changes to all the places that consume this...
## Background We will need some kind of logging and monitoring solution for our application hosted on kubernetes. We should be able to: - [ ] Hoover logs into a...
* create account from member mojo information * user sets a password on first login (maybe set a temp password for them) * when the user logs in for the...
Hi, I recently, thanks to help from zonuexe, managed to get emacs set up so that it would run unit tests through a docker container. Running the whole test suite,...