plugin
Here are 408 public repositories matching this topic...
Use caniuse-lite
We loved caniuse-db, but it uses 7 MB and contains many irrelevant data.
This is why @ben-eb created caniuse-lite. It is just a copy of latest caniuse-db (he wrote autorelease script) with less data and better compression. Only 1 MB.
Autoprefixer and Browserslist moved to caniuse-lite. So let’s use it here too. It is very easy, API is the sam
shift-home
Is it the intent that shift-home should move the cursor to the start of the line on MacOS? This behavior seems to be gone from zsh as opposed to bash so perhaps it's no longer expected.
Wondering if there's some key definition I have missed.
Currently, there are 66 total issues detected by CodeClimate: https://codeclimate.com/github/elninotech/uppload/issues?category=complexity&engine_name%5B%5D=structure&engine_name%5B%5D=duplication
Some of these are false positives (like i18n files counting as duplicates), and some of these are easy to fix (like high function cognitive load due to functions longer than 25 lines).
This issue w
Currently, we only provide gitbook varaibles.
We need to provice honkit variables as same value.
gitbook variables will be preserved for backward compatible. It can not be deleted.
docs: publishing
-
Updated
Oct 28, 2020 - TypeScript
-
Updated
Sep 24, 2020 - TypeScript
-
Updated
Sep 21, 2020 - TypeScript
-
Updated
Nov 4, 2020 - TypeScript
Classnames support
Describe the solution you'd like
I really like your plugin! It's awesome. I just had the issue, that I'm using classnames in combination with the classnames-loader within webpack. Thus I can do something like this in my component files:
import styles from './styles.scss'
<MyComponent className={styles('myStyle', {someOtherStyle: true})}
For more details, see: https://github
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Apr 15, 2019 - TypeScript
-
Updated
Sep 4, 2018 - TypeScript
-
Updated
Oct 26, 2020 - TypeScript
-
Updated
Sep 5, 2020 - TypeScript
In geolocation.js, line 150 the value of the watchLocation error callback is assigned to a var but then is never used. Im not sure if the watchLocation errorCallback is being call
-
Updated
Nov 1, 2020 - TypeScript
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Nov 30, 2018 - TypeScript
-
Updated
Nov 4, 2020 - TypeScript
Hey there,
as far as I can see this plugin only supports taking pictures, not videos. I know there are some community plugins to achieve this, however I always prefer using official plugins, as I can be sure they are well maintained.
Video recording is one very basic functionality of the device camera, therefore I think the official camera plugin should support this.
If there are any reason
-
Updated
Dec 28, 2019 - TypeScript
-
Updated
Feb 28, 2017 - TypeScript
Improve this page
Add a description, image, and links to the plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plugin topic, visit your repo's landing page and select "manage topics."
Repro
{ "rules": { "@typescript-eslint/no-extra-non-null-assertion": ["error"] } }