Curt Siffert

Results 13 issues of Curt Siffert

Apologies for the non-standard issue format, but I put together a Next.JS app that includes the standalone circlegraph example and I wanted to record some of the less intuitive parts...

discussion

PR #40 mentions server-side rendering but I'm not sure what to make of it. Is there a way to take advantage of SSR with react-dfp somehow, by doing some preliminary...

Minor feature request - you know how if you only use header entries, you can still create new files (of header entries) using `c`? It'd be nice to have a...

Hi, I'm not sure if this question makes sense for this type of project, but do you have plans to plug in external layout algorithms like kieler/elkjs? I've previously moved...

The docs indicate this technique for straight jsx: ``` class MyApp extends React.Component { render() { return { this.cy = cy }}>; } } ``` When I change my component...

The solution for Up 2 (Da Streets) didn't quite work for me. Minor note: I'm seeing that the Rectangle case class has "val"'s in the constructor. But as for the...

In our Next.js project we recently moved from babel to SWC and unfortunately that meant we got rid of the babel integration for use-what-changed. Is there a way to continue...

Not sure if it's escaped notice, but the links to npm-dependencies.com don't work anymore.

I ran into the same issue as #4 , using the latest master - I installed it yesterday using vim's default packaging system. (Vim 8.2) I worked around it by...

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...

enhancement