philSixZero
philSixZero
If two nested scrollbars are displayed on one page, vuebar gets confused. **How does the bug affect the usability of vuebar?** If the outer scrollbar is at the very top...
**"OpenSSH for Windows" version** v0.0.16.0 **Server OperatingSystem** Windows 7 Enterprise **Client OperatingSystem** UBuntu 16.04 / 16.10 **What is failing** Execution of powershell as subsystem. **Actual output** I configured the sshd_config...
### Which package(s) are affected? Virtualizer (@lit-labs/virtualizer) ### Description Having set up my LitElement class like the following: ```ts private data = new Array(100).fill(null).map((_, i) => ({name: `Item ${i}`})); render()...
### Which package(s) are affected? React (@lit-labs/react) ### Description During implementation of a lit component (`my-component`) and wrapping it to work in React, we encountered the issue that a `onClick`...
### 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...
### Description `@swc-node/register` fails to import module with file URL since `v1.10.0`. ### Reproduction Minimal reproduction example with the following files: ``` ├── ... ├── test.ts ├── module.mjs └── ......