cuire

Results 12 comments of cuire

It seems to me that it is better to update everything at once. This will get rid of these shenanigans in unit test ```js // eslint-disable-next-line @typescript-eslint/no-var-requires const executablePath =...

I updated dependencies with `yarn upgrade --latest`, then install **@types/node 16**. And remove **@types/handlebars** `warning @types/[email protected]: This is a stub types definition. handlebars provides its own type definitions, so you...

> Setting the es target to 2015 looks fine to me 😄 > > For the two lines, I don't understand why we should add optional chaining this array should...

Thank you very much for this project. It helped me a lot ❤

Hey @davidfig. I completely forgot to test build process, cos I used `vite` from `docs` branch to test it. My bad, Ill check it now. 😐

I found that build breaks because of these lines: ```ts import { Point, Rectangle } from '@pixi/core'; ``` When that works fine: ```ts import { Point, Rectangle } from '@pixi/math';...

@davidfig Do you have any thoughts on this?

It will be possible only when #14 is done. I'll add example for your use case within this issue.

I don't like the idea of having a separate layout for a breakpoint in svelte-grid. My main goal with this library is to make it as simple as possible. So...

Hey @fabiot21. 👋 First priority plan is to make it responsive, add docs and fix all bugs. The api is a bit different, because this package uses a different way...