云斌

Results 16 issues of 云斌

Hi, 十分依赖这个软件,请求将编译目标调至OSX 10.10.5 前一个版本可用,目前最新版使用后无法启动微信 十分感谢 Crashed Thread: 0 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Application Specific Information: dyld: launch, loading dependent libraries Dyld Error Message: Symbol not found:...

currently `job.parentJob` is not exposed, making it harder to build a parent-child relational job graph when debug according to this https://github.com/Kotlin/kotlinx.coroutines/issues/3198 it should be fairly easy(and safe?) to expose that...

enhancement
debug

I'm making extensive use of coroutines, replacing `thread` calls and use structured concurrency as suggested. however I found coroutines very hard to debug. using `org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.0` along with `-jdk8`, `-core` both...

debug

![image](https://user-images.githubusercontent.com/8952734/100753229-7ae18880-3424-11eb-8cc5-461b58f53798.png) Jackson-module-kotlin version 2.9.7, newer version should experience the same problem changing original source code `inline fun ObjectMapper.readValue(content: String): T = readValue(content, jacksonTypeRef())` adds trailing `... as T` would fix...

bug

using nx beta 2.0.0 downloaded from https://nx-framework.com/install, running on Mac OSX 10.10.5, Chrome 60.0.3112.113 (Official Build) (64-bit). both of these are the newest versions as of writing this. minimal code...

### Is your feature request related to a problem? sharing a domain using subpath should be a common problem, a lot of site(esp. production ones) needs it `npm run preview`...

enhancement
triage

it has been almost a year since the last release -- 0.5.1 released Dec 22, 2021 -- latest as of writing some dependent libraries receive bugfixes at the mean time(e.g....

using Jupyter Lab 4.0.2 and latest versions of kotlin jupyter and kotlin/dataframe (don't know how to get kotlin jupyter and kotlin/dataframe version, but I just installed them today after running...

bug
enhancement

using Jupyter Lab 4.0.2 and latest versions(should be) of kotlin jupyter and kotlin/dataframe (don't know how to get kotlin jupyter and kotlin/dataframe version, but I just installed them last week...

enhancement

using zstd 1.5.5, latest version as of writing prepare an int array(each int occupies 4 bytes, little endian) `[0,30,60,90,...]` 65536 ints, 65536*4 bytes then compress it using various compression levels(simple...

question