utility
Here are 4,380 public repositories matching this topic...
-
Updated
Apr 11, 2020 - Python
-
Updated
Sep 6, 2020 - CSS
-
Updated
Oct 27, 2019 - JavaScript
-
Updated
Oct 5, 2020 - Python
-
Updated
Sep 11, 2020 - Objective-C
-
Updated
Jun 30, 2020 - C#
-
Updated
Aug 17, 2020 - Python
Installation of Laravel Zero with the command below
laravel-zero new TestApp
Results in output
Writing lock file
Generating optimized autoload files
> @php application app:rename
Renaming the application...
What is your application name?:
>
Aborted.
Script @php application app:rename handling the post-create-project-cmd event returned with error code 1
Applicati
-
Updated
Sep 14, 2020 - C++
-
Updated
Sep 26, 2020 - TypeScript
-
Updated
Oct 9, 2019 - Go
-
Updated
Sep 27, 2020 - Shell
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Sep 13, 2020 - Go
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
May 10, 2020 - Shell
-
Updated
Sep 20, 2020 - C#
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
May 27, 2020 - Swift
-
Updated
Jan 3, 2020 - Objective-C
Currently if you try to clone a repository from github and you don't have any ssh keys configured at github, you will fail to clone and get such message:
Fatal error: fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Even Permission denied (publickey). message is not shown.
@guyzmo offered to "suggest a
Improve this page
Add a description, image, and links to the utility topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the utility topic, visit your repo's landing page and select "manage topics."
Hello,
I am working with the
ZkAsyncSemaphoreunder zk-utils and I found that I need to pre-create the znodes in ZooKeeper or an exception will be thrown. Is there a defined utility function to do this? I found one in the commons library but it uses an older client.EDIT:
Upon investigation, it seems that there is a function
safeCreatewithin the semaphore that is meant to create the