{ "cells": [ { "cell_type": "markdown", "metadata": { "toc": true }, "source": [ "
| \n", " | issue_url | \n", "issue_title | \n", "body | \n", "
|---|---|---|---|
| 3165423 | \n", "\"https://github.com/1000hz/bootstrap-validator/issues/574\" | \n", "uncaught typeerror: f b is not a function when using $ ... .validator 'update' | \n", "the above error is being thrown when i try and run update via js to include some new fields that have been added dynamically. i'm using backbone.js rendering a script template element to add a new set up fields based on user interaction. the full error message is: uncaught typeerror: f b is not a function at htmlformelement.<anonymous> validator.min.js:9 at function.each jquery.min.js:2 at n.fn.init.each jquery.min.js:2 at n.fn.init.b as validator validator.min.js:9 at n.initskillgroup app.l... | \n", "
| 2763145 | \n", "\"https://github.com/quasar-analytics/quasar/issues/2821\" | \n", "invoke endpoint regression | \n", "problem accures in versions: 21.x.x , 23.x.x and 24.x.x didn't check 22.x.x first query is put to view mount sql select from /test-mount/testdb/flatviz the second one sql select row.seriesone as seriesone, row.seriestwo as seriestwo, min row.measureone as measureone from output_of_first_query as row group by row.seriesone, row.seriestwo order by row.seriesone asc, row.seriestwo asc the third one is sql select from output_of_second_query where seriesone = one-one in 20.14.13 this works as exp... | \n", "
| 3882729 | \n", "\"https://github.com/msharov/ustl/issues/79\" | \n", "build ustl with clang on linux | \n", "hi, on ubuntu 14.04 clang 3.4, gcc 4.8.4 and fedora 22 clang 3.5, gcc 5.3.1 : cc=clang cxx=clang++ ./configure --libdir=path/to/libsupc++.a without --libdir it searches for libcxxabi when cc=clang make works fine, make check however shows quite a few diffs. is such configuration supposed to work? thanks! | \n", "
| \n", " | issue_url | \n", "issue_title | \n", "body | \n", "dist | \n", "
|---|---|---|---|---|
| 286906 | \n", "\"https://github.com/scikit-hep/root_numpy/issues/337\" | \n", "root 6.10/02 and root_numpy compatibility | \n", "i am trying to pip install root_pandas and one of the dependency is root_numpy however some weird reasons i am unable to install it even though i can import root in python. i am working on python3.6 as i am more comfortable with it. is root_numpy is not yet compatible with the latest root? | \n", "0.694671 | \n", "
| 314005 | \n", "\"https://github.com/andim/noisyopt/issues/4\" | \n", "joss review: installing dependencies via pip | \n", "hi, i'm trying to install noisyopt in a clean conda environment running python 3.5. running pip install noisyopt does not install the dependencies numpy, scipy . i see that you do include a requires keyword argument in your setup.py file, does this need to be install_requires ? as in https://packaging.python.org/requirements/ . also, not necessary if you don't want to, but i think it would be good to include a list of dependences somewhere in the readme. | \n", "0.698265 | \n", "
| 48120 | \n", "\"https://github.com/turi-code/SFrame/issues/389\" | \n", "python 3.6 compatible | \n", "hi: i tried to install sframe using pip and conda but i can not find anything that will work with python 3.6? has sframe been updated to work with python 3.6 yet? thanks, drew | \n", "0.718715 | \n", "
| \n", " | issue_url | \n", "issue_title | \n", "body | \n", "dist | \n", "
|---|---|---|---|---|
| 250423 | \n", "\"https://github.com/ParabolInc/action/issues/1379\" | \n", "integrations list view discoverability | \n", "issue - enhancement i was initially confused by the link to my account copy; seeing github in the integrations list made me think it had already been set up . i realize now that i had to allow parabol to post as me. i think that link to my account could use a tooltip explaining what link means, and why you'd want to do so. <img width= 728 alt= screen shot 2017-09-29 at 10 52 05 am src= https://user-images.githubusercontent.com/2146312/31024786-2fd39c46-a50e-11e7-9f2a-6d4a5ed2baeb.png > | \n", "0.748828 | \n", "
| 222304 | \n", "\"https://github.com/viosey/hexo-theme-material/issues/166\" | \n", "allow us to use sns-share for github | \n", "i'd love to be able to add a link at the bottom of the page for my github account. however, the sns-share option doesn't currently seem to be able to do this. | \n", "0.774398 | \n", "
| 153327 | \n", "\"https://github.com/tobykurien/GoogleApps/issues/31\" | \n", "drive provide download ability | \n", "sometimes people share files via g drive. provided a link this app can show some info about the files but doesn't show the download button. i hope that it can be fixed and users would be able to download files with this app. | \n", "0.778953 | \n", "
\n",
"222304 i'd love to be able to add a link at the bottom of the page for my github account. however, the sns-share option doesn't currently seem to be able to do this. \n",
"153327 sometimes people share files via g drive. provided a link this app can show some info about the files but doesn't show the download button. i hope that it can be fixed and users would be able to download files with this app. \n",
"\n",
" dist \n",
"250423 0.748828 \n",
"222304 0.774398 \n",
"153327 0.778953 "
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"seq2seq_inf_rec.demo_model_predictions(n=1, issue_df=testdf, threshold=1)"
]
},
{
"cell_type": "code",
"execution_count": 78,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"True"
]
},
"execution_count": 78,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# incase you need to reset the rec system\n",
"# seq2seq_inf_rec.set_recsys_annoyobj(recsys_annoyobj)\n",
"# seq2seq_inf_rec.set_recsys_data(all_data_df)\n",
"\n",
"# save object\n",
"recsys_annoyobj.save('recsys_annoyobj.pkl')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.2"
},
"toc": {
"nav_menu": {
"height": "263px",
"width": "352px"
},
"number_sections": true,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": true,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbformat": 4,
"nbformat_minor": 2
}