JellyBrick

Results 65 issues of JellyBrick

`Apache HttpClient 5.x` and `okhttp` support `HTTP/2` and asynchronous HTTP requests. Switching to these libraries is expected to enable more efficient HTTP requests.

# Bug report The track loads normally (in lavaplayer) but sounds not produced. (in Discord) If I change Player.paused to true and then back to false, the track that was...

[contributing]: https://github.com/DV8FromTheWorld/JDA/wiki/5%29-Contributing [pull-request]: https://github.com/JDA-Applications/JDA-Utilities/pulls ## Pull Request #### Pull Request Checklist Please follow the following steps before opening this PR. PRs that do not complete the checklist will be subject...

module: command
module: commons
module: examples
module: menu
module: oauth2

### Issue Checklist - [X] I have checked for similar issues on the [Issue tracker](https://github.com/Chew/JDA-Chewtils/issues) - [X] I have updated to the [latest version](https://github.com/Chew/JDA-Chewtils/releases) of JDA-Chewtils. - [X] I have...

enhancement
good first issue
module: menu

`{result:false, cause:"잠시후 다시 이용해주세요."}` 가끔씩, 키 생성 후, 5초를 대기해도 (+추가, 1분 대기해도 실패합니다.) `잠시후 다시 이용해주세요.`라는 메시지만 나오며 글이 작성되지 않습니다.

| # | 발생 이유 | 추가 설명 | |------:|:-------------------------------|:-----------------------------------------------------------------------| | -9797 | UNDER_CHECK | 점검중 | | -999 | UPGRADE_REQUIRED | 클라이언트 버전이 너무 낮음 | | -998 |...

documentation
help wanted

# 오류 코드 | Agent | 오류 코드 | |-----:|:----| |UWP |30| |iPad |-500|

bug
help wanted

- [x] 스트림 래퍼 - [ ] 패킷 - [ ] 이벤트 디스패칭 - [ ] 추상화 레이어 - [x] 기본 Struct - [x] 공지 (ChannelBoardMeta) - 없음 (0) -...

enhancement
help wanted

https://github.com/serezhka/java-airplay/blob/9eef60f9d13fcbc3ecb4246d481164aaa54a35a1/player/h264-dump/src/main/java/com/github/serezhka/airplay/player/h264dump/H264Dump.java#L26-L41 to (e.g) ```java @Override public void onVideo(byte[] bytes) { try { videoFileChannel.write(ByteBuffer.wrap(bytes)); } catch (IOException e) { e.printStackTrace(); } } @Override public void onVideoSrcDisconnect() { } @Override public void...