Christopher Jeffery
Christopher Jeffery
I like to analyze code by the cognitive complexity standard. It would be cool to have this section in addition to cyclomatic complexity. https://docs.codeclimate.com/docs/cognitive-complexity > A method's cognitive complexity is...
I would love to specify a base object/prototype when I call getObject. ``` class Person { ... } this.cookies.getObject('people', Person) ``` Why? I'm using typescript and creating "classes" with properties...
### Is your proposal related to a problem? The more tests the slower jest runs. ### Describe the solution you'd like Upgrade to jest v28 so sharding will be available....
### Which packages are impacted by your issue? _No response_ ### Describe the bug Doesn't print out the proper error message. ### Your Example Website or App none ### Steps...
- OS: Darwin x64 21.6.0 - VSCode Version: 1.72.2 - Extension Version: 1.6.6 **Additional context** Add any other context about the problem here. Steps to Reproduce: **Given** ``` export const...
I want to be able to ignore a node module from intellisense / autocomplete. I like to follow the Clean Code idea of plugging in third party code. So I...
### Describe the bug Maybe not a bug but I get the following error message when I move the stories folder outside of the src folder. It took me hours...
### Issue Description This worked in apollo server 3.x and I think it should still work in apollo server 4.x. The context was mutable between the resolvers and data sources....
### Issue Description Default sandbox is breaking. ### Link to Reproduction https://codesandbox.io/p/devbox/apollo-server-typescript-3opde?file=%2Fsrc%2Findex.ts%3A3%2C103
### Tested versions 4.3 is broken 4.2.2 works ### System information Apple M1 v13 - Godot 4.3 - Mobile Forward and Compatible ### Issue description I'm manually editing the 4.3...