Bert Verhelst
Bert Verhelst
@louislam Do you need anything from me to get this merged? Since keeping the merge conflicts fixed is taking some work each time.
> But having should and should not would be an easy addition and would for sure render the feature more useful. @moay This was already added here: https://github.com/louislam/uptime-kuma/pull/518#issuecomment-937000609 Or are...
This PR is quite old and has a lot of merge conflicts already. So it's probably easier to just start from scratch. I spent quite a bit of time on...
maybe double quotes are not allowed in env vars: ``` BACKEND_CORS_ORIGINS= ["http://172.19.36.52:8080", "http://localhost:8080", "https:... ``` maybe this will work? ``` BACKEND_CORS_ORIGINS= ['http://172.19.36.52:8080', 'http://localhost:8080', 'https:... ```
ok, i reinstalled NodeJS x64 and now it works: file: `node-v16.13.0-x64.msi` thx for the help.
oeps, this worked because i tried it on another pc. On my laptop it still fails. i tried reinstalling nodejs x64 on my laptop but it didn't help. nodejs info:...
There is a thread on postcss where they recommend not using postcss in the browser: https://github.com/postcss/postcss/issues/1727 For now, i'll just switch to the https://github.com/cure53/DOMPurify package Here is a jest test...
I found the issue. My openapi docs were generated with the response default instead of the response 200 status. It seems openapi-codegen only picks up on 200 responses and not...
@s-yadav any chance to merge this?
It looks like multiple json-ld scripts are allowed according to the spec: https://w3c.github.io/json-ld-syntax/#embedding-json-ld-in-html-documents