Richard Emijere

Results 7 issues of Richard Emijere

### Description 📝 When attempting to toggle the theme, the interface experiences rapid flickering, reverting back to the original theme almost immediately. Though it is commented out in the code...

bug

Fixes #70 Add `message_limit` and `cost_limit` parameters to `run()`, `run_sync()`, and `run_stream()` methods in `pydantic_ai_slim/pydantic_ai/agent.py`. * **pydantic_ai_slim/pydantic_ai/agent.py** - Add `message_limit` and `cost_limit` parameters to `run` method signature. - Add `message_limit`...

Fixes #99 Add `langgraph.json` configuration file to enable running the application with the `langgraph` CLI. * Add `langgraph.json` to the root directory with necessary configuration for `langgraph` CLI. * Include...

**Description** Add a `langgraph.json` configuration file to the repository to enable running the application with the `langgraph` CLI. This will simplify the setup process and improve usability for developers using...

enhancement

Implement a resizable pane functionality for the word editor. * Add a custom hook `useResizablePanes` in `src/lib/hooks/use-resizable-panes.js` to handle resizing functionality. * Import the custom hook in `src/components/islands/word-editor.jsx` and use...

stale

Fixes #30 Implement the OAuth flow state object storage in cookies and the signout/disconnect feature. * Store the OAuth flow state object in cookies in `src/lib/actions/do-auth.js` and compare it with...

stale

Fixes #144 Modify the data fetching and processing to include the last week of the previous year in the first week of the current year. * **src/utils/api/fetch.js** - Add `fetchLastWeekOfPreviousYear`...