Webmaster At Cosmic DNA
Webmaster At Cosmic DNA
Add `refresh_token_expires_in` attribute to User model to workaround a similar problem to the one reported in [this issue](https://github.com/nextauthjs/next-auth/issues/1446) ## ☕️ Reasoning What changes are being made? What feature/bug is being...
### Describe the bug When loading this [Hugging Face space](https://huggingface.co/spaces/Cosmic-DNA/chat-ui) in nextjs with [this codebase](https://github.com/DanielAtCosmicDNA/cosmicdna-ai/tree/6b90ba776d8b14bc74dd885d4812ad0d8a375f41), gradio request is blocked by CORS policy. ### Have you searched existing issues? 🔎 -...
When running `yarn && yarn dev` just after creating the default project with `npx create-nextron-app my-app --example basic-lang-javascript` within Debian on WSL2: ```shell [nextron] Run renderer process: next -p 8888...
**Describe the bug** Creating an empty `.envrc` and running `direnv allow .`, the PATH variable is drastically changed, leaving many programs outside the path. **To Reproduce** On Debian Bookworm within...
The line logger.debug("Provide CORS headers for request", extra=log_extra) misleads users as if the request was missing CORS headers, when the code flow was a normal response.
### Issue Description When you run the canonical code from: https://github.com/CosmicDNA/neo4j-graphql-example-nextjs/tree/5385e091ce68004de94bda184c940e69a09c7dee, with `yarn run dev` and go to `/api/graphql` path, the following error is thrown: ```terminal ⨯ Error: Cannot use...
This pull request: - Adds instructions to README.md to set the virtual environment, activate, install dependencies and running the agent trainment. - Organise code into src folder - Sorts the...
Hi, I would like to use z together with [ImportDotEnv module](https://www.powershellgallery.com/packages/ImportDotEnv) in PowerShell. How do I achieve this combined functionality?