GGedde
GGedde
So instead of just this: ``` Vue.use(VueIziToast, { position: 'topRight', timeout: 5000, closeOnEscape: true }) ``` I would like to do this: ``` Vue.use(VueIziToast, { success: { timeout: 3000, },...
When using Typescript I get this error: `Could not find a declaration file for module 'vue-trend-chart'. '/node_modules/vue-trend-chart/dist/vue-trend-chart.common.js' implicitly has an 'any' type.`
## Feature Request CountUp.js version: 2.8.0 ## Description When reduce motion is set by the device or browser, it might be good to not have countUp run and instead just...
This is working for me, but I am not too familiar with the map system so please review this thoroughly. This resolves issue #1079
Currently it is possible to get the metrics of different types of a Droplet, but it is not possible to get all metrics in one request. I suggest adding 2...
### Before submitting a new icon request, please confirm the following: - [X] I have [searched all issues](https://github.com/Templarian/MaterialDesignLight/issues?q=is%3Aissue) to make sure there isn't a request for this icon. - [X]...
This might just be a configuration issue, but my success messages don't go away, but might error messages timeout after 5 seconds and then go away. I am on Mac...
I have $_ENV disabled on my server as I only need environment variables accessible from getenv(). Unfortunately using array_key_exists() throws an error since $_ENV does not exist. So this commit...
Currently if you enable Passcode or Touch ID and set Auto lock to something like 5min, no matter what your using a popup will show up to unlock using Passcode...
Currently the block api_version is at V3, but the default is still using V1. See: https://developer.wordpress.org/block-editor/reference-guides/block-api/block-api-versions/ But it needs to be set when using `register_block_type()` So we need a way...