FND

Results 23 issues of FND

> Travis is pretty much dead > > in the process, added ppc64le as suggested by @kishorkunal-raj this supersedes #81 ⚠️ on hold as it turns out that GitHub Actions...

Thank you for your work on pickadate! As far as I can tell, pickadate works nicely with jQuery's [slim build](https://jquery.com/download/#jquery); if that is in fact the case (and long-term intent),...

the landing page lists reusable components ("subviews") as one of the major features, but I have been unable to find any documentation or examples #351 suggests that's intentional because the...

cf. issue #3 this is currently untested, so a careful review would be appreciated

> looks like this was a pre-release remnant; cf. > b1443db6860815ef9b17f5466db646a2a7fdfc21

The chapter illustration are lovely and seem potentially useful for repurposing (e.g. in presentations, articles etc. - thanks to you putting the contents in the public domain, of course). It...

As far as I can tell, `glyphicon-ok` and `glyphicon-remove` (as used for [form validation](http://getbootstrap.com/css/#forms-control-validation)) are not supported, presumably due to the font. Would it be possible to provide a simple...

I have a scenario where a route should only be protected by basic auth for certain methods: ``` python @app.route("/items", methods=["GET"]) @basic_auth.required def list_items(): ... @app.route("/items", methods=["POST"]) def create_item(): ......

in an effort to be a good (if nit-picky) citizen note that I did _not_ alter the inline return statements because that seemed like potentially an intentional decision