-
-
Issue Type: Performance Issue
I'm not able to enter a value in my variable
#odd or even
x=int(input("Enter the number here"))
if x%2==0:
print("The number is even.")
else:
pri…
-
The tavis builds are frequently timing out because some of the tests take too long to run and we're exceeding the 50 min time allotment for builds. `cfg_arw_nomads_conus` and `cfg_nomads_gfs` are both…
-
### Introduction to GitHub flow
Now that you're familiar with issues, let's use this issue to track your path to your first contribution.
People use different workflows to contribute to software pro…
-
# :wave: Welcome to GitHub Learning Lab's "Introduction to GitHub"
To get started, I’ll guide you through some important first steps in coding and collaborating on GitHub.
:point_down: _This arrow m…
-
CVE-2018-25032 tracks a bug in zlib 1.2.11 which allows memory corruption when deflating (i.e., when compressing) if the input has many distant matches.
There is a fix from @madler at https://githu…
-
Can't get this compiled on Ubuntu 14.04:
```
g++: error: unrecognized command line option ‘-std=c++1z’
g++: error: unrecognized command line option ‘-Wabi=11’
g++: error: unrecognized command li…
-
-
**Describe the bug**
When generating api-docs (either json or yaml format), the `exampleSetFlag` property leaks into the `schema`, which is not valid via the OpenAPI spec. This prevents the generate…
-
Hey,
It's been a while since the last release, and master's moved on a fair amount since 1.11.0. Any chance of a release so I don't have to keep telling my guys to pull master and compile from sour…