Iwan Aucamp

Results 286 comments of Iwan Aucamp

> > The `nquads` serializer just need to omit the graph label when it sees `rdflib.graph.DATASET_DEFAULT_GRAPH_ID`. > > You're not wrong, I've been addressing this in the dataset re-work, changes...

Was this working in earlier versions?

@dhh1128 is a wiki page mostly written by one person, is there any other source for the mentioned developments? I'm specifically interested in some official recommendation suggesting that the usage...

> Would also be interested in similar efforts to replace [IETF RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) with an updated standard that no longer mentions URIs or URNs. Okay I guess it is this:...

> > Would also be interested in similar efforts to replace [IETF RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) with an updated standard that no longer mentions URIs or URNs. > > Okay I guess...

I'm thinking this can be implemented in https://github.com/AnalogJ/lexicon/blob/master/lexicon/providers/base.py#L118 with calls to list followed by create or update - would appreciate some feelback if this would be acceptable.

@upodroid Will you be open to PRs that add [schema validation](https://www.terraform.io/docs/extend/schemas/schema-behaviors.html#validatefunc) for ` google_compute_network.name` and other fields? The alternative is to implement this stuff in tflint I guess.

You will have to quote `{{ splitList " " .DEPS }}` as currently it is picked up as a map by the YAML parser, and consequently Go text templating won't...

On a somewhat related note, type checking fails, maybe I can make it pass with some options but it would be best if mypy had mypy config with which type...

I will try make some time in the coming weeks to add it, I think this should help alleviate the problem in https://github.com/pyparsing/pyparsing/issues/385