Zachary Haber

Results 24 issues of Zachary Haber

Currently [List Virtualization (Windowing)](https://www.patterns.dev/posts/virtual-lists/) or Infinite Scrolling is needed for large lists with select menus on any platform, however most component libraries don't implement it, which can drastically slow down...

select
stale

### Environment information ```bash Rome Extension: v0.12.0 No Rome CLI installed globally or locally, VSCode Env Info: Version: 1.69.2 (user setup) Commit: 3b889b090b5ad5793f524b5d1d39fda662b96a2a Date: 2022-07-18T16:12:52.460Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js:...

bug: confirmed
E-VScode

closes #1268 New behavior: `logger.info(new Error())` will parse the error instead of creating a new one. `logger.callStackLinesToSkip = 1` will look one level deeper than the base for Error values....

I have a library that allows setting a global function to log errors related to it (Oracle error's are notoriously unhelpful by themselves). https://github.com/abbvie-external/oracle-helpers#options The issue is that the `useCallStack`...

**Is your feature request related to a problem? Please describe.** Due to the nature of how I'm using this, my final results isn't a CSV of the transformed data. I...

enhancement

**Is your feature request related to a problem? Please describe.** For my use case with ARX, I'd like to be able to output the final attacker model results as part...

enhancement

**Is your feature request related to a problem? Please describe.** It takes a lot more effort than it should to modify the data transformation hierarchy manually. In order to edit...

enhancement

### Environment information ```bash Extension version: 0.14.1 VS Code version: Code 1.71.0 (784b0177c56c607789f9638da7b6bf3230d47a8c, 2022-09-01T07:36:10.600Z) OS version: Windows_NT x64 10.0.19044 ``` System Info (from VSCode's error reporter) |Item|Value| |---|---| |CPUs|Intel(R) Core(TM)...

wontfix
E-VScode
A-Editors
S-Stale

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Typescript with nodenext resolution ignores the...

The readme mentions that there should be a corresponding `IfType` guard for every `IsType` check. > For every `IsT` type (e.g. `IsAny`), there is an associated `IfT` type that can...

help wanted
good first issue
type addition