-
Updated
Nov 17, 2020
free
Here are 1,804 public repositories matching this topic...
-
Updated
Sep 4, 2020
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Nov 24, 2020 - Python
-
Updated
Oct 27, 2020 - TypeScript
-
Updated
Nov 6, 2020 - HTML
-
Updated
Nov 16, 2020
-
Updated
Oct 12, 2020 - HTML
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Nov 25, 2020 - JavaScript
The current warning message should only be displayed if parts[0]
is not recognized. If parts[1]
is missing it should mention a [race]
or an [era]
with no id key respectively.
(Alternatively this whole internal config generation should be done away with. It seems like ther
-
Updated
Nov 3, 2020 - Pug
-
Updated
Jul 31, 2020
-
Updated
Nov 17, 2020 - Java
-
Updated
Nov 17, 2020
-
Updated
Nov 3, 2020 - JavaScript
Background (please complete the following information):
- Panel or Daemon: Panel
- Version of Panel/Daemon: 1.1.1
- Server's OS: Ubuntu 18.04.4 LTS
- Your Computer's OS & Browser: Windows 10 & Chrome/Edge
Describe the bug
On the account settings page there are 2 confirm password both input fields contain the id: 'confirm_password'. This will throw a warning in the console because
-
Updated
Nov 24, 2020 - CSS
-
Updated
Jun 30, 2020 - Go
-
Updated
Jul 4, 2020
-
Updated
Dec 27, 2019 - C
-
Updated
Sep 2, 2020
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Mar 1, 2020
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 3, 2020 - JavaScript
Free apps
codebeat
Code review expert on demand. Automated for mobile and web
Review Notebook App
Code review for Jupyter Notebooks with visual diff & commenting
GitKraken Boards
Free issue/task tracking boards that sync in real-time with GitHub Issues
CodeScene
A quality visualization tool to identify and prioritize technical debt and evaluate your organizational efficiency
Crowdin
Agile localization for your projects
LGTM
Find and prevent zero-days and other critical bugs, with customizable alerts and automated code review
Snyk
Find, fix (and prevent!) known vulnerabilities in your code
Azure Boards
Connects Azure Boards with GitHub to plan, track, and discuss work across your teams
Code Inspector
Code Quality, Code Reviews and Technical Debt evaluation made easy
Coveralls
Ensure that new code is fully covered, and see coverage trends emerge. Works with any CI service
App Center
Continuously build, test, release, and monitor apps for every platform
GitHub Learning Lab
Your interactive guide to learning the skills you need without leaving GitHub
LogRocket
Record videos of user sessions with enhanced logging information
Octobox
Spend less time managing your GitHub notifications
Hound
Automated code reviews
Improve this page
Add a description, image, and links to the free topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the free topic, visit your repo's landing page and select "manage topics."
There are a number of calls in
zerver/views/auth.py
toget_realm
-- and most, but not all, catch the potentialRealm.DoesNotExist
exception that that raises. The ones that don't currently should catch theRealm.DoesNotExist
and raise aJsonableError
, to prevent 500's like this: