Jesús García Crespo
Jesús García Crespo
I'm troubleshooting a deployment of a small Django app that is using Python 2.7 and Gunicorn v19.9.0 ([config here](https://gist.github.com/sevein/5ecd6b23efd2b643dacb8336c5f5e79e)) with a single gevent worker. The problem described below is not...
cadence-web loads a number of assets from a CDN (d1a3f4spazzrp4.cloudfront.net) such as uber-icons and uber-fonts. Visual glitches are present in the web interface when these assets can't be accessed, e.g....
When I tried to deploy `k8s-daemonset/k8s/hello-world-1_4.yml` in my **minikube** I ran into an issue where the value given to `spec.nodeName` (`minikube`) wasn't resolvable by kube-dns, causing an exception in `hello.py`....
This pull request is a rebase of Cole's https://github.com/artefactual/archivematica/pull/1499 with some small adjustements and fixes. It introduces a new prefork execution model in MCPClient based on a process pool. The...
### Vue version 3.2.37 ### Link to minimal reproduction https://sfc.vuejs.org/#eNo9UNFqwkAQ/JXlKERBk/qapkKpBy1YFZtCH+4l6hojyd1xu9dSQv69l6T1bWdnbm9mWvFkbfzlUaQio6OrLAMhe7tU+mg0MVhnLMEjnPBcadz1aNIqDdBQmcIwAfCPxRTe2VW6nI2roC98zSlEb0hUlAiVhgIOhrnGaBB1SndTpZVOEljJtcwl5C8SNvIzh/XrRsJkvbifQr6Fvdztt6uPZxkP4tGZ157wFKzdOTxPtK/r6UN/bWSDvZ5isw/kEGIGUVhG4ccsGaOGkAEwNrYuGAMCyC6LZdsOr7suSwLq5TeJmImqscbxvClsfCWjQ3FDCeqPICVutSgRmu2xEhdmS2mS0PnY132l2LgyCVPsvOaqwRipmR+c+SZ04bAS/w2J7hcdw4ut ### Steps to reproduce 1. Write a new component that makes use of $toRef but does not use $ref 2....
According to https://dev.mysql.com/doc/refman/8.0/en/locking-functions.html, certain locking functions can return NULL, e.g. RELEASE_LOCK(str) returns it if the named lock did not exist.
Hi @mvdan, thanks for maintaning this project. I've noticed that golangci-lint is unable to use gofumpt's feature to split long lines because it's only accessible with the environment string `GOFUMPT_SPLIT_LONG_LINES=on`...
This pull request replaces all uses of `pickle` with `json`. The use of `pickle` was [introduced back in 2011](https://github.com/artefactual/archivematica-history/commit/79a5ff1ada48d579f7b295ab0dad212bfad74250) when MCP was integrated with Gearman due to its ability to...
What [get_aip_storage_locations](https://github.com/artefactual/archivematica/blob/qa/1.x/src/MCPClient/lib/clientScripts/get_aip_storage_locations.py) writes to stdout is a JSON blob so we should use the `json` decoder to deserialize it. The payload looks like the following, always hitting the Storage Service...
Similar to https://github.com/artefactual/archivematica/pull/1928, no rush on this. `filter_file_start` is unused so there is no point in keeping any related logic unless you have short-term plans to implement it.