stephan

Results 7 comments of stephan

Yes it is indeed a very breaking change, since it also results in different hashes. Maybe it would be better to make it optional and introduce it as a non-breaking...

Great, it seems fine for 1.0.0, no need to introduce complexity in the current version. In the meantime I have a branch that does it that I can use for...

You can get it to work with something like this (works with relay 9): ```js import { Observable } from "relay-runtime"; // ... const legacySubscribe = createSubscriber(withAbsintheSocket.create(socket)); // @absinthe/socket-relay is...

Hi! It has very limited accuracy when few points are given. It is also very dumb. In fact it renders a histogram, not really a chart. Because your data has...

By the way I've done my share of SVG chart rendering in the past years, so maybe I'll find the motivation to create a better renderer :)

Seems like the engine is specified in a sub-dependency.

Don't have a lot of time to do that unfortunately