Arthur Sonzogni
Arthur Sonzogni
Thanks! I am going to rob it for: https://www.youtube.com/watch?v=HmRelBtnoYI https://github.com/ArthurSonzogni/FTXUI/issues/314
I was thinking: instead of outputting every combination, to rewrite it using a sequence of alternatives: Input: ``` http ``` output (current) ``` | http | Http | hTtp | ...
Yes. That's something I would like to see. It would be nice supporting sending a message to yourself in the future, while there are some messages received/send in between, but...
Hello! Sorry for this late reply ;-( How would user specify in the input what they want to see in the output? Would you had example?
This is about how web browser fails to display monospaced font. I know on Android, this is not perfect. However, this is known to work on Desktop. Could you please...
Thanks! The first error is probably fixable by replacing the line with: ```cpp std::cout
Indeed! If you want to give it a try on MacOS, I would merge the PR. Otherwise, I will try myself this week end.
I recently merged @iwahbe PR https://github.com/ArthurSonzogni/Diagon/pull/42 This fixes the `test.path()` among other.
I don't think there are strong blockers for windows build. However, I didn't manage myself: https://github.com/ArthurSonzogni/Diagon/blob/master/.github/workflows/continuous-integration.yaml#L48 The only difficulty is installing Boost and running ANTLR.
I would try to open the CMakeList.txt using cmake (or maybe visual studio) This should work, but you might see errors. Also, I believe you might see errors with regards...