Vishesh Yadav
Vishesh Yadav
We need better console emulator to interact with JS objects like in Firefox/Chrome dev tools. Can be pull out console from Firebug lite codebase?
When updating value in CodeMirror, scroll position is maintained.
If my understanding is correct, the coverage tools use some sort of standard formats[1]. Packages like `cover-codecov` generate and upload these files, however uploading is dependent on CI environment. It...
This patch adds `collect_unit_tests()` to CMake which searches over the codebase and finds all the unit-tests written using Flow's TEST_CASE macro and register as ctest. The feature can be used...
Adds a flowrpc_bench command for measuring performance. # Code-Reviewer Section The general pull request guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check each of the following things and check *all* boxes...
DummyThreadPool isn't initializing the IThreadReceiver using init() method like regular thread pool classes. # Code-Reviewer Section The general pull request guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check each of the...