samples
Here are 775 public repositories matching this topic...
New Sample: Demonstrate architecture benefits by replacing current datasources with Firebase RTDB
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
-
Updated
May 13, 2020 - TypeScript
disposables.clear() is invoked in onStop()
But in the comment and also Github
`disposab
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
-
Updated
May 15, 2020 - Java
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
-
Updated
Mar 17, 2020 - Java
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
Issue by Saraislet
Friday Nov 25, 2016 at 02:45 GMT
Originally opened as googlearchive/android-Interpolator#6
_Saraislet i
+ const { override, fixBabelImports } = require('customize-cra');
- module.exports = function override(config, env) {
- // do stuff with the webpack config...
- return config;
- };
+ module.exports = override(
+ fixBabelImports('import', {
+ libraryName: 'antd-mobile
There seems No documentation or sample project to refer to, for creating a folder and uploading images with metadata using the drive .
I Have also noticed the app do not work if I run the app from another pc due to change of Signing-certificate fingerprint. Please provide some documentation to tackle this issue too for android app development
The gesture is not always recognised and touch is taken instead of quick pinch, which causes stroke creation on the canvas.
Refer the video of Paint 3D application: -
https://cl.ly/f048de28e322
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.
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
-
Updated
Jun 15, 2017 - Kotlin
-
Updated
May 15, 2020 - Python
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.
-
Updated
May 16, 2020 - HTML
Basically, add this to all example files that don't have it already:
#!/usr/bin/env perl6And make sure that they are executable:
chmod +x example-file.p6See also Raku/examples#57 (comment)
-
Updated
Jan 7, 2019 - Java
Improve this page
Add a description, image, and links to the samples topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the samples topic, visit your repo's landing page and select "manage topics."

react-redux-firebase is the Redux bindings for Firebase. Includes Higher Order Component (HOC) for use with React. It is a very useful library and actively maintained.
Yes.