devmor

Results 9 comments of devmor

@alexanderniebuhr Yeah, for **reproduction** you can test this repo and I put the instructions, (it's a simple card component): https://github.com/devmor-j/fm-order-summary-component I disabled all other css snippets and tailwind intellisense as...

@vexkiddy, Seems like this issue can be closed as of v0.23.5 (pre-release version) works fine. Please try again using that version. Tested with *Vite* not only reloads config file on...

Also `Display:` is considered similar to `https:` which is incorrect. I got this color issue when linked a google font inside head tag for font named Red Hat Display: this...

Thanks for making this awesome extension but in my honest opinion without this feature mentioned here, the user experience is not good at all. Imagine you have to `cd` into...

I guess this is related to the `create` function in [hotkeys.ts](https://github.com/ianstormtaylor/slate/blob/20acca4bc8f31bd1aa6fbca2c49aaae5f31cadfe/packages/slate-react/src/utils/hotkeys.ts). I have the same issue in any language except English. The reason might be that we check keys by...

Here's a screenshot of the error message: ![image](https://github.com/keystonejs/keystone/assets/88786674/0e7e5f1d-4474-4f39-a880-9e79d6d35ef1) I am trying to remove startDate and it's not required on the code.

I had a similar issue when trying to set cacheHint (maxAge, scope): This code won't set headers for http cache header ```js import { list } from "@keystone-6/core"; import {...