Michael Pollmeier

Results 98 comments of Michael Pollmeier

Side note: we should probably also change the prefix from `-X` to `-V` in `-XreplDisableDisplay`, for consistency. That'd be a separate PR though.

Correct, the value is used in two places with different semantics, namely as the cut-off value for 'number of elements to be rendered' as well as 'number of characters to...

What are the next steps to get this merged? Anything else I can help with?

Thank you, yes passing the setting into `myReplStringOf` does the job, the test is green now.

Follow-up PR that introduces a separate setting for character truncation: https://github.com/lampepfl/dotty/pull/16167

Sorry for the late reply, I'm only just back from holidays. You can configure this behaviour (prefixing V_ and E_) on `OrientGraphFactory.setLabelAsClassName(boolean)` Are you using an existing orientdb that was...

`has(String)` always checks for property values, not class names, this is true for all gremlin variants and databases. not sure if I understood you correctly...?

it's used by `OrientGraphStep.vertices()` - that's a graph traversal strategy that optimises the vertex lookup by trying to find an index. without this, it would always skim through all vertices....

@velo nope we didn't prototype anything, just thought experiments. At the moment it's unlikely that we will do so as we don't really have a use case yet.

you are awesome :)