issue_comments
7 rows where user = 2941720 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: issue_url, created_at (date), updated_at (date)
user 1
- lewisacidic · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
319958229 | https://github.com/pydata/xarray/pull/1421#issuecomment-319958229 | https://api.github.com/repos/pydata/xarray/issues/1421 | MDEyOklzc3VlQ29tbWVudDMxOTk1ODIyOQ== | lewisacidic 2941720 | 2017-08-03T12:44:16Z | 2017-08-03T12:44:16Z | CONTRIBUTOR | Hi all, sorry for the lack of communication on this. I'm writing up my PhD thesis at the moment, and my deadline is increasingly looming. Once I've handed in I'll finish this off, and am more than happy to help with several other things I've encountered (I'll create the issues now). Once again, sorry for the delay! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding arbitrary object serialization 230566456 | |
310178801 | https://github.com/pydata/xarray/pull/1421#issuecomment-310178801 | https://api.github.com/repos/pydata/xarray/issues/1421 | MDEyOklzc3VlQ29tbWVudDMxMDE3ODgwMQ== | lewisacidic 2941720 | 2017-06-21T19:19:30Z | 2017-06-21T19:19:30Z | CONTRIBUTOR | Sorry for the holdup. I made progress 3 weekends ago, but didn't get a fully working example, and I've been swamped the whole of this month. This weekend I'll be free to finish this off. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding arbitrary object serialization 230566456 | |
303984724 | https://github.com/pydata/xarray/pull/1421#issuecomment-303984724 | https://api.github.com/repos/pydata/xarray/issues/1421 | MDEyOklzc3VlQ29tbWVudDMwMzk4NDcyNA== | lewisacidic 2941720 | 2017-05-25T11:07:36Z | 2017-05-25T11:07:36Z | CONTRIBUTOR | Sounds great, thanks for the feedback! I'll probably not get to this until the weekend, but I'll have another crack at it then. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding arbitrary object serialization 230566456 | |
303580887 | https://github.com/pydata/xarray/pull/1421#issuecomment-303580887 | https://api.github.com/repos/pydata/xarray/issues/1421 | MDEyOklzc3VlQ29tbWVudDMwMzU4MDg4Nw== | lewisacidic 2941720 | 2017-05-24T00:35:25Z | 2017-05-24T00:38:37Z | CONTRIBUTOR | The pickle protocol is the second byte of any pickle btw, just had a look. For protocol 2+ anyway... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding arbitrary object serialization 230566456 | |
303580375 | https://github.com/pydata/xarray/pull/1421#issuecomment-303580375 | https://api.github.com/repos/pydata/xarray/issues/1421 | MDEyOklzc3VlQ29tbWVudDMwMzU4MDM3NQ== | lewisacidic 2941720 | 2017-05-24T00:31:31Z | 2017-05-24T00:31:31Z | CONTRIBUTOR |
No problem, I really want this feature so I can use xarray for a cheminformatics library I'm working on! Hopefully we can work out the best way to do this whilst keeping everything as nice and organised as it is was before I touched the code...
I couldn't think of others either - it made sense as a keyword for
Yeah, it definitely isn't great, I wanted a working example and that's what I managed to do before sleeping! I'll keep looking through the code to familiarize myself a bit more with it - I would be interested to see what you suggest!
Yeah, that would definitely be good.
The np.void type was pretty much designed for this sort of thing from what I can see, I was pretty surprised that netCDF4-python didn't have something similar, hence the strange |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Adding arbitrary object serialization 230566456 | |
302909333 | https://github.com/pydata/xarray/issues/1415#issuecomment-302909333 | https://api.github.com/repos/pydata/xarray/issues/1415 | MDEyOklzc3VlQ29tbWVudDMwMjkwOTMzMw== | lewisacidic 2941720 | 2017-05-21T01:36:06Z | 2017-05-21T01:36:06Z | CONTRIBUTOR | Yeah, looking at it, it's probably not a thing for them. I thought something like: ```python implement something likestrs = nc.createVariable('strs', str, ('strs_dim',))objs = nc.createVariable('objs', object, ('objs_dim',)) ``` But I see that the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Save arbitrary Python objects to netCDF 230158616 | |
302896115 | https://github.com/pydata/xarray/issues/1415#issuecomment-302896115 | https://api.github.com/repos/pydata/xarray/issues/1415 | MDEyOklzc3VlQ29tbWVudDMwMjg5NjExNQ== | lewisacidic 2941720 | 2017-05-20T20:15:39Z | 2017-05-20T20:15:39Z | CONTRIBUTOR | I would certainly be interested in giving this a try, although I'm not exactly sure what would go where yet. It seems like this might possibly be something that would be more appropriate in the netCDF4-python library - should I start an issue over there? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Save arbitrary Python objects to netCDF 230158616 |
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]);
issue 2