Máté Szabó
Máté Szabó
- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [x] Have you checked that there aren't...
dc7d6e5d41225dc0825ea6fe4c6055ff854abe13 unfortunately increases the incidence of infinite loops during case folding if re2j is running on a JVM newer than the version used to generate the bundled UnicodeTables.java and the...
### Requirement As a Jaeger end-user, I'd like to download less assets when using the Jaeger UI. ### Problem A large part of Jaeger UI assets is comprised of libraries...
## Motivation / Problem StationViewWindow uses raw pointers and manual memory management to access and manage the tree structure in CargoDataEntry. ## Description Replace manual memory management used for the...
Building mcrouter currently generates a high volume of deprecation warnings from generated thrift code and from OpenSSL-related deprecations in upstream folly. We already try to set `-Wno-deprecated`, but in modern...
mcrouter currently does not compile, since the build system is out of sync with recent changes. Due to the use of `std::span` introduced in 9a24a4ee3985aa86de726c1e3259eea416d3970c, the project now requires C++20...
actions/upload-artifact < v4 is deprecated and will not be supported after November 30, 2024.[1] Migrate to v4 instead -- the API used by fbcode_builder is not changed by this version...
This seems to be necessary in order for the project to be correctly recognized as a Meta first-party project and is likely required to resolve #2281.
In https://github.com/facebook/folly/pull/2268, I added `fbcode_builder` manifests for https://github.com/facebook/mcrouter to facilitate adding a CMake build system on top of it in https://github.com/facebook/mcrouter/pull/449/. Now that the PR has been merged, the changes...
The exporter currently exposes the total number of fibers allocated by mcrouter, but not the number of fibers that are in the free pool. This information can be useful to...