min

Results 39 comments of min

Thanks for quick reply. My use case is : Audit log via Change data capture (CDC). I want put some user metadata there, so I can track who did the...

I get it, we want add those metadata for the same reason. But I have to say, as a lib/framework, there is no way to prevent the developer to do...

Ya, this is why I open this issue. Hope we can have a convenient and reliable way to `ADD` metadata soon :)

Can you update the doc too? https://docs.spring.io/spring-security/reference/servlet/authentication/runas.html It's disappoint others when read doc then found out it's already a deprecated feature. https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/access/intercept/RunAsManager.html

Agree, as an user, it's very unintuitive to have two different name but do the almost same thing class. Also please consider `AuthorizationManager` when you design the new api, I...

My expectations should be like this, only child1 and child2(from my `@Schema(oneOf)` config ```` "MyPojo": { "oneOf": [ { "$ref": "#/components/schemas/Child1" }, { "$ref": "#/components/schemas/Child2" } ] }, ```` @ponelat...

@ponelat Here is the smallest working code for the issue. pojo define ````java @JsonSubTypes({ @JsonSubTypes.Type(value = Child1.class), @JsonSubTypes.Type(value = Child2.class), @JsonSubTypes.Type(value = Child3.class), }) @Data public abstract class Parent {...

Same issue @heidi-humansignal When use `docker` and `YOLO with Images` The labels folder is fine, but the images folder is empty log ```` [label_studio_sdk._extensions.label_studio_tools.core.utils.io::get_local_path::90] [WARNING] Using `localhost` (http://localhost:8081/) in LABEL_STUDIO_URL,...

> Hello, > > Could you please run the following command and let us know if you have managed to export the images alongside the annotations. You can find the...