Results 4 issues of rouddy

Resolved issue where "NewApi" build error occurred in API version 21 or lower. toLanguageTag and forLanguageTag of Locale is support from API level 21 and minSdkVersion is 16. Modify to...

### 이슈 설명 (Issue description) 카카오톡이 설치되지 않은 환경에서 UserApi.instance.loginWithKakaoAccount() method를 이용해 로그인을 시도하였으나 [동영상](https://youtube.com/shorts/M_2xXvDiC5w?feature=share)에서와 같이 웹으로 전환되지 않고 잠깐 팝업이 떴다 닫히며 아무런 동작도 하지 않습니다. 로그로 봤을 때...

bug

### Feature description 1. Use case ```dart DatadogLogger.log( LogLevel level, String message, { String? errorMessage, String? errorKind, StackTrace? errorStackTrace, Map attributes = const {}, }) ``` 2. Currently deliversIn iOS...

enhancement
awaiting response

I'm try to use async-graphql with [rocket](https://rocket.rs/) and [rocket session store](https://docs.rs/rocket-session-store/latest/rocket_session_store/). i can't find any solution pass session information into graphql query. i found example using session in actix-web. but...

question