how2j-coder
how2j-coder
My icon file directory is nested, which means I'm creating multiple `customCollections`, like this:   Is there a simpler way to write it?
### struct ``` type Request struct { Name string `json:"name" validate:"optional_not_empty"` Email string `json:"email"` } ``` How Customize one `optional_not_empty` to achieve the following results? ### cases ``` testCases :=...
### IDEA Version IDEA 2024.2.3 (ULtimate Edition) ### Error Message  ``` com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.plugins.infotip.action.ActionDescriptionColorOrIcon' must override `getActionUpdateThread()` and chose EDT or...