Kongpon Charanwattanakit

Results 7 issues of Kongpon Charanwattanakit

## Checklist - [x] I've searched for similar feature requests. --- ## Enhancement request It would be great to have a _per-directory_ httpie config file such as `.httpierc` (same naming...

enhancement
needs product design

I noticed `loading` in `useAxios` is initially set to `false`, which causes bug in my program. For example: ```jsx const { data, loading, error } = useAxios({ url: API_URL })...

enhancement

## Issue Summary When developing on Chrome, with Simulate Mobile Device mode, the library stoped working (could not connect to any wallet, it kept hanging on `INITIALIZING` state) with this...

When using `@newhighsco/next-plugin-svgr` in `next.config.js` with `svgrOptions` added, this warning showed up as `svgrOptions` is not a valid option in `next.config.js`: > warn - Invalid next.config.js options detected: > \-...

bug

Hi, I'm trying to run `apm install atom-import-js` and got this error message: ```bash > [email protected] install /private/var/folders/s5/8rx6q8sd1z14vv2nsh135pww0000gn/T/apm-install-dir-118518-94052-1h8wdjr.h9b3dte29/node_modules/atom-import-js/node_modules/sqlite3 > node-pre-gyp install --fallback-to-build Failed to execute '/Applications/Atom.app/Contents/Resources/app/apm/bin/node /Applications/Atom.app/Contents/Resources/app/apm/bin/../node_modules/.bin/node-gyp configure --fallback-to-build --module=/private/var/folders/s5/8rx6q8sd1z14vv2nsh135pww0000gn/T/apm-install-dir-118518-94052-1h8wdjr.h9b3dte29/node_modules/atom-import-js/node_modules/sqlite3/lib/binding/electron-v1.7-darwin-x64/node_sqlite3.node...

### Description I’ve noticed that the [engine implementations](https://github.com/di-sukharev/opencommit/tree/master/src/engine) for different AI providers (like OpenAI, Anthropic, etc.) are being maintained manually in this repo. This makes it cumbersome to support each...

### Description I see there’s already [an issue](https://github.com/di-sukharev/opencommit/issues/305) about using a `.env` file for local config, and [a PR](https://github.com/di-sukharev/opencommit/pull/480) that renames it to `.opencommit.env`. However, this naming does not follow...