Kevin Palmowski

Results 14 comments of Kevin Palmowski

We are also seeing ` TypeError: object NoneType can't be used in 'await' expression` in our minion logs after an upgrade from 3006.7 to 3007 on AlmaLinux 8.

Like @perecanet, I'm using the `ckan/ckan-docker` setup to run CKAN 2.10.1, with `ckan-solr:2.10-solr9`. I just ran into this same issue while running `scheming_datasets` and a Dataset schema that uses `repeating_subfields`:...

Update on my situation -- the `scheming_nerf_index` plugin was not actually loaded. I'm using the Docker-based setup from `ckan/ckan-docker`, and there is an environment variable called `CKAN__PLUGINS` that is used...

The default font is Fira Code with ligature support enabled. Switch to a font that does not use ligatures to resolve this. For example, using Inconsolata instead: https://carbon.now.sh/?bg=rgba%28248%2C231%2C28%2C0%29&t=blackboard&wt=none&l=text%2Fx-go&width=1280&ds=false&dsyoff=20px&dsblur=68px&wc=true&wa=true&pv=0px&ph=0px&ln=true&fl=1&fm=Inconsolata&fs=14px&lh=152%25&si=false&es=2x&wm=false&code=if%2520a%2520%21%253D%2520b%2520%257B%250A%2520%2520return%2520false%250A%257D Adding support...