Andrew Potter
Andrew Potter
I recently had an issue with the loading bar flashing before it faded in, so I updated the bar to use css3 transitions instead of $animate for fade in/out. This...
### pnpm version: 7.1.1 ### Code to reproduce the issue: ``` $ npm i -g pnpm $ pnpm --config.global-bin-dir=/Users/me/.nvm/current/bin i -g pnpm $ pnpm --config.global-bin-dir=/Users/me/.nvm/current/bin i -g pnpm ``` ###...
- Rollup Plugin Name: `typescript` - Rollup Plugin Version: `8.3.3` - Rollup Version: `2.77.0` - Operating System (or Browser): MacOS 12.4 (21F79) - Node Version: `16.14.0` - Link to reproduction...
EnhancedExecutionStrategy (really Relay.js execution strategy) doesn't really seem to belong in the same module as the rest of the annotation processing, since it can be used separately. I'd like to...
See https://github.com/magwo/elevatorsaga/issues/59
This change replaces the types inlined in `SolInternalTypeFactory` with a bundled `.sol` file that is loaded through the PSI system. This allows references to globals to have a destination, essentially...
### OpenTofu Version ```shell OpenTofu v1.6.0-beta4 on darwin_arm64 ``` ### Use Cases As someone who uses git-based modules extensively for distributing proprietary terraform modules, I often find myself in a...
## Description Typescript can't find types for a husky v9 import when using `"moduleResolution": "node"`. It seems to work with `"moduleResolution": "nodenext"` (but that causes other issues for me. It's...
When I use `"moduleResolution": "node16"` in my `tsconfig.json`, I have to change my code as follows in order for it to compile: ```typescript import ShortUniqueId from 'short-unique-id'; // what I...
**What version of Ajv are you using? Does the issue happen if you use the latest version?** 8.12.0 **Your code** ```json5 // tsconfig.json { // ... "compilerOptions": { "module": "node16",...