plugin
Here are 10,227 public repositories matching this topic...
I looked for a while now for some resources to understand more this project but I can't find any. If anyone knows about a source in English that would be great.
-
Updated
Feb 29, 2020 - Go
-
Updated
Feb 29, 2020 - Java
As the reverse plugin was removed and the suggestion was it's possible doing with template, I did my best to take a stab at it. It's currently still a WIP so as I don't handle subnets yet.
Also I assume that I'm missing something here. Feels too manual for reverse lookups even with template.
One can also use 0.8.e.f.ip6.arpa 127.in-addr.arpa (sidenote: fe80::/10 doesn't fully map to 0.8.e.f.
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
As for the title, it's not clear from docs.
Would be useful if this kind of syntax and interaction is supported.
Found it in TextMate manual, ${«int»|«choice 1»,…,«choice n»|} .
For example:
color: ${1|red,green,blue|}And a demo in VSCode:
-
Updated
Feb 29, 2020 - Kotlin
-
Updated
Feb 28, 2020 - Java
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中加上适用场景的解释说明
-
Updated
Feb 28, 2020 - JavaScript
-
Updated
Feb 16, 2020 - 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
My steps:
- Installed Unreal Engine 4.18 on Windows 10
- Created a blank project
- Installed Unreal.js from the Unreal Marketplace
- In edit menu "Plugins" selected "Installed" -> "Programming" -> "Unreal.js" -> "Enabled". Version 0.3.0 was installed. Unreal editor restarted.
- Selected Window->Developer Tools->Javascript Log
- Typed "2 + 2" and some other stuff
Observed behavior:
-
Updated
Feb 20, 2020 - JavaScript
-
Updated
Feb 25, 2020 - Python
-
Updated
Feb 29, 2020
-
Updated
Feb 28, 2020 - Java
-
Updated
Feb 26, 2020 - Java
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.
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."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


Hi, it would be nice that filepond could show long validation message at mobile page width.
For example in the CodePen below, if uploaded file is above 1MB - validation message doesnt fit to pond widht and filename is pushed out of pond too.
https://codepen.io/vova-tkachenko/pen/QZBobm
Probably such long messages should have 'max-width' set to width of pond fall down to the next line.