Clumsy-Coder

Results 17 comments of Clumsy-Coder

I think I figured out the issue. So I keep the Astronvim repo in `~/.config/nvim/` And **symbolic link** the Astronvim user folder from my dotfiles (`dotfiles/tools/astronvim`) to Astronvim user folder...

True, you can do it that way. I'm just hoping to keep the `command` and `if` condition separate

Had to close and reopen pull request. Has a weird issue with CircleCI. Got error message: > No configuration was found in your project.

I tried it with `@semantic-release/changelog`. All I got was the header with the version 1.0.0. nothing after that. `# v1.0.0 (2020-08-14)` NOTE: i created the commits using [commitizen](https://github.com/commitizen/cz-cli) and [cz-emoji](https://github.com/ngryman/cz-emoji)...

I see, so for now you have to provide your own template file. Which is basically copy paste for each gitmoji used with their own Titles. I'd be great to...

Pull Request connected to issue #312

I tested it as much as I can. This is first time working in Python code. So, if issue surfaces, let me know

Changed the code to use import `iron-session/edge`. I'm still getting the same issue ![image](https://user-images.githubusercontent.com/19594044/190508140-cf9b3877-bfb6-4928-b92a-03bdd150c6b2.png) ```typescript import { NextResponse } from 'next/server'; import type { NextRequest } from 'next/server'; import {...

> Use a separate lib/AuthSession for edge. You cannot import non edge version, not even transitively. ? Did you mean create a duplicate `sessionOptions` in `middleware.ts`? Is there a reason...