Mikołaj Powierża
Results
12
comments of
Mikołaj Powierża
@ernestii any updates on that?
I got it partially working by fetching type and name while opening the file descriptor in `FsPlugin.kt`: ```kotlin fun getFileDescriptor(invoke: Invoke) { val args = invoke.parseArgs(GetFileDescriptorArgs::class.java) val res = JSObject()...