Trending repository
-
Updated
Jul 29, 2021 - Python
Your favorite open source projects and the developers who make them happen. Listen in!
November 01, 2021 - December 01, 2021 • Online
GitLocalize is a continuous localization tool built for communities and teams that want to simplify their workflow when translating their content.
GitLocalize automatically keeps translations up to date by syncing with your repository.
GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::gmock_mainThis targets should also be available when adding gtest with add_subdirectory (or FetchContent), because this should behave the same way as adding GTest with find_package. So somewhere, we should add the aliases to these targets, i.e.
add_library(GTest::gtest ALIAS
What would you like to be added:
replace
pubKey := prvKey.PublicKey()
addr, _ := address.FromBytes(pubKey.Hash())
with
addr := pubKey.Address()
Why is this needed:
go-pkgs added Address() API to directly output the Address object given the public keyOn Windows, if the authentication flow isn't completed (failure, closed the browser, etc.) then the client keeps showing 'connecting' but doesn't show a clear action to restart authentication.
Clicking disconnect + connect, or log in as a different user will generate a new authentication link and unblock the user, but that's somewhat difficult to discover.
Options for improvement include adding
Codefresh is a container-native CI/CD platform running on Kubernetes with embedded caching to provide maximum performance and high scalability.
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.
Build an example
Is your feature request related to a problem? Please describe.
New example use-case
Describe the solution you'd like
We've had a few people ask if they can use Supabase directly in their Webflow project. We don't know for sure, but we suspect you can if you're on Webflow's paid plan (so that you can add custom code).
You can already use supabase on a static