Doğan Çeçen
Doğan Çeçen
Hello, This is my first contribution to FoundationDB. I thought I could start from something simple ^-^ This change removes Python 2.7 support and six.py (resolves #11328 and #11329). Most...
Currently path handling done internally with tuples via `_to_unicode_path` function in `bindings/python/fdb/directory_impl.py`. Maybe it is better to do this via `pathlib.Path`. This came up in a discussion in #11418.
Probably not a big issue and not sure if anyone is running FDB on 32 bit, but this still helps to suppress perhaps unnecessary warnings. # Code-Reviewer Section The general...
And, added via cmake FetchContent, and removed contrib/fmt-8.1.1 Please don't merge this yet. Because I see CycleTest is failing when I run Simulation with tests/default.txt due to [Rate below desired...
Hi there, This was one of the issues when compiling on macOS. See here: https://forums.foundationdb.org/t/building-on-macos/4491/3 This replaces `boost::filesystem` with `std::filesystem`.`std::filesystem::recursive_directory_iterator` is supported since C++17 and `std::string::ends_with` is since C++20. FoundationDB...
Hi there, This fixes a race condition in test_multi_threaded_dates. If a worker thread takes less than 500 ms, this test fails due to missing MUST_BE_PRINTED lines. This is because the...
Hi there, Thank you for this cool app. However it doesn't seem working for me 🥲 When I want to try launching it on macOS. It says: “Colorpicker” is damaged...
### Summary Hi there, When there's a `` element on the page, the PNGs on the page don't load. I noticed this on gnu.org homepage. I strongly suspect this section...
Hi there, Main issue was that instead of `open TurboModuleExample.xcworkspace`, `open SampleApp.xcworkspace` was used. NS_ASSUME_NONNULL_END should already be existing in the file, but I made the mistake of clicking the...