Posts by mumu • 11 points
6 posts
-
-1
votes1
answer13
viewsA: Problem with Docker local drive volumes on Windows10 WLS2
The problem was in the version of Node that was breaking application in the latest version. FROM node:14 WORKDIR /usr/api/authentication COPY package.json ./ RUN npm install EXPOSE 3333 CMD ["npm",…
-
-2
votes1
answer13
viewsQ: Problem with Docker local drive volumes on Windows10 WLS2
I have a problem with Docker volumes, in my first project everything went right now in another I have this error, when I will run again the 1 project works when vo. For another of that mistake. I’m…
-
-1
votes0
answers17
viewsQ: Migration of Merge Graphql Schemas
How do I join all the SCHEMAS that have been created. import { mergeTypeDefs } from '@graphql-tools/merge'; import { loadFilesSync } from '@graphql-tools/load-files'; import path from 'path'; const…
-
-1
votes0
answers36
viewsQ: single tests on Ode with jest doubt expect
What should I put on expect to check if the product has been deleted once it returns nothing? it('should be able to delete a product.', async () => { const product = await…
-
-1
votes1
answer30
viewsQ: React-Native expo how to generate a redirect url with Authsession.startAsync({ authUrl})
import * as AuthSession from 'expo-auth-session'; const response = AuthSession.startAsync({ authUrl:…
-
-2
votes1
answer29
viewsQ: how do I imprint in Crecente order one at each click
["C-1", "C-2", "C-3"], ["R-1","R-2", "R-3"], ["P-1","P-2", "P-3"] como faço para imprir em Crecent order and with priority one at each example click : password with P comes in 1 password with R…
javascriptasked mumu 11