-
Updated
May 16, 2020 - Go
starter-project
Here are 506 public repositories matching this topic...
-
Updated
May 11, 2020 - PHP
I am developing a smart tv application in Renative for multiple platforms such as android tv, LG web os, and Samsung Tizen but could you please tell me the commands for creating release build of Android TV, WebOS, and Tizen as I am unable to run development build on physical devices.
-
Updated
May 2, 2020 - HTML
-
Updated
Dec 10, 2019
Just tried the docker-compose route for spinning up the master branch, which fails out of the box just now because .env is pointing to localhost:4001 instead of localhost:4000. Was committed in April, am assuming it relates to work in progress or something?
Changing back to localhost:4000 gives you a working app.
-
Updated
Apr 21, 2020 - JavaScript
Handle each object by Json. Also, we should allow adding models automatically by just adding the asset to Models.scnassets.
Resources:
Apple Project
Documentation
-
Updated
May 12, 2020 - Go
-
Updated
Mar 10, 2020 - JavaScript
-
Updated
Mar 10, 2020 - JavaScript
✨ Enhancement Request
Currently only code contributors are recognised, and only by a very small link the README file.
Implement the all-contributors table: https://github.com/all-contributors/all-contributors
-
Updated
Jun 19, 2018 - JavaScript
-
Updated
Jan 20, 2020 - JavaScript
-
Updated
Apr 18, 2020 - TypeScript
-
Updated
Apr 22, 2020 - TypeScript
-
Updated
May 4, 2020 - C#
-
Updated
May 8, 2020 - CSS
-
Updated
Nov 1, 2019 - Python
A simple navigation drawer for future functionality. Currently, we plan to add authentication, profile (name-email-avatar) for preferences saving, forecast types, credits, notification options and general customization settings buttons.
P.S.: The list of functionality is not the part this issue.
-
Updated
May 12, 2020 - Swift
-
Updated
May 4, 2020 - TypeScript
-
Updated
Mar 20, 2019 - JavaScript
-
Updated
Apr 3, 2020 - TypeScript
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Apr 22, 2020 - CSS
-
Updated
Apr 24, 2020 - C++
As mentioned in here:
https://community.digital.gov.au/t/form/111/13
We may need to adjust our hint text and error messages, so that they have a full stop at the end.
Improve this page
Add a description, image, and links to the starter-project topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the starter-project topic, visit your repo's landing page and select "manage topics."
It would be great to migrate tests to use new Angular Material Component Test Harness in the unit tests.
The migration should be mostly mechanical as it's basically replacing ad-hoc selectors with the selectors provided by the
@angular/cdk.Test can be run in watch mode using
npm run watch...