Nico Rehwaldt
Nico Rehwaldt
@harmoney-ryanli My last information is that [some TCK tests are failing](https://github.com/nikku/feelin/pull/79#issuecomment-2276088908). I've looked into the failures and they are honestly edge cases. I've added additional test cases for larger fractional...
Released as `v4.5.0`.
Thanks for reporting this error, good one! I'll see what I can do about it.
@JWTappert What would vite make special?
> One problem I have as a plugin author is that the types support is gone on the re-exported components. It's probably non-blocking though and I don't know if we...
> @nikku here's what I mean. Two things interesting there: * First of all, you should still be able to "use react", with type definitions, and the [webpack plugin will...
Having a closer look at https://github.com/camunda/camunda-modeler-plugin-helpers/pull/29 and this PR, two things that cross my mind: * We expose carbon libraries via global export. At the same time we expose _all_...
Ok, let's switch this to a vendor export, to follow our established pattern. `react` is exposed globally as a legacy thing.
Seems like tests fail on MacOS. This happens because elements have slightly different bounds across different OS; usually fixed by allocating additional space in the test case. Can you have...
Migrated over to the [feel interpreter](https://github.com/nikku/feelin) project. We gotta verify the signature of `includes` here. `6 in [5..10]` [works properly](https://nikku.github.io/feel-playground/?e=6+in+%5B4..10%5D%0A%0A&c=%7B%7D&t=expression&st=true).