Alex Batalov
Alex Batalov
@comerc, checkout [my babel plugin](https://github.com/radist2s/babel-plugin-literal-shadow) which allows to use variable identifiers as Reshadow selectors. ``` import {css} from 'reshadow' // any package is configurable import literalShadow from '@radist2s/babel-plugin-literal-shadow' const Button...
On MacOS also `pkg-config` is needed: ``` brew install pkg-config ```
**Vitest** & `memfs` example: ```ts import { vi } from 'vitest'; const createMemFs = vi.hoisted( () => async (fsOriginal: typeof import('node:fs')) => { const { Volume, createFsFromVolume } = await...
@michaldudak, I have encountered a similar problem as @arminbashizade. According to [documentation](https://mui.com/material-ui/customization/shadow-dom/#2-theme), `container` is the way to set ``'s root when using Shadow DOM. The problem, as I see it,...
@drwpow, I too have encountered the need to know the `name` of a `schemaObject`, and also need access to the _parent_ `schemaObject`. This is necessary to be able to check...
@KaelWD, thank you so much for putting together this PR. @pastelsky, this PR is quite important in my opinion, for example, [my library](https://bundlephobia.com/package/@openapi-qraft/[email protected]) doesn't display the bundle size even though...
@drwpow, I need the `securitySchemes` types as well. I was wondering if you are currently implementing this functionality? **If not**, I would try to do a PR.