docker-image
Here are 9,071 public repositories matching this topic...
-
Updated
Mar 11, 2021
-
Updated
Mar 10, 2021 - JavaScript
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: striIs your enhancement request related to a problem? Please describe.
Currently when sending emoji via slack to a web-user, the emoji will come through with the slack text name, such as :frowning:
This is true even if the slack user pastes a native emoji and doesn't use the slack picker.
Interestingly, emoji coming the other way work just fine.
Describe the solution you'd like
-
Updated
Mar 12, 2021 - Shell
-
Updated
Mar 3, 2021 - Dockerfile
-
Updated
Mar 10, 2021 - Go
-
Updated
Mar 3, 2021 - Python
-
Updated
Mar 10, 2021 - Go
-
Updated
Jan 17, 2021 - Go
-
Updated
Mar 10, 2021 - Shell
-
Updated
Aug 20, 2020
-
Updated
Feb 19, 2021 - Shell
-
Updated
Dec 29, 2020 - Python
-
Updated
Mar 11, 2021 - Go
-
Updated
Mar 12, 2021 - Shell
-
Updated
Mar 12, 2021 - Go
-
Updated
Mar 9, 2021 - HTML
-
Updated
Mar 2, 2021 - Shell
-
Updated
Dec 13, 2020 - Ruby
-
Updated
Oct 9, 2020 - Shell
-
Updated
Mar 10, 2021 - Shell
-
Updated
Jun 13, 2020 - Dockerfile
After running NC with NCP for more then a year with over 2 million files stored on it, I asked myself if the mysql/mariadb DB needs to be maintained?
I searched the internet and the simplest solution I found was using
sudo mysqlcheck -o --all-databases
This reduced the DB size from around 950MB to a little over 800MB and NC seems to be a little more responsive (but this could homeopat
-
Updated
Feb 8, 2021 - Dockerfile
-
Updated
Dec 15, 2020 - Jupyter Notebook
Is this a request for help?: Yes
Is this a BUG REPORT or a FEATURE REQUEST? (choose one): FEATURE REQUEST
Can we add a option to allow the engine update vulnerabilities database through specific proxy ser
Improve this page
Add a description, image, and links to the docker-image topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the docker-image topic, visit your repo's landing page and select "manage topics."
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.