Yuji Tomita

Results 11 comments of Yuji Tomita

What part of polymorphic doesn't work? It works for me.

Disabling side effects for my imported barrel libs works for me. I don't use side effects, seems like a lib thing to rely on that. Unless i'm sorely mistaken about...

> is that webpack config put in nextjs... because if you have a node_modules thats bundles and doesnt treeshake how does that pointer to libs/src/index.ts help? This issue isn't about...

All, I am using a Wacom Pro tablet. The allow button did nothing for me, but if I used the system trackpad, the button worked. "It's a feature not a...

Just found this: https://twitter.com/turborepo/status/1398026252620120064 ``` This already works with @Vercel 1. Remove "Install Command" 2. Set your "Build Command" to install turbo, prune for the app, cd into ./out, yarn...

Same issue here. No scripts in package.json for now we will add.

Hey @sergeche, Thanks so much for your response. Here's the actual file in question. https://gist.github.com/yuchant/52cf803d9dc3cf50d3b0 I've been trying to read up on the sublime API / tornado.. but not getting...

Throttling the `send` function in `livestyle.client` for `calculate-diff` requests is my current solution, but I'm sure this is a terrible hack. Not too familiar with the sublime plugins or tornado....