StringEpsilon

Results 29 comments of StringEpsilon

Adding that the option `csharp.showOmnisharpLogOnError` is not respected for other channels on the output panel. In my case, `Razor Log` repeatedly steals focus from terminal. Is frustrating that even hiding...

This annoyed me so much that I modified the JavaScript file in my extensions folder. I replaced all occurrence of `this.showChannel(`, `this.channel.show(` and `this.logger.outputChannel.show(` with `console.log(`. That way the extension...

> parsePath can be used as a replacement for createLocation I don't really see that. [createLocation](https://github.com/ReactTraining/history/blob/v4/modules/LocationUtils.js#L6) was quite the powerful function for calculating route changes. parsePath just splits the string...

I just noticed that some of these breaking changes are also points on the roadmap (#689). @mjackson You might want to update that one as well.

[email protected] has a lot of breaking changes that make it unsuitable to use with react-router-dom. I've documented most of those I found in #811 (*in addition* to what's in the...

FYI, I posted a more detailed overview of all the breaking changes I could find in #811.

It's the history.listen() change. You can see more details on most entries in the gist.

@mayur-novus That's because using `` will pull in and use history@4, as it's a direct dependency of `react-router`, unless your bundler swaps that out explicitly.

Seems to be an intentional change. See the v5 pull request #751 and #811. There is no workaround to my knowledge.