Rafał Chłodnicki

Results 1204 comments of Rafał Chłodnicki

> If I copy and paste the keybindings from [Default.sublime-keymap](https://github.com/randy3k/Terminus/blob/master/Default.sublime-keymap?rgh-link-date=2020-08-31T18%3A00%3A35Z) into my own `Default.sublime-keymap` then it stops doing this double echo. So that'll do as a workaround. That will override...

Does this implementation also work for this case: ``` > rgl 'awk' ./node_modules/tib ./node_modules/tib/lib/tib-chrome.js 1199- ' | grep -E -i \'(google chrome( canary)?|chromium)\\.app\\b\'' + ``` for opening `./node_modules/tib/lib/tib-chrome.js` file?

OK. It would be nice to support that too then. :)

Also another example - a stack from `jest` framework: ``` at ExecutionContext._evaluateInternal (node_modules/puppeteer-core/lib/ExecutionContext.js:122:13) ``` Both of those work in my terminal (iterm2) so it would be cool if those also...

The `from` regex looks OK to me assuming that URL passed to it doesn't contain protocol (I think that's correct assumption looking at this module's code). Are you sure the...

That regexp uses negative lookbehind feature which is supported from Node 9. Maybe that was the problem? Otherwise it should be correct. Tested here - https://regex101.com/r/5WbpEU/1 (with some escaping removed...

Create a [middleware](https://nuxtjs.org/api/pages-middleware) and put your logic there (based on `context.route`). (You might hit some issue with middleware not being called on initial navigation though...)

It's a bug that this library ships with standard DOM types (from Typescript). It shouldn't import them explicitly as then those end up in compiled bundle. Or it should use...

It does that on purpose but I'm not convinced it's a proper solution: https://github.com/prisma-labs/graphql-request/blob/2f221a4c5470c22dad7749b53cb1ed560727fd42/src/types.dom.ts#L1-L8