-
Updated
Nov 17, 2020
free
Here are 1,806 public repositories matching this topic...
-
Updated
Sep 4, 2020
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Nov 6, 2020 - HTML
-
Updated
Nov 16, 2020
-
Updated
Oct 12, 2020 - HTML
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Nov 26, 2020 - JavaScript
Game and System Information
- 1.15.7
- Steam
- Windows 10
Describe the desired feature
NR S2 lacks any kind of dialogue to explain why you lose once turns run out. (The obvious choice would be food running out.)
I think it would be nice to add at least some explanation.
-
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 26, 2020 - JavaScript
-
Updated
Nov 3, 2020 - JavaScript
Free apps
Sentry
Real-time, cross-platform crash reporting and error logging
Review Notebook App
Code review for Jupyter Notebooks with visual diff & commenting
Semaphore
Test and deploy at the push of a button
GitKraken Boards
Free issue/task tracking boards that sync in real-time with GitHub Issues
App Center
Continuously build, test, release, and monitor apps for every platform
DeepSource
Identify and fix bug risks, anti-patterns, performance issues, and security flaws using static analysis
Codacy
Automated code reviews to help developers ship better software, faster
CommitCheck
CommitCheck ensures your commit messages are consistent and contain all required information
GitHub Learning Lab
Your interactive guide to learning the skills you need without leaving GitHub
Cloud 66 for Rails
Build, deploy, and maintain your Rails apps on any cloud or server
gitpod.io
Online IDE for GitHub
Moesif API Insights
Understand API usage and take action with user-centric API observability
CircleCI
Automatically build, test, and deploy your project in minutes
Codecov | Code Coverage Reports
Automatic test report merging for all CI and languages into a single code coverage report directly into your pull request
WIP
DO NOT MERGE – as a service
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.pytoget_realm-- and most, but not all, catch the potentialRealm.DoesNotExistexception that that raises. The ones that don't currently should catch theRealm.DoesNotExistand raise aJsonableError, to prevent 500's like this: