Naoya / nao-chan / naoya-tech

Results 6 comments of Naoya / nao-chan / naoya-tech

This app have started as my hobby project, so this app doesn't have any tests.

thanks you. Yeah, I don't have enough time to refactor code to swift 3 style. Please make swift 3 branch and send me pull request 👍

### Execution Environment: ``` Environment where build failed: Apple M1, Memory 8GB Environment where build succeeded: Apple M1 Max, Memory 64GB ``` It is desirable to be able to build...

I tried using tsdown, and the build completed successfully on my M1 Mac 8GB Memory. - https://tsdown.dev/guide/migrate-from-tsup LOG: pnpm --filter @copilotkit/react-textarea run build ``` ╰─$ pnpm --filter @copilotkit/react-textarea run build...

I did a little investigation. The tabs seem to be using egui. https://github.com/servo/servo/blob/97a670eb69f5f5348a0724d751c5c60f335c947a/ports/servoshell/desktop/gui.rs#L219-L223 I thought the issue could likely be addressed by using egui's set_fonts method. https://docs.rs/egui/latest/egui/struct.Context.html#method.set_fonts However, I'm not...

I’ve confirmed the following: I ran npm run build in the docs directory. I attempted to translate using `gtx-cli,` but couldn’t run it because the `GT_API_KEY` is unknown. It’s likely...