tombohub

Results 26 comments of tombohub

```typescript 2 | let sheetCount; 3 | 4 | function squareFootage(sheetLength: number, sheetCount: number) { ^ 5 | return sheetLength * sheetCount * 4; 6 | } ``` ![image](https://user-images.githubusercontent.com/3029412/193038338-887aae3f-4290-481f-ba89-b6e0225a05dc.png) not...

they told me to install svelte-preprocessor, did you install that?

I started new project with Comand line 'npm init vite@latest' and then it's gonna ask you all the options. Choose svelte' and typescript. Now it's working

@jca41 > Having the same issue with remix SSR really? I didn't notice any issue. See if you notice anything: https://checklist-remix.vercel.app/

I believe this feature made react what is today. Because it's so easy to extend and build upon something. Just compare number of component libraries in react compared to other...

@otodockal how come there is no svelte version of zagjs? does svelte makes it hard to implement?

same thing, not detected for solid start. Update: it works now. I restarted the dev server and reload the webpage. But it doesn't show any data.

@noxan How do we use in django apps? Seems like we need to include `api.urls` in global project path so we can only instatiate `NinjaAPI` once? and reuse the `api`...

@tmo207 > Give this a shot, worked for me: https://github.com/remix-run/examples/blob/main/chakra-ui/app/entry.server.tsx Does MUI also use Emotion?