Patricio Del Boca
Patricio Del Boca
I have the same issue. An small outage in Hetzner stopped our service. Once the VPS was running trying to navigate to our instance was throwing 502 Bad Gateway. I...
Just for reference, the `No 'script_location' key found in configuration` error when trying to run activities migration should have been fixed https://github.com/ckan/ckan/pull/8510 and successfully backported to CKAN 2.10 and CKAN...
+1 on this effort @wardi ! Take a look at https://github.com/ckan/ckan/pull/6645 and https://github.com/ckan/ckan/issues/6243#issuecomment-900702852 These is the only documentation left from my past attempt of doing this. Hope it helps!
@amercader @duttonw @ThrawnCA @wardi @roll @JVickery-TBS I think moving it to CKAN github org is a great idea. This extension has a lot of potential, I think it will integrate...
Hello! Thanks for all the demos and examples. Running the documentation's Github Action didn't work for me: ``` E ImportError: libEGL.so.1: cannot open shared object file: No such file or...
@The-Compiler your are right, `libegl1` is mentioned in the docs (my bad), however the `working Github Action config` snippet is missing that dependency and therefore does not work. So it...
+1 on simplifying `url_for` 🎉 I will repeat come context for future readers. Our `url_for` has two main purposes: 1) Helped with the Pylons -> Flask migration. 2) Use `url_for`...
I love having a Makefile, but can we remove `gulp` as well? If not we keep adding layers of automation over layers of automation for our build process. Can we...
@smotornyuk great work! We can pilot this for the 2.11 release. I'm still eager to remove gulp completely and let the future person in charge of UX start fresh, but...
@wardi I no longer have strong opinions on `gulp`, @smotornyuk made good points on why keeping it :) This PR is already a massive improvement, we can revisit the `gulp`...