Ricardo Amaral

Results 150 comments of Ricardo Amaral

Your missing the dependencies array in the `useEditor` hook. Add at least `onChange` in there, and it should work as you expect it. Don't forget to wrap `onChange` with `useCallback`...

I guess no progress was made on this as of yet?

I'm having the same issue as @eventualbuddha, backticks in test names, using `zsh` too, but under WSL. Any fixes or workarounds? (cc @connectdotz)

I switched to bash and the same thing happened. Either way, can't backticks be escaped if running on *nix systems?

> > > Does this still happen with GitLens 11? I'm having a similar (perhaps the same) problem. Here's what's happens when I click a line in a file: ```...

I found the culprit on my side... The problem was that this particular project had the following configuration in it's `.git/config` file: ``` [blame] ignoreRevsFile = .git-blame-ignore-revs ``` Maybe you...

> > > > I finally managed to find time to convert from classic into WBX and I am missing a `Custom js` option for app. > > I am...

I can sum up my thoughts here, no need for a new extensive issue, I think... > It would be great to know what you kind of support you need,...

Any progress on the Custom CSS side of things @Thomas101 ?

> This is something we have tried changing before with people complaining. It would be great if we can find a way to create an instance without breaking anyone who...