Craig Patik

Results 8 issues of Craig Patik

Please convert this package so it can be installed in ST3 with Package Manager

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I got an error about the...

bug

The line ["the debugger has a console pane, which is a JavaScript REPL"](https://github.com/clarkgrubb/hyperpolyglot/blob/master/markup/scripting#L4539) is a helpful description for the most part. But it's [not entirely accurate](http://blog.getify.com/dev-consoles-considered-harmful/). Perhaps it's worth pointing...

I had to create a patch for this type definition that tries to import from Next ```diff diff --git a/node_modules/next-router-mock/dist/MemoryRouterProvider/MemoryRouterProvider.d.ts b/node_modules/next-router-mock/dist/MemoryRouterProvider/MemoryRouterProvider.d.ts index 0318cb2..7d751b1 100644 --- a/node_modules/next-router-mock/dist/MemoryRouterProvider/MemoryRouterProvider.d.ts +++ b/node_modules/next-router-mock/dist/MemoryRouterProvider/MemoryRouterProvider.d.ts @@ -1,7...

In my next.config.js I have `skipTrailingSlashRedirect: true`, i.e. the URLs should retain their trailing slash. `next-router-mock` however seems to trim the trailing slash from all URLs. This fails: ```tsx //...

enhancement
good first issue

I can build an HTML file just fine, but there is no CSS file referenced in it. I have the `use_css` option set to `true`. I am on Windows using...

Currently this plugin only uses the last two buffers that were open, which means I need to remember to click on those files' tabs before ([looking up](https://github.com/SublimeText/WinMerge/issues/3) and) pressing the...

When I run this analyzer, I get the following error (some file names obfuscated): ```sh Failed to compile. ../otherFolder/src/index.ts Module parse failed: Unexpected token (51:7) You may need an appropriate...