folly icon indicating copy to clipboard operation
folly copied to clipboard

An open-source C++ library developed and used at Facebook.

Results 330 folly issues
Sort by recently updated
recently updated
newest added

https://github.com/Altdarkzodiac/https-github.com-OAI-OpenAPI-Specification/issues/2#issue-2115533020

Could someone help me a bit with an advice on the following? (I do not ask to fix it for me, but perhaps for someone who knows what the code...

Note that both of these fix a compilation warning.

CLA Signed

Although this is defined in the JSON RFC: `The hexadecimal letters A through F can be uppercase or lowercase`, many implementations use the uppercase solution. Would it be better to...

CLA Signed

Some platforms need libatomic linked for sub-word operations while others need it for super-word operations. Let's make sure we test for all. Relates to https://github.com/facebook/folly/pull/1907

CLA Signed

During build on FreeBSD/powerpc64: ``` In file included from /tmp/usr/ports/devel/folly/work/folly-2020.09.07.00/folly/experimental/QuotientMultiSet.cpp:17: In file included from /tmp/usr/ports/devel/folly/work/folly-2020.09.07.00/folly/experimental/QuotientMultiSet.h:348: /tmp/usr/ports/devel/folly/work/folly-2020.09.07.00/folly/experimental/QuotientMultiSet-inl.h:164:3: error: static_assert failed due to requirement 'kIsLittleEndian' "QuotientMultiSet requires little endianness." static_assert( ^ 12...

`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/). This PR updates the usage of `set-output` to `$GITHUB_OUTPUT` Instructions for envvar usage from...

CLA Signed

Fixes: https://github.com/facebook/folly/issues/2099 Credits to @sryze for pointing out the cause of the breakage in https://github.com/facebook/folly/issues/2031#issuecomment-1752127213 However, the problem is not specific to Catalina, but affects every macOS from 10.15 down...

CLA Signed

Hey folly team, I've recently become interested in folly. I'd like to suggest and champion an effort to set up some basic fuzz-testing and combine it with google/oss-fuzz for continuous...