Palmer
Palmer
Compiling the ASM dependencies has turned out to be a major pain point. This commit adds a feature flag to optionally disable support for all algorithms that require ASM.
Hi, We've noticed that some hearings appear to be returning invalid dates. For example: `https://api.govinfo.gov/packages/CHRG-117shrg46924/summary?api_key=DEMO_KEY` Produces a response of: ```json { "documentType": "SHRG", "congress": "117", "heldDates": ["2022-02-012022-02-09"], "session": "2", "documentNumber":...
S.3621 (https://www.congress.gov/bill/118th-congress/senate-bill/3621) and H.R.6977 (https://www.congress.gov/bill/118th-congress/house-bill/6977) both appear on congress.gov but neither appears in the XML bulk data. I was wondering if there was a reason that they do not appear...
Sbteclipse doesn't seem to handle dependencies used with the "provided" configuration correctly when using with-sources=true. These dependencies will correctly be included in the generated eclipse project, however, their source code...
# Summary Create a package that when installed causes opentelemetry setup code to run when Python starts without the need for running the opentelemetry-instrument command. This PR isn't ready for...
Before this change, the dispatcher middleware didn't do anything with 'root_path'. It did, however, modify 'path'. The problem with this behavior, is that the child ASGI app has no way...
The problem is that we are trying to link against TIFF_LIBRARY. However, according to the documentation for FindTIFF.cmake, we should be using TIFF_LIBRARIES. (https://github.com/Kitware/CMake/blob/master/Modules/FindTIFF.cmake). Why is it this way? It...