-
Updated
Jun 16, 2020 - Go
starter-project
Here are 530 public repositories matching this topic...
-
Updated
May 25, 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
Jun 17, 2020 - HTML
-
Updated
May 21, 2020
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
Jul 13, 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
Jun 6, 2020 - JavaScript
-
Updated
Jun 6, 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
Jun 30, 2020 - JavaScript
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Jun 30, 2020 - TypeScript
-
Updated
Jul 13, 2020 - JavaScript
-
Updated
Jul 13, 2020 - C#
-
Updated
Nov 1, 2019 - Python
-
Updated
Jul 10, 2020 - Swift
-
Updated
Jun 6, 2020 - CSS
As you know, our app is loading city/country data from file to SQLite database on first launch. This takes few seconds and currently it appears to the user as a white screen.
I suggest we add another content view before this long process (a splash screen) which will tell the user that (1) this loading is only for a single time, (2) our applications name: "Open Weather Android", (3) some weather
-
Updated
Jul 11, 2020 - TypeScript
-
Updated
Mar 20, 2019 - JavaScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
May 22, 2020 - JavaScript
-
Updated
Apr 22, 2020 - CSS
-
Updated
Apr 24, 2020 - C++
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...