Tomohisa Igarashi

Results 117 issues of Tomohisa Igarashi

### Please describe the feature that you want to propose For example if it's a string field, show string next to the field name, if it's an integer, show integer....

enhancement
good first issue
user interface
DataMapper

### Describe the Bug ![Screenshot From 2024-12-11 15-30-38](https://github.com/user-attachments/assets/4c7fe6df-9807-445d-be5d-ebca25226c47) `/` also fails ### Steps to Reproduce the Bug or Issue 1. Put `/*` as xpath expression ### Screenshots or Videos _No...

bug
user interface
DataMapper

### Please describe the feature that you want to propose Add an option to set `omit-xml-declaration=yes` ![Screenshot From 2024-12-11 16-35-49](https://github.com/user-attachments/assets/39282af0-4ac4-457f-b3d1-a3f630b3b05a) Note that this option should be available only when the...

enhancement
good first issue
functionality
DataMapper

### Describe the Bug It only works if both source and target are completely same including namespace, which we can't expect for data mapping. ~~We should instead construct parent structures...

bug
good first issue
functionality
DataMapper

### Please describe the feature that you want to propose Currently the only way is to add `wrap with if` before adding a mapping. ![Screenshot From 2024-12-16 14-27-37](https://github.com/user-attachments/assets/7c4ad0b8-1998-41fb-a121-4ba054f2888f)

enhancement
good first issue
functionality
DataMapper

### Please describe the feature that you want to propose Show a document field details tooltip. For example show 1. minOccurs 2. maxOccurs 3. `xs:annotation/xs:documentation` (make sure if it's a...

enhancement
good first issue
user interface
DataMapper

### Please describe the feature that you want to propose - [x] Check if DataMapper UI needs any fix/enhancement due to the difference between 2.0 and 3.0 - [ ]...

enhancement
functionality
DataMapper

### Please describe the feature that you want to propose Just like the flow image, externalize Kamelet icon image to an external file. Currently it uses inline base64 svg https://github.com/KaotoIO/kaoto/blob/main/packages/ui/src/services/parsers/misc-parser.ts#L48...

enhancement

### Please describe the feature that you want to propose Add a checkbox of "Include flow image(s)" in document export preview toolbar. If unchecked, skip the flow image.

enhancement
canvas/visualization

### Please describe the task that needs to be done Currently `CamelRouteResource.getEntities()` returns everything other than `CamelRouteVisualEntity`, which contains other visual entities such as `RouteConfiguration` https://github.com/KaotoIO/kaoto/blob/main/packages/ui/src/models/camel/camel-route-resource.ts#L149 It would be better...

bug
refactoring