issue_comments
16 rows where issue = 340069538 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
These facets timed out: author_association
issue 1
- ENH: Scatter plots of one variable vs another · 16 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
519627038 | https://github.com/pydata/xarray/pull/2277#issuecomment-519627038 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDUxOTYyNzAzOA== | dcherian 2448579 | 2019-08-08T18:04:59Z | 2019-08-08T18:04:59Z | MEMBER | Yeah! It owes a lot to your hard work too. Hopefully people find this useful. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
519579559 | https://github.com/pydata/xarray/pull/2277#issuecomment-519579559 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDUxOTU3OTU1OQ== | dcherian 2448579 | 2019-08-08T15:57:11Z | 2019-08-08T15:57:11Z | MEMBER | Merging. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
518295892 | https://github.com/pydata/xarray/pull/2277#issuecomment-518295892 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDUxODI5NTg5Mg== | dcherian 2448579 | 2019-08-05T16:04:16Z | 2019-08-05T16:04:16Z | MEMBER | Yay, tests pass. I'll merge in a few days (cc @pydata/xarray, @yohai ) |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
518044191 | https://github.com/pydata/xarray/pull/2277#issuecomment-518044191 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDUxODA0NDE5MQ== | dcherian 2448579 | 2019-08-04T23:17:20Z | 2019-08-04T23:17:20Z | MEMBER | I don't know what to do about this test failure: ``` xarray/tests/test_plot.py .............................................. [ 92%] ........................................................................ [ 92%] ........................................................................ [ 93%] ...s.................................................................... [ 94%] .........................Xx INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/main.py", line 213, in wrap_session INTERNALERROR> session.exitstatus = doit(config, session) or 0 INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/main.py", line 257, in _main INTERNALERROR> config.hook.pytest_runtestloop(session=session) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/hooks.py", line 289, in call INTERNALERROR> return self._hookexec(self, self.get_hookimpls(), kwargs) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/manager.py", line 87, in _hookexec INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/manager.py", line 81, in <lambda> INTERNALERROR> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False, INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 203, in _multicall INTERNALERROR> gen.send(outcome) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result INTERNALERROR> raise ex[1].with_traceback(ex[2]) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 187, in _multicall INTERNALERROR> res = hook_impl.function(args) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/main.py", line 278, in pytest_runtestloop INTERNALERROR> item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/hooks.py", line 289, in call INTERNALERROR> return self._hookexec(self, self.get_hookimpls(), kwargs) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/manager.py", line 87, in _hookexec INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/manager.py", line 81, in <lambda> INTERNALERROR> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False, INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 208, in _multicall INTERNALERROR> return outcome.get_result() INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result INTERNALERROR> raise ex[1].with_traceback(ex[2]) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 187, in _multicall INTERNALERROR> res = hook_impl.function(args) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/runner.py", line 72, in pytest_runtest_protocol INTERNALERROR> runtestprotocol(item, nextitem=nextitem) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/runner.py", line 87, in runtestprotocol INTERNALERROR> reports.append(call_and_report(item, "call", log)) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/runner.py", line 171, in call_and_report INTERNALERROR> hook.pytest_runtest_logreport(report=report) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/hooks.py", line 289, in call INTERNALERROR> return self._hookexec(self, self.get_hookimpls(), kwargs) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/manager.py", line 87, in _hookexec INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/manager.py", line 81, in <lambda> INTERNALERROR> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False, INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 208, in _multicall INTERNALERROR> return outcome.get_result() INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result INTERNALERROR> raise ex[1].with_traceback(ex[2]) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/pluggy/callers.py", line 187, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/junitxml.py", line 592, in pytest_runtest_logreport INTERNALERROR> reporter.append_skipped(report) INTERNALERROR> File "/usr/share/miniconda/envs/xarray-tests/lib/python3.7/site-packages/_pytest/junitxml.py", line 250, in append_skipped INTERNALERROR> if xfailreason.startswith("reason: "): INTERNALERROR> AttributeError: 'list' object has no attribute 'startswith' = 7676 passed, 322 skipped, 25 xfailed, 5 xpassed, 41 warnings in 270.39 seconds = [error]Bash exited with code '1'.``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
504072678 | https://github.com/pydata/xarray/pull/2277#issuecomment-504072678 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDUwNDA3MjY3OA== | dcherian 2448579 | 2019-06-20T15:30:48Z | 2019-06-20T15:30:48Z | MEMBER | Maybe just read over the docs and doc strings? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
475269561 | https://github.com/pydata/xarray/pull/2277#issuecomment-475269561 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ3NTI2OTU2MQ== | dcherian 2448579 | 2019-03-21T15:11:35Z | 2019-03-21T15:11:35Z | MEMBER | 1/2 AppVeyor tests seems to have crashed randomly. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
470238058 | https://github.com/pydata/xarray/pull/2277#issuecomment-470238058 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ3MDIzODA1OA== | dcherian 2448579 | 2019-03-06T19:15:29Z | 2019-03-06T19:15:29Z | MEMBER | Failed test is #2803 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
470113191 | https://github.com/pydata/xarray/pull/2277#issuecomment-470113191 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ3MDExMzE5MQ== | dcherian 2448579 | 2019-03-06T13:48:06Z | 2019-03-06T13:48:06Z | MEMBER | I went with I think I'm done here. This is missing a legend that shows the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
463952302 | https://github.com/pydata/xarray/pull/2277#issuecomment-463952302 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ2Mzk1MjMwMg== | dcherian 2448579 | 2019-02-15T08:33:45Z | 2019-02-15T08:33:45Z | MEMBER | OK PR switched to Phew! added support for
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
462096487 | https://github.com/pydata/xarray/pull/2277#issuecomment-462096487 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ2MjA5NjQ4Nw== | dcherian 2448579 | 2019-02-10T01:55:45Z | 2019-02-10T01:55:45Z | MEMBER | Well I can't think of anything better than guide so shall we proceed with that? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
460845732 | https://github.com/pydata/xarray/pull/2277#issuecomment-460845732 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ2MDg0NTczMg== | dcherian 2448579 | 2019-02-05T23:28:39Z | 2019-02-05T23:28:39Z | MEMBER |
I'm not sure about this. Legends and colorbars are different and the @pydata/xarray what do you all think? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
460377706 | https://github.com/pydata/xarray/pull/2277#issuecomment-460377706 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ2MDM3NzcwNg== | dcherian 2448579 | 2019-02-04T19:24:23Z | 2019-02-04T19:24:23Z | MEMBER | Ok this is ready for review. I haven't added One alternative would be to have |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
452478910 | https://github.com/pydata/xarray/pull/2277#issuecomment-452478910 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ1MjQ3ODkxMA== | dcherian 2448579 | 2019-01-08T22:43:52Z | 2019-01-24T06:42:21Z | MEMBER |
Yeah. We'll need to go through a deprecation cycle to rename |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
448672237 | https://github.com/pydata/xarray/pull/2277#issuecomment-448672237 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQ0ODY3MjIzNw== | dcherian 2448579 | 2018-12-19T17:10:17Z | 2018-12-19T17:11:19Z | MEMBER | I think this is ready for a preliminary review. I've made the following changes:
Do people like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
439959138 | https://github.com/pydata/xarray/pull/2277#issuecomment-439959138 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQzOTk1OTEzOA== | dcherian 2448579 | 2018-11-19T16:41:48Z | 2018-11-19T16:41:48Z | MEMBER | @yohai thanks; I might make some changes in the next few weeks. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 | |
438733826 | https://github.com/pydata/xarray/pull/2277#issuecomment-438733826 | https://api.github.com/repos/pydata/xarray/issues/2277 | MDEyOklzc3VlQ29tbWVudDQzODczMzgyNg== | dcherian 2448579 | 2018-11-14T16:50:25Z | 2018-11-14T16:50:25Z | MEMBER | @yohai do you have time to pick this back up? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
ENH: Scatter plots of one variable vs another 340069538 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 1