-
Updated
Nov 7, 2020 - Go
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 62,178 public repositories matching this topic...
-
Updated
Nov 8, 2020 - Java
-
Updated
Nov 8, 2020 - Go
Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
- https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
- https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-3.1#preflight-requests
Internet changed its mind since 2018 https://
-
Updated
Oct 19, 2020 - Java
-
Updated
Nov 7, 2020 - Ruby
-
Updated
Oct 29, 2020 - Go
-
Updated
Nov 4, 2020 - Python
-
Updated
Nov 7, 2020
Move all Dockerfile samples to non-root user
Expected Behaviour
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Current Behaviour
-
Updated
Nov 5, 2020 - Go
-
Updated
Nov 8, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
When opening a slack page details and trying to stop it (fast enough), by the time you click on the stop button a new button shows up and pushes the whole layout to the right causing you to click on the wrong button.
Describe the solution you'd like
Would you please improve the user experience by moving optional buttons to
-
Updated
Nov 5, 2020 - C#
-
Updated
Nov 7, 2020 - Go
-
Updated
Oct 30, 2020 - Python
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Sep 16, 2020 - Makefile
-
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 1, 2020 - Shell
-
Updated
Nov 6, 2020 - Go
https://github.com/verdaccio/monorepo/blob/9.x/core/types/index.d.ts defines
type AuthAccessCallback = (error: string | null, access: boolean) => void;
interface IPluginAuth<T> extends IPlugin<T> {
authenticate(user: string, password: string, cb: AuthCallback): void;
adduser?(user: string, password: string, cb: AuthCallback): void;
changePassword?(user: string, password: stri
Per the example in https://godoc.org/github.com/google/go-cmp/cmp#Diff the form should be:
if diff := cmp.Diff(want, got); diff != "" {
t.Errorf("MakeGatewayInfo() mismatch (-want +got):\n%s", diff)
}
however, NUD tests (and possibly others) are littered with the reverse, e.g.:
https://github.com/google/gvisor/blob/8fa18e8ecb3e3da2015e5c73db9e46494dcfeff7/pkg/tcpip/stack/neighbo
My preference would be for it to say "5.2 seconds" since 0.1 sec is enough precision for this step. I don't care if it switches to stuff like "821 milliseconds" for short times.
-
Updated
Oct 30, 2020 - Dockerfile
-
Updated
Nov 8, 2020 - TypeScript
Created by Solomon Hykes
Released March 2013
- Organization
- docker
- Website
- www.docker.com
- Wikipedia
- Wikipedia
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in
blkio.bfq.io_service_bytes
andblkio.bfq.io_serviced
files.