-
Updated
Sep 17, 2019 - Java
sample
Here are 2,728 public repositories matching this topic...
-
Updated
Sep 17, 2020 - JavaScript
Why not Hilt?
Why don't you use Hilt? Google says
Dagger and Hilt code can coexist in the same codebase. However, in most cases it is best to use Hilt to manage all of your usage of Dagger on Android.
-
Updated
Sep 12, 2020 - Kotlin
-
Updated
Sep 14, 2020 - Shell
Currently, we manually append the params to the url / query string using urljoin. Instead, we can send the query params in as a dictionary
-
Updated
Jul 8, 2019 - Kotlin
-
Updated
Jun 15, 2017 - Kotlin
-
Updated
Mar 28, 2018 - Kotlin
-
Updated
Oct 14, 2019 - Go
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Jul 17, 2020 - Java
-
Updated
Sep 20, 2019 - Java
Also, got this from Ben (see #1868).
If possible, please provide a link(s) to the language documentation to prove its existence:
If possible, please provide a code snippet of Hello World in the language:
MODULE HelloWorld;
IMPORT IO, PRINTF;
BEGIN
(* Two different ways *)
PRINTF.PrintF1(%s", "Hello world!");
IO.WrStr("Hello world!" + CHR
-
Updated
Apr 23, 2019 - CSS
Improve this page
Add a description, image, and links to the sample topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sample topic, visit your repo's landing page and select "manage topics."
According to Cloud Run's UI, a service name may only start with a letter and contain up to 63 lowercase letters, numbers or hyphens.
This requirement is not stated or asserted here:
https://github.com/GoogleCloudPlatform/golang-samples/blob/master/internal/cloudrunci/cloudrunci.go#L71
We should err when invoking
NewServicewith an invalid name.Related: https://github.com/GoogleCloudPl