Kound
Kound
Will this allow to pass an Oauth Token in order to use the `AuthenticatedClient` with a defined `Bearer`?
It should be mentioned that gitlab instances can be also locally distributed. The role should handle this also correctly: i.e. `https://gitlab.company.local/group/project/issues/{issue}` To be most flexible would be to be able...
I am close to proper solution as soon as I collected [all the data](https://github.com/testcontainers/testcontainers-python/issues/475#issuecomment-2348474573). I am in going to holidays now. I hope when I return in three weeks there...
Just waiting for the MR #714 to be merged. After that I will take a look at `host.docker.internal` which is much easier once #714 is merged.
```python import docker client = docker.from_env() print(client.api.get_adapter(client.api.base_url).socket_path) ``` Could be used to detect the correct socket_path. If `socket_path` is not defined, just use the default.
I think the requirements for the API have to be collected first. For a mobile app a way of "sync" would be helpful/good but increases complexity quite a lot. That...
I would say to keep it simple to only show previews for images and no other file types. For non image attachment one could only show the filename and a...
From a user perspective it is not clear what happens with the date? Why should I create a expense with the same date and time? I would expect that the...
@khotte I thinkt the expected way to use the app is for all participants to enter their own expenses once they have done them. Doing so reduces the number of...
I am with @kshramt on this. But I would prefer a [src layout](https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/) instead of flat layout. Doing so it more clear what is actually packages and prevents some problems...