ChanHaeng Lee

Results 10 issues of ChanHaeng Lee

I tried this code: ``` import pyttsx3 engine = pyttsx3.init('sapi5') engine.save_to_file('Hello World' , 'test.mp3') engine.runAndWait() ``` It is from [the documentation page](https://pyttsx3.readthedocs.io/en/latest/engine.html) In version 2.88, I got error in line...

[판타지랜드 규격](https://github.com/alstn2468/typescript-programming-study/blob/master/Summary/ms/Chapter_11/11.md#%ED%8C%90%ED%83%80%EC%A7%80%EB%9E%9C%EB%93%9C-%EA%B7%9C%EA%B2%A9)에 다음과 같은 설명이 있습니다. > ![판타지랜드 규격 그래프](https://github.com/alstn2468/typescript-programming-study/blob/master/Summary/ms/Chapter_11/images/3.png?raw=true) > 판타지랜드 규격은 하스켈 표준 라이브러리 구조를 Javascript 방식으로 재구성한 것이다. > 그림에서 보면 모나드는 아래 네 가지 요소를 구현한...

Add missing left parenthesis.

### What is the documentation issue? I tried to go to [`https://nextjs.org/docs/app/building-your-application/styling/css`](https://nextjs.org/docs/app/building-your-application/styling/css), but I couldn't get to that page. It redirects to [`https://nextjs.org/docs/app/building-your-application/styling`](https://nextjs.org/docs/app/building-your-application/styling). ### Is there any context that might...

Improvement

### Summary Advice about server to users who use `fedify test-init` ### Problem `fedify test-init` is a CLI to be added in #479, enabling contributors creating Fedify integrations to easily...

help wanted
good first issue
type/feature
component/cli
component/integration

## Summary Created `fedify test-init` CLI and fixed `fedify init` CLI with it ## Related Issue - closes #461 ## Changes - `packages/src/cli/init` - `docs/cli.md` ## Benefits The `fedify test-init`...

good first issue
component/cli
examples

### Summary Separate `fedify init` from `@fedify/cli` and create `@fedify/init`. `@fedify/cli` must then re-import this to ensure `fedify init` and `fedify test-init` function correctly. Additionally, ensure it operates independently to...

type/refactor
component/cli
component/integration
difficulty/intermediate
breaking change

### Summary We need tests for `init` CLI and fix the command ### Problem When the version was updated to 2.0, the `init` CLI not only applied `optique` but also...

help wanted
good first issue
type/feature
component/cli

### Summary Implement `npx create-fedify-app`. ### Problem - Install [`@fedify/cli`](https://github.com/fedify-dev/fedify/blob/main/packages/cli) globally. - Execute `fedify init`. - Install [`@fedify/fedify`](https://github.com/fedify-dev/fedify/blob/main/packages/fedify). - etc... ### Proposed Solution --- ### Alternatives Considered _No response_ ###...

type/feature
component/cli

# Suggestion Yeah, I don't think the name is good too 🤣. If you want to add this function to the library, please suggest a better name. ## ⭐ Suggestion...