starter
Here are 1,596 public repositories matching this topic...
The documentation(READme) has instances of REDIRECT_URI in the format of
website.com/{provider}/callback.
I believe the code has been updated since that URI was used, but it doesn't reflect in the documentation.
It can be very misleading to new techs.
Bug report
As PWA add to home screen workflow is different on each platform/browsers, we could add a button on the interface to trigger the installation. It will standardize add to home screen workflow for all browsers.
See official doc
for more informations
-
Updated
Jan 25, 2020 - JavaScript
Add Swagger
Any refrence on how to enable swagger documentation on the express routes ?
-
Updated
Apr 22, 2017 - JavaScript
-
Updated
Apr 13, 2017 - JavaScript
-
Updated
Apr 29, 2020 - CMake
-
Updated
May 28, 2020 - TypeScript
-
Updated
May 28, 2020 - JavaScript
-
Updated
Mar 13, 2020 - CSS
-
Updated
Dec 28, 2019 - TypeScript
-
Updated
May 25, 2020 - TypeScript
I have tried the classic .env
with REACT_APP
prefix, but it does not work, I guess that is only for react-script
.
Does this package it support something similar?
Thanks
-
Updated
May 24, 2018 - JavaScript
-
Updated
May 26, 2020 - TypeScript
I'm submitting a ...
[ * ] Documentation issue or request
Current behavior
I have added a new language to the languages list. Change in language's combo is Ok and works. The problem is that i want to set a new language as default.
I did this in config.local.json
but default language is not set on application start. Is there another changes that i should make to hav
-
Updated
Apr 30, 2020 - PHP
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Oct 11, 2019 - JavaScript
There is an import dependencie cycle between:
src/Interfaces/index.ts
:
export * from '@Redux/IStore';
and
src/Redux/IStore.d.ts
:
import { IHomePage } from '@Interfaces';
Eslint rule that detect the issue:
https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-cycle.md
-
Updated
May 2, 2020 - HTML
-
Updated
Oct 12, 2018 - HTML
I've seen plenty of folks use alternatives to SASS.
Such as:
- LESS http://lesscss.org/
- Stylus http://stylus-lang.com/
- PostCSS http://postcss.org/
So it might be nice to have a prompt such as Choose your CSS Preprocessor
Sent from my Pixel 2 using FastHub
Users should avoid initialization in the normal case.
-
Updated
Apr 29, 2020 - TypeScript
Improve this page
Add a description, image, and links to the starter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the starter topic, visit your repo's landing page and select "manage topics."
I'm submitting a ...
[x] feature request
Summary
tslint has a language service plugin so that tslint runs within the language service and shows linter failures in your editor as red squiggly underlines, the same as type errors.
https://www.npmjs.com/package/tslint-language-service
I'll make a PR at some point; just logging here for the time being.