-
Updated
Dec 2, 2020 - JavaScript
Docker
Docker is software that provides containers, which allows teams to emulate development environments. Docker began as an internal project, initially developed by dotCloud engineers.
Here are 6,872 public repositories matching this topic...
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Sep 15, 2020 - JavaScript
Prerequisites
- Are you running the latest version?
- Are you able to consistently reproduce the issue?
- Did you search the issue queue for existing issue?
Issue Description
The description field is missing in the input schema when you are creating a shop. It's defined in the graphql schema but not in the validation schema. So, if you create a shop with description,
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Dec 2, 2020 - JavaScript
-
Updated
Jul 20, 2020 - JavaScript
-
Updated
Nov 25, 2020 - JavaScript
It would be better to use bcrypt, beause its more secure as it's slower (uses more computing cycles).
Your code could also be better:
You wouldn't need salt field in User model, because it's saved into the same field as password does.
For authentication, something like:
var mongoose = require('mongoose'),
bcrypt = require('bcryptjs');
var userSchema = mongoose.Schema({
email: String,
We want to use caching to speed up Appwrite's Travis CI build process, and we can use the community help here.
Currently our build process time is around ~10 minutes which is OK, but as faster it can be less time maintainers needs to wait for confirmation that there changes are running as expected.
This change should be focused on our Travis CI YAML file. Any suggestions for improving the co
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Sep 23, 2020 - JavaScript
Dockly doesn't display well in a terminal using light colouring.
Let's write a guide on how to tail the pantheon/fpm logs.
I think it is as easy as:
lando logs -s appserver -fThat seems to spit out the PHP errors when I create a syntax error or undefined function in my Pantheon app.
Let's turn it into a guide: https://docs.lando.dev/contrib/guides-intro.html
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Dec 2, 2020 - JavaScript
Implement all functionality of reports module for mobile platforms
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Nov 9, 2020 - JavaScript
Include a script that can generate weekly status reports to dev's leadership. The report should have enough buzzwords to make leadership feel as if progress is being made without providing any specific detail that defines said progress.
- Use best practices for creating the Dockerfile: https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md
- Use multi stage builds: https://docs.docker.com/develop/develop-images/multistage-build/
- Set image's main command to ENTRYPOINT: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#entrypoint
- Update docker-compose version to 3.x
- Use node LTS ve
-
Updated
Dec 2, 2020 - JavaScript
Created by Solomon Hykes
Released March 2013
- Organization
- docker
- Website
- www.docker.com
- Wikipedia
- Wikipedia
In the application details view, we list the ports an application deployment is listening on, but there is no "quick launch" or even a "copy" button..
We should add a "copy" button next to the port to copy to clipboard.