Christian Lagerkvist

Results 15 comments of Christian Lagerkvist
trafficstars

I agree this should probably be divided into two PRs. Adding to the discussion as best I can. What lead me to the initial implementation was a line of reasoning...

Upon closer inspection the real failure was that git failed to fetch/merge, since there were local changes in modules/paths.py, ui.py and webui.py. (Oddest thing as I never touched files in...

Confirmed – working. I also managed to generate images using protobuf 3.19.__6__

The simplest use-case I can think of is merely searching/filtering transactions, e.g. if I consistently store tx messages in metadata["message"], or location of a purchase, if available, in metadata["WGS84"], the...

Hi @andriosr – are there any particular features you're chasing in Datomic that you won't get in DynamoDB?

On a side note, I noticed `interpolate("step")` _does_ listen to `tension`, with the effect of steps aligning perfectly half-way between points – no doubt a(n undocumented) feature. A **constant** radius...

Wow, mesmerizing example... On another side note, I'm using `arc.cornerRadius` in my [rest-loaded sunburst menu](https://rawgit.com/lgrkvst/d3-sunburst-menu/master/demo/d3-sunburst-demo.html). ![d3-sunburst-menu](https://raw.githubusercontent.com/lgrkvst/d3-sunburst-menu/master/img/observatory.jpg) I've noticed the `arc.cornerRadius` implementation tends to flicker when used on sunbursts with exactly...

I've made an attempt at an implementation. ~~My question is whether the parameter really should be `.tension`. That term is better aligned with the cardinal implementation, however `.radius` is more...

The following step function works for d3-shape 1.0.4. It needs some attention to play with the current version (1.3.7). ``` export function Step(context, t, radius) { this._context = context; this._t...

Possibly related to https://github.com/flowforge/flowforge/issues/1184?