Andrew Powell

Results 144 issues of Andrew Powell

Hey there, just popping by to let you know that you have an unused variable here: https://github.com/Otanikotani/tf-vs-cdk/blob/4b56eaf0b98ed2db62c7cbf64c0eaf3de393562c/cdk/lib/neptune-cluster-stack.ts#L6 And I was super bummed bc I've been hunting for the TF equivalent...

The grammar located here https://github.com/transpect/css-tools/blob/master/ebnf-scheme/CSS3.ebnf is valid W3C EBNF, as verified on railroad https://bottlecaps.de/rr/ui. This package throws an error that it could not parse the grammar at /node_modules/ebnf/dist/Grammars/W3CEBNF.js:288:19. So it...

Great script, but it doesn't maintain the directory structure in the new repo. All files in the target subdirectory end up in the root of the new repo.

enhancement

### Describe the bug When using `define` to replace `process.env` with `import.meta.env`, attempting a destructuring of `import.meta.env` will result in an error at runtime: ``` Uncaught TypeError: Cannot destructure property...

pending triage

### Clear and concise description of the problem I'm using unocss to author emails. One of the limitations with email html is that CSS variables are not consistently supported. For...

Hey there. I'm working in an environment where we're actually loading `cheerio` into a bundle (bananas, right? it's sane, trust me™️) and we're bundling with Vite. Unfortunately, we're running into...

### Check for existing issues - [X] Completed ### Describe the feature One of my favorite features of Atom was subtle and unassuming, but one that I've gone through great...

enhancement
triage
admin read

Even the most basic of types would prevent TS users from having to write a declaration file. Would be super cool.

### Check for existing issues - [X] Completed ### Describe the feature Within Atom and VS Code, it's possible to delete files without being prompted by using the CMD +...

enhancement
project panel
keymap / key binding
good first issue

As the topic suggests, when using the `EntityItem` type inference utility type, the result type is munged badly when used with a type Intersection. Consider the following: ```ts const Event...