-
Updated
Sep 17, 2019 - Java
sample
Here are 2,625 public repositories matching this topic...
This sample does not have end-to-end test coverage. This coverage should be added.
The existing unit test checks we write the expected log. The essential benefit of an end-to-end test is confirmation that Cloud Logging is successfully parsing the data structure. There is a node.js implementation of this test in [nodejs-docs-samples:/run/logging-manual](https://github.com/GoogleCloudPlatform/nod
https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/analytics/app.js
In this example the data javascript object is directly inserted as an argument in the got.post() call. This does not function. I don't know if this way of calling was deprecated earlier. No post dat
-
Updated
Jun 27, 2020 - Kotlin
documentation issue
Hej there - I just tried to follow the installation instructions of platform-samples/api/ruby/find-inactive-members/ and the command
gem install octokit
does not work. I tried it with the regular admin, as well as with elevated rights (sudo). The error message is the same:
-bash: gem: command not found
This is a very great project for pepole want to use kotlin to develop frontend and backend, but two major problem must be sloved to satisfy those pepole:
- update this project to working with ktor 0.9
- a guide to how to config this to run on idea
Thanks for the open source effort again, learn so much
Description
I wanted to request that you migrate your code from Fabric to Firebase.
Basic Information
- Device type: Android
- OS version:
- App version:
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
May 4, 2020 - Java
The SDK version is com.microsoft.projectoxford:face:1.4.4
In this documentation, https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/specify-recognition-model, it said the recognition model in person group and detection request should be same, but using this sdk cannot change recognition model when call detect API.
Scala style is documented plainly.
https://docs.scala-lang.org/style/declarations.html
https://docs.scala-lang.org/style/indentation.html#line-wrapping
Yet this examples project fails to follow it for some reason.
class RequestHandler @Inject()(webCommands: WebCommands,
optDevContext: OptionalDevContext,
router: RCurrently, this repo has a ton of missing snippets. For instance, there are 23 supported projects and 111 support languages. If you multiply those numbers together, there are potentially 2553 snippets in this collection. At this time, there are only 29
Cannot destructure ROUTES_MODIFIER in runtime-routes-update
Problem
Throws error saying ROUTES_MODIFER cannot be destructed because it's null/undefined.
Potential Fix?
I solved this by changing:
https://github.
Windows平台下运行报错
-
Updated
Apr 23, 2019 - CSS
-
Updated
Jun 19, 2018 - Swift
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."

In Using Disposable in RxJava
disposables.clear()is invoked inonStop()But in the comment and also Github
`disposab