Yongjun Hong

Results 28 issues of Yongjun Hong

Hi I am using the [watch](https://developers.google.com/calendar/api/v3/reference/events/watch?hl=ko) to receive [push notifications](https://developers.google.com/admin-sdk/reports/v1/guides/push?hl=ko) when events change. I have successfully created a channel. ``` { "expiration": 1714380331000, "id": "", "kind": "api#channel", "resourceId": "", "resourceUri":...

type: question
priority: p2
api: calendar

## Describe your question --- ### AS-IS ``` public class Adate { @Id private Long id; ... } ``` ``` FixtureMonkey fixtureMonkey = FixtureMonkey.builder() .plugin(new JakartaValidationPlugin()) .objectIntrospector(FieldReflectionArbitraryIntrospector.INSTANCE) .build(); var adates...

question

## Summary - Implement registration of ArbitraryBuilders with names. - Implement selection of ArbitraryBuilder by name. ## (Optional): Description - Added a method `registeredName` to `FixtureMonkeyBuilder` to allow registering an...

## Description ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ]...

chore

## Description - Updated to find and display license information from the parent library if not found. - close #218 ### AS-IS ![image](https://github.com/user-attachments/assets/a5ff5696-c512-4ee7-9134-af39194427cc) - If the license is not specified...

enhancement

**Is your feature request related to a problem? Please describe.** - License information for some Maven packages is not available on the package page **Describe the solution you'd like** 1....

enhancement

## Summary - Extending MatcherOperator for improved ArbitraryBuilder management ## (Optional): Description - Implementing a **new subclass of MatcherOperator** with an `active` boolean field to dynamically manage selection states based...

## Describe the feature you request - Extending the `MatcherOperator` to remove `namedArbitraryBuilder`, allowing register operation selection through `registeredArbitraryBuilders`. https://github.com/naver/fixture-monkey/blob/b8641fcbd18f43648507ca53106c517a16dafcfe/fixture-monkey/src/main/java/com/navercorp/fixturemonkey/resolver/DefaultArbitraryBuilder.java#L190 ## (Optional): Suggest A Solution - Create a `registeredName` field...

enhancement

### Why you need it? I would like to suggest introducing an automated flaky test tracking mechanism, similar to what [OpenSearch](https://github.com/opensearch-project/OpenSearch/issues/14308) has adopted. ### How it could be? ### Proposal...

task: help-wanted