comunica / comunica/jQuery-Widget.js
The pre-built Docker image lacks an input to change the baseURL
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 20
- Forks
- 43
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
The new -b option to comunica-web-client-generator or ./bin/generate.js hardcodes the baseURL in the packaged code.
As a result, a next version of the pre-built image would only work for https://query.linkeddatafragments.org/.
We need an instruction to modify the baseURL at container creation time.
Or some other solution to avoid that all projects need to start from sources...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the -b option in comunica-web-client-generator or ./bin/generate.js, then inspect how the pre-built Docker image packages the generated code. Define a container-creation-time way to set the baseURL, and verify that the resulting image can target a URL other than https://query.linkeddatafragments.org/.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, javascript
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100