Ethan Glasser-Camp
Ethan Glasser-Camp
I'm trying to build a project with a lot of dependencies, but I think I've narrowed it down to `backoff`. ``` > pypi2nix -v -V 3.7 -e backoff pypi2nix v2.0.0...
The Bootstrap forms documentation [says](https://getbootstrap.com/docs/4.5/components/forms/#form-row): > You may also swap .row for .form-row, a variation of our standard grid row that overrides the default column gutters for tighter and more...
It can be convenient to submit HTML forms using the Enter key. When the user hits the Enter key in an HTML form, a process of "implicit submission" plays out....
**Describe the bug** Trying to "heart" or retweet any tweet causes Cawbird to crash immediately. **To Reproduce** Steps to reproduce the behavior: 1. Start Cawbird 2. Right click on the...
Apparently it's much faster than gold: https://groups.google.com/d/msg/mozilla.dev.platform/iwQ9R6NS3yA/nZwrwtKoBAAJ. However, since gcc is still supported, we should perhaps only use lld when using clang.
`mach build` fails with: ``` 0:15.74 checking for clang for bindgen... 0:15.74 ERROR: --with-clang-path is not valid when the target compiler is clang 0:15.80 *** Fix above errors and then...
I would like to write a question like this: ``` What is your favorite kind of ice cream? [ ] chocolate [ ] vanilla [ ] other (please specify) ____________...
https://github.com/nodejs/node/commit/3e0709cf5e landed in Node v10.8.1. We pin to Node v10 but not with any more specificity than that. This broke a test. The fix is easy but it raises the...
Almost all calls to `connect` are flagged with this because `_` is "undefined". Depends on https://github.com/gajus/eslint-plugin-flowtype/issues/384.
Per https://github.com/Kinto/kinto/issues/1287, right now, to delete records, you click on the little trash can logo, and then answer "Are you sure?" It would be nice to check a bunch of...