Dayo

Results 6 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...