Dayo

Results 9 issues of Dayo

발현은 클론 이후 npm install, npm run start를 통하여 진행하였으며, Critical dependency: the request of a dependency is an expression 이것의 발현 이후 이미지 전체가 정상적으로 불러오지 못하는 오류가 이어서...

Type: Bug

I got those three exceptions. ``` Caught error when decoding packet (op: 1, length: 351) java.util.NoSuchElementException: Array contains no element matching the predicate. at dev.cbyrne.kdiscordipc.data.user.PremiumType$Companion$PremiumTypeSerializer.deserialize(PremiumType.kt:43) at dev.cbyrne.kdiscordipc.data.user.PremiumType$Companion$PremiumTypeSerializer.deserialize(PremiumType.kt:29) at kotlinx.serialization.json.internal.PolymorphicKt.decodeSerializableValuePolymorphic(Polymorphic.kt:59) at...

In forge execution task, classes inside the common-jar and forge platform-sided classes are loaded with setting the classpath in the argument. When using non-java language(which also supports JVM) on forge...

bug
Forge

This PR simply adds `newTable()` method(with default invocation) to Lua interface. The `newTable` seems exists on native lua code and highly used on beginner-level code instead its equivalent: `createTable(0, 0)`....

Fix information about logo of IDEA 2024 community exists on app.jar, not product.jar Also, add my simple python script which automates replacement

Lots of plugins including AutoCP supports file creation based on its name or some contents. For Instance, [Example on README](https://github.com/jmerle/competitive-companion?tab=readme-ov-file#the-format) file name will be Castle_Defense.cpp or similar. Some OJ uses...

I am trying to make custom metatable for pushed java object for faster function invoke(compared using reflection) and making some method lua-side private. I have resolved this using following (kotlin)...

안녕하세요, Arch+Hyprland 환경에서 kime을 설치해 사용하고 있습니다. Chromium을 포함한 대부분의 프로그램에서 kime을 통한 국문 입력에 문제가 없지만, 디스코드에서만 입력이 안되는 문제가 있습니다. 어떻게 해결하면 좋을까요? 감사합니다!

T-Wayland
question

I am making mod with [gradle composite build](https://docs.gradle.org/current/userguide/composite_builds.html) for common code(not dependent with minecraft). I have interface `me.ddayo.aris.CoroutineProvider`on common code to inject some method into object. Inside object, I made...