Vincent Emonet
Vincent Emonet
Hi @pchampin , is there any progress on this? Could we just add a `prefixes` hashmap to the `Dataset` trait? > Sophia: a Rust toolkit for RDF and Linked Data...
Hi @shanesveller, thanks for the feedback! The URIs stored in the graph are already resolved, so it does not matter if some prefixes are redefined mid-way. We can just keep...
Actually I found the `prefixes` method even in RIO: https://github.com/oxigraph/rio/blob/main/turtle/src/turtle.rs#L67 (not sure if it is actually works though) That's why I said I thought it should not be too hard...
I didn't know about `copier` so it was an involuntary mimick, but thanks for mentioning, it looks quite interesting! Conditional questions are a must have for any templating system imo,...
That would be nice Autocomplete itself should be quite straightforward to implement: you'll just need to follow the click documentation and add 1 autocompletion function for the main `cookiecutter` command:...
@ishigoya note that khal approach it is not exactly "no action needed", it's "one less action needed" With the khal system you still need to add this line to your...
Thanks for the rabbit hole dive! I am not super familiar with it neither, I just add the `source` commands to my `~/.zshrc` I did not know about those completions...
Hi @ericof, as I mentioned in the original explanation there is already an issue about it opened here: https://github.com/cookiecutter/cookiecutter/issues/1556 ## The issue about issues There has been already complaints from...
Thanks a lot for all the details on packaging @henryiii I learned a lot of things Indeed it makes more sense to move the flake8 config to the `tox.ini` file,...
Why? There has been no expression of interest for improving the current build system. Who would go through a rebase for nothing?