Skip to content
#

samples

Here are 797 public repositories matching this topic...

remcomokveld
remcomokveld commented Nov 2, 2016

Since a good architecture serves to make it easy to swap implementations I think it would be nice to have one or more samples which demonstrate how a data source implementation using a combination of a remote api, and a local sqlite database can be replaced with a realtime database.

I am not sure yet how it would be possible to run the same espresso tests in such a sample since mocking the fire

grayside
grayside commented Apr 16, 2020

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

SSKKBrianG
SSKKBrianG commented Mar 31, 2020

There is an example of how to get a single depth jpeg, but not how to do this with video.

Specifically, with a device that supports REQUEST_AVAILABLE_CAPABILITIES_DEPTH_OUTPUT and DEPTH_DEPTH_IS_EXCLUSIVE, it is unclear how to actually get the depth information. The color and depth requests will be interleaved somehow and the depth will be either DEPTH16 or DEPTH_POINT_CLOUD. But what

tenleftfingers
tenleftfingers commented Nov 28, 2019

Expected Behavior

Browser window should open requesting authorisation

Actual Behavior

No browser opens. Error logged to console:
$ python quickstart.py
Traceback (most recent call last):
File "quickstart.py", line 52, in
main()
File "quickstart.py", line 29, in main
'credentials.json', SCOPES)
File "/home/iarla/civetweb-instance-cal/cal/local/lib/python2.7

jacek99
jacek99 commented Feb 19, 2020

One of the most frustrating aspects of Swagger 2 annotations is the removal of the class-level @Api annotation, which was logical, clear and easy to understand.

Can you please update the Petstore example to clearly show how to group related REST operations together. I looked at the Resource classes and there are no annotations at the class level whatsoever.

jrobbins
jrobbins commented Apr 30, 2020

We don't currently have JS unit tests set up, so we should document the manual testing steps needed to verify that the new feature editing UX is working correctly. This documentation would eventually be replaced by JS unit tests.

P2
willsmythe
willsmythe commented Apr 30, 2019

Need better docs (or more easier to find docs) for contributing (e.g. coding standards, etc). The snippets contributor guide is currently buried under snippets ... consider elevating it to the root and generalizing it to apply to all samples.

Improve this page

Add a description, image, and links to the samples topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the samples topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.