Posts by Pedro Costa • 35 points
6 posts
-
0
votes1
answer39
viewsQ: Error testing in Registry/React Authentication
I am working on an application, in which the tests are already defined. After the implementation I am having some errors such as: src/tests/Homepage.test.js ● Test Homepage Component uses Router for…
-
1
votes1
answer53
viewsQ: Remove array quotes with two positions
Hello, Someone could help me, I’m trying to remove the quotes from an array with two javascript positions. Something like: ["1", "2"] Become: [1, 2]…
javascriptasked Pedro Costa 35 -
0
votes1
answer41
viewsQ: Error generating schema for Graphql with Graphcool
I am trying to create a Schema with Graphcool in an Angular application. The types are as follows:: type User @model { id: ID! @isUnique name: String! email: String! @isUnique password: String!…
graphqlasked Pedro Costa 35 -
1
votes1
answer29
viewsQ: Filter number of items with a certain property
Good afternoon, everyone, I am trying to filter the number of items in an array, which has a specific property and with a certain value (in this case: 'status: Open') in my array, to insert into a…
angularasked Pedro Costa 35 -
0
votes1
answer4038
viewsQ: Cannot read Property 'id' of Undefined
I am getting an error when entering the bug-Details route, before even clicking the routerlink to try to access Edit-bug, which is my intention. The mistake is: ERROR Typeerror: Cannot read Property…
angularasked Pedro Costa 35 -
0
votes1
answer41
viewsQ: Increase transfer speed by pressing mouse (hold)?
I’m trying to use the buttons to transfer from one user to the other, but I would like to click and press the mouse increase the speed, already when just click, pass the values from one to one. Can…
javascriptasked Pedro Costa 35