WORMSS
WORMSS
Is there any reason I need to do ```ts new Intl.Locale(new Intl.DateTimeFormat().resolvedOptions().locale).weekInfo.firstDay ``` instead of just ```ts new Intl.Locale().weekInfo.firstDay ``` to get the current locale?
### Describe the bug Step 1) Load up the page for useIDBKeyval in the vueuse docs Step 2) observe the location of the demo shows `RangeError: Maximum call stack size...
 [Learn Why](https://code.visualstudio.com/docs/editor/vscode-web#_extensions) But it doesn't tell me at all WHY, just some generic description.. So I thought best to ask you guys..
Which is the OK button? 
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
`:not(&--a):not(&--b)` does expand the & symbol into the parent's selector as expected. `:not(&--a, &--b)` doesn't expand the & symbol into the parent's selector. **To reproduce:** ```less .works { &:not(&--a):not(&--b):hover {...
### Operating System Info Windows 10 ### Other OS _No response_ ### OBS Studio Version Other ### OBS Studio Version (Other) 31.1.2 ### obs-websocket Version 5.1.0 ### OBS Studio Log...
Is there any chance of updating the version of Vue that the playground uses? I noticed it seems to be still at Vue `3.2.27` There is a lovely new feature...