Teemu Helenius

Results 10 comments of Teemu Helenius

Any update to this? I'm having the same problem where re-rendered layout changes and the "-" symbol is interpreted as a fraction. I tried to add event handlers in different...

Managed to reproduce the issue: https://codesandbox.io/s/layout-bug-v9udw?file=/src/Mathfield.tsx Finnish keyboard layout: http://kbdlayout.info/KBDFI/ The bug happens also without remounting the Mathfield. I was not able to reproduce that in the codesandbox but I...

+1 for this. This happens only with an empty fraction. It only removes the upper placeholder, not the whole fraction.

> At the very end we modify the listStages query this is a auto-generated file, If I go and update my schema won't our changes get overwritten. Is there anything...

Having a similar problem, WSL2 also bun -v 0.1.11 `bun dev` didn't work for my project (bun+trpc). Same "error" as above, can't reach the page. So I tried to create...

There's a beta version that can be used for now :) See the [comment](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/31#issuecomment-1319130168)

For me the code outline works in mdx. Not sure if something has changed?

With debug on: ``` i18next::backendConnector: loaded namespace home for language en { meta: { title: 'My awesome website!', description: 'Here is the description of my awesome website!' }, ... i18next:...

Oh, it's trying to access the site namespace. Well, it uses the wrong namespace so setting the default namespace is bugged. No wonder adding `setDefaultNamespace("home")` fixes this. site.json doesn't have...