Jason Yoo (Wonsuc Yoo)
Jason Yoo (Wonsuc Yoo)
Though [Full-text search via Algolia](https://github.com/firebase/functions-samples/tree/master/fulltext-search) is great example for advanced search options on Firebase, many people still prefer Elastic Search rather than Algolia. Therefore it would be really helpful if...
I have a case where I need to pass 2 String values to the mapper as `@Context`. ``` @Mapping(target = "project", source = "projectModelObject") @Mapping(target = "schedules", source = "scheduleTasks")...
I'm using a specific framework(it's called TeamCenter), I want to use this library to map from that framework's object to my custom DTO. However, this framework's model class is `ModelObject`...
@Mapping(target = "taskRole", source = SCH_TASK_ROLE_PROP, qualifiedBy = StringArrayToString.class, defaultValue = "") I have this kind of mapping like above and source `SCH_TASK_ROLE_PROP` is `String[]` and target `taskRole` is `String`...
It doesn't show gif files. I don't need full gif viewer function. I hope it just supports gif image thumbnail or grab 1st frame of gif file as image /...
Hi, I'm writing an application with the Ktor server framework. Do you guys have any plan to support Ktor in the future?
My company's network condition is behind a proxy and I have an issue logging in with Cloud Code prompt popup. After I logged in on the browser which is automatically...
When BottomSheet has many items and if you swipe up, the view becomes maximize mode. Can I restrict this feature? My client wants the maximum height of BottomSheet view. Thanks...
이걸 이슈라고 해야할지 셋업의 문제인지 잘 모르겠네요. 현재 클라이언트가 가비아 호스팅 서버를 사용하고 있으며 XE 시스템에서 발송되는 메일이 작동안하는 이슈를 가지고 있습니다. PHP의 mail 함수는 정상적으로 작동되는 것을 확인했으며 `Mail.class.php`에서...