issue_comments
3 rows where issue = 527755536 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- version collisions on readthedocs · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 562573848 | https://github.com/pydata/xarray/issues/3567#issuecomment-562573848 | https://api.github.com/repos/pydata/xarray/issues/3567 | MDEyOklzc3VlQ29tbWVudDU2MjU3Mzg0OA== | keewis 14808389 | 2019-12-06T13:36:03Z | 2019-12-06T13:36:03Z | MEMBER | looks like it is supported but the maintainer of |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
version collisions on readthedocs 527755536 | |
| 561270215 | https://github.com/pydata/xarray/issues/3567#issuecomment-561270215 | https://api.github.com/repos/pydata/xarray/issues/3567 | MDEyOklzc3VlQ29tbWVudDU2MTI3MDIxNQ== | keewis 14808389 | 2019-12-03T17:22:30Z | 2019-12-03T17:47:12Z | MEMBER | It seems we can solve this by setting root = pathlib.Path(file).parent.parent.absolute()
os.environ["PYTHONPATH"] = str(root)
sys.path.insert(0, str(root))
Edit: I asked the |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
version collisions on readthedocs 527755536 | |
| 559221410 | https://github.com/pydata/xarray/issues/3567#issuecomment-559221410 | https://api.github.com/repos/pydata/xarray/issues/3567 | MDEyOklzc3VlQ29tbWVudDU1OTIyMTQxMA== | keewis 14808389 | 2019-11-27T19:26:00Z | 2019-11-30T13:43:46Z | MEMBER | this is something that looks somewhat like a hack to me, but how about not installing at all but rather using
Edit: unfortunately Edit2: it might have side-effects, but using Actually, we only need root = pathlib.Path(file).parent.parent.absolute() sys.path = [path for path in sys.path if path not in (str(root), str(root.parent))] sys.path.insert(0, str(root)) ``` but this looks even more like a hack to me. What do you think? |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
version collisions on readthedocs 527755536 |
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