Neil MartinsenBurrell
Neil MartinsenBurrell
I had this error and I was able to work around it by installing `autoconf` and `libtool` with `sudo apt-get install autconf libtool`, and then running `autoreconf -f -i -Wall,no-obsolete`....
I'm trying to reproduce this behavior now. I tried it with Firefox 87.0 on MacOS X 11.6.8 and I didn't see any overlap between the content and the page footer:...
I made a virtual machine with Ubuntu 18.04.5 and installed Firefox 87.0. I wasn't able to reproduce the layout error inside of VirtualBox.  @CerebralAdvantage Can you offer any...
I took the false-positive approach in https://github.com/18F/18f.gsa.gov/commit/f08ad520ef0d80a78e856ca60a04ace9a6d9d472 and excluded the pages with third-party related pa11y errors from pa11y scanning. I agree that "it is more important to stop future accessibility...
I can see where this would be a breaking change. The fundamental issue is that stanzas in ssh_config _are_ ordered in their effect, but the current setup doesn't have any...
FYI: the PyPI message is a warning of future changes. Our current PyPI publishing still works.
We have a "Cancel" button now, but I think nobody knows what happens to the data in-process when the button is clicked. Is suspect that because of our continuous incremental...
The decision in https://github.com/GSA/data.gov/issues/4899 was not to support CSDGM and we currently have no sources with that `schema_type`, so this ticket should be used to remove the possibility of setting...
Further QA is waiting on WAF/XML sources being harvested in H2.0
Another alternative is to script the Identity Sandbox login process in our frontend tests using an Identity Sandbox account for an email like [email protected]. https://github.com/GSA-TTS/FAC/blob/main/backend/cypress/support/login-gov.js is an example in Cypress.