Skip to content
#

plugin

Here are 2,434 public repositories matching this topic...

pancake-boy
pancake-boy commented Apr 8, 2020

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

Strange-AI
Strange-AI commented Sep 18, 2018

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
offline-plugin
mattgaspar
mattgaspar commented Jul 31, 2019

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

ghost
ghost commented Mar 16, 2016

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.

amulyamalla
amulyamalla commented Sep 4, 2019

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

j6k4m8
j6k4m8 commented Feb 5, 2019

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!

Improve this page

Add a description, image, and links to the plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the plugin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.