infrastructure
Here are 1,654 public repositories matching this topic...
-
Updated
Jul 22, 2021 - Rust
-
Updated
Jul 2, 2021
-
Updated
Jul 31, 2021 - Ruby
Opened from the Prefect Public Slack Community
elliot: Hey folks is anyone else getting a deprecation warning on marshmallow? Something like:
...
/home/rof/.pyenv/versions/3.9.1/lib/python3.9/site-packages/marshmallow/fields.py:198
/home/rof/.pyenv/versions/3.9.1/lib/python3.9/site-packages/marshmallow/fields.py:198: RemovedInMarshmallow4Warning: Passing fi
-
Updated
Jul 18, 2021 - JavaScript
-
Updated
Jul 20, 2021 - Python
-
Updated
Mar 1, 2021
-
Updated
Jul 28, 2021 - Go
-
Updated
Jul 29, 2021 - C
-
Updated
Jul 30, 2021 - Python
-
Updated
May 16, 2021 - Ruby
-
Updated
Jul 30, 2021 - Java
-
Updated
Nov 22, 2018 - Go
-
Updated
Jul 30, 2021 - Ruby
-
Updated
Jul 22, 2021 - Go
-
Updated
Jul 31, 2021 - Go
A number of modules, and scripts in the test suite start with
#!/usr/bin/env python
In general it is better to use
#!/usr/bin/env python
because that allows execution inside a virtualenv, or when python
is installed elsewhere, e.g. /usr/loca/bin/python.
There may be cases in which we really do want to hard code the path - for instance testing detection/selection of `
-
Updated
Jul 12, 2021 - Go
-
Updated
Jul 28, 2021 - Python
-
Updated
Jul 28, 2021 - HTML
-
Updated
Jul 31, 2021 - Python
-
Updated
Jul 30, 2021 - Python
-
Updated
Mar 14, 2021 - Ruby
-
Updated
Jul 30, 2021 - Python
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Jul 27, 2021
- empty
- notEmpty
- length
- lengthUTF8
- char_length, CHAR_LENGTH
- character_length, CHARACTER_LENGTH
- lower, lcase
- upper, ucase
- lowerUTF8
- upperUTF8
- isValidUTF8
- toValidUTF8
- CopytoValidUTF8(input_string)
- repeat
- reverse
- reverseUTF8
- format(pattern, s0, s1, …)
- concat
- concatA
Improve this page
Add a description, image, and links to the infrastructure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the infrastructure topic, visit your repo's landing page and select "manage topics."
After updating our backstage dependencies using
backstage-cli versions:bump
up to release-2021-07-29 I now get the following errors in my dev console:theme.mixins.gutters() is deprecated