cyrus

Results 12 issues of cyrus

I have noticed that having both preact and react types (@types/react) will confuse the typescript compiler and throw the following error: 'Property 'refs' is missing in type 'component'.' apparently, the...

I am using `stylis-plugin-rtl` to convert CSS stylesheets between `ltr` and `rtl`. `stylis-plugin-rtl` plugin internally uses [cssjanus](https://github.com/cssjanus/cssjanus) to flip the styles. `cssjanus` comes with special comment `/* @noflip */` to...

__Expected behavior:__ Nested function style should apply props value to the rule, but it has no effect. __Describe the bug:__ The props in the following function style have no effect...

bug

Thanks to @daanboer PR(#1265), type inference now works with this library, but I have discovered that it doesn't work with template literals: ```.d.ts export type Replace< Input extends string, Search...

enhancement
help wanted
good first issue

Using `object` in conditional type will cause incorrect generated schema: ``` export type Conditional = T extends object ? { a: object } : T extends string ? { b:...

## Environments * Framework name: react-selecto * Framework version: 1.26.3 * Testable Address(optional): [codesandbox](https://codesandbox.io/p/sandbox/selector-disabled-item-issue-plk3ds) ## Description Selecto not ending when the pointer is released over a disabled element. ![selector-disabled-item-issue](https://github.com/daybrush/selecto/assets/4041334/a27e890f-e35f-4aa2-a2b0-61cadffa8481) ##...

## Environments * Framework name: react-moveable * Framework version: 3.2.1 * Moveable Component version: 3.2.1 * Testable Address(optional): [codesandbox](https://codesandbox.io/s/moveable-group-drag-issue-fzln7d?file=/src/App.tsx) ## Description In Figma, when you hold down the Shift key,...

checking

It appears that Docker rootless needs to see other processes in order to function properly. I encountered this problem while hardening a Linux machine. setting hidepid=2 will stop container to...

**Describe the bug** There is a problem with the progress bar when loading audio player within an Iframe. As it turns out, "getPosX" does not use the mouse event, but...

bug