Skip to content
#

samples

Here are 775 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

broady
broady commented Dec 17, 2019

A few questions that came up when working behind @bradmiro's shoulder:

  • guidance on resource names and that they should use something like tc.ProjectID + "-golang-samples-myapi-mysnippet, clean up before + after. Avoid uuids and timestamp-based resource names because they tend to leak when not cleaned up properly.
  • when to use testutil.SystemTest vs testutil.EndToEndTest (any test
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

clavery-chef
clavery-chef commented Aug 9, 2019

Hi!

Great work on getting a 2nd edition out and updated for 0.12. Just thought I'd flag up the the diagram on page 36 - The nomenclature isn't quite consistent with how chef would phrase this - see https://docs.chef.io/chef_overview.html. If you change out the chef users machine to chef workstation, the And the diagram the the target nodes could be labelled @app Server, each Running Chef-Clien

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.

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

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.