Lukas Graf
Lukas Graf
Confirmed with buildout 2.2.1 - buildouts using += in any options lead to a invalid `.installed.cfg` (invalid because of the space inside the `+=` operator, just like you described). A...
@simahawk In my case, the reason for this behavior turned out to actually be my own fault (wrong extends order). In our case, it happened with the `buildout:parts` and `supervisor:eventlistener`...
After searching for the implementation of the extended expansion algorithm for quite a while: It's in the [`expansion-debug`](https://github.com/lanthaler/JsonLD/tree/expansion-debug) branch of the [`JsonLD`](https://github.com/lanthaler/JsonLD) package, starting with [`aa331099`](https://github.com/lanthaler/JsonLD/commit/aa331099d7749700209ddf11e7f11ecfa5d00793).
I stumbled across the same issue - including `self` in the toctree only inserts a single link to the same document (irrespective of `maxdepth`), so I don't see how this...
I tried to reproduce this, but was unable to: QField 3.6.6 on iOS 18.5, iPhone 12 mini, using an existing project on`app.qfield.cloud`. Signed in once (using username and password), and...
@tisto this would be added in responses to *every* `GET` request? Seems a bit verbose to me to be honest. And I don't quite understand the use case, but I'm...
@tisto I see. I wouldn't mind this info, though I would probably have chosen something like `authenticated_user` for the attribute name (a bit more succinct, and I think we're using...