-
# Description
The CI job that is meant to purge is displaying this:
```
$ ./scripts/ci_purge_images.sh
docker_size_stats
Image size is 35.7GB
Cleaning up project directory and file based var…
-
I believe this is what our GitHub Actions CI workflow should eventually look like:
```yaml
name: Update data
on:
pull_request:
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-…
-
extract data like:
- slug
- id
- album
- artist
- capo
- composer
- copyright
- duration
- key
- lyricist
- meta
- sorttitle
- subtitle
- tags
- tempo
- time
- title
- year
-
- [x] Check if the 18F laptop script is needed for the CMS - put in an issue there if it is
- [ ] Update openFEC README with 18F laptop setup script for Macs
-
Room setup doesn't launch. Wrong path to the vrenv.sh script
How to reproduce:
Start SteamVR 2.2.3 and try to launch room setup.
Room setup doesn't launch
How to fix:
add a folder to SteamVR …
-
They look like they are from the python upgrade:
```
src/local/butler/scripts/setup.py:372:17: E1101: Instance of 'MetricServiceClient' has no 'project_path' member (no-member)
src/local/butler/scr…
-
I created a basic` tauri+vue+typescript `project, cloned main.rs from this demo project, and then changed app.vue as following. There is no click through effect, and there is nothing logged to devtoo…
-
"To avoid executing arbitrary scripts and boilerplate code, we are transitioning into a full-fledged setup.cfg to declare your package information instead of running setup()"
https://setuptools.pypa.…
-
I have Julia installed with Juliaup (1.10 and 1.11). When I try to setup juliacall in R with 1.10 I get a segfault:
```r
> library(JuliaCall)
> julia_setup(JULIA_HOME = "/home/juanjose/.julia/jul…
-
### Version
5.0.0-beta.4
### Reproduction link
[github.com](https://github.com/bodograumann/vue-cli-script-setup-lang-ts-typechecks)
### Environment info
```
System:
OS: Linux…