Tomasz Czajęcki

Results 54 comments of Tomasz Czajęcki

What you are describing is definitely better suited way to handle calculations in general. When starting I went directly for the representation needed by d3 but it's definitely a useful...

Ignoring files is in progress. @ingalless started a PR which should significantly help with it. Other than that, we are planning to respect `.gitignore` file which should also handle `node_modules`...

Do you know if they are using `d3` just for data manipulation or `d3-force` for simulation too? Here we currently use `d3-force` displayed and manipulated as an SVG. Moving it...

I believe that below 0.6.0 the command was simply `Show Graph` (changed to stick to the convention). That might answer why it disappeared for you. Regarding the scheme problem –...

Ok, so two things would help: - Checking what has changed since `0.6.0` in the way parsing happens. - Providing better error handling that wouldn't let a parsing error blow...

Wow, that one is strange. I will try looking for similar issues in `remark` as this is the underlying Markdown parser and they should have faced that too.

Hi! Sorry for being late to the discussion. I was thinking about displaying links at the very beginning and always considered it something for an optional setting. But as @nixsee...

Thanks for the PR! I will test it soon and merge it if no problem occurs.

@mathieudutour I am seeing different behavior than I have imagined so need to clarify a few things. Are your changes meant to keep all nodes in the same place if...

Definitely having a `findFiles` regex is ok for me (as we have similar one for ignoring files). It is also important to make sure that then those two won't collide....