summaryrefslogtreecommitdiff
path: root/examples/framework-vue/README.md
diff options
context:
space:
mode:
authorGravatar Jesus Gil <59382692+jgil-r@users.noreply.github.com> 2021-07-21 18:02:45 -0500
committerGravatar GitHub <noreply@github.com> 2021-07-21 18:02:45 -0500
commitba6b47eda7589b4794b52218457229bb04e7d139 (patch)
treee14948d60546edc693bf17e5a3363d5ee3a988fc /examples/framework-vue/README.md
parent1085542d9d559c9bb94ad4e918970763d28947f1 (diff)
downloadastro-ba6b47eda7589b4794b52218457229bb04e7d139.tar.gz
astro-ba6b47eda7589b4794b52218457229bb04e7d139.tar.zst
astro-ba6b47eda7589b4794b52218457229bb04e7d139.zip
Hsla composition (#790)
* update theme colors to hsla * Add light navbar bg color * remove duplicate color assignments in Note.astro * clean up Clean up css variables and document use of hsla colors
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
recated setup_requires mechanism to pep517/518 and using a pyproject.toml to declare build dependencies which are reliably pre-installed before running the build tools warnings.warn( TEST FAILED: /home/vsts/.local/lib/python3.8/site-packages/ does NOT support .pth files You are attempting to install a package to a directory that is not on PYTHONPATH and which Python does not read ".pth" files from. The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was: /home/vsts/.local/lib/python3.8/site-packages/ and your PYTHONPATH environment variable currently contains: '' Here are some of your options for correcting the problem: * You can choose a different installation directory, i.e., one that is on PYTHONPATH or supports .pth files * You can add the installation directory to the PYTHONPATH environment variable. (It must then also be on PYTHONPATH whenever you run Python and want to use the package(s) you are installing.) * You can set up the installation directory to support ".pth" files by using one of the approaches described here: https://setuptools.readthedocs.io/en/latest/easy_install.html#custom-installation-locations Please make the appropriate changes for your system and try again. ``` 2021-12-09Regression/requirements.txt: openpmd-apiGravatar Axel Huebl 1-0/+1 Follow-up to 8f93e010ccf2bb2c5b1236330ebd27d104732890 2021-12-09Fix missing checksums1d (#2657)Gravatar Axel Huebl 3-0/+47 * Docs: Fix missing Checksum Ref * Checksum: LaserAcceleration_1d * Checksum: Python_PlasmaAcceleration_1d 2021-12-09GNUmake & `WarpX-test.ini`: `python` -> `python3`Gravatar Axel Huebl 2-21/+21 Consistent with all other calls to Python in tests. 2021-12-09Azure: `set -eu -o pipefail`Gravatar Axel Huebl 1-0/+2 Lol, that's not the default. We previously had `script` where it was the default. Introduced in #2615