mirageoasis

Results 11 issues of mirageoasis

clean 함수에서 emoji 의 2.0 버전 업데이트에 따라서 ``` emojis = ''.join(emoji.UNICODE_EMOJI.keys()) ``` 를 ``` emojis = ''.join(emoji.EMOJI_DATA.keys()) ``` 로 바꿔야 할 것 같습니다. 그렇지 않으면 module 'emoji' has no...

while working on this issue #3848 I found out adding support for JAVA 21 is impossible since gradle version which is 8.2.1 we are using does not support JAVA 21...

I tracked down formatted string and changed ramaining strings

hacktoberfest-accepted

While I was looking around this project I see codes that does not follow pep8 Since we are working on python project I think some kind of formatting should be...

revived #698 ---- 📚 Documentation preview 📚: https://sorna--1822.org.readthedocs.build/en/1822/ ---- 📚 Documentation preview 📚: https://sorna-ko--1822.org.readthedocs.build/ko/1822/

area:docs
comp:manager
comp:client
comp:cli
require:db-migration
size:XL

while working on #1778 I ran through error that if --pyargs option comes user defined option gets deleted And I figured out why! ~~which means we can independently run test...

while reviewing cli-test improvement I worked on I found out that `env-tester-admin` `env-tester-user` `env-tester-user2` file is no longer needed #1778 hence, I found out why user-defined option was not working...

size:S

will resolve #3988 this is draft for `eventually` I made some senario for this new eventually 1. duration is set to `positve` -> works well 2. duration is set to...

assertions 🔍

adding `SequencedSet` interface for `isOrderedSet` finally fixing #3848 and fix #3996 working on test code for now

as mentioned here #4018 `EventuallyConfigurationDefaults` has some issues 1. since it's singleton object it's variables not thread safe and error prone if set to mutable 2. think it's visibility should...