plugin
Here are 10,719 public repositories matching this topic...
-
Updated
Apr 14, 2020 - JavaScript
-
Updated
Mar 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
What would you like to be added:
I would like a coredns_hosts_request_count_total to be added in the same way coredns_forward_request_count_total works.
Could add the file sub-filter similar to the to one in the forward plugin.
Why is this needed:
There is currently no metric as to what goes throu
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
endThe test is failing:
bundle exec rspec spec/finders/active_record_spec.rb:420
-
Updated
Apr 17, 2020 - Kotlin
I am currently looking into how to use vue-i18n in connection with vue/test-utils and shallowMount and hitting the error message mentioned in #323. I think it would be a useful addition to the online guide to have a section about usage in unit tests.
Ultisnips plays very good with for selection but w
插件化后Glide无法获取本地资源文件
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
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)
}
})
],
在README中加上适用场景的解释说明
Does this bug happen when you install plugin without vim-polyglot?
No
Describe the bug:
I recently enabled the spell option in Neovim, and boy was I surprised at the number of spel
-
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."


Repro
{ "rules": { "@typescript-eslint/explicit-function-return-type": [2, {"allowExpressions": true}], "@typescript-eslint/explicit-module-boundary-types": [2] } }