JeonSoongu

Results 6 issues of JeonSoongu

type.decorator.js ```js "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Type = void 0; const storage_1 = require("../storage"); /** * Specifies a type of the property. * The given TypeFunction...

type: question

## Issue Description ### Expected Behavior ### Actual Behavior ``` // include the output in code tags like these! ``` ### Steps to Reproduce 1. 2. ```typescript // insert code...

bug
requires triage

1. ```typescript Column({ type: 'bool' }) isBool: boolean; ``` If you set it as above and set mirrate: true and save it, tinyint(1) and tinyint(default 4) are stored alternately. ###...

bug
requires triage

https://github.com/typestack/class-transformer/issues/496#issuecomment-778805832 Why logs: Person {_firstName: 'Mike', _age: 35} Does it come out like this? simply ```ts @Exclude() lastName: string; ``` If you do it, it doesn't come out on the...

type: question

@NoNameProvided Hi, i would like to ask you sth. I'm using c'lass-transformer' in my work. And i found it gives same results in both case, when i mislocate. 1. ```...

type: question

안녕하십니까, 동빈님. 이것이 코딩테스트다를 보면서 공부하고 있는 학생입니다. 정말 기초적인 것이지만, 꼭 이해하고 싶은 부분이 있어서 개인적으로 공부하다가 질문을 남기게 됐습니다. 동적프로그래밍의 "(4) 바닥공사" 문제 파트입니다. 2 x N 크기의...