plugin
Here are 10,985 public repositories matching this topic...
-
Updated
May 14, 2020 - JavaScript
-
Updated
Apr 23, 2020 - Java
-
Updated
Apr 16, 2020 - Go
please refer react native issue template: facebook/react-native#19799 we can make a new issue template like this:
have you search the existing issue list?
have you use the latest DroidPlugin release?
1,Environment: os version. DroidPlugin version
2, Description
3,reproduce step.
.......
if we describe the issue much detail we can get more info to fix problem
The forward plugin has some rather convoluted config setups. I.e. functions on Proxy that call other functions on the lower bits (Transport and Healthcheck). For some reason I can't remember HealthCheck
as an interface; where in reality we only have one impl. here.
This all looks over-engineered and ready to be massively simplified - hopefully with a reduction in LOCs.
-
Updated
May 16, 2020 - Kotlin
This can be added to spec/finders/active_record_spec.rb
it 'returns correct `size` for last page' do
users = User.paginate(:page => 3, :per_page => 5)
users.total_entries.should == 13
users.total_pages.should == 3
users.size.should == 3
end
The test is failing:
bundle exec rspec spec/finders/active_record_spec.rb:420
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
插件化后Glide无法获取本地资源文件
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
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
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)
}
})
],
在README中加上适用场景的解释说明
-
Updated
Aug 24, 2018 - JavaScript
-
Updated
Dec 10, 2017 - JavaScript
It can be really cool to get XcodeClangFormat app for Xcode 8 via homebrew cask.
This is the documentation : https://github.com/caskroom/homebrew-cask/blob/master/doc/development/adding_a_cask.md
Trying to play the helloCharacter level, crashes the editor...
After a little bit of debugging the problem lives in this two functions, even spawning only one character, crashes the engine.
function createCharacter() {
let pos = randomPoint()
pos.Z += 100
// All UObject has static function .C({UObject}), which just return its input arg.
// But *.d.ts ha
-
Updated
Mar 26, 2020 - Java
The compat/compat rule throws the following error with Chrome 27 as a target:
document.hasFocus() is not supported in Chrome 27
According to caniuse, document.hasFocus() is supported on all versions of Chrome: https://caniuse.com/#feat=mdn-api_document_hasfocus
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?
-
Updated
Apr 22, 2018 - Python
-
Updated
Mar 24, 2020
-
Updated
May 9, 2019 - Java
-
Updated
Aug 9, 2017 - Java
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."