how2j-coder

Results 3 issues of how2j-coder

My icon file directory is nested, which means I'm creating multiple `customCollections`, like this: ![Image](https://github.com/user-attachments/assets/f069c4a0-1521-4cee-a46c-a9994fa6c53e) ![Image](https://github.com/user-attachments/assets/27a05a1c-60f3-4494-a44a-cb94a25e771a) 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 :=...

question

### IDEA Version IDEA 2024.2.3 (ULtimate Edition) ### Error Message ![PixPin_2024-10-21_16-03-46](https://github.com/user-attachments/assets/dcd299d9-6221-4a57-99a7-3298b20f0830) ``` 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...