Felix Hao

Results 68 comments of Felix Hao

Since I would like to "preview" the selected data in other components, I simply set the data into the state of the father component. And a change to that data...

Honestly, I just use tooltipLine function as "onSelectedDataChange" event handler.

I just learned that the official name for this is "debounce". It seems to be a widely applied technique to prevent browser-based JavaScript applications from firing events too often that...

Since they share the same coordinate, they of course share axes and scales as well. DataSet only produces "logical" positions, it is the coordinate that maps "logical" positions to actual...

Another difference is that I can't get react-d3 to work but this one works perfectly.

__Markdown Editing__ maintainer here. I am not able to reproduce the issue. The theme just works fine when I click the GhostText button and a new tab is opened. I...

@revolter It is exactly what I see. A tab with `Markdown GFM` syntax and `ArcDark` theme. If you are still seeing the issue, will you start from a freshly-installed Sublime...

@KyleKing I am using Windows 10, latest ST version and latest Windows release update. Opening in MultiMarkdown by default is most likely the cause here. Will you try this: 1....

Well I am kind of out of ideas. How about [resetting Sublime Text](https://www.sublimetext.com/docs/3/revert.html)? Your user settings are in `%LOCALAPPDATA%\Sublime Text 3\Packages\User`, which you would like to backup first.

Very cool suggestion. It will take some efforts though. Let's see if some passionate contributor is willing to implement it or I will find time some day.