piscopancer

Results 30 issues of piscopancer

### Which component is affected? Qwik Runtime ### Describe the bug What I am going to describe works in react. โš› I have a hook ๐Ÿ— (testing stuff) ๐Ÿงช ```tsx...

bug
triage

I do not actually know what this error means on the language of this package, but I can provide you with a simple example where it appears and **breaks** the...

![mc](https://github.com/redhat-developer/vscode-java/assets/109352196/cac8064c-be22-40bf-b979-db11e5f8c065) `Items` must have dumped the whole wasp nest of items, yet it did not. I searched for corresponding parameters in the extension settings, failed finding something suitable. ๐Ÿค”

content-assist

### Here is how I use this function ```tsx {formatDistanceToNowStrict(r.date, { addSuffix: true, locale: enUS, roundingMethod: 'floor' })} ``` ### And here is the result ![image](https://github.com/date-fns/date-fns/assets/109352196/01486544-986e-42b9-8416-970ae95b1587) ### I wish ......

When I attempt to change an element to be scrolled by the locomotive it _just does not work_. I could see a _workaround_ on the v5 docs using event listeners...

v5

I wonder why there are no lenis'es `wrapper` in `... = new LocomotiveScroll({})`. There is only a so-called `el` which comes from `@types/locomotive-scroll` which as I understand is v4, in...

v5

### Not working ๐Ÿ˜ฐ ![image](https://user-images.githubusercontent.com/109352196/226321471-7ae6985e-9f03-4bda-9055-0d2d1c210581.png) ![image](https://user-images.githubusercontent.com/109352196/226321693-bac667c0-b6ec-4fdf-94c5-9ea16c24a3c8.png) ### However it works for text files ๐Ÿค” ![image](https://user-images.githubusercontent.com/109352196/226321882-82a254b6-7ac0-4dc7-a107-a6200f410e54.png)

![image](https://github.com/sanity-io/sanity-plugin-markdown/assets/109352196/28ae1c6d-c5ad-4f7d-b4e1-986b5585a8f5)

More icons would be great, probably not laundry, but they are all related to cleaning. Please consider adding: * broom, or a brush that sweeps dirt off ![image](https://github.com/tabler/tabler-icons/assets/109352196/716392e4-c8a7-427d-9c2f-ea8ac4a99370) * vacuum...

icon request

here is the animate function ```ts import { animate } from 'framer-motion' // this works animate(someElement, { rotateY: '180deg' }, { ease: [0.3, 1, 0, 1] }) // this throws...

bug