Ji Park

Results 4 issues of Ji Park

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: arm64 Version: Darwin...

template: bug
area: Routing
area: app

Wasn't quite sure where else to mention this but, `vim.opt.guicursor = ""` did not enable the block-shaped cusor for me initially. but `vim.opt.guicursor = "a:block"` worked. weirdly, after that, when...

**Describe the bug** `/` fuzzy finding current buffer leads to an error. The error starts from `current_buffer_fuzzy_find` and seems to originate from `_get_hl_from_capture`. **Error Message** ``` E5108: Error executing lua:...

# Summary I was running into "Does not register a service worker that controls page and start_url" after migrating to NextJS v13. ![image](https://user-images.githubusercontent.com/61026408/198233384-c3489e32-e57e-4078-8520-0ba8205bfeaa.png) After some investigation, I noticed that I...

bug