You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
* Update slrstudios.go* Incorporates the changes from#1624 as new fallback for failure to retrieve cover image using API* Fixes trans covers, they are broken at the moment for the same reason that necessitated#1624 but required a different fix* Update slrstudios.goForgot to import `net/url`, gofmt* URL decoding was unnecessary. String replacement.* Unrelated: (temporary) gitpod environment fix forachrinza/node-ipc#59
Copy file name to clipboardExpand all lines: .gitpod.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ image:
2
2
file:.gitpod.dockerfile
3
3
tasks:
4
4
-name:Continuous Build
5
-
command:yarn global add concurrently && go install github.com/cosmtrek/air@latest && cd /workspace/xbvr && go generate && go get && yarn && yarn dev
5
+
command:yarnconfig set ignore-engines true && yarnglobal add concurrently && go install github.com/cosmtrek/air@latest && cd /workspace/xbvr && go generate && go get && yarn && yarn dev