JohnTheCoolingFan

Results 17 comments of JohnTheCoolingFan

I suppose `tag-labels` work the same way `format-icons` from `sway/workspaces` module, except it is just an array instead of dictionary. Haven't tested on river yet.

Using @Skeletonxf's solution, I managed to make a smaller workaround using const generics on functions. This supports all integers and types that can be converted from integers (floats, for example,...

Absolutely agree. We need a simple frontend for sedna to make testing and debugging easier.

I wanted to write a crate with a similar functionality, but decided to search for one first. Found this one at it probably fits my use case, which is representing...

The only thing left is documentation for the new types and methods, I think

@aevyrie Ok, ready for review now

The failed check doesn't seem to be related to the changes in this PR but rather the main branch code.

> Given that the conversion of NURBS to CubicCurve is only approximate (as far as I understand, please correct me if I'm wrong), there might be a need for the...

Well, the way you wrote it, `(sum_i N_i(t) weight_i)` completely cancels out from the expression it seems. I assume you have some error in that expression, so I'll read up...

Oh, I see, I was confused by the notation. I though `sum_i` is just another variable/function, but it's an operator. Currently I'm working through the math on wikipedia to see...