The Wayback Machine - https://web.archive.org/web/20200229202039/https://github.com/topics/plugin
Skip to content
#

plugin

Here are 10,227 public repositories matching this topic...

filepond
vvtkachenko
vvtkachenko commented Oct 22, 2018

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.

stp-ip
stp-ip commented Jul 5, 2019

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.

hallelujah
hallelujah commented Aug 4, 2016

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                                         
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

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
mcclure
mcclure commented Nov 7, 2017

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:

haoliangyu
haoliangyu commented Dec 13, 2019

According to MDN, CustomEvent is not supported in IE. But this is not detected by the plugin.

Example code

// it should throw an error here, but it doesn't
const event = new CustomEvent("cat", {
  detail: {
    hazcheeseburger: true
  }
});
window.dispatchEvent(event);
jwnip
jwnip 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.

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.