-
Updated
Jun 23, 2020 - JavaScript
plugin
Here are 2,434 public repositories matching this topic...
JS 配置如下:
var gitalk = new Gitalk({
clientID: '3654916*****0c0038c28',
clientSecret: 'd90d031a*****0e0fa4c7fe2fae747b96b',
repo: 'Strange-AI.github.io',
owner: 'Strange-AI',
admin: ['jinfagang', 'Strange-AI'],
id: vm.codeId,
distractionFreeMode: false
});
gitalk.render('gitalk-conta
plugins: [
createPersistedState({
storage: {
getItem: key => Cookies.get(key),
// Please see https://github.com/js-cookie/js-cookie#json, on how to handle JSON.
setItem: (key, value) =>
Cookies.set(key, value, { expires: 300000, secure: true }),
removeItem: key => Cookies.remove(key)
}
})
],
Are you aware of any different behavior when a PWA (using offline-plugin) is added to the home screen using "Add to Home Screen" on Chrome/Android or Safari/iOS?
I'm having problems with the app getting stuck using the cached version when it was installed and never updating.
I even have offline-plugin responseStrategy set to network-first but it seems to always use the cached version after add
-
Updated
Aug 24, 2018 - JavaScript
-
Updated
Dec 10, 2017 - JavaScript
It would be nice to quickly switch builds with arrow keys or a similarly simple shortcut key. Maybe A/D (of WASD) instead or in addition?
Trying to find a viable fix for this but struggling so far. I'd appreciate if someone else could pitch in...
The top margin on the first element and bottom margin on the last element are not effective on Firefox. However, they are in Chrome - which causes some spacing inconsistencies. This is more noticeable when there's enough content to fill the containing <div> and trigger a scroll bar.
webpack.config.js
plugins.push(new AutoDllPlugin({
inject: true,
filename: '[name]_[hash:8].js',
debug: true,
path: './dll',
entry: {
vendor: [
'vue-router',
'vuex',
'nprogress',
],
},
ES - v6.5.4
Kibana - v6.5.4
Search guard - v6.5.4
sentinl plugin - v6.5.4
Configure sentinl with some test watcher and action , but when i deleted the watcher from kibana GUI , but still alarm get fired at the regular interval , as i already given required permission at search guard , subsequent index get created at elastic search , manually deleted watcher index but it will auto recr
-
Updated
May 21, 2020 - JavaScript
Expected Behavior
Attempting to get this to prepack react elements: https://github.com/facebook/prepack/wiki/react-compiler
Actual Behavior
Components don't seem to be picked up, neither do __evaluatePureFunction tagged functions. I do see prepack working on other areas.
Specifications
- Platform: Mac
- Plugin version: 1.1.2
- Webpack version: 4.25.1
Here's som
-
Updated
Jun 23, 2020 - JavaScript
-
Updated
Jun 14, 2020 - JavaScript
https://docs.travis-ci.com/user/build-stages/
- Add build stages for lint, build, tests, and deploy
- Allow travis to test "latest" stable node version
I wish I could see stdout while Custom command is running.
https://github.com/skpm/skpm/blob/master/docs/notarization.md
Description
.progressive-background-image's position: absolute; breaks z-indexing with the rest of the document.
Expected behavior
Component should act 1-to-1 with tag and sit "under" another element if given a lower z-index
Actual behavior
These components render "on top of" all other components.
Perhaps this is by design? If so, might be worth documenting!
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
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."

vue & vue-i18n version
8.15.4
Steps to reproduce
add missing handler:
i18n.missing = (locale: Locale, key: Path) => {
if (i18n.te(key, i18n.fallbackLocale)) {
return i18n.t(key, i18n.fallbackLocale).toString();
}
return ''; // instead of showing the key + warning
};
What is Expected?
no warnings about missing key
What is actually happening?
console