François

Results 44 comments of François

It does feel like a big bug no? It means that we cannot use nx-cloud as the outcome of the distributed cache is not written in the dist folder...

I need it to get the `workStart`, `workEnd` and `fps` values. `ng-rive` has a [`riv-player`](https://github.com/dappsnation/ng-rive#player) component that enables you advance the linear animation For example: ```html ``` Here we can...

My main concern with the namespace is component reusability. For example you might want to have the same `Option` component for `Listbox`, `Combobox`, `Select`, ... Should the user prefix the...

Do you have expectation on how these component are supposed to be composed ? **Compact composition** ```jsx movie.title}> {movie1.title} {movie2.title} ``` Or **complete composition** ```jsx movie.title}> {movie1.title} {movie2.title} ``` Or...