Richard Lin

Results 10 comments of Richard Lin

I've been having the same problem. This occurred after updating my social-auth-core version to 3.2.0 and while using social-auth-app-django version 1.2.0. Things 2 and 3 that @briandoyle81 referenced didn't apply...

I also faced the same issue. When I ran `docker-compose up -d` and `docker network inspect foodtrucks_default`, only the `es` container was shown in the network and not the web...

Looks like it was an issue of just increasing `time.sleep` on line 32 in `app.py` enough. 10 seconds did not work, but 15 did. I've included the logs of what...

With this PR, all the filters except numerical look fine for me (shown below). Anybody have an idea? Expected filter should be something like this:

Adding this commit(https://github.com/richardlin047/qgrid/commit/19e76a1227195c5a300c826ca38d5e52369ca780) fixes the display issues with the numerical filter. The div was missing a closing tag. Both my commit and ofirbit's commit are combined on this branch as...

@EmilGuliyev you can try forking my branch https://github.com/richardlin047/qgrid/commits/filter_fix which includes some fixes on top of the ones by @ofirbit . If you just want to see the changes that were...

This issue is also present for numerical filters and is not completely fixed with @ofirbit 's PR. Adding this commit(https://github.com/richardlin047/qgrid/commit/19e76a1227195c5a300c826ca38d5e52369ca780) along with the #318 should fix the numerical filter display...

Potentially we could also store both the "all" history and the "condensed" history.

Also create own binder demo

From Qgrid README: ``` #. If desired, install the labextension:: jupyter labextension link js/ ```