JellyBrick
JellyBrick
# Code limits.zep ```zephir ... final class Limits { const INT8_MIN = -0x7f - 1; ... ``` # Error log ```bash [ERROR] Syntax error in ...limits.zep on line 22 ```
# **Describe the bug** LyricsViews (https://github.com/HelloWorld017/alspotify/blob/master/app/components/LyricsView/index.js): Working NowPlayingView (https://github.com/HelloWorld017/alspotify/blob/master/app/components/NowPlayingView/index.js): Not Working (working without LyricsView) When I use FlexLayout:  When I use QBoxLayout instead of FlexLayout:  # **To Reproduce**...
## 현재 dependabot 커밋이 지나치게 많아, 중요한 커밋 내역을 볼 수 없음 ## 해결 방안 - 의존성 업데이트 전용 브랜치 분리 - 스쿼시 머지 사용하여 병합 ### 예상되는 문제 -...
 Webpack import 관련 오류는 해결되었으나,  채팅방 및 유저 정보가 뜨지 않는 문제가 있음 _Originally posted by @JellyBrick in https://github.com/KiwiTalk/KiwiTalk/issues/286#issuecomment-861227145_
- `nw-builder` 내부 로직 문제로 보임 - `Ubuntu (Linux)` (ARMv7, ARMv8): NW.js 바이너리 다운로드 불가 - `Apple Silicon (M1)`: 로제타v2로 실행시 `osx32`로 인식되어 실행 불가. `osx64` 바이너리 사용시 로제타v2 통해...