salotz
salotz
@sukritsingh Just to clarify my proposal for reusing `read` would have them only returned when explicitly requested, e.g. ```python def read(..., get_velocities=False, get_forces=False): ... ``` So none of the existing...
I'm agnostic to the `Trajectory.velocities`, I don't think I would use it very often but I think its a fine addition, but probably a separate issue and PR. > My...
You should use `iterload` or the low level API to load the trajectory as a stream and the loop there can selectively leave out frames, either by throwing the data...
I'll put my vote in for having a converter specifically for outputting JSONSchema, and not really OpenAPI. Currently for my internal web "framework" I've built on top of Starlette I...
I took a look at your `uapi.openapi` code. I can see how this is fairly reusable and has a lot of similar ideas. Ideally I'd like to just remove most...
Updated to include another attempt at a workaround that failed.
The match construct seems reasonable, at least in the current framework of templating.
Except wouldn't you have the same problem with the `$exact` key being duplicate when parsing the YAML? You would probably have to have some sort of cardinality in the key...
Updated as it seems part of the problem I had with`kubernetes-pod` actions has been fixed in: #6112