Thomas Moschny
Thomas Moschny
Same question for CentOS8, now that it is available.
Steps to replicate: ``` $ git clone https://github.com/ether/etherpad-lite.git $ cd etherpad-lite $ bin/run.sh $ npm install ep_comments_page $ echo '{"users":{"admin":{"password":"changeme1","is_admin":true}}}' > credentials.json $ bin/fastRun.sh ``` and then, in another terminal:...
See also #68.
Current (ep: 1.8.3, ep_comments: 0.1.0) behavior is like this: Comments can be added on the pad as well as on the read-only pad, but the contents of the comments cannot...
Just found a real bug: You can make and later accept a suggestion in a read-only pad, resulting the original pad text to be changed. (No, it's not for a...
A personal access token should make it possible to use the REST API (and probably also the websocket). See https://docs.mattermost.com/developer/personal-access-tokens.html and https://api.mattermost.com/ .
> Have you seen this occur with any prior versions? Not that I am aware of. The last FTBFS was #3896 (and we have that as [patch](https://src.fedoraproject.org/rpms/botan2/tree/f39).) Interestingly I only...
FWIW, in a local rebuild (also on F39), the assertion failed at a different test: ``` ecdsa_verify_wycheproof: /usr/include/c++/13/bits/stl_vector.h:1125: std::vector::reference std::vector::operator[](size_type) [with _Tp = unsigned char; _Alloc = Botan::secure_allocator; reference =...
If you have suggestions, I can try that. Unfortunately the issue is not reproducible reliably, and I never saw it (yet) when running a single test of the test suite.
Actually it's even worse. If one tries to work around the limitation of this bug, creation of the instantiated pod fails: ``` foo@bar-pod[1703114]: Error: running pod create option: names must...