-
Updated
Mar 18, 2021
Hacktoberfest
Hacktoberfest is a month-long celebration of open source software. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub.
Here are 56,389 public repositories matching this topic...
-
Updated
Mar 19, 2021 - Shell
-
Updated
Mar 18, 2021 - JavaScript
listbox collapsed state should be indicated by aria-expanded="false"; instead no aria-expanded property is present. When the listbox is open, then aria-expanded is set to "true", as expected.
Seen in 4.11.3
We are getting flagged by our a11y consultants for violating WCAG2.1:
The absence of aria-expanded="false
-
Updated
Mar 19, 2021 - Java
-
Updated
Mar 18, 2021 - Go
-
Updated
Mar 19, 2021 - JavaScript
-
Updated
Mar 19, 2021 - Go
Proof UPDATE_PROGRAM
Proof read transcribed code of UPDATE_PROGRAM against scans
Lines: 548
Page: 1386—1396 (10)
Reduced quality scans can be found here
-
Updated
Mar 19, 2021 - Python
-
Updated
Mar 19, 2021 - JavaScript
It is currently expected that UIs will figure out when to hide msg_history_show messages by themselves.
I think this is bad for two reasons:
- It makes UIs less similar, increasing the number of things to learn when going from one UI to another.
- It makes UIs different from the TUI, which offers a
press ENTERprompt when the time to hidemsg_history_showmessages has come.
After [di
-
Updated
Mar 19, 2021 - Python
A minor cleanup for the future.
At the moment we use this in http11.py:
with suppress(AttributeError):
txresponse._transport._producer.loseConnection()
[Once we drop support for Twisted < 18.4.0](twisted/twisted@3855923
-
Updated
Mar 19, 2021 - C++
-
Updated
Feb 9, 2021
-
Updated
Mar 19, 2021 - C
-
Updated
Mar 19, 2021 - C++
-
Updated
Mar 19, 2021 - Java
-
Updated
Mar 19, 2021 - Go
-
Updated
Mar 19, 2021
When I forget a multiplication sign * between two parentheses, I receive this error:
julia> (1/2)(3+4)
ERROR: MethodError: objects of type Float64 are not callable
This error is confusing for beginners. (A colleague was just stuck with that error and asked for help.) Could you add "Maybe you forgot a multiplication operator * after a number?" to it?
-
Updated
Mar 19, 2021 - TypeScript
-
Updated
Mar 14, 2021 - JavaScript
-
Updated
Mar 19, 2021 - Ruby
-
Updated
Mar 19, 2021 - Shell
-
Updated
Mar 19, 2021 - Shell
As discussed in #3926, the following files do not have
.pyextensions because TensorFlow does not yet support the current Python.TODO: Restore the
.pyfile extensions