Malcolm Nihlén
Malcolm Nihlén
Hey! Following the closing of #91 I noticed that the documentation still says that boolean environment variables can be substituted with 0 or 1. Looking at [the environment variable parsing](https://github.com/runpod-workers/worker-vllm/blob/main/src/engine_args.py#L15-L92),...
Type: Performance Issue When Ligatures Limited is enabled and i try to use suggestions in the settings.json file for the `ligaturesLimited.languages` setting the suggestions never load. Might be an issue...
### Describe the bug We're using Storybook to document our web components at IKEA, and while upgrading to Storybook 9 we noticed the following sentence in [the migration instructions](https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#from-version-8x-to-900): >...
Hey! Great work with this. I don't know how we'd get Tailwind working with Stencil without your work 😊 I noticed that using `:hover` and `:active` on an element at...
Hey! I was trying out the [`use`](https://react.dev/reference/react/use) API today and even though I hadn't set up a suspense, I noticed that I saw my loading screen. Curiously it was the...
**Is your feature request related to a problem? Please describe.** Hey! In our project we have some variables which are scoped using attributes. For example: ```css [data-some-setting] { --size: 12px;...