diff --git a/README.md b/README.md index 69aed6a..cae199d 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,9 @@ find outdated packages `dotnet list package --outdated` Development command: `dotnet watch --project Management.Web/` -# Razor Hack +## Canvas HTML Hack -Apparently the VSCode razor extension was compiled with a preview of dotnet 6... and only uses openssl 1.1. After installing openssl1.1 you can tell vscode to provide it with `export CLR_OPENSSL_VERSION_OVERRIDE=1.1; code ~/projects/canvasManagement`. - -The issue can be tracked [here](https://github.com/dotnet/razor/issues/6241) + # ideas diff --git a/docker-compose.yml b/docker-compose.yml index 6b00d75..178b0d9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,6 +19,14 @@ services: - ~/projects/faculty/4620_Distributed/2024Spring/modules:/app/storage/distributed - ~/projects/faculty/3840_Telemetry/2024Spring_alex/modules:/app/storage/telemetry_and_operations + - ~/projects/faculty/1430/2024-fall-alex/modules:/app/storage/fall_ux + - ~/projects/faculty/4850_AdvancedFE/2024-fall-alex/modules:/app/storage/fall_advanced_frontend + - ~/projects/faculty/1810/2024-fall-alex/modules:/app/storage/fall_intro_to_web + - ~/projects/faculty/1420/2024-fall/modules:/app/storage/fall_1420 + - ~/projects/faculty/1425/2024-fall/modules:/app/storage/fall_1425 + + + # collector: # image: otel/opentelemetry-collector-contrib # volumes: