Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Feature request
I found that phpstan doesn't understand psalms numeric-string type (see https://psalm.dev/docs/annotating_code/type_syntax/scalar_types/#numeric-string)
It would be nice to support it.
here is playground link
https://phpstan.org/r/9e26dfae-706f-4e3a
-
Updated
Jun 7, 2020 - Jupyter Notebook
-
Updated
Jun 11, 2020 - C++
Code Inspector
Code Inspector is a code analysis platform that does automated code reviews, technical debt management and analysis of code quality trends over time. The platform aggregates multiple quality metrics (violations, duplicates, readability, complexity). The platform reports the $ figure of the technical debt and show trends of your code base. Code Inspector reports the most critical issues by distinguishing them according to their category, severity and location.
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Jun 10, 2020 - Go
-
Updated
Jun 11, 2020 - Python
-
Updated
Dec 11, 2018 - HTML
-
Updated
Jun 12, 2020 - Python
-
Updated
Jun 10, 2020
-
Updated
Jun 10, 2020 - C#
-
Updated
Jun 10, 2020 - Jupyter Notebook
-
Updated
Jun 11, 2020 - PHP
Here I have another suggestion, this time about our Gravity's CLI. I come up with this list of improvements which I think should benefit the project:
- If no arguments passed it should display help section instead of opening
REPL - To open
REPLadd a new flag for examplegravity --repl gravity new [project]- a new simple command to create new project. (A wizard which helps with co
Is your feature request related to a problem? Please describe.
I want to add a whole smb-server to the sidebar. Since the network address section isn't shown, I cannot view network addresses and therefore pin e.g. whole SMB-servers through right click to the sidebar. (e.g. such addresses: \\smb-server)
Describe the solution you'd like
Please enable us to pin the current path to t
Issue Description
Ghost now involves installing ghost-cli globally. At this point I haven't figured out if that's even possible to do with App Engine.
The mock cookbook advises adding a backdoor to delegate on a mock's parent. But the parent can be called directly:
ON_CALL(foo, Concrete).WillByDefault([&foo](const char* str) {
return foo.Foo::Concrete(str);
});-
Updated
May 26, 2020
-
Updated
Jun 11, 2020 - PHP
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Jun 12, 2020
-
Updated
Jun 10, 2020 - C
Codefresh
Build fast, deploy faster
Codefresh is a container-native CI/CD platform running on Kubernetes with embedded caching to provide maximum performance and high scalability.
Assemble pipelines in seconds
In Codefresh, every step in your pipeline is a Docker image, leverage the many out-of-the-box images available already in the codefresh plugins page to assemble your first pipeline or create your own custom steps using any Docker image.


The
checkLengthandcheckEmailfunctions inside "Event listeners" follow immediately after thecheckRequiredfunction.If the input field is empty, the "field is required" message is immediately overwritten with a message like "user name must be at least 3 characters".
My solution is to return true or false for the showSuccess and showError functions and, depending on the result of t