Jari Voutilainen

Results 78 comments of Jari Voutilainen

It seems to work for me though, something related was previously discussed https://github.com/ckan/ckan/issues/6111, but if it can be reproduced, this should be a simple fix.

In our instance, most common case for some dataset being in draft state, is due to person forgetting the whole thing after he initially creates the dataset and often that...

@amercader how do you want handle this? I can make the PR for removal of draft states in form wizard thing, but do you want it as separate PR and...

As far as I know, browsers don't reload the page when back button is pressed, they only execute the javascript that was already there. As CKAN uses server side rendered...

The login workflow and cookie settings might also relate. If the workflow is doing proper redirects and you are using external authentication service, you need to use Lax in `who.samesite`...

I've been pondering this for years, just haven't had the time to implement anything :D I was thinking that we could implement seeding extension which would populate database with predefined...

I looked at the recording to find whats going on and i've seen development server just not responding immediately locally, i've assumed its just something on my end but clearly...

It might make a difference if the server is run in threaded mode by adding `-t` to here https://github.com/ckan/ckan/blob/c2db99b9b10e18e41c4cf0f40dc3629152e67c3b/.github/workflows/cypress.yml#L58

Accessing toolkit.response on flask routes or python3 should give a sensible error to developer as flask does not have global response object. This can be done by catching errors in...

"Downgrading" solr actually requires installing it by hand from https://lucene.apache.org/solr/. Ubuntu repositories only have solr 3.6 which is ancient and hasn't been updated in years.