ralph
ralph
+1 to there being some way to customise. Perhaps the option to link to a stylesheet, as is the case with the Dooney theme https://github.com/kevinburke/doony#installation-in-jenkins
+1! If we have alpha rgb support, does this remain a difficult task?
That worked! Why would I need to add this additional step instead of just adding a validator though? This really tripped me up, I completely missed them [in the docs](https://github.com/ckan/ckanext-scheming#output_validators)
Finally found the time to add a quick example. I hope #347 helps! I didn't know exactly where to put it in the readme, so it is where it is....
Chiming in on this: it would be nice to be able to pass through `metadata_modified` to `update.py` as an override when making amendments to records but without updating the metadata....
@wardi first code contribution so will probably need some hand holding https://github.com/ckan/ckan/pull/6837
Thanks for replying! I can confirm that just removing the `initdb` command worked for us. I guess it just wasn't obvious to me that `initdb` doesn't need to be run...
I found this worked when we were testing a stripe payment flow: ``` module.exports = defineConfig({ e2e: { experimentalModifyObstructiveThirdPartyCode: true, ... ``` Docs here: https://docs.cypress.io/guides/guides/web-security#Modifying-Obstructive-Third-Party-Code > Updates the Sec-Fetch-Dest Metadata...
If you have a mono repo, it seems like pnpm expects overrides _only_ at the root of the project. e.g. `mono-repo/package.json` ```json "pnpm": { "overrides": { "ajv": "^8.17.1", "whatwg-url": "14.x"...