Andrei Alecu
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...
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...
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...
Fixes #23
### Command serve ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...
**Describe the bug** It appears that this keeps spinning if the project is not configured to use Betterer:  ...
### 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....
**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...