John Diamond
John Diamond
https://github.com/elm/parser/blob/master/src/Parser.elm#L170 The documentation implies a basic working implementation, but currently it's just a placeholder: ```elm deadEndsToString deadEnds = "TODO deadEndsToString" ```
- [ ] rename `Client` to `Core` - [ ] rename `Deepstream` to `Client` I'm also considering moving all core-related classes into a separate (or nested) namespace e.g. `deepstream::core` This...
a number of methods accept std::string where they should instead use `const std::string &`
- [ ] ubuntu trusty - [ ] + xenial - [ ] debian - [ ] centos 7 - [ ] centos 8
utility function for developers to see current state of subscriptions
The "isCollapsed" attribute on a selection must "return true if and only if the anchor and focus are the same". In addition to checking that the anchor and focus belonged...
The clang-format version released with llvm 19 will format many files differently than clang-format-18. These changes should help to avoid accidental usage of version 19 (or greater) before this issue...
There is [a 62-file diff](https://github.com/LadybirdBrowser/ladybird/commit/29180882dc26b452e5323915e796998462c765bd) generated when running `Meta/lint-clang-format.sh` with clang-format `19.1.1`. The contribution guidelines suggest using clang-format "version 18 or later" but I assume applying these changes would lead...
Python 3.13 removed the already deprecated "pipes" module from the standard library. Some files were using the "quote" function from pipes, which prior to 3.13 was a re-export of a...