SeongChan Lee

Results 47 issues of SeongChan Lee

I couldn't find an example for supporting korean markers. Some korean markers depend on whether a previous noun ends with a consonant or with a vowel (without a consonant). With...

kime 만의 이슈는 아니긴 하지만 kime 를 이 환경에서 사용하려는 사람들에게 README 나 어딘가를 통해서 안내하면 좋을것 같아서 이슈 올립니다. 지금 README 에는 Debian 계열 배포판에서 input method 에서 kime...

Help
T-Wayland
Package
T-Document
D-Normal

With this fixtures, ```c# class Timestamp { public Timestamp() { } public Timestamp(long timestamp) { this.timestamp = timestamp; } public long timestamp { get; set; } } var config =...

We use this setting https://github.com/MapsterMapper/Mapster/wiki/Mapping-readonly-prop When a class only contains read only props that are designated by `UseDestinationValue`, ClassAdapter:CanMap returns false. also it can't convert to empty class

### Issue Description Build output of OutputType Exe is transitively copied even if ReferenceOutputAssembly False. ### Steps to Reproduce A.csproj ``` Exe ``` B.csproj ``` False ``` C.csproj ``` ```...

bug

### Steps to reproduce Have a model that looks like this: ```c# class SomeTable { public string SomeColumn { get; set; } } b.Property("SomeColumn") .IsRequired() .HasMaxLength(255) .HasColumnType("varchar(64)"); ``` Then change...

type-bug

We build CodeChain binary in every task in Travis. It takes about 10-15 mins per task. 1. To run clippy and rustfmt 2. To make sure it doesn't have a...

test
build

We currently use ruftfmt and clippy with a toolchain nightly-2019-05-17. But the stable version have caught up to our last nightly version. nightly nightly-05-17: rustfmt 1.2.2-nightly (5274b49 2019-04-24) clippy 0.0.212...

util

Depends on: https://github.com/CodeChain-io/codechain/pull/1922 Contains https://github.com/CodeChain-io/codechain/pull/1923

do-not-merge

E2E tests timeout on `afterEach`. In `afterEach`, CodeChain nodes get SIGINT. I suspect that race conditions that are in module cleanups caused the process to hang on exit.

test