Maxime Beauchemin

Results 367 comments of Maxime Beauchemin

I'm not very familiar with SlickGrid (looks good at first sight) but wanted to chime in that I've happily used datatables (http://www.datatables.net/) for a few projects. Add it to the...

@YBadiss mind sharing your solution? I'm looking for something that will fail CI builds if there's lint in the changeset.

I'm caught in the React / ASF crossfire with Apache Superset (https://github.com/apache/incubator-superset) and trying to migrate to Preact. Would love to write a detailed blog post with a success story...

Awesome @noahmorrison , on our side we decided to push forward and secure jinja in our project, so I'm probably not the best person to help. But I'd encourage you...

@williaster @kristw working on this, I couldn’t get the plugin to call `/api/v1/query` instead of `/superset/explore_json/`. Any pointers?

- page load is jittery, objects reposition themselves as they load/get filled in, we should use skeletons to prevent that - On my favorite Superset instance, I always click on...

Usage metrics would really help here to sort things out. It seems it'd be keep tab of views `(user, object, objet_type, day, count)` or something like that to be able...

We're using `pyparsing` in a web (Flask) app and are having erratic behavior as well. Trying to figure out how to take a lock around the call. More context here:...

@tanhaoqin this is failing the tests for some reason, maybe rebasing would fix the issue?

Referencing the line after checking it out: https://github.com/dropbox/PyHive/blob/44717f7b5f1b09d615a0e8d14c9c0ae15404c576/pyhive/sqlalchemy_hive.py#L303 Does Spark SQL return the same format regardless of `SHOW TABLES IN {schema}` and `USE {schema}; SHOW TABLES;` ?