Andrei Alecu

Results 54 issues of Andrei Alecu

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior I recently experimented with migration from Apollo to Mercurius, and while...

bug
needs triage

Is there anything special that needs to be done for the "Debug" code-lens in a typescript project? I'm able to run tests fine, I have set `"jest.pathToJest": "yarn test"`, which...

For AWS, CDK stacks are all the rage these days (https://github.com/aws/aws-cdk). You can use CDK to define the infrastructure in TypeScript, Python, or other languages. For our CDK stacks, we...

feature-request

Not sure if this is due to React Native 0.24 or not, but in the ListView example https://github.com/jaysoo/react-native-parallax-scroll-view/blob/master/examples/ListView/Talks.js#L55 This line should be `onScroll={props.OnScroll}` otherwise the underlying ListView will not receive...

### Command serve ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...

type: bug/fix
freq1: low
severity3: broken
area: ngtools/webpack

**Describe the bug** It appears that this keeps spinning if the project is not configured to use Betterer: ![CleanShot 2023-03-24 at 11 15 43](https://user-images.githubusercontent.com/697707/227476694-6d8f1437-7d3c-4ffc-b473-68c9dcef1e6b.gif) ![CleanShot 2023-03-24 at 11 16 13@2x](https://user-images.githubusercontent.com/697707/227476815-a2619fe6-5880-4450-a13b-426df083fa2d.png)...

extension

### Describe the bug I have a couple of stacks where the change set mechanism doesn't seem to work. ### Expected Behavior No changes should be observed in this stack....

bug
p1
package/tools
effort/medium

**Describe the bug** It appears that when using `vitest` via https://analogjs.org/docs/features/testing/vitest the test suite will run into bizarre issues due to the way this library imports `@apollo/client/core`. I'm not sure...

**Describe the issue** Feature flags don't work without starting tracking. They don't load. If I call `.reloadFlags()` manually, the library throws: ``` console.js:102 TypeError: Cannot read properties of undefined (reading...

bug