Thorge
Thorge
Sorry for keeping you busy @lfoppiano. I'm not sure where exactly to discuss this as it is more of a question than an issue. If this is the wrong place,...
### What version of `myst-parser` are you using? 2.0.0 ### What version dependencies are you using? sphinx-build (7.2.6) sphinx-rtd-theme sphinx-design sphinxcontrib-mermaid sphinxcontrib-svg2pdfconverter sphinx-intl ### What operating system are you using?...
The `gather_stage` function in the [CKAN RDF harvester](https://github.com/ckan/ckanext-dcat/blob/1109205069dd105dda27e3486898e4ca1525a808/ckanext/dcat/harvesters/rdf.py#L145) appears to have a limitation in handling incorrect pagination entities within `hydra:PagedCollection`. Specifically, when `hydra:nextPage` resources reference pages that have already been...
This "hack" needs also to be added to [`update_package`](https://github.com/ckan/ckanext-archiver/blob/cbfadf9fbf10405958fdef9f77a7faedc05aa20b/ckanext/archiver/tasks.py#L134): https://github.com/ckan/ckanext-archiver/blob/cbfadf9fbf10405958fdef9f77a7faedc05aa20b/ckanext/archiver/tasks.py#L116-L117 The whole solution is generally not ideal, are there any new approaches to this issue?
Python 3 natively supports Unicode characters in strings and URLs. So, the try block can safely be removed and should be removed in py3 envs to prevent double encoding. If...
**Issue Description:** Currently, the CKAN database stores resource URLs in percent-encoded form. When the archiver extension attempts to download a file using these URLs, there's an unintended double percent-encoding that...
To support CKAN version 2.10, it is necessary to update the event trigger from `after_show` to `after_dataset_show` in: https://github.com/ckan/ckanext-qa/blob/1731b59d2bf82b06f7866c204b26eb7c6c9ea1f9/ckanext/qa/plugin/__init__.py#L87 This modification aligns with the deprecations and changes outlined in the...
I am trying to create breadcrumbs that dynamically reflect route parameters in Nuxt, specifically for routes with dynamic segments. For example, when editing a user at the route `/users/:userId/edit`, the...
HTML comments in LiaScript behave inconsistently. When a period (`.`) is included in the comment, the rendering breaks. **Steps to Reproduce:** See this [snapshot](https://liascript.github.io/LiveEditor/?/show/code/H4sIAAAAAAAAA1NQUOBSUFBQVghJLS4BsUDYRlFXF0SH5xdlZ+alg5i6unZcyFJ++SUK5RBpPZg8AFQBLI5MAAAA) for reproduction. 1. Create a LiaScript...