Iwan Aucamp

Results 75 issues of Iwan Aucamp

Currently OS files are always opened in read/write mode. In cases where files are not writable to the process this causes problems. It would be good to have some way...

enhancement

The `customName` option takes takes a function that returns the name to assign to schema object and `namePriority` command line option that makes use of this mechanism. Related to #181

Would you consider adding more maintainers to this repo, or potentially transferring it to some group where you can add more maintainers?

# Summary of changes Use the latest rc of python 3.11, mainly because there are some failures with python `3.11.0-rc.1`. Other changes: - Fix the branch name in `docker-images.yaml` to...

# Summary of changes These guidelines sets out some approaches for managing our public interface, it presents options for integrating code related to breaking changes into the main branch while...

I would expect to be able to round-trip quads with rdfpipe, but this does not work because rdfpipe labels quads in the default graph with a graph name and then...

bug
core

Bash supports dotglob, but as far as I can tell `mvdan.cc/sh/v3/cmd/gosh` does not: ``` $ go run mvdan.cc/sh/v3/cmd/gosh@latest -c 'shopt -s globstar; shopt -s dotglob; printf "%s\n" ./**/README*' shopt: invalid...

[`func (iter *Iterator) ReadObject() (ret string)`](https://github.com/json-iterator/go/blob/71ac16282d122fdd1e3a6d3e7f79b79b4cc3b50e/iter_object.go#L11-L46) > ReadObject read one field from object. If object ended, returns empty string. Otherwise, returns the field name. https://github.com/json-iterator/go/blob/71ac16282d122fdd1e3a6d3e7f79b79b4cc3b50e/iter_object.go#L40-L41 The problem with this is,...

**Describe the bug** LanguageTool supports norwegian but this option is not listed for `ltex.language` [[ref](https://github.com/valentjn/vscode-ltex/blob/74484ff6e0f1f810fc24d57ba51286c347b31cf3/package.json#L175)] **Steps to reproduce** Steps to reproduce the behaviour: 1. Go to ltex settings 2. Click...

1-bug 🐛
2-unconfirmed

- Literal's datatype attribute is now no longer optional and will never be `None`. - Constructing a literal with only a language tag will set the datatype to `rdf:langString`. Related...

RDFLib8