ensconced

Results 10 comments of ensconced

One option would be to use prettier, which by default always uses unix-style line endings https://prettier.io/docs/en/options.html#end-of-line Would you accept a PR adding prettier to the codebase?

I've had a closer look and the line-endings are actually fine (i.e. unix-style) in the source code so prettier won't help us here. I think what's happening is that you...

opened a PR 🤞 https://github.com/whyboris/TypeScript-Call-Graph/pull/10

@whyboris just wondering whether you had time to take a look at this - let me know if you have any questions about it or don't think it's the right...

> Sorry for the delay - busy weeks for me - I'm packing and getting ready to move to a new house 😅 > I'll try to find time this...

Is this expected then? What is the problem with doing `graph.changeData(graph.save())`?

@Yanyan-Wang should we upgrade the version of g-svg that G6 is using? Is there any reason why we shouldn't do that?

Switching to yarn as suggested in https://github.com/antvis/G6/issues/3903 seems to fix it - I will raise a PR to change the README to use yarn instead.

What is the current correct version of node to use for the project? Could we add a `.nvmrc` file? Also, after a fresh clone of the repo and running `npm...

This seems to be an issue with hardware-accelerated canvas rendering in chromium. I have raised an issue here https://bugs.chromium.org/p/chromium/issues/detail?id=1351304 - you can add a star to help prioritise it!