Jeongho Nam

Results 51 issues of Jeongho Nam

I think it is more important how reliably and accurately a type validator validates various types than how fast or slow it is. However, it seems not a good way...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md ## PR Type What kind of change does this...

Unfortunately, `typescript-is` had stopped maintaining, and does not work since TS 4.7 update. By the way, this package has configured `typescript` dependency to `^4.x.x`, and `dependabot` is running and collecting...

In my case, when generate docs and open `index.html`, browser being shutted down due to too long contents. I hope to separate each models to each page. Also, traveling third...

When run `ttsc` command, below error occurs: ```bash D:\github\samchon\typia\node_modules\ttypescript\lib\patchCreateProgram.js:84 tsm.createProgram = createProgram; ^ TypeError: Cannot set property createProgram of # which has only a getter at patchCreateProgram (D:\github\samchon\typia\node_modules\ttypescript\lib\patchCreateProgram.js:84:23) at loadTypeScript...

If you're using `nestia` in production level, can you introduce me? It would better if you are pasting production homepage URL with logo image.

documentation
help wanted
question

```typescript export function message(): string; // Protocol Buffer message export function assertDecode(buffer: Buffer): T; // safe decoder export function assertEncode(input: T): Uint8Array; // safe encoder // +) decode, isDecode, validateDecode...

enhancement

Will add new decorators `@WebSocketRoute()` and `@WebSocketDriver()`, which wrap [TGrid](https://tgrid.com) features. With those decorators, NestJS users can develop websocket server much type safely. - https://tgrid.com/en/tutorial/examples.html#1-remote-function-call Also, if such websocket decorators...

enhancement

> Related issues: > - https://github.com/microsoft/TypeScript/issues/54276 > - https://github.com/samchon/typia/issues/633 TypeScript team had decided to support formal transform API since v5.2 update. However, as TS v5.2 transform API provides types of...

documentation
enhancement