Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
316,562
27,167,158,545
IssuesEvent
2023-02-17 16:11:57
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
closed
Windows Smoke Tests: Release 6.6
Windows Only Manual Tests
We must test both the .exe installer package and install direct from conda. * To install via conda: - Use Intel Conda and make sure conda-forge is added to channels ``` mamba create -n test_mantid_6.6 mamba activate test_mantid_6.6 mamba install -c mantid/label/rc1 mantidworkbench --yes workbench # to launch ``` **Before testing**: - Check this main issue relates to the OS you will test on. - Tick the box beside a testing issue listed below to mark *you are testing this issue* - Enter the testing task issue and assign yourself as for a normal Github issue. **Afterwards**: - Comment on the testing issue with any issues you came across. - If no major issues were found, please **close the testing issue**. If you have any questions please contact the creator of this issue. ### Tick below before testing the related issue - [x] #35235 - [x] #35236 - [x] #35237 - [x] #35238 - [x] #35239 - [x] #35240
1.0
Windows Smoke Tests: Release 6.6 - We must test both the .exe installer package and install direct from conda. * To install via conda: - Use Intel Conda and make sure conda-forge is added to channels ``` mamba create -n test_mantid_6.6 mamba activate test_mantid_6.6 mamba install -c mantid/label/rc1 mantidworkbench --yes workbench # to launch ``` **Before testing**: - Check this main issue relates to the OS you will test on. - Tick the box beside a testing issue listed below to mark *you are testing this issue* - Enter the testing task issue and assign yourself as for a normal Github issue. **Afterwards**: - Comment on the testing issue with any issues you came across. - If no major issues were found, please **close the testing issue**. If you have any questions please contact the creator of this issue. ### Tick below before testing the related issue - [x] #35235 - [x] #35236 - [x] #35237 - [x] #35238 - [x] #35239 - [x] #35240
non_defect
windows smoke tests release we must test both the exe installer package and install direct from conda to install via conda use intel conda and make sure conda forge is added to channels mamba create n test mantid mamba activate test mantid mamba install c mantid label mantidworkbench yes workbench to launch before testing check this main issue relates to the os you will test on tick the box beside a testing issue listed below to mark you are testing this issue enter the testing task issue and assign yourself as for a normal github issue afterwards comment on the testing issue with any issues you came across if no major issues were found please close the testing issue if you have any questions please contact the creator of this issue tick below before testing the related issue
0
86,032
10,471,801,854
IssuesEvent
2019-09-23 08:45:26
gisaia/ARLAS-subscriptions
https://api.github.com/repos/gisaia/ARLAS-subscriptions
closed
Write documentation for packaging
documentation packaging
Specifications mention: > Documentation pack (technical, operational, user guides)
1.0
Write documentation for packaging - Specifications mention: > Documentation pack (technical, operational, user guides)
non_defect
write documentation for packaging specifications mention documentation pack technical operational user guides
0
25,344
4,154,920,470
IssuesEvent
2016-06-16 13:25:45
statsmodels/statsmodels
https://api.github.com/repos/statsmodels/statsmodels
closed
TST: Warnings with current master in test suite
type-test
Here's a list of warnings. Windows 10, python 3.5, other versions below I didn't look in details yet, pandas deprecation/usage, convergence warnings, ... ``` C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64>python Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:54:25) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import statsmodels as stm >>> stm.__version__ '0.8.0.dev0+54d6c2b' >>> stm.__file__ 'C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\__init__.py' >>> stm.test() Running unit tests for statsmodels NumPy version 1.9.3 NumPy is installed in C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\numpy Python version 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:54:25) [MSC v.1900 64 bit (AMD64)] nose version 1.3.7 .......................................................................................................................S...S...S...........S.............Optimization terminated successfully. Current function value: 2.702875 Iterations: 5 Function evaluations: 6 Gradient evaluations: 6 ..Optimization terminated successfully. Current function value: 2.715044 Iterations: 12 Function evaluations: 14 Gradient evaluations: 14 .......Optimization terminated successfully. Current function value: 3.302747 Iterations 17 ................not in depth 2 not in depth 2 ...............................................................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) ................................................................S..............................................................................................................................................................................................................................................................................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\discrete\discrete_model.py:131: FutureWarning: icol(i) is deprecated. Please use .iloc[:,i] endog_dummies = get_dummies(endog.icol(0)) .....Optimization terminated successfully. Current function value: 0.589409 Iterations 5 ..................................................................................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\duration\tests\test_survfunc.py:165: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy df["strata"] = strata C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\duration\tests\test_survfunc.py:176: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy df["strata"] = np.arange(df.shape[0]) % 8 ...............................................................................................................................................................................................................................................................................................................................................................................................................................can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" ....can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" .........can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" ..C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\matplotlib\pyplot.py:516: RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`). max_open_warning, RuntimeWarning) can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" ............C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\iolib\tests\test_foreign.py:137: FutureWarning: irow(i) is deprecated. Please use .iloc[i] assert_array_equal(dta.irow(0).tolist(), results[0]) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\iolib\tests\test_foreign.py:138: FutureWarning: irow(i) is deprecated. Please use .iloc[i] assert_array_equal(dta.irow(1).tolist(), results[1]) .........................................................................S..................................S.............................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\regression\mixed_linear_model.py:1997: ConvergenceWarning: Gradient optimization failed. warnings.warn(msg, ConvergenceWarning) ........C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\regression\mixed_linear_model.py:2015: ConvergenceWarning: The MLE may be on the boundary of the parameter space. warnings.warn(msg, ConvergenceWarning) ..C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\regression\mixed_linear_model.py:2015: ConvergenceWarning: The MLE may be on the boundary of the parameter space. warnings.warn(msg, ConvergenceWarning) ..........................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\regression\mixed_linear_model.py:1997: ConvergenceWarning: Gradient optimization failed. warnings.warn(msg, ConvergenceWarning) .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S..........S........S...S..........S........S..S........S...S..........S........S..S.......S...S..................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\pandas\core\indexing.py:117: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy self._setitem_with_indexer(indexer, value) .....................................................................S.................................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) .C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) ............C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) .........................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\mediation.py:393: FutureWarning: convert_objects is deprecated. Use the data-type specific converters pd.to_datetime, pd.to_timedelta and pd.to_numeric. smry = smry.convert_objects(convert_numeric=True) ..................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\sandbox\stats\multicomp.py:816: UserWarning: group_order does not contain all groups: dropping observations ' dropping observations') ..........................S.................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\proportion.py:252: UserWarning: no overlap, power is zero warnings.warn("no overlap, power is zero", UserWarning) ..............................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tools\grouputils.py:448: FutureWarning: sort(....) is deprecated, use sort_index(.....) out = out.sort(inplace=False) # copies ....................................................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\base\tests\test_base.py:59: FutureWarning: TimeSeries is deprecated. Please use Series model = TimeSeriesModel(TimeSeries(x, index=dates)) .........................S..........S..........S.........S.........S..........S..S.......S.........S.........S.........S.......................SSSS.............Optimization terminated successfully. Current function value: 1.107508 Iterations: 1 Function evaluations: 16 Gradient evaluations: 15 Hessian evaluations: 1 Warning: Maximum number of iterations has been exceeded. Current function value: 1.100807 Iterations: 50 Function evaluations: 79 Gradient evaluations: 128 Hessian evaluations: 50 Warning: Desired error not necessarily achieved due to precision loss. Current function value: 1.100658 Iterations: 5 Function evaluations: 34 Gradient evaluations: 27 Hessian evaluations: 6 .......C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\statespace\tests\test_mlemodel.py:46: FutureWarning: TimeSeries is deprecated. Please use Series endog = pd.TimeSeries(endog, index=index) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\statespace\tests\test_mlemodel.py:47: FutureWarning: TimeSeries is deprecated. Please use Series exog = pd.TimeSeries(exog, index=index) .C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\statespace\tests\test_mlemodel.py:328: FutureWarning: TimeSeries is deprecated. Please use Series endog = pd.TimeSeries([1,2], index=dates) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\data.py:551: FutureWarning: TimeSeries is deprecated. Please use Series return TimeSeries(squeezed, index=self.predict_dates) ..C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\statespace\tests\test_mlemodel.py:369: FutureWarning: TimeSeries is deprecated. Please use Series endog = pd.TimeSeries([1,2,3,4,5], index=dates) ...C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\statespace\tests\test_mlemodel.py:554: FutureWarning: TimeSeries is deprecated. Please use Series endog = pd.TimeSeries([1., 2.], index=dates) .......................SSSS.........................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S............................................................S.......[<warnings.WarningMessage object at 0x000002171CF15588>] .....C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\nose\util.py:453: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead inspect.getargspec(func) ..................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) ...............C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\data.py:551: FutureWarning: TimeSeries is deprecated. Please use Series return TimeSeries(squeezed, index=self.predict_dates) ....C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_ar.py:301: FutureWarning: TimeSeries is deprecated. Please use Series freq='M')) ........................................................................................................................................................................................................................................................................................................................................................................................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:680: ResourceWarning: unclosed file <_io.BufferedReader name='C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\tsa\\tests/results/results_arima_forecasts_all_mle.csv'> delimiter=",", skip_header=1, dtype=float) ..C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:739: ResourceWarning: unclosed file <_io.BufferedReader name='C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\tsa\\tests/results/results_arima_forecasts_all_css.csv'> delimiter=",", skip_header=1, dtype=float) ..C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:781: ResourceWarning: unclosed file <_io.BufferedReader name='C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\tsa\\tests/results/results_arima_forecasts_all_mle.csv'> delimiter=",", skip_header=1, dtype=float) ....C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:1163: ResourceWarning: unclosed file <_io.BufferedReader name='C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\tsa\\tests/results/results_arima_forecasts_all_css.csv'> delimiter=",", skip_header=1, dtype=float) .C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:1307: ResourceWarning: unclosed file <_io.BufferedReader name='C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\tsa\\tests/results/results_arima_forecasts_all_css_diff.csv'> delimiter=",", skip_header=1, dtype=float) .C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:1447: ResourceWarning: unclosed file <_io.BufferedReader name='C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\tsa\\tests/results/results_arima_forecasts_all_mle_diff.csv'> delimiter=",", skip_header=1, dtype=float) ...C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\data.py:551: FutureWarning: TimeSeries is deprecated. Please use Series return TimeSeries(squeezed, index=self.predict_dates) ........C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:1836: FutureWarning: TimeSeries is deprecated. Please use Series ts = pandas.TimeSeries(vals, index=dr) .C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:1851: FutureWarning: TimeSeries is deprecated. Please use Series ts = pandas.TimeSeries(vals, index=dr) ....C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:2003: FutureWarning: TimeSeries is deprecated. Please use Series periods=36, freq='M')) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\data.py:551: FutureWarning: TimeSeries is deprecated. Please use Series return TimeSeries(squeezed, index=self.predict_dates) ..C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\arima_model.py:1743: FutureWarning: TimeSeries is deprecated. Please use Series forecast = TimeSeries(forecast, index=self.data.predict_dates) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\arima_model.py:1867: FutureWarning: TimeSeries is deprecated. Please use Series forecast = TimeSeries(forecast, index=self.data.predict_dates) ...C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\data.py:551: FutureWarning: TimeSeries is deprecated. Please use Series return TimeSeries(squeezed, index=self.predict_dates) .C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:448: RuntimeWarning: Inverting hessian failed, no bse or cov_params available warn(warndoc, RuntimeWarning) .......................................................................S ---------------------------------------------------------------------- Ran 4307 tests in 449.081s OK (SKIP=45) <nose.result.TextTestResult run=4307 errors=0 failures=0> >>> can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" >>> import statsmodels.api as sm >>> dir(sm) ['GEE', 'GLM', 'GLS', 'GLSAR', 'Logit', 'MNLogit', 'MixedLM', 'NegativeBinomial', 'NominalGEE', 'OLS', 'OrdinalGEE', 'PCA', 'PHReg', 'Poisson', 'ProbPlot', 'Probit', 'QuantReg', 'RLM', 'WLS', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'add_constant', 'categorical', 'cov_struct', 'datasets', 'distributions', 'duration', 'emplike', 'families', 'formula', 'genmod', 'graphics', 'iolib', 'load', 'nonparametric', 'qqline', 'qqplot', 'qqplot_2samples', 'regression', 'robust', 'show_versions', 'stats', 'test', 'tools', 'tsa', 'version', 'webdoc'] >>> sm.show_versions() INSTALLED VERSIONS ------------------ Python: 3.5.1.final.0 Statsmodels =========== Installed: 0.8.0.dev0+54d6c2b (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels) Required Dependencies ===================== cython: 0.23.4 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\Cython) numpy: 1.9.3 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\numpy) scipy: 0.16.1 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\scipy) pandas: 0.17.1 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\pandas) dateutil: 2.4.2 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\dateutil) patsy: 0.4.1 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\patsy) Optional Dependencies ===================== matplotlib: 1.5.0 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\matplotlib) cvxopt: 1.1.7 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\cvxopt) Developer Tools ================ IPython: 4.0.1 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\IPython) jinja2: 2.8 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\jinja2) sphinx: 1.3.3 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\sphinx) pygments: 2.0.2 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\pygments) nose: 1.3.7 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\nose) virtualenv: Not installed >>> ```
1.0
TST: Warnings with current master in test suite - Here's a list of warnings. Windows 10, python 3.5, other versions below I didn't look in details yet, pandas deprecation/usage, convergence warnings, ... ``` C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64>python Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:54:25) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import statsmodels as stm >>> stm.__version__ '0.8.0.dev0+54d6c2b' >>> stm.__file__ 'C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\__init__.py' >>> stm.test() Running unit tests for statsmodels NumPy version 1.9.3 NumPy is installed in C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\numpy Python version 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:54:25) [MSC v.1900 64 bit (AMD64)] nose version 1.3.7 .......................................................................................................................S...S...S...........S.............Optimization terminated successfully. Current function value: 2.702875 Iterations: 5 Function evaluations: 6 Gradient evaluations: 6 ..Optimization terminated successfully. Current function value: 2.715044 Iterations: 12 Function evaluations: 14 Gradient evaluations: 14 .......Optimization terminated successfully. Current function value: 3.302747 Iterations 17 ................not in depth 2 not in depth 2 ...............................................................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) ................................................................S..............................................................................................................................................................................................................................................................................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\discrete\discrete_model.py:131: FutureWarning: icol(i) is deprecated. Please use .iloc[:,i] endog_dummies = get_dummies(endog.icol(0)) .....Optimization terminated successfully. Current function value: 0.589409 Iterations 5 ..................................................................................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\duration\tests\test_survfunc.py:165: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy df["strata"] = strata C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\duration\tests\test_survfunc.py:176: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy df["strata"] = np.arange(df.shape[0]) % 8 ...............................................................................................................................................................................................................................................................................................................................................................................................................................can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" ....can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" .........can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" ..C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\matplotlib\pyplot.py:516: RuntimeWarning: More than 20 figures have been opened. Figures created through the pyplot interface (`matplotlib.pyplot.figure`) are retained until explicitly closed and may consume too much memory. (To control this warning, see the rcParam `figure.max_open_warning`). max_open_warning, RuntimeWarning) can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" ............C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\iolib\tests\test_foreign.py:137: FutureWarning: irow(i) is deprecated. Please use .iloc[i] assert_array_equal(dta.irow(0).tolist(), results[0]) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\iolib\tests\test_foreign.py:138: FutureWarning: irow(i) is deprecated. Please use .iloc[i] assert_array_equal(dta.irow(1).tolist(), results[1]) .........................................................................S..................................S.............................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\regression\mixed_linear_model.py:1997: ConvergenceWarning: Gradient optimization failed. warnings.warn(msg, ConvergenceWarning) ........C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\regression\mixed_linear_model.py:2015: ConvergenceWarning: The MLE may be on the boundary of the parameter space. warnings.warn(msg, ConvergenceWarning) ..C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\regression\mixed_linear_model.py:2015: ConvergenceWarning: The MLE may be on the boundary of the parameter space. warnings.warn(msg, ConvergenceWarning) ..........................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\regression\mixed_linear_model.py:1997: ConvergenceWarning: Gradient optimization failed. warnings.warn(msg, ConvergenceWarning) .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S..........S........S...S..........S........S..S........S...S..........S........S..S.......S...S..................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\pandas\core\indexing.py:117: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy self._setitem_with_indexer(indexer, value) .....................................................................S.................................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) .C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) ............C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\correlation_tools.py:87: IterationLimitWarning: Maximum iteration reached. warnings.warn(iteration_limit_doc, IterationLimitWarning) .........................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\mediation.py:393: FutureWarning: convert_objects is deprecated. Use the data-type specific converters pd.to_datetime, pd.to_timedelta and pd.to_numeric. smry = smry.convert_objects(convert_numeric=True) ..................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\sandbox\stats\multicomp.py:816: UserWarning: group_order does not contain all groups: dropping observations ' dropping observations') ..........................S.................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\stats\proportion.py:252: UserWarning: no overlap, power is zero warnings.warn("no overlap, power is zero", UserWarning) ..............................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tools\grouputils.py:448: FutureWarning: sort(....) is deprecated, use sort_index(.....) out = out.sort(inplace=False) # copies ....................................................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\base\tests\test_base.py:59: FutureWarning: TimeSeries is deprecated. Please use Series model = TimeSeriesModel(TimeSeries(x, index=dates)) .........................S..........S..........S.........S.........S..........S..S.......S.........S.........S.........S.......................SSSS.............Optimization terminated successfully. Current function value: 1.107508 Iterations: 1 Function evaluations: 16 Gradient evaluations: 15 Hessian evaluations: 1 Warning: Maximum number of iterations has been exceeded. Current function value: 1.100807 Iterations: 50 Function evaluations: 79 Gradient evaluations: 128 Hessian evaluations: 50 Warning: Desired error not necessarily achieved due to precision loss. Current function value: 1.100658 Iterations: 5 Function evaluations: 34 Gradient evaluations: 27 Hessian evaluations: 6 .......C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\statespace\tests\test_mlemodel.py:46: FutureWarning: TimeSeries is deprecated. Please use Series endog = pd.TimeSeries(endog, index=index) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\statespace\tests\test_mlemodel.py:47: FutureWarning: TimeSeries is deprecated. Please use Series exog = pd.TimeSeries(exog, index=index) .C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\statespace\tests\test_mlemodel.py:328: FutureWarning: TimeSeries is deprecated. Please use Series endog = pd.TimeSeries([1,2], index=dates) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\data.py:551: FutureWarning: TimeSeries is deprecated. Please use Series return TimeSeries(squeezed, index=self.predict_dates) ..C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\statespace\tests\test_mlemodel.py:369: FutureWarning: TimeSeries is deprecated. Please use Series endog = pd.TimeSeries([1,2,3,4,5], index=dates) ...C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\statespace\tests\test_mlemodel.py:554: FutureWarning: TimeSeries is deprecated. Please use Series endog = pd.TimeSeries([1., 2.], index=dates) .......................SSSS.........................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S............................................................S.......[<warnings.WarningMessage object at 0x000002171CF15588>] .....C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\nose\util.py:453: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead inspect.getargspec(func) ..................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:471: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals "Check mle_retvals", ConvergenceWarning) ...............C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\data.py:551: FutureWarning: TimeSeries is deprecated. Please use Series return TimeSeries(squeezed, index=self.predict_dates) ....C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_ar.py:301: FutureWarning: TimeSeries is deprecated. Please use Series freq='M')) ........................................................................................................................................................................................................................................................................................................................................................................................................................................................C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:680: ResourceWarning: unclosed file <_io.BufferedReader name='C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\tsa\\tests/results/results_arima_forecasts_all_mle.csv'> delimiter=",", skip_header=1, dtype=float) ..C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:739: ResourceWarning: unclosed file <_io.BufferedReader name='C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\tsa\\tests/results/results_arima_forecasts_all_css.csv'> delimiter=",", skip_header=1, dtype=float) ..C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:781: ResourceWarning: unclosed file <_io.BufferedReader name='C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\tsa\\tests/results/results_arima_forecasts_all_mle.csv'> delimiter=",", skip_header=1, dtype=float) ....C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:1163: ResourceWarning: unclosed file <_io.BufferedReader name='C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\tsa\\tests/results/results_arima_forecasts_all_css.csv'> delimiter=",", skip_header=1, dtype=float) .C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:1307: ResourceWarning: unclosed file <_io.BufferedReader name='C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\tsa\\tests/results/results_arima_forecasts_all_css_diff.csv'> delimiter=",", skip_header=1, dtype=float) .C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:1447: ResourceWarning: unclosed file <_io.BufferedReader name='C:\\programs\\WinPython-64bit-3.5.1.1\\python-3.5.1.amd64\\lib\\site-packages\\statsmodels\\tsa\\tests/results/results_arima_forecasts_all_mle_diff.csv'> delimiter=",", skip_header=1, dtype=float) ...C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\data.py:551: FutureWarning: TimeSeries is deprecated. Please use Series return TimeSeries(squeezed, index=self.predict_dates) ........C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:1836: FutureWarning: TimeSeries is deprecated. Please use Series ts = pandas.TimeSeries(vals, index=dr) .C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:1851: FutureWarning: TimeSeries is deprecated. Please use Series ts = pandas.TimeSeries(vals, index=dr) ....C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\tests\test_arima.py:2003: FutureWarning: TimeSeries is deprecated. Please use Series periods=36, freq='M')) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\data.py:551: FutureWarning: TimeSeries is deprecated. Please use Series return TimeSeries(squeezed, index=self.predict_dates) ..C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\arima_model.py:1743: FutureWarning: TimeSeries is deprecated. Please use Series forecast = TimeSeries(forecast, index=self.data.predict_dates) C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\tsa\arima_model.py:1867: FutureWarning: TimeSeries is deprecated. Please use Series forecast = TimeSeries(forecast, index=self.data.predict_dates) ...C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\data.py:551: FutureWarning: TimeSeries is deprecated. Please use Series return TimeSeries(squeezed, index=self.predict_dates) .C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels\base\model.py:448: RuntimeWarning: Inverting hessian failed, no bse or cov_params available warn(warndoc, RuntimeWarning) .......................................................................S ---------------------------------------------------------------------- Ran 4307 tests in 449.081s OK (SKIP=45) <nose.result.TextTestResult run=4307 errors=0 failures=0> >>> can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" can't invoke "event" command: application has been destroyed while executing "event generate $w <<ThemeChanged>>" (procedure "ttk::ThemeChanged" line 6) invoked from within "ttk::ThemeChanged" >>> import statsmodels.api as sm >>> dir(sm) ['GEE', 'GLM', 'GLS', 'GLSAR', 'Logit', 'MNLogit', 'MixedLM', 'NegativeBinomial', 'NominalGEE', 'OLS', 'OrdinalGEE', 'PCA', 'PHReg', 'Poisson', 'ProbPlot', 'Probit', 'QuantReg', 'RLM', 'WLS', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'add_constant', 'categorical', 'cov_struct', 'datasets', 'distributions', 'duration', 'emplike', 'families', 'formula', 'genmod', 'graphics', 'iolib', 'load', 'nonparametric', 'qqline', 'qqplot', 'qqplot_2samples', 'regression', 'robust', 'show_versions', 'stats', 'test', 'tools', 'tsa', 'version', 'webdoc'] >>> sm.show_versions() INSTALLED VERSIONS ------------------ Python: 3.5.1.final.0 Statsmodels =========== Installed: 0.8.0.dev0+54d6c2b (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\statsmodels) Required Dependencies ===================== cython: 0.23.4 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\Cython) numpy: 1.9.3 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\numpy) scipy: 0.16.1 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\scipy) pandas: 0.17.1 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\pandas) dateutil: 2.4.2 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\dateutil) patsy: 0.4.1 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\patsy) Optional Dependencies ===================== matplotlib: 1.5.0 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\matplotlib) cvxopt: 1.1.7 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\cvxopt) Developer Tools ================ IPython: 4.0.1 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\IPython) jinja2: 2.8 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\jinja2) sphinx: 1.3.3 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\sphinx) pygments: 2.0.2 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\pygments) nose: 1.3.7 (C:\programs\WinPython-64bit-3.5.1.1\python-3.5.1.amd64\lib\site-packages\nose) virtualenv: Not installed >>> ```
non_defect
tst warnings with current master in test suite here s a list of warnings windows python other versions below i didn t look in details yet pandas deprecation usage convergence warnings c programs winpython python python python dec on type help copyright credits or license for more information import statsmodels as stm stm version stm file c programs winpython python lib site packages statsmodels init py stm test running unit tests for statsmodels numpy version numpy is installed in c programs winpython python lib site packages numpy python version dec nose version s s s s optimization terminated successfully current function value iterations function evaluations gradient evaluations optimization terminated successfully current function value iterations function evaluations gradient evaluations optimization terminated successfully current function value iterations not in depth not in depth c programs winpython python lib site packages statsmodels base model py convergencewarning maximum likelihood optimization failed to converge check mle retvals check mle retvals convergencewarning s c programs winpython python lib site packages statsmodels discrete discrete model py futurewarning icol i is deprecated please use iloc endog dummies get dummies endog icol optimization terminated successfully current function value iterations c programs winpython python lib site packages statsmodels duration tests test survfunc py settingwithcopywarning a value is trying to be set on a copy of a slice from a dataframe try using loc value instead see the caveats in the documentation df strata c programs winpython python lib site packages statsmodels duration tests test survfunc py settingwithcopywarning a value is trying to be set on a copy of a slice from a dataframe try using loc value instead see the caveats in the documentation df np arange df shape can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged c programs winpython python lib site packages matplotlib pyplot py runtimewarning more than figures have been opened figures created through the pyplot interface matplotlib pyplot figure are retained until explicitly closed and may consume too much memory to control this warning see the rcparam figure max open warning max open warning runtimewarning can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged c programs winpython python lib site packages statsmodels iolib tests test foreign py futurewarning irow i is deprecated please use iloc assert array equal dta irow tolist results c programs winpython python lib site packages statsmodels iolib tests test foreign py futurewarning irow i is deprecated please use iloc assert array equal dta irow tolist results s s c programs winpython python lib site packages statsmodels base model py convergencewarning maximum likelihood optimization failed to converge check mle retvals check mle retvals convergencewarning c programs winpython python lib site packages statsmodels base model py convergencewarning maximum likelihood optimization failed to converge check mle retvals check mle retvals convergencewarning c programs winpython python lib site packages statsmodels base model py convergencewarning maximum likelihood optimization failed to converge check mle retvals check mle retvals convergencewarning c programs winpython python lib site packages statsmodels base model py convergencewarning maximum likelihood optimization failed to converge check mle retvals check mle retvals convergencewarning c programs winpython python lib site packages statsmodels base model py convergencewarning maximum likelihood optimization failed to converge check mle retvals check mle retvals convergencewarning c programs winpython python lib site packages statsmodels regression mixed linear model py convergencewarning gradient optimization failed warnings warn msg convergencewarning c programs winpython python lib site packages statsmodels regression mixed linear model py convergencewarning the mle may be on the boundary of the parameter space warnings warn msg convergencewarning c programs winpython python lib site packages statsmodels regression mixed linear model py convergencewarning the mle may be on the boundary of the parameter space warnings warn msg convergencewarning c programs winpython python lib site packages statsmodels base model py convergencewarning maximum likelihood optimization failed to converge check mle retvals check mle retvals convergencewarning c programs winpython python lib site packages statsmodels base model py convergencewarning maximum likelihood optimization failed to converge check mle retvals check mle retvals convergencewarning c programs winpython python lib site packages statsmodels base model py convergencewarning maximum likelihood optimization failed to converge check mle retvals check mle retvals convergencewarning c programs winpython python lib site packages statsmodels base model py convergencewarning maximum likelihood optimization failed to converge check mle retvals check mle retvals convergencewarning c programs winpython python lib site packages statsmodels base model py convergencewarning maximum likelihood optimization failed to converge check mle retvals check mle retvals convergencewarning c programs winpython python lib site packages statsmodels regression mixed linear model py convergencewarning gradient optimization failed warnings warn msg convergencewarning s s s s s s s s s s s s s s c programs winpython python lib site packages pandas core indexing py settingwithcopywarning a value is trying to be set on a copy of a slice from a dataframe see the caveats in the documentation self setitem with indexer indexer value s c programs winpython python lib site packages statsmodels stats correlation tools py iterationlimitwarning maximum iteration reached warnings warn iteration limit doc iterationlimitwarning c programs winpython python lib site packages statsmodels stats correlation tools py iterationlimitwarning maximum iteration reached warnings warn iteration limit doc iterationlimitwarning c programs winpython python lib site packages statsmodels stats correlation tools py iterationlimitwarning maximum iteration reached warnings warn iteration limit doc iterationlimitwarning c programs winpython python lib site packages statsmodels stats correlation tools py iterationlimitwarning maximum iteration reached warnings warn iteration limit doc iterationlimitwarning c programs winpython python lib site packages statsmodels stats correlation tools py iterationlimitwarning maximum iteration reached warnings warn iteration limit doc iterationlimitwarning c programs winpython python lib site packages statsmodels stats correlation tools py iterationlimitwarning maximum iteration reached warnings warn iteration limit doc iterationlimitwarning c programs winpython python lib site packages statsmodels stats correlation tools py iterationlimitwarning maximum iteration reached warnings warn iteration limit doc iterationlimitwarning c programs winpython python lib site packages statsmodels stats correlation tools py iterationlimitwarning maximum iteration reached warnings warn iteration limit doc iterationlimitwarning c programs winpython python lib site packages statsmodels stats correlation tools py iterationlimitwarning maximum iteration reached warnings warn iteration limit doc iterationlimitwarning c programs winpython python lib site packages statsmodels stats correlation tools py iterationlimitwarning maximum iteration reached warnings warn iteration limit doc iterationlimitwarning c programs winpython python lib site packages statsmodels stats mediation py futurewarning convert objects is deprecated use the data type specific converters pd to datetime pd to timedelta and pd to numeric smry smry convert objects convert numeric true c programs winpython python lib site packages statsmodels sandbox stats multicomp py userwarning group order does not contain all groups dropping observations dropping observations s c programs winpython python lib site packages statsmodels stats proportion py userwarning no overlap power is zero warnings warn no overlap power is zero userwarning c programs winpython python lib site packages statsmodels tools grouputils py futurewarning sort is deprecated use sort index out out sort inplace false copies c programs winpython python lib site packages statsmodels tsa base tests test base py futurewarning timeseries is deprecated please use series model timeseriesmodel timeseries x index dates s s s s s s s s s s s ssss optimization terminated successfully current function value iterations function evaluations gradient evaluations hessian evaluations warning maximum number of iterations has been exceeded current function value iterations function evaluations gradient evaluations hessian evaluations warning desired error not necessarily achieved due to precision loss current function value iterations function evaluations gradient evaluations hessian evaluations c programs winpython python lib site packages statsmodels tsa statespace tests test mlemodel py futurewarning timeseries is deprecated please use series endog pd timeseries endog index index c programs winpython python lib site packages statsmodels tsa statespace tests test mlemodel py futurewarning timeseries is deprecated please use series exog pd timeseries exog index index c programs winpython python lib site packages statsmodels tsa statespace tests test mlemodel py futurewarning timeseries is deprecated please use series endog pd timeseries index dates c programs winpython python lib site packages statsmodels base data py futurewarning timeseries is deprecated please use series return timeseries squeezed index self predict dates c programs winpython python lib site packages statsmodels tsa statespace tests test mlemodel py futurewarning timeseries is deprecated please use series endog pd timeseries index dates c programs winpython python lib site packages statsmodels tsa statespace tests test mlemodel py futurewarning timeseries is deprecated please use series endog pd timeseries index dates ssss c programs winpython python lib site packages statsmodels base model py convergencewarning maximum likelihood optimization failed to converge check mle retvals check mle retvals convergencewarning s s c programs winpython python lib site packages nose util py deprecationwarning inspect getargspec is deprecated use inspect signature instead inspect getargspec func c programs winpython python lib site packages statsmodels base model py convergencewarning maximum likelihood optimization failed to converge check mle retvals check mle retvals convergencewarning c programs winpython python lib site packages statsmodels base data py futurewarning timeseries is deprecated please use series return timeseries squeezed index self predict dates c programs winpython python lib site packages statsmodels tsa tests test ar py futurewarning timeseries is deprecated please use series freq m c programs winpython python lib site packages statsmodels tsa tests test arima py resourcewarning unclosed file delimiter skip header dtype float c programs winpython python lib site packages statsmodels tsa tests test arima py resourcewarning unclosed file delimiter skip header dtype float c programs winpython python lib site packages statsmodels tsa tests test arima py resourcewarning unclosed file delimiter skip header dtype float c programs winpython python lib site packages statsmodels tsa tests test arima py resourcewarning unclosed file delimiter skip header dtype float c programs winpython python lib site packages statsmodels tsa tests test arima py resourcewarning unclosed file delimiter skip header dtype float c programs winpython python lib site packages statsmodels tsa tests test arima py resourcewarning unclosed file delimiter skip header dtype float c programs winpython python lib site packages statsmodels base data py futurewarning timeseries is deprecated please use series return timeseries squeezed index self predict dates c programs winpython python lib site packages statsmodels tsa tests test arima py futurewarning timeseries is deprecated please use series ts pandas timeseries vals index dr c programs winpython python lib site packages statsmodels tsa tests test arima py futurewarning timeseries is deprecated please use series ts pandas timeseries vals index dr c programs winpython python lib site packages statsmodels tsa tests test arima py futurewarning timeseries is deprecated please use series periods freq m c programs winpython python lib site packages statsmodels base data py futurewarning timeseries is deprecated please use series return timeseries squeezed index self predict dates c programs winpython python lib site packages statsmodels tsa arima model py futurewarning timeseries is deprecated please use series forecast timeseries forecast index self data predict dates c programs winpython python lib site packages statsmodels tsa arima model py futurewarning timeseries is deprecated please use series forecast timeseries forecast index self data predict dates c programs winpython python lib site packages statsmodels base data py futurewarning timeseries is deprecated please use series return timeseries squeezed index self predict dates c programs winpython python lib site packages statsmodels base model py runtimewarning inverting hessian failed no bse or cov params available warn warndoc runtimewarning s ran tests in ok skip can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged can t invoke event command application has been destroyed while executing event generate w procedure ttk themechanged line invoked from within ttk themechanged import statsmodels api as sm dir sm sm show versions installed versions python final statsmodels installed c programs winpython python lib site packages statsmodels required dependencies cython c programs winpython python lib site packages cython numpy c programs winpython python lib site packages numpy scipy c programs winpython python lib site packages scipy pandas c programs winpython python lib site packages pandas dateutil c programs winpython python lib site packages dateutil patsy c programs winpython python lib site packages patsy optional dependencies matplotlib c programs winpython python lib site packages matplotlib cvxopt c programs winpython python lib site packages cvxopt developer tools ipython c programs winpython python lib site packages ipython c programs winpython python lib site packages sphinx c programs winpython python lib site packages sphinx pygments c programs winpython python lib site packages pygments nose c programs winpython python lib site packages nose virtualenv not installed
0
203,322
15,362,335,229
IssuesEvent
2021-03-01 19:20:25
modin-project/modin
https://api.github.com/repos/modin-project/modin
opened
Test on Ray Nightly
Testing :chart_with_upwards_trend:
It would be great if we could test on the Ray nightly wheels on each commit to the master branch. I think we can add it as a separate CI and add a badge to the README to track.
1.0
Test on Ray Nightly - It would be great if we could test on the Ray nightly wheels on each commit to the master branch. I think we can add it as a separate CI and add a badge to the README to track.
non_defect
test on ray nightly it would be great if we could test on the ray nightly wheels on each commit to the master branch i think we can add it as a separate ci and add a badge to the readme to track
0
64,060
18,160,054,507
IssuesEvent
2021-09-27 08:35:33
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Crash in MXSpaceService.prepareData
T-Defect crash X-Release-Blocker
in EI 1.6.0: ``` Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x0000000104d6f634 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: SIGNAL; [5] Terminating Process: exc handler [16866] Terminating Process: exc handler [16866] Triggered by Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 MatrixSDK 0x104d6f634 MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 2504244 (MXSpaceService.swift:395) 1 MatrixSDK 0x104d6f2ac MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 2503340 (MXSpaceService.swift:395) 2 MatrixSDK 0x104d6fed0 closure #2 in MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 2506448 (MXSpaceService.swift:421) 3 MatrixSDK 0x104d71c80 partial apply for closure #2 in MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 2514048 (<compiler-generated>:0) 4 MatrixSDK 0x104d54980 partial apply for thunk for @escaping @callee_guaranteed (@guaranteed MXResponse<MXRoomMembers?>) -> () + 2394496 (<compiler-generated>:0) 5 MatrixSDK 0x104d5c8a4 specialized closure #1 in currySuccess<A, B>+ 2427044 (transform:_:) + 152 6 MatrixSDK 0x104d5a038 partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed MXRoomMembers?) -> () + 2416696 (<compiler-generated>:0) 7 MatrixSDK 0x104d549b8 thunk for @escaping @callee_guaranteed (@guaranteed MXRoomMembers?) -> () + 2394552 (<compiler-generated>:0) 8 MatrixSDK 0x104ca01a8 __44-[MXRoom members:lazyLoadedMembers:failure:]_block_invoke_2 + 1655208 (MXRoom.m:322) 9 libdispatch.dylib 0x183bf52ec _dispatch_call_block_and_release + 24 10 libdispatch.dylib 0x183bf62f0 _dispatch_client_callout + 16 11 libdispatch.dylib 0x183bd76a4 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 904 12 CoreFoundation 0x183ee57f8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 13 CoreFoundation 0x183ea30f8 __CFRunLoopRun + 2528 14 CoreFoundation 0x183eb5d8c CFRunLoopRunSpecific + 572 15 GraphicsServices 0x19dfc39a0 GSEventRunModal + 160 16 UIKitCore 0x1866eb018 -[UIApplication _run] + 1080 17 UIKitCore 0x18647f29c UIApplicationMain + 2060 18 Riot 0x10044e2b0 main + 1647280 ( ```
1.0
Crash in MXSpaceService.prepareData - in EI 1.6.0: ``` Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x0000000104d6f634 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: SIGNAL; [5] Terminating Process: exc handler [16866] Terminating Process: exc handler [16866] Triggered by Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 MatrixSDK 0x104d6f634 MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 2504244 (MXSpaceService.swift:395) 1 MatrixSDK 0x104d6f2ac MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 2503340 (MXSpaceService.swift:395) 2 MatrixSDK 0x104d6fed0 closure #2 in MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 2506448 (MXSpaceService.swift:421) 3 MatrixSDK 0x104d71c80 partial apply for closure #2 in MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 2514048 (<compiler-generated>:0) 4 MatrixSDK 0x104d54980 partial apply for thunk for @escaping @callee_guaranteed (@guaranteed MXResponse<MXRoomMembers?>) -> () + 2394496 (<compiler-generated>:0) 5 MatrixSDK 0x104d5c8a4 specialized closure #1 in currySuccess<A, B>+ 2427044 (transform:_:) + 152 6 MatrixSDK 0x104d5a038 partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed MXRoomMembers?) -> () + 2416696 (<compiler-generated>:0) 7 MatrixSDK 0x104d549b8 thunk for @escaping @callee_guaranteed (@guaranteed MXRoomMembers?) -> () + 2394552 (<compiler-generated>:0) 8 MatrixSDK 0x104ca01a8 __44-[MXRoom members:lazyLoadedMembers:failure:]_block_invoke_2 + 1655208 (MXRoom.m:322) 9 libdispatch.dylib 0x183bf52ec _dispatch_call_block_and_release + 24 10 libdispatch.dylib 0x183bf62f0 _dispatch_client_callout + 16 11 libdispatch.dylib 0x183bd76a4 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 904 12 CoreFoundation 0x183ee57f8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 13 CoreFoundation 0x183ea30f8 __CFRunLoopRun + 2528 14 CoreFoundation 0x183eb5d8c CFRunLoopRunSpecific + 572 15 GraphicsServices 0x19dfc39a0 GSEventRunModal + 160 16 UIKitCore 0x1866eb018 -[UIApplication _run] + 1080 17 UIKitCore 0x18647f29c UIApplicationMain + 2060 18 Riot 0x10044e2b0 main + 1647280 ( ```
defect
crash in mxspaceservice preparedata in ei exception type exc breakpoint sigtrap exception codes exception note exc corpse notify termination reason signal terminating process exc handler terminating process exc handler triggered by thread thread name dispatch queue com apple main thread thread crashed matrixsdk mxspaceservice preparedata with index spaces spacesperid roomsperid directrooms completion mxspaceservice swift matrixsdk mxspaceservice preparedata with index spaces spacesperid roomsperid directrooms completion mxspaceservice swift matrixsdk closure in mxspaceservice preparedata with index spaces spacesperid roomsperid directrooms completion mxspaceservice swift matrixsdk partial apply for closure in mxspaceservice preparedata with index spaces spacesperid roomsperid directrooms completion matrixsdk partial apply for thunk for escaping callee guaranteed guaranteed mxresponse matrixsdk specialized closure in currysuccess transform matrixsdk partial apply for thunk for escaping callee guaranteed in guaranteed mxroommembers matrixsdk thunk for escaping callee guaranteed guaranteed mxroommembers matrixsdk block invoke mxroom m libdispatch dylib dispatch call block and release libdispatch dylib dispatch client callout libdispatch dylib dispatch main queue callback variant corefoundation cfrunloop is servicing the main dispatch queue corefoundation cfrunlooprun corefoundation cfrunlooprunspecific graphicsservices gseventrunmodal uikitcore uikitcore uiapplicationmain riot main
1
124,118
10,292,395,662
IssuesEvent
2019-08-27 16:23:18
nicolargo/glances
https://api.github.com/repos/nicolargo/glances
closed
Make CSV export append instead of replace
enhancement needs test
#### Description I would like to save all recorded measurements to a CSV file. But currently if there is a CSV already present glances overrides it. I think it would be awesome if instead glances would just append additional rows. It could check that existing header matches and abort if it does not. #### Versions * Glances & psutil (glances -V): Glances v3.1.1 with psutil v5.6.3 * Operating System (lsb_release -a): Ubuntu 18.04.2 LTS
1.0
Make CSV export append instead of replace - #### Description I would like to save all recorded measurements to a CSV file. But currently if there is a CSV already present glances overrides it. I think it would be awesome if instead glances would just append additional rows. It could check that existing header matches and abort if it does not. #### Versions * Glances & psutil (glances -V): Glances v3.1.1 with psutil v5.6.3 * Operating System (lsb_release -a): Ubuntu 18.04.2 LTS
non_defect
make csv export append instead of replace description i would like to save all recorded measurements to a csv file but currently if there is a csv already present glances overrides it i think it would be awesome if instead glances would just append additional rows it could check that existing header matches and abort if it does not versions glances psutil glances v glances with psutil operating system lsb release a ubuntu lts
0
51,051
12,663,041,285
IssuesEvent
2020-06-18 00:01:15
angular/angular
https://api.github.com/repos/angular/angular
opened
Flaky `test_aio` and `test_aio_local` CircleCI jobs
comp: build & ci
The `test_aio` and `test_aio_local` CircleCI jobs started to be quite flaky recently (~50% of attempts results in false-positive failures). Example of the recent failure [can be found here](https://app.circleci.com/pipelines/github/angular/angular/17212/workflows/05430fc4-f921-42f6-9e94-643c6b6d2bff/jobs/741612/steps). It looks like the same tests produce flaky results: ``` Chrome Headless 83.0.4103.0 (Linux x86_64) DocViewerComponent #render() (swapping views) should unsubscribe from the previous "swap" observable when unsubscribed from FAILED ``` and ``` Chrome Headless 83.0.4103.0 (Linux x86_64) DocViewerComponent #render() (embedding components) should unsubscribe from the previous "embed" observable when unsubscribed from FAILED ``` CC @gkalpak
1.0
Flaky `test_aio` and `test_aio_local` CircleCI jobs - The `test_aio` and `test_aio_local` CircleCI jobs started to be quite flaky recently (~50% of attempts results in false-positive failures). Example of the recent failure [can be found here](https://app.circleci.com/pipelines/github/angular/angular/17212/workflows/05430fc4-f921-42f6-9e94-643c6b6d2bff/jobs/741612/steps). It looks like the same tests produce flaky results: ``` Chrome Headless 83.0.4103.0 (Linux x86_64) DocViewerComponent #render() (swapping views) should unsubscribe from the previous "swap" observable when unsubscribed from FAILED ``` and ``` Chrome Headless 83.0.4103.0 (Linux x86_64) DocViewerComponent #render() (embedding components) should unsubscribe from the previous "embed" observable when unsubscribed from FAILED ``` CC @gkalpak
non_defect
flaky test aio and test aio local circleci jobs the test aio and test aio local circleci jobs started to be quite flaky recently of attempts results in false positive failures example of the recent failure it looks like the same tests produce flaky results chrome headless linux docviewercomponent render swapping views should unsubscribe from the previous swap observable when unsubscribed from failed and chrome headless linux docviewercomponent render embedding components should unsubscribe from the previous embed observable when unsubscribed from failed cc gkalpak
0
181,595
6,662,417,717
IssuesEvent
2017-10-02 13:05:30
edenlabllc/ehealth.api
https://api.github.com/repos/edenlabllc/ehealth.api
closed
Declaration requests creation 500 with media storage error
bug priority/critical
Media storage returning invalid format error and `Proxy.proxy/2` can't match against string error. Solution - format media storage error properly.
1.0
Declaration requests creation 500 with media storage error - Media storage returning invalid format error and `Proxy.proxy/2` can't match against string error. Solution - format media storage error properly.
non_defect
declaration requests creation with media storage error media storage returning invalid format error and proxy proxy can t match against string error solution format media storage error properly
0
55,335
14,380,743,737
IssuesEvent
2020-12-02 03:34:09
DependencyTrack/dependency-track
https://api.github.com/repos/DependencyTrack/dependency-track
closed
Object with id "149316" is managed by a different persistence manager
defect
The defect may already be reported! Please search for the defect before creating one. ### Current Behavior: Error throws on analysis new project, ``` 09:36:23.746 INFO [BomUploadProcessingTask] Processing CycloneDX BOM uploaded to project: 85bfefa0-347f-48ee-8bd5-d5e7b835429d -- 09:36:26.556 INFO [BomUploadProcessingTask] Processed 198 components uploaded to project 85bfefa0-347f-48ee-8bd5-d5e7b835429d 09:36:37.443 INFO [InternalAnalysisTask] Starting internal analysis task 09:36:37.683 INFO [InternalAnalysisTask] Internal analysis complete 09:36:37.687 INFO [OssIndexAnalysisTask] Starting Sonatype OSS Index analysis task 09:36:37.719 ERROR [VulnerabilityAnalysisTask] An unexpected error occurred performing a vulnerability analysis task org.datanucleus.exceptions.NucleusUserException: Object with id "149316" is managed by a different persistence manager at org.datanucleus.ExecutionContextImpl.findObjectProvider(ExecutionContextImpl.java:1276) at org.datanucleus.store.rdbms.scostore.ElementContainerStore.validateElementForWriting(ElementContainerStore.java:283) at org.datanucleus.store.rdbms.scostore.JoinListStore.internalAdd(JoinListStore.java:200) at org.datanucleus.store.rdbms.scostore.AbstractListStore.add(AbstractListStore.java:113) at org.datanucleus.store.types.wrappers.backed.List.add(List.java:647) at org.dependencytrack.model.Component.addVulnerability(Component.java:593) at org.dependencytrack.persistence.QueryManager.addVulnerability(QueryManager.java:1402) at org.dependencytrack.persistence.QueryManager.addVulnerability(QueryManager.java:1388) at org.dependencytrack.tasks.scanners.BaseComponentAnalyzerTask.applyAnalysisFromCache(BaseComponentAnalyzerTask.java:156) at org.dependencytrack.tasks.scanners.OssIndexAnalysisTask.analyze(OssIndexAnalysisTask.java:164) at org.dependencytrack.tasks.scanners.OssIndexAnalysisTask.inform(OssIndexAnalysisTask.java:112) at org.dependencytrack.tasks.VulnerabilityAnalysisTask.performAnalysis(VulnerabilityAnalysisTask.java:146) at org.dependencytrack.tasks.VulnerabilityAnalysisTask.inform(VulnerabilityAnalysisTask.java:103) at alpine.event.framework.BaseEventService.lambda$publish$0(BaseEventService.java:99) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 09:36:37.721 INFO [PolicyEngine] Evaluating 198 component(s) against applicable policies 09:36:38.293 INFO [PolicyEngine] Policy analysis complete ``` ### Steps to Reproduce: ### Expected Behavior: ### Environment: - Dependency-Track Version: Docker, Snapshot version (4 beta 3) https://hub.docker.com/layers/owasp/dependency-track/snapshot/images/sha256-015a86d6ca7149bfb928f893a22c998aec0ad748a6f4494379ec9eff92384cfe?context=explore - Distribution: [ Docker ] - BOM Format & Version: - Database Server: [ PostgreSQL ] - Browser: FF Linux ### Additional Details: (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
1.0
Object with id "149316" is managed by a different persistence manager - The defect may already be reported! Please search for the defect before creating one. ### Current Behavior: Error throws on analysis new project, ``` 09:36:23.746 INFO [BomUploadProcessingTask] Processing CycloneDX BOM uploaded to project: 85bfefa0-347f-48ee-8bd5-d5e7b835429d -- 09:36:26.556 INFO [BomUploadProcessingTask] Processed 198 components uploaded to project 85bfefa0-347f-48ee-8bd5-d5e7b835429d 09:36:37.443 INFO [InternalAnalysisTask] Starting internal analysis task 09:36:37.683 INFO [InternalAnalysisTask] Internal analysis complete 09:36:37.687 INFO [OssIndexAnalysisTask] Starting Sonatype OSS Index analysis task 09:36:37.719 ERROR [VulnerabilityAnalysisTask] An unexpected error occurred performing a vulnerability analysis task org.datanucleus.exceptions.NucleusUserException: Object with id "149316" is managed by a different persistence manager at org.datanucleus.ExecutionContextImpl.findObjectProvider(ExecutionContextImpl.java:1276) at org.datanucleus.store.rdbms.scostore.ElementContainerStore.validateElementForWriting(ElementContainerStore.java:283) at org.datanucleus.store.rdbms.scostore.JoinListStore.internalAdd(JoinListStore.java:200) at org.datanucleus.store.rdbms.scostore.AbstractListStore.add(AbstractListStore.java:113) at org.datanucleus.store.types.wrappers.backed.List.add(List.java:647) at org.dependencytrack.model.Component.addVulnerability(Component.java:593) at org.dependencytrack.persistence.QueryManager.addVulnerability(QueryManager.java:1402) at org.dependencytrack.persistence.QueryManager.addVulnerability(QueryManager.java:1388) at org.dependencytrack.tasks.scanners.BaseComponentAnalyzerTask.applyAnalysisFromCache(BaseComponentAnalyzerTask.java:156) at org.dependencytrack.tasks.scanners.OssIndexAnalysisTask.analyze(OssIndexAnalysisTask.java:164) at org.dependencytrack.tasks.scanners.OssIndexAnalysisTask.inform(OssIndexAnalysisTask.java:112) at org.dependencytrack.tasks.VulnerabilityAnalysisTask.performAnalysis(VulnerabilityAnalysisTask.java:146) at org.dependencytrack.tasks.VulnerabilityAnalysisTask.inform(VulnerabilityAnalysisTask.java:103) at alpine.event.framework.BaseEventService.lambda$publish$0(BaseEventService.java:99) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 09:36:37.721 INFO [PolicyEngine] Evaluating 198 component(s) against applicable policies 09:36:38.293 INFO [PolicyEngine] Policy analysis complete ``` ### Steps to Reproduce: ### Expected Behavior: ### Environment: - Dependency-Track Version: Docker, Snapshot version (4 beta 3) https://hub.docker.com/layers/owasp/dependency-track/snapshot/images/sha256-015a86d6ca7149bfb928f893a22c998aec0ad748a6f4494379ec9eff92384cfe?context=explore - Distribution: [ Docker ] - BOM Format & Version: - Database Server: [ PostgreSQL ] - Browser: FF Linux ### Additional Details: (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
defect
object with id is managed by a different persistence manager the defect may already be reported please search for the defect before creating one current behavior error throws on analysis new project info processing cyclonedx bom uploaded to project info processed components uploaded to project info starting internal analysis task info internal analysis complete info starting sonatype oss index analysis task error an unexpected error occurred performing a vulnerability analysis task org datanucleus exceptions nucleususerexception object with id is managed by a different persistence manager at org datanucleus executioncontextimpl findobjectprovider executioncontextimpl java at org datanucleus store rdbms scostore elementcontainerstore validateelementforwriting elementcontainerstore java at org datanucleus store rdbms scostore joinliststore internaladd joinliststore java at org datanucleus store rdbms scostore abstractliststore add abstractliststore java at org datanucleus store types wrappers backed list add list java at org dependencytrack model component addvulnerability component java at org dependencytrack persistence querymanager addvulnerability querymanager java at org dependencytrack persistence querymanager addvulnerability querymanager java at org dependencytrack tasks scanners basecomponentanalyzertask applyanalysisfromcache basecomponentanalyzertask java at org dependencytrack tasks scanners ossindexanalysistask analyze ossindexanalysistask java at org dependencytrack tasks scanners ossindexanalysistask inform ossindexanalysistask java at org dependencytrack tasks vulnerabilityanalysistask performanalysis vulnerabilityanalysistask java at org dependencytrack tasks vulnerabilityanalysistask inform vulnerabilityanalysistask java at alpine event framework baseeventservice lambda publish baseeventservice java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java info evaluating component s against applicable policies info policy analysis complete steps to reproduce expected behavior environment dependency track version docker snapshot version beta distribution bom format version database server browser ff linux additional details e g detailed explanation stacktraces related issues suggestions how to fix links for us to have context eg stackoverflow gitter etc
1
29,850
5,919,311,414
IssuesEvent
2017-05-22 17:23:22
Openki/Openki
https://api.github.com/repos/Openki/Openki
closed
Exception invoking 'removeEvent'
defect
``` Exception while simulating the effect of invoking 'removeEvent' ReferenceError: logAsyncErrors is not defined at d.MethodInvocation.removeEvent (8bc7998….js?meteor_js_resource=true:291) at 8bc7998….js?meteor_js_resource=true:56 at r.EnvironmentVariable.withValue (8bc7998….js?meteor_js_resource=true:3) at y.apply (8bc7998….js?meteor_js_resource=true:56) at y.call (8bc7998….js?meteor_js_resource=true:56) at Object.click .js-event-delete (8bc7998….js?meteor_js_resource=true:280) at 8bc7998….js?meteor_js_resource=true:85 at Function.e._withTemplateInstanceFunc (8bc7998….js?meteor_js_resource=true:85) at h.View.<anonymous> (8bc7998….js?meteor_js_resource=true:85) at 8bc7998….js?meteor_js_resource=true:84 ReferenceError: logAsyncErrors is not defined at d.MethodInvocation.removeEvent (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:291:10945) at https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:56:14090 at r.EnvironmentVariable.withValue (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:3:7191) at y.apply (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:56:13986) at y.call (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:56:13385) at Object.click .js-event-delete (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:280:21640) at https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:85:6128 at Function.e._withTemplateInstanceFunc (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:85:5707) at h.View.<anonymous> (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:85:6080) at https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:84:27045 ```
1.0
Exception invoking 'removeEvent' - ``` Exception while simulating the effect of invoking 'removeEvent' ReferenceError: logAsyncErrors is not defined at d.MethodInvocation.removeEvent (8bc7998….js?meteor_js_resource=true:291) at 8bc7998….js?meteor_js_resource=true:56 at r.EnvironmentVariable.withValue (8bc7998….js?meteor_js_resource=true:3) at y.apply (8bc7998….js?meteor_js_resource=true:56) at y.call (8bc7998….js?meteor_js_resource=true:56) at Object.click .js-event-delete (8bc7998….js?meteor_js_resource=true:280) at 8bc7998….js?meteor_js_resource=true:85 at Function.e._withTemplateInstanceFunc (8bc7998….js?meteor_js_resource=true:85) at h.View.<anonymous> (8bc7998….js?meteor_js_resource=true:85) at 8bc7998….js?meteor_js_resource=true:84 ReferenceError: logAsyncErrors is not defined at d.MethodInvocation.removeEvent (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:291:10945) at https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:56:14090 at r.EnvironmentVariable.withValue (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:3:7191) at y.apply (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:56:13986) at y.call (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:56:13385) at Object.click .js-event-delete (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:280:21640) at https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:85:6128 at Function.e._withTemplateInstanceFunc (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:85:5707) at h.View.<anonymous> (https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:85:6080) at https://openki.net/8bc7998c9c649798f30acc4a519f69c2f5977206.js?meteor_js_resource=true:84:27045 ```
defect
exception invoking removeevent exception while simulating the effect of invoking removeevent referenceerror logasyncerrors is not defined at d methodinvocation removeevent … js meteor js resource true at … js meteor js resource true at r environmentvariable withvalue … js meteor js resource true at y apply … js meteor js resource true at y call … js meteor js resource true at object click js event delete … js meteor js resource true at … js meteor js resource true at function e withtemplateinstancefunc … js meteor js resource true at h view … js meteor js resource true at … js meteor js resource true referenceerror logasyncerrors is not defined at d methodinvocation removeevent at at r environmentvariable withvalue at y apply at y call at object click js event delete at at function e withtemplateinstancefunc at h view at
1
60,981
7,432,687,888
IssuesEvent
2018-03-26 02:48:01
ask-ar/carceropolis
https://api.github.com/repos/ask-ar/carceropolis
closed
Fazer modal para autenticação na página de especialistas
2 - Working <= 5 Design
Neste modal, a pessoa pode escolher entre logar ou criar cadastro. Após o login, ela já estará a ver as infos de email e telefone dos especialistas.
1.0
Fazer modal para autenticação na página de especialistas - Neste modal, a pessoa pode escolher entre logar ou criar cadastro. Após o login, ela já estará a ver as infos de email e telefone dos especialistas.
non_defect
fazer modal para autenticação na página de especialistas neste modal a pessoa pode escolher entre logar ou criar cadastro após o login ela já estará a ver as infos de email e telefone dos especialistas
0
71,535
30,913,324,085
IssuesEvent
2023-08-05 01:40:05
Zahlungsmittel/Zahlungsmittel
https://api.github.com/repos/Zahlungsmittel/Zahlungsmittel
opened
[CLOSED] add check for empty user list
bug service: backend imported
<a href="https://github.com/einhornimmond"><img src="https://avatars.githubusercontent.com/u/67117805?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [einhornimmond](https://github.com/einhornimmond)** _Sunday Oct 10, 2021 at 14:38 GMT_ _Originally opened as https://github.com/gradido/gradido/pull/957_ ---- ## 🍰 Pullrequest Add check for empty user list, prevent error if user has only one creation transaction ### Issues - fixes #942 ---- _**[einhornimmond](https://github.com/einhornimmond)** included the following code: https://github.com/gradido/gradido/pull/957/commits_
1.0
[CLOSED] add check for empty user list - <a href="https://github.com/einhornimmond"><img src="https://avatars.githubusercontent.com/u/67117805?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [einhornimmond](https://github.com/einhornimmond)** _Sunday Oct 10, 2021 at 14:38 GMT_ _Originally opened as https://github.com/gradido/gradido/pull/957_ ---- ## 🍰 Pullrequest Add check for empty user list, prevent error if user has only one creation transaction ### Issues - fixes #942 ---- _**[einhornimmond](https://github.com/einhornimmond)** included the following code: https://github.com/gradido/gradido/pull/957/commits_
non_defect
add check for empty user list issue by sunday oct at gmt originally opened as 🍰 pullrequest add check for empty user list prevent error if user has only one creation transaction issues fixes included the following code
0
114,038
24,535,566,137
IssuesEvent
2022-10-11 20:24:24
gwhittemore-veracode/Veracode-GW-Training-demo
https://api.github.com/repos/gwhittemore-veracode/Veracode-GW-Training-demo
opened
Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting') [VID:113:com/veracode/verademo/controller/UserController.java:173]
VeracodeFlaw: Medium Veracode Pipeline Scan
https://github.com/gwhittemore-veracode/Veracode-GW-Training-demo/blob/2add22ec1b5a85a51e5134a9af33bf2e99488d44/com/veracode/verademo/controller/UserController.java#L168-L178 **Filename:** com/veracode/verademo/controller/UserController.java **Line:** 173 **CWE:** 113 (Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting')) <span>This call to javax.servlet.http.HttpServletResponse.addCookie() contains an HTTP response splitting flaw. Writing untrusted input into an HTTP header allows an attacker to manipulate the HTTP response rendered by the browser, to inject additional headers or an entire response body into the response stream. Injecting headers can be used to trick various security mechanisms in browsers into allowing XSS style attacks. Injecting entire response bodies can not only cause XSS attacks to succeed but may even poison the cache of any intermediary proxies between the clients and the application server. The first argument to addCookie() contains tainted data from the variables (new Cookie(...)). The tainted data originated from an earlier call to AnnotationVirtualController.vc_annotation_entry.</span> <span>Escape, encode, or remove carriage return and line feed characters from untrusted data before inclusion in HTTP response headers. Whenever possible, use a security library such as ESAPI that provides safe versions of addHeader(), etc. that will automatically remove unexpected carriage returns and line feeds and can be configured to use HTML entity encoding for non-alphanumeric data. Alternatively, some of the XSS escaping functions from the OWASP Java Encoder project will also sanitize CRLF sequences. Only create a custom blocklist when absolutely necessary. Always validate untrusted input to ensure that it conforms to the expected format, using centralized data validation routines when possible.</span> <span>References: <a href="https://cwe.mitre.org/data/definitions/113.html">CWE</a> <a href="https://owasp.org/www-community/attacks/HTTP_Response_Splitting">OWASP</a> <a href="https://docs.veracode.com/r/review_cleansers">Supported Cleansers</a></span>
2.0
Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting') [VID:113:com/veracode/verademo/controller/UserController.java:173] - https://github.com/gwhittemore-veracode/Veracode-GW-Training-demo/blob/2add22ec1b5a85a51e5134a9af33bf2e99488d44/com/veracode/verademo/controller/UserController.java#L168-L178 **Filename:** com/veracode/verademo/controller/UserController.java **Line:** 173 **CWE:** 113 (Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting')) <span>This call to javax.servlet.http.HttpServletResponse.addCookie() contains an HTTP response splitting flaw. Writing untrusted input into an HTTP header allows an attacker to manipulate the HTTP response rendered by the browser, to inject additional headers or an entire response body into the response stream. Injecting headers can be used to trick various security mechanisms in browsers into allowing XSS style attacks. Injecting entire response bodies can not only cause XSS attacks to succeed but may even poison the cache of any intermediary proxies between the clients and the application server. The first argument to addCookie() contains tainted data from the variables (new Cookie(...)). The tainted data originated from an earlier call to AnnotationVirtualController.vc_annotation_entry.</span> <span>Escape, encode, or remove carriage return and line feed characters from untrusted data before inclusion in HTTP response headers. Whenever possible, use a security library such as ESAPI that provides safe versions of addHeader(), etc. that will automatically remove unexpected carriage returns and line feeds and can be configured to use HTML entity encoding for non-alphanumeric data. Alternatively, some of the XSS escaping functions from the OWASP Java Encoder project will also sanitize CRLF sequences. Only create a custom blocklist when absolutely necessary. Always validate untrusted input to ensure that it conforms to the expected format, using centralized data validation routines when possible.</span> <span>References: <a href="https://cwe.mitre.org/data/definitions/113.html">CWE</a> <a href="https://owasp.org/www-community/attacks/HTTP_Response_Splitting">OWASP</a> <a href="https://docs.veracode.com/r/review_cleansers">Supported Cleansers</a></span>
non_defect
improper neutralization of crlf sequences in http headers http response splitting filename com veracode verademo controller usercontroller java line cwe improper neutralization of crlf sequences in http headers http response splitting this call to javax servlet http httpservletresponse addcookie contains an http response splitting flaw writing untrusted input into an http header allows an attacker to manipulate the http response rendered by the browser to inject additional headers or an entire response body into the response stream injecting headers can be used to trick various security mechanisms in browsers into allowing xss style attacks injecting entire response bodies can not only cause xss attacks to succeed but may even poison the cache of any intermediary proxies between the clients and the application server the first argument to addcookie contains tainted data from the variables new cookie the tainted data originated from an earlier call to annotationvirtualcontroller vc annotation entry escape encode or remove carriage return and line feed characters from untrusted data before inclusion in http response headers whenever possible use a security library such as esapi that provides safe versions of addheader etc that will automatically remove unexpected carriage returns and line feeds and can be configured to use html entity encoding for non alphanumeric data alternatively some of the xss escaping functions from the owasp java encoder project will also sanitize crlf sequences only create a custom blocklist when absolutely necessary always validate untrusted input to ensure that it conforms to the expected format using centralized data validation routines when possible references
0
4,559
7,042,487,237
IssuesEvent
2017-12-30 13:41:46
DimasDSF/ShadowsOfAncients
https://api.github.com/repos/DimasDSF/ShadowsOfAncients
opened
Mutant: Burer
Addition AI IncludesAbilityRequirement IncludesItemRequirement IncludesModifierRequirement
### AI Spec: - Attacks Players on sight - Travels Between Lairs at night - Sits at Current Lair at day ### Special Abilities: - If Health < 60% Uses a channeled shield ability blocking 100% damage for 3s cooldown:6s - On entering combat Checks if enemy is player - If enemy is player checks players slot 0 - If Slot 0 is a weapon forces player to drop it then uses DarkMoon:ItemLaunch function to launch it in random direction - Has a Psi-Damage Field Aura #### AI Relationship: Unit | Relationship ----- | ----- Player | - Dog | 0 PsiDog | 0 Boar | 0 BloodSucker | 0 Controller | 0 Burer | + Zombie | 0 Armed Zombie | 0 Giant | 0 ### Drops: Item | Min-Max | Drop Chance ---- | ----- | ----- Burer Hand | 1-2 | 80% Burer Eye | 1-2 | 50 % Boar Brain | 1 | 20% ### Model - Warlock
3.0
Mutant: Burer - ### AI Spec: - Attacks Players on sight - Travels Between Lairs at night - Sits at Current Lair at day ### Special Abilities: - If Health < 60% Uses a channeled shield ability blocking 100% damage for 3s cooldown:6s - On entering combat Checks if enemy is player - If enemy is player checks players slot 0 - If Slot 0 is a weapon forces player to drop it then uses DarkMoon:ItemLaunch function to launch it in random direction - Has a Psi-Damage Field Aura #### AI Relationship: Unit | Relationship ----- | ----- Player | - Dog | 0 PsiDog | 0 Boar | 0 BloodSucker | 0 Controller | 0 Burer | + Zombie | 0 Armed Zombie | 0 Giant | 0 ### Drops: Item | Min-Max | Drop Chance ---- | ----- | ----- Burer Hand | 1-2 | 80% Burer Eye | 1-2 | 50 % Boar Brain | 1 | 20% ### Model - Warlock
non_defect
mutant burer ai spec attacks players on sight travels between lairs at night sits at current lair at day special abilities if health uses a channeled shield ability blocking damage for cooldown on entering combat checks if enemy is player if enemy is player checks players slot if slot is a weapon forces player to drop it then uses darkmoon itemlaunch function to launch it in random direction has a psi damage field aura ai relationship unit relationship player dog psidog boar bloodsucker controller burer zombie armed zombie giant drops item min max drop chance burer hand burer eye boar brain model warlock
0
73,465
24,645,913,468
IssuesEvent
2022-10-17 14:50:54
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
508-defect-2: VA national cemetery list loop needs design review (and possible re-design)
design 508/Accessibility pre-need 508-defect-2 benefits-crew benefits-team-1 squad-1
### Point of contact Josh Kim ### Severity level 2, Serious. Should be fixed in 1-2 sprints post-launch. ### Details The VA national cemetery list loop page needs a design review as: - it uses a typeahead with over 100+ cemeteries - it nests a list loop pattern within a dynamic expandable region (see below video on how recorded entries are erased when a user changes their decision) - the list loop has heading issues and labelling issues for its buttons https://user-images.githubusercontent.com/14154792/196208525-f599d5b5-09d1-4762-a297-7daa1b66b3e0.mov ### Reproduction steps 1. [Start the pre-need form as an unsigned in user](https://www.va.gov/burials-and-memorials/pre-need/form-10007-apply-for-eligibility/burial-benefits) 2. Select "other" for relationship to the service member 3. Reach the burial benefits section with the national cemetery selection ### Proposed solution or next steps A designer should review this page and explore simpler, alternative methods for collecting this information like the [subtask pattern.](https://design.va.gov/patterns/forms/sub-task) ### References, articles, or WCAG support 1. 2. 3. ... ### Type of issue - [X] Screenreader - [ ] Keyboard - [ ] Focus - [X] Headings - [ ] Color - [ ] Zoom - [X] Semantics - [ ] Axe-core - [ ] Something else
1.0
508-defect-2: VA national cemetery list loop needs design review (and possible re-design) - ### Point of contact Josh Kim ### Severity level 2, Serious. Should be fixed in 1-2 sprints post-launch. ### Details The VA national cemetery list loop page needs a design review as: - it uses a typeahead with over 100+ cemeteries - it nests a list loop pattern within a dynamic expandable region (see below video on how recorded entries are erased when a user changes their decision) - the list loop has heading issues and labelling issues for its buttons https://user-images.githubusercontent.com/14154792/196208525-f599d5b5-09d1-4762-a297-7daa1b66b3e0.mov ### Reproduction steps 1. [Start the pre-need form as an unsigned in user](https://www.va.gov/burials-and-memorials/pre-need/form-10007-apply-for-eligibility/burial-benefits) 2. Select "other" for relationship to the service member 3. Reach the burial benefits section with the national cemetery selection ### Proposed solution or next steps A designer should review this page and explore simpler, alternative methods for collecting this information like the [subtask pattern.](https://design.va.gov/patterns/forms/sub-task) ### References, articles, or WCAG support 1. 2. 3. ... ### Type of issue - [X] Screenreader - [ ] Keyboard - [ ] Focus - [X] Headings - [ ] Color - [ ] Zoom - [X] Semantics - [ ] Axe-core - [ ] Something else
defect
defect va national cemetery list loop needs design review and possible re design point of contact josh kim severity level serious should be fixed in sprints post launch details the va national cemetery list loop page needs a design review as it uses a typeahead with over cemeteries it nests a list loop pattern within a dynamic expandable region see below video on how recorded entries are erased when a user changes their decision the list loop has heading issues and labelling issues for its buttons reproduction steps select other for relationship to the service member reach the burial benefits section with the national cemetery selection proposed solution or next steps a designer should review this page and explore simpler alternative methods for collecting this information like the references articles or wcag support type of issue screenreader keyboard focus headings color zoom semantics axe core something else
1
91,501
11,504,732,488
IssuesEvent
2020-02-13 00:09:24
carbon-design-system/ibm-dotcom-library-website
https://api.github.com/repos/carbon-design-system/ibm-dotcom-library-website
closed
Create an adoptor roadmap diagram and content for the website
Airtable Done design design: visual priority: high website: cupcake
#### User story > As an IBM.com Library adopter, > I need a way to know what I need to do for now to adopt Carbon in the future > so that I can create an adoption plan for my team. #### Additional information Below is the v19a version of the roadmap diagram and the Sketch work file can be found [here](https://ibm.box.com/s/h1p024i00gzjxw78huyv8yhcvn9t4kqw). ![roadmap diagram](https://user-images.githubusercontent.com/45213839/73376832-adaa7580-4283-11ea-8213-5ea44cd5c2b5.jpg) #### Acceptance criteria - [ ] Diagram is created and finalized. - [ ] Diagram is ready to implement on the website.
2.0
Create an adoptor roadmap diagram and content for the website - #### User story > As an IBM.com Library adopter, > I need a way to know what I need to do for now to adopt Carbon in the future > so that I can create an adoption plan for my team. #### Additional information Below is the v19a version of the roadmap diagram and the Sketch work file can be found [here](https://ibm.box.com/s/h1p024i00gzjxw78huyv8yhcvn9t4kqw). ![roadmap diagram](https://user-images.githubusercontent.com/45213839/73376832-adaa7580-4283-11ea-8213-5ea44cd5c2b5.jpg) #### Acceptance criteria - [ ] Diagram is created and finalized. - [ ] Diagram is ready to implement on the website.
non_defect
create an adoptor roadmap diagram and content for the website user story as an ibm com library adopter i need a way to know what i need to do for now to adopt carbon in the future so that i can create an adoption plan for my team additional information below is the version of the roadmap diagram and the sketch work file can be found acceptance criteria diagram is created and finalized diagram is ready to implement on the website
0
61,295
14,621,064,485
IssuesEvent
2020-12-22 20:53:38
SmartBear/idea-collaborator-plugin
https://api.github.com/repos/SmartBear/idea-collaborator-plugin
opened
CVE-2018-19362 (High) detected in jackson-databind-2.5.0.jar
security vulnerability
## CVE-2018-19362 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.5.0.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to vulnerable library: idea-collaborator-plugin/client/lib/jackson-databind-2.5.0.jar,idea-collaborator-plugin/collabplugin/collaborator/collaborator/lib/jackson-databind-2.5.0.jar,idea-collaborator-plugin/collaborator-0_7-BETA/collaborator/lib/jackson-databind-2.5.0.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.5.0.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/SmartBear/idea-collaborator-plugin/commit/3e67fb2d437ffeadf07751b7979f4e35dbc282a2">3e67fb2d437ffeadf07751b7979f4e35dbc282a2</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the jboss-common-core class from polymorphic deserialization. <p>Publish Date: 2019-01-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19362>CVE-2018-19362</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19362">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19362</a></p> <p>Release Date: 2019-01-02</p> <p>Fix Resolution: 2.9.8</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.5.0","isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.5.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.9.8"}],"vulnerabilityIdentifier":"CVE-2018-19362","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the jboss-common-core class from polymorphic deserialization.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19362","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2018-19362 (High) detected in jackson-databind-2.5.0.jar - ## CVE-2018-19362 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.5.0.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to vulnerable library: idea-collaborator-plugin/client/lib/jackson-databind-2.5.0.jar,idea-collaborator-plugin/collabplugin/collaborator/collaborator/lib/jackson-databind-2.5.0.jar,idea-collaborator-plugin/collaborator-0_7-BETA/collaborator/lib/jackson-databind-2.5.0.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.5.0.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/SmartBear/idea-collaborator-plugin/commit/3e67fb2d437ffeadf07751b7979f4e35dbc282a2">3e67fb2d437ffeadf07751b7979f4e35dbc282a2</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the jboss-common-core class from polymorphic deserialization. <p>Publish Date: 2019-01-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19362>CVE-2018-19362</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19362">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19362</a></p> <p>Release Date: 2019-01-02</p> <p>Fix Resolution: 2.9.8</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.5.0","isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.5.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.9.8"}],"vulnerabilityIdentifier":"CVE-2018-19362","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the jboss-common-core class from polymorphic deserialization.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19362","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_defect
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to vulnerable library idea collaborator plugin client lib jackson databind jar idea collaborator plugin collabplugin collaborator collaborator lib jackson databind jar idea collaborator plugin collaborator beta collaborator lib jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before might allow attackers to have unspecified impact by leveraging failure to block the jboss common core class from polymorphic deserialization publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before might allow attackers to have unspecified impact by leveraging failure to block the jboss common core class from polymorphic deserialization vulnerabilityurl
0
646,014
21,034,728,269
IssuesEvent
2022-03-31 06:35:49
magma/magma
https://api.github.com/repos/magma/magma
closed
[AMF]: Malformed Security Mode Command packet due to UE Security Capability
type: bug component: agw priority: medium product: 5g sa
UE Security Capabilties can have extended set. With that set SMC is getting malformed. Attaching the pcap for reference. Idea is to handle the UE capabilities in SMC correctly. [https://app.zenhub.com/files/170803235/b59a2f3e-5a80-475a-b462-ea48fda57621/download] (https://app.zenhub.com/files/170803235/b59a2f3e-5a80-475a-b462-ea48fda57621/download) ![image.png](https://images.zenhubusercontent.com/60897609f8251d0d2333851b/c9399180-e2fc-4623-ac51-c996c9e5e136)
1.0
[AMF]: Malformed Security Mode Command packet due to UE Security Capability - UE Security Capabilties can have extended set. With that set SMC is getting malformed. Attaching the pcap for reference. Idea is to handle the UE capabilities in SMC correctly. [https://app.zenhub.com/files/170803235/b59a2f3e-5a80-475a-b462-ea48fda57621/download] (https://app.zenhub.com/files/170803235/b59a2f3e-5a80-475a-b462-ea48fda57621/download) ![image.png](https://images.zenhubusercontent.com/60897609f8251d0d2333851b/c9399180-e2fc-4623-ac51-c996c9e5e136)
non_defect
malformed security mode command packet due to ue security capability ue security capabilties can have extended set with that set smc is getting malformed attaching the pcap for reference idea is to handle the ue capabilities in smc correctly
0
73,932
24,871,282,342
IssuesEvent
2022-10-27 15:23:37
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Can't restore preious session
T-Defect
### Steps to reproduce 1. It suddenly shows, randomly happens when you start the program. ### Outcome #### What did you expect? It should not happen #### What happened instead? ### Operating system win7 x64 ### Application version _No response_ ### How did you install the app? _No response_ ### Homeserver _No response_ ### Will you send logs? Yes
1.0
Can't restore preious session - ### Steps to reproduce 1. It suddenly shows, randomly happens when you start the program. ### Outcome #### What did you expect? It should not happen #### What happened instead? ### Operating system win7 x64 ### Application version _No response_ ### How did you install the app? _No response_ ### Homeserver _No response_ ### Will you send logs? Yes
defect
can t restore preious session steps to reproduce it suddenly shows randomly happens when you start the program outcome what did you expect it should not happen what happened instead operating system application version no response how did you install the app no response homeserver no response will you send logs yes
1
65,002
19,010,733,118
IssuesEvent
2021-11-23 09:01:32
jOOQ/jOOR
https://api.github.com/repos/jOOQ/jOOR
closed
InvocationTargetException when compiling a class extending a class in the same file
P: Medium T: Defect
### Expected behavior and actual behavior: I got an InvocationTargetException for the compliation of a simple class which extends another class, which is in the same file: ``` java.lang.reflect.InvocationTargetException org.joor.ReflectException: java.lang.reflect.InvocationTargetException at org.joor.Reflect.on(Reflect.java:914) at org.joor.Reflect.call(Reflect.java:583) at org.joor.Compile.lambda$compile$0(Compile.java:112) at org.joor.Compile$ClassFileManager.loadAndReturnMainClass(Compile.java:251) at org.joor.Compile.compile(Compile.java:111) at org.joor.Reflect.compile(Reflect.java:104) at org.joor.Reflect.compile(Reflect.java:79) ... some more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.joor.Reflect.on(Reflect.java:910) ... 90 more Caused by: java.lang.NoClassDefFoundError: sample/AnotherSampleClass at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.lang.ClassLoader.defineClass(ClassLoader.java:635) ... 95 more Caused by: java.lang.ClassNotFoundException: sample.AnotherSampleClass at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ``` I want to test an annotation processor, which detects the superclass of an annotated class. The superclass must be in the same package as the annotated class, which means I cannot simply extend an existing class like Object or Exception or the like. ### Steps to reproduce the problem: `Reflect.compile( "sample.SampleClass", "package sample; public class SampleClass extends AnotherSampleClass{} class AnotherSampleClass{}");` My real test is actually flaky, i.e. it passes sometimes but I got also the Exception. The example above is a minimal example but seems to fail always. ### Versions: - jOOR: 0.9.14 - Java: 8
1.0
InvocationTargetException when compiling a class extending a class in the same file - ### Expected behavior and actual behavior: I got an InvocationTargetException for the compliation of a simple class which extends another class, which is in the same file: ``` java.lang.reflect.InvocationTargetException org.joor.ReflectException: java.lang.reflect.InvocationTargetException at org.joor.Reflect.on(Reflect.java:914) at org.joor.Reflect.call(Reflect.java:583) at org.joor.Compile.lambda$compile$0(Compile.java:112) at org.joor.Compile$ClassFileManager.loadAndReturnMainClass(Compile.java:251) at org.joor.Compile.compile(Compile.java:111) at org.joor.Reflect.compile(Reflect.java:104) at org.joor.Reflect.compile(Reflect.java:79) ... some more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.joor.Reflect.on(Reflect.java:910) ... 90 more Caused by: java.lang.NoClassDefFoundError: sample/AnotherSampleClass at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:756) at java.lang.ClassLoader.defineClass(ClassLoader.java:635) ... 95 more Caused by: java.lang.ClassNotFoundException: sample.AnotherSampleClass at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ``` I want to test an annotation processor, which detects the superclass of an annotated class. The superclass must be in the same package as the annotated class, which means I cannot simply extend an existing class like Object or Exception or the like. ### Steps to reproduce the problem: `Reflect.compile( "sample.SampleClass", "package sample; public class SampleClass extends AnotherSampleClass{} class AnotherSampleClass{}");` My real test is actually flaky, i.e. it passes sometimes but I got also the Exception. The example above is a minimal example but seems to fail always. ### Versions: - jOOR: 0.9.14 - Java: 8
defect
invocationtargetexception when compiling a class extending a class in the same file expected behavior and actual behavior i got an invocationtargetexception for the compliation of a simple class which extends another class which is in the same file java lang reflect invocationtargetexception org joor reflectexception java lang reflect invocationtargetexception at org joor reflect on reflect java at org joor reflect call reflect java at org joor compile lambda compile compile java at org joor compile classfilemanager loadandreturnmainclass compile java at org joor compile compile compile java at org joor reflect compile reflect java at org joor reflect compile reflect java some more caused by java lang reflect invocationtargetexception at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org joor reflect on reflect java more caused by java lang noclassdeffounderror sample anothersampleclass at java lang classloader native method at java lang classloader defineclass classloader java at java lang classloader defineclass classloader java more caused by java lang classnotfoundexception sample anothersampleclass at java net urlclassloader findclass urlclassloader java at java lang classloader loadclass classloader java at sun misc launcher appclassloader loadclass launcher java at java lang classloader loadclass classloader java i want to test an annotation processor which detects the superclass of an annotated class the superclass must be in the same package as the annotated class which means i cannot simply extend an existing class like object or exception or the like steps to reproduce the problem reflect compile sample sampleclass package sample public class sampleclass extends anothersampleclass class anothersampleclass my real test is actually flaky i e it passes sometimes but i got also the exception the example above is a minimal example but seems to fail always versions joor java
1
443,779
12,799,511,731
IssuesEvent
2020-07-02 15:30:38
ngageoint/hootenanny
https://api.github.com/repos/ngageoint/hootenanny
opened
Multiple version failures can grind changeset-upload to a halt
Category: Core Priority: High Type: Bug Type: Task
Since the API only returns one error at a time, a changeset with many version errors makes 2N calls to the API where N is the number of version errors. This can cause the upload of a large, out-of-date dataset to take _forever_ to upload. After 25 of these an error message to the user to update their data is emitted and the dataset fails.
1.0
Multiple version failures can grind changeset-upload to a halt - Since the API only returns one error at a time, a changeset with many version errors makes 2N calls to the API where N is the number of version errors. This can cause the upload of a large, out-of-date dataset to take _forever_ to upload. After 25 of these an error message to the user to update their data is emitted and the dataset fails.
non_defect
multiple version failures can grind changeset upload to a halt since the api only returns one error at a time a changeset with many version errors makes calls to the api where n is the number of version errors this can cause the upload of a large out of date dataset to take forever to upload after of these an error message to the user to update their data is emitted and the dataset fails
0
32,827
6,953,397,145
IssuesEvent
2017-12-06 20:52:47
Dzhuneyt/jquery-tubular
https://api.github.com/repos/Dzhuneyt/jquery-tubular
closed
No video starting with latest Google Chrome
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Download the demo pack 2. Launch the index.html file 3. What is the expected output? What do you see instead? The demo page is expected. I see it with a grey background (no video, even if I try with other video ids) What version of the product are you using? On what operating system? Version 1.0, with OS X Mavericks Please provide any additional information below. ``` Original issue reported on code.google.com by `edgard.c...@gmail.com` on 1 Dec 2013 at 1:49
1.0
No video starting with latest Google Chrome - ``` What steps will reproduce the problem? 1. Download the demo pack 2. Launch the index.html file 3. What is the expected output? What do you see instead? The demo page is expected. I see it with a grey background (no video, even if I try with other video ids) What version of the product are you using? On what operating system? Version 1.0, with OS X Mavericks Please provide any additional information below. ``` Original issue reported on code.google.com by `edgard.c...@gmail.com` on 1 Dec 2013 at 1:49
defect
no video starting with latest google chrome what steps will reproduce the problem download the demo pack launch the index html file what is the expected output what do you see instead the demo page is expected i see it with a grey background no video even if i try with other video ids what version of the product are you using on what operating system version with os x mavericks please provide any additional information below original issue reported on code google com by edgard c gmail com on dec at
1
32,322
6,767,147,077
IssuesEvent
2017-10-26 01:24:50
blablubbabc/Shopkeepers-Issues
https://api.github.com/repos/blablubbabc/Shopkeepers-Issues
closed
Villager Trades Dissapear
Defect Fixed migrated
**Migrated from:** https://dev.bukkit.org/projects/shopkeepers/issues/19 **Originally by C0mput3rHuman101 (Aug 20, 2012):** What steps will reproduce the problem? 1. Reload 2. RestartWhat is the expected output? What do you see instead? Expected: Same stuff for sale I see: Everything gone What version of the product are you using? v1.2Do you have an error log of what happened? No
1.0
Villager Trades Dissapear - **Migrated from:** https://dev.bukkit.org/projects/shopkeepers/issues/19 **Originally by C0mput3rHuman101 (Aug 20, 2012):** What steps will reproduce the problem? 1. Reload 2. RestartWhat is the expected output? What do you see instead? Expected: Same stuff for sale I see: Everything gone What version of the product are you using? v1.2Do you have an error log of what happened? No
defect
villager trades dissapear migrated from originally by aug what steps will reproduce the problem reload restartwhat is the expected output what do you see instead expected same stuff for sale i see everything gone what version of the product are you using you have an error log of what happened no
1
61,626
17,023,742,993
IssuesEvent
2021-07-03 03:36:14
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Highway=pedestrian not used for pedestrian routing
Component: yours Priority: minor Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 9.29pm, Friday, 26th August 2011]** Way tagged as highway=pedestrian, foot=designated is avoided for routing even with foot selected as transport type. Example can be seen here http://www.yournavigation.org/?flat=49.199837670504&flon=16.575613193098&tlat=49.200517680987&tlon=16.576267652098&v=foot&fast=0&layer=mapnik The navigation should form a straight connection. The way in question: http://www.openstreetmap.org/browse/way/118852654
1.0
Highway=pedestrian not used for pedestrian routing - **[Submitted to the original trac issue database at 9.29pm, Friday, 26th August 2011]** Way tagged as highway=pedestrian, foot=designated is avoided for routing even with foot selected as transport type. Example can be seen here http://www.yournavigation.org/?flat=49.199837670504&flon=16.575613193098&tlat=49.200517680987&tlon=16.576267652098&v=foot&fast=0&layer=mapnik The navigation should form a straight connection. The way in question: http://www.openstreetmap.org/browse/way/118852654
defect
highway pedestrian not used for pedestrian routing way tagged as highway pedestrian foot designated is avoided for routing even with foot selected as transport type example can be seen here the navigation should form a straight connection the way in question
1
327,917
28,090,441,879
IssuesEvent
2023-03-30 12:44:38
CPMpy/cpmpy
https://api.github.com/repos/CPMpy/cpmpy
opened
Reify_rewrite documentation missing precondition
fuzz-test
Running reify_rewrite with global constraints gives an error telling you to run decompose_global() first, but this precondition is not in the documentation
1.0
Reify_rewrite documentation missing precondition - Running reify_rewrite with global constraints gives an error telling you to run decompose_global() first, but this precondition is not in the documentation
non_defect
reify rewrite documentation missing precondition running reify rewrite with global constraints gives an error telling you to run decompose global first but this precondition is not in the documentation
0
4,745
7,603,472,788
IssuesEvent
2018-04-29 14:55:17
nodejs/node
https://api.github.com/repos/nodejs/node
closed
Memory leak due to process.fork()?
child_process confirmed-bug
* **Version**: v8.5.0 * **Platform**: Linux I am experiencing memory leakage in an app that uses`process.fork()` a lot. These child processes get sent messages via `process.send()` with a `sendHandle` and are terminated later on. I did run into issues with memory management here. Some heap dumps show that even after the child-processes exited, the `ChildProcess`-instances are retained in the master process. I learned that using `subprocess.disconnect()` partly fixes that issue, but one more retainer can be found here: https://github.com/nodejs/node/blob/20259f90927a8b2923a0ad3210f6400d3a29966b/lib/net.js#L1665 How, where and when should this `socketList` be removed from the `_workers`-array?
1.0
Memory leak due to process.fork()? - * **Version**: v8.5.0 * **Platform**: Linux I am experiencing memory leakage in an app that uses`process.fork()` a lot. These child processes get sent messages via `process.send()` with a `sendHandle` and are terminated later on. I did run into issues with memory management here. Some heap dumps show that even after the child-processes exited, the `ChildProcess`-instances are retained in the master process. I learned that using `subprocess.disconnect()` partly fixes that issue, but one more retainer can be found here: https://github.com/nodejs/node/blob/20259f90927a8b2923a0ad3210f6400d3a29966b/lib/net.js#L1665 How, where and when should this `socketList` be removed from the `_workers`-array?
non_defect
memory leak due to process fork version platform linux i am experiencing memory leakage in an app that uses process fork a lot these child processes get sent messages via process send with a sendhandle and are terminated later on i did run into issues with memory management here some heap dumps show that even after the child processes exited the childprocess instances are retained in the master process i learned that using subprocess disconnect partly fixes that issue but one more retainer can be found here how where and when should this socketlist be removed from the workers array
0
217,240
16,684,393,423
IssuesEvent
2021-06-08 06:12:13
sooftware/openspeech
https://api.github.com/repos/sooftware/openspeech
closed
Document update
WIP documentation
# 🚀 Feature request Document update ## Motivation Version 0.2 released. ## Your contribution
1.0
Document update - # 🚀 Feature request Document update ## Motivation Version 0.2 released. ## Your contribution
non_defect
document update 🚀 feature request document update motivation version released your contribution
0
9,304
2,615,143,519
IssuesEvent
2015-03-01 06:18:52
chrsmith/html5rocks
https://api.github.com/repos/chrsmith/html5rocks
closed
Sliders jump on Slide36 when the number of digits change
auto-migrated Milestone-3 Priority-Medium Slides Type-Defect
``` Please describe the issue: On Slide 36 of the Interactive Presentation (Hue/saturation/luminance color model) the interactive sliders 'jump' when being changed due to the number of digits being changed. Please provide any additional information below. The best solution seems to be when changing the spans hsl-h-value, hsl-s-value and hsl-l-value to pad the left with a space, to a maximum of 3. As you are using a fixed-width font, this should not cause another problem and looks better than a 0. A fix I have devised would be: Add a padLeft function (http://problemquestionsolution.com/View/JavaScript/Strings/padLeft-padRight) Change function changeHSL to: document.getElementById('hsl-h-value').innerHTML = h.padLeft(' ',3); document.getElementById('hsl-s-value').innerHTML = s.padLeft(' ',3); document.getElementById('hsl-l-value').innerHTML = l.padLeft(' ',3); ``` Original issue reported on code.google.com by `adman.com@gmail.com` on 24 Jun 2010 at 6:17
1.0
Sliders jump on Slide36 when the number of digits change - ``` Please describe the issue: On Slide 36 of the Interactive Presentation (Hue/saturation/luminance color model) the interactive sliders 'jump' when being changed due to the number of digits being changed. Please provide any additional information below. The best solution seems to be when changing the spans hsl-h-value, hsl-s-value and hsl-l-value to pad the left with a space, to a maximum of 3. As you are using a fixed-width font, this should not cause another problem and looks better than a 0. A fix I have devised would be: Add a padLeft function (http://problemquestionsolution.com/View/JavaScript/Strings/padLeft-padRight) Change function changeHSL to: document.getElementById('hsl-h-value').innerHTML = h.padLeft(' ',3); document.getElementById('hsl-s-value').innerHTML = s.padLeft(' ',3); document.getElementById('hsl-l-value').innerHTML = l.padLeft(' ',3); ``` Original issue reported on code.google.com by `adman.com@gmail.com` on 24 Jun 2010 at 6:17
defect
sliders jump on when the number of digits change please describe the issue on slide of the interactive presentation hue saturation luminance color model the interactive sliders jump when being changed due to the number of digits being changed please provide any additional information below the best solution seems to be when changing the spans hsl h value hsl s value and hsl l value to pad the left with a space to a maximum of as you are using a fixed width font this should not cause another problem and looks better than a a fix i have devised would be add a padleft function change function changehsl to document getelementbyid hsl h value innerhtml h padleft document getelementbyid hsl s value innerhtml s padleft document getelementbyid hsl l value innerhtml l padleft original issue reported on code google com by adman com gmail com on jun at
1
40,004
9,791,745,818
IssuesEvent
2019-06-10 15:42:56
gitblit/gitblit
https://api.github.com/repos/gitblit/gitblit
closed
NullPointerException on startup when having symbolically linked directories (non-relative) in the repository folder
Priority-Medium Status-New Type-Defect
Originally reported on Google Code with ID 595 ``` What steps will reproduce the problem? 1. /tools/repository/test1.git /tools/repo/test2.git 2. create a symlink in /tools/repository to the 'other' git repo cd /tools/repository/ ln -s /tools/repo/test2.git 3. use "gitblit.properties" git.repositoriesFolder = /tools/repository/ 4. start gitblit (standalone or within tomcat) 1.6.1, 1.6.2, 1.6.3.snapshot java.lang.NullPointerException at com.gitblit.utils.StringUtils.compareRepositoryNames(StringUtils.java:458) at com.gitblit.utils.StringUtils$1.compare(StringUtils.java:485) at com.gitblit.utils.StringUtils$1.compare(StringUtils.java:482) at java.util.TimSort.countRunAndMakeAscending(TimSort.java:324) at java.util.TimSort.sort(TimSort.java:189) at java.util.TimSort.sort(TimSort.java:173) at java.util.Arrays.sort(Arrays.java:659) at java.util.Collections.sort(Collections.java:217) at com.gitblit.utils.StringUtils.sortRepositorynames(StringUtils.java:482) at com.gitblit.utils.JGitUtils.getRepositoryList(JGitUtils.java:475) at com.gitblit.manager.RepositoryManager.getRepositoryList(RepositoryManager.java:536) at com.gitblit.manager.RepositoryManager.start(RepositoryManager.java:158) at com.gitblit.manager.RepositoryManager.start(RepositoryManager.java:102) The error happens in JGitUtils.java:529 FileUtils.getRelativePath(baseFile, file); will return null for the sym-link, which then later results in the NPE when sorting the repository names. // determine repository name relative to base path String repository = FileUtils.getRelativePath(baseFile, file); ``` Reported by `christoph.luder` on 2015-05-31 07:02:51
1.0
NullPointerException on startup when having symbolically linked directories (non-relative) in the repository folder - Originally reported on Google Code with ID 595 ``` What steps will reproduce the problem? 1. /tools/repository/test1.git /tools/repo/test2.git 2. create a symlink in /tools/repository to the 'other' git repo cd /tools/repository/ ln -s /tools/repo/test2.git 3. use "gitblit.properties" git.repositoriesFolder = /tools/repository/ 4. start gitblit (standalone or within tomcat) 1.6.1, 1.6.2, 1.6.3.snapshot java.lang.NullPointerException at com.gitblit.utils.StringUtils.compareRepositoryNames(StringUtils.java:458) at com.gitblit.utils.StringUtils$1.compare(StringUtils.java:485) at com.gitblit.utils.StringUtils$1.compare(StringUtils.java:482) at java.util.TimSort.countRunAndMakeAscending(TimSort.java:324) at java.util.TimSort.sort(TimSort.java:189) at java.util.TimSort.sort(TimSort.java:173) at java.util.Arrays.sort(Arrays.java:659) at java.util.Collections.sort(Collections.java:217) at com.gitblit.utils.StringUtils.sortRepositorynames(StringUtils.java:482) at com.gitblit.utils.JGitUtils.getRepositoryList(JGitUtils.java:475) at com.gitblit.manager.RepositoryManager.getRepositoryList(RepositoryManager.java:536) at com.gitblit.manager.RepositoryManager.start(RepositoryManager.java:158) at com.gitblit.manager.RepositoryManager.start(RepositoryManager.java:102) The error happens in JGitUtils.java:529 FileUtils.getRelativePath(baseFile, file); will return null for the sym-link, which then later results in the NPE when sorting the repository names. // determine repository name relative to base path String repository = FileUtils.getRelativePath(baseFile, file); ``` Reported by `christoph.luder` on 2015-05-31 07:02:51
defect
nullpointerexception on startup when having symbolically linked directories non relative in the repository folder originally reported on google code with id what steps will reproduce the problem tools repository git tools repo git create a symlink in tools repository to the other git repo cd tools repository ln s tools repo git use gitblit properties git repositoriesfolder tools repository start gitblit standalone or within tomcat snapshot java lang nullpointerexception at com gitblit utils stringutils comparerepositorynames stringutils java at com gitblit utils stringutils compare stringutils java at com gitblit utils stringutils compare stringutils java at java util timsort countrunandmakeascending timsort java at java util timsort sort timsort java at java util timsort sort timsort java at java util arrays sort arrays java at java util collections sort collections java at com gitblit utils stringutils sortrepositorynames stringutils java at com gitblit utils jgitutils getrepositorylist jgitutils java at com gitblit manager repositorymanager getrepositorylist repositorymanager java at com gitblit manager repositorymanager start repositorymanager java at com gitblit manager repositorymanager start repositorymanager java the error happens in jgitutils java fileutils getrelativepath basefile file will return null for the sym link which then later results in the npe when sorting the repository names determine repository name relative to base path string repository fileutils getrelativepath basefile file reported by christoph luder on
1
94,090
19,475,951,663
IssuesEvent
2021-12-24 12:20:41
Onelinerhub/onelinerhub
https://api.github.com/repos/Onelinerhub/onelinerhub
closed
Short solution needed: "How to find container path in docker" (docker)
help wanted good first issue code docker
Please help us write most modern and shortest code solution for this issue: **How to find container path in docker** (technology: [docker](https://onelinerhub.com/docker)) ### Fast way Just write the code solution in the comments. ### Prefered way 1. Create pull request with a new code file inside [inbox folder](https://github.com/Onelinerhub/onelinerhub/tree/main/inbox). 2. Don't forget to use comments to make solution explained. 3. Link to this issue in comments of pull request.
1.0
Short solution needed: "How to find container path in docker" (docker) - Please help us write most modern and shortest code solution for this issue: **How to find container path in docker** (technology: [docker](https://onelinerhub.com/docker)) ### Fast way Just write the code solution in the comments. ### Prefered way 1. Create pull request with a new code file inside [inbox folder](https://github.com/Onelinerhub/onelinerhub/tree/main/inbox). 2. Don't forget to use comments to make solution explained. 3. Link to this issue in comments of pull request.
non_defect
short solution needed how to find container path in docker docker please help us write most modern and shortest code solution for this issue how to find container path in docker technology fast way just write the code solution in the comments prefered way create pull request with a new code file inside don t forget to use comments to make solution explained link to this issue in comments of pull request
0
370,974
25,932,546,840
IssuesEvent
2022-12-16 11:16:06
robolaunch/robot-operator
https://api.github.com/repos/robolaunch/robot-operator
closed
Create Installation Documentation
documentation
### What would you like to be updated? Installation documentation should be created under `docs/`. It should contain Kubernetes cluster specifications and other prerequisites.
1.0
Create Installation Documentation - ### What would you like to be updated? Installation documentation should be created under `docs/`. It should contain Kubernetes cluster specifications and other prerequisites.
non_defect
create installation documentation what would you like to be updated installation documentation should be created under docs it should contain kubernetes cluster specifications and other prerequisites
0
40,439
5,291,621,179
IssuesEvent
2017-02-08 23:02:34
materials-commons/materialscommons.org
https://api.github.com/repos/materials-commons/materialscommons.org
closed
Set up test to detect bug uncovered in CASM code
area:API area:measurements/data factor:medium impact:usability type:bug type:testing type:unit-testing
I created a set of test code that covers the case of adding to a sample a complex series of measurements (a simulated CASM Prim parameter set, in this case). Illustrating the effective code for the use case. And debugged an example from the use case in CASM.
2.0
Set up test to detect bug uncovered in CASM code - I created a set of test code that covers the case of adding to a sample a complex series of measurements (a simulated CASM Prim parameter set, in this case). Illustrating the effective code for the use case. And debugged an example from the use case in CASM.
non_defect
set up test to detect bug uncovered in casm code i created a set of test code that covers the case of adding to a sample a complex series of measurements a simulated casm prim parameter set in this case illustrating the effective code for the use case and debugged an example from the use case in casm
0
44,798
12,392,997,486
IssuesEvent
2020-05-20 14:47:51
numpy/numpy.org
https://api.github.com/repos/numpy/numpy.org
closed
Rewording of gravitational waves caption
content defect
The original is dramatic. but the wording makes NumPy rather than gravitational waves the antecedent of "they". PR #245 is a replacement.
1.0
Rewording of gravitational waves caption - The original is dramatic. but the wording makes NumPy rather than gravitational waves the antecedent of "they". PR #245 is a replacement.
defect
rewording of gravitational waves caption the original is dramatic but the wording makes numpy rather than gravitational waves the antecedent of they pr is a replacement
1
197,863
22,608,526,973
IssuesEvent
2022-06-29 15:07:37
FledPaul/intan
https://api.github.com/repos/FledPaul/intan
closed
(BAN-B310) Audit required: Use of an insecure method method from `urllib` detected
security
## Description `urllib` not only opens http:// or https:// URLs, but also ftp:// and file://. With this it might be possible to open local files on the executing machine which might be a security risk if the URL to open can be manipulated by an external user. Correct way: ## Occurrences There is 1 occurrence of this issue in the repository.
True
(BAN-B310) Audit required: Use of an insecure method method from `urllib` detected - ## Description `urllib` not only opens http:// or https:// URLs, but also ftp:// and file://. With this it might be possible to open local files on the executing machine which might be a security risk if the URL to open can be manipulated by an external user. Correct way: ## Occurrences There is 1 occurrence of this issue in the repository.
non_defect
ban audit required use of an insecure method method from urllib detected description urllib not only opens http or https urls but also ftp and file with this it might be possible to open local files on the executing machine which might be a security risk if the url to open can be manipulated by an external user correct way occurrences there is occurrence of this issue in the repository
0
19,703
3,248,215,830
IssuesEvent
2015-10-17 03:58:46
jimradford/superputty
https://api.github.com/repos/jimradford/superputty
closed
Global Autotype with keepass not working
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Add an entry to keepass with your credentials 2. in AutotypeColum add a custom sequence for specific window 3. choose SuperPutty window 4. try to use Global Auto-Type and it fails I am looking for a nice way to use secure Passwords for Networklogins. I want to have keepass generated PWs for my router-logins with SuperPutty. ... but apparently the Global Auto-Type feature does not work. What version of the product are you using? On what operating system? Windows 7 with SuperPUTTY 1.4.0.5 I already asked about that issue at sourceforge/keepass. They believe it as an issue with the Title naming of PUTTY/SuperPUTTY. http://sourceforge.net/p/keepass/discussion/329221/thread/3592d5b8/ Many thanks, Rene ``` Original issue reported on code.google.com by `rene.aic...@gmail.com` on 25 Aug 2014 at 6:39
1.0
Global Autotype with keepass not working - ``` What steps will reproduce the problem? 1. Add an entry to keepass with your credentials 2. in AutotypeColum add a custom sequence for specific window 3. choose SuperPutty window 4. try to use Global Auto-Type and it fails I am looking for a nice way to use secure Passwords for Networklogins. I want to have keepass generated PWs for my router-logins with SuperPutty. ... but apparently the Global Auto-Type feature does not work. What version of the product are you using? On what operating system? Windows 7 with SuperPUTTY 1.4.0.5 I already asked about that issue at sourceforge/keepass. They believe it as an issue with the Title naming of PUTTY/SuperPUTTY. http://sourceforge.net/p/keepass/discussion/329221/thread/3592d5b8/ Many thanks, Rene ``` Original issue reported on code.google.com by `rene.aic...@gmail.com` on 25 Aug 2014 at 6:39
defect
global autotype with keepass not working what steps will reproduce the problem add an entry to keepass with your credentials in autotypecolum add a custom sequence for specific window choose superputty window try to use global auto type and it fails i am looking for a nice way to use secure passwords for networklogins i want to have keepass generated pws for my router logins with superputty but apparently the global auto type feature does not work what version of the product are you using on what operating system windows with superputty i already asked about that issue at sourceforge keepass they believe it as an issue with the title naming of putty superputty many thanks rene original issue reported on code google com by rene aic gmail com on aug at
1
41,476
10,476,129,515
IssuesEvent
2019-09-23 17:53:29
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
[COGNITION]: Add a fieldset and aria-labelledby to Find VA Benefits checkboxes
508-defect-3 508/Accessibility recommendations vsa vsa-authenticated-exp
## Opportunity for Enhancement The VA 508 office mentioned in their quick test the checkboxes are structurally sound, but not part of a related group, and thus do not read out the group description to assistive devices like JAWS. I did some quick testing with VoiceOver and aXe, and might have a solution. This will need to be tested with all assistive devices, but looks promising. ## Previous Ticket (Migrated From) * https://github.com/department-of-veterans-affairs/vets.gov-team/issues/18793 ## Acceptance Criteria As a screen reader user, I would like to hear the descriptive paragraph read aloud when I am moving through the Find VA Benefits group of checkboxes. ## Environment * MacOS Mojave * Chrome latest * VoiceOver * https://staging.va.gov/my-va/find-benefits/ * Test user account login ## Possible Fixes (optional) By adding an ID to the descriptive paragraph and a `<fieldset aria-labelledby="<ID>"` I think we can meet the spirt of the ask: ```html <div class="small-12 columns"> ... <p class="va-introtext" id="group-header" > Tell us which benefits you’re interested in, so we can help you apply. Select one or more of the types of benefits below, and we’ll help you get started. </p> <div> <h3>I want to:</h3> <fieldset aria-labelledby="group-header"> <div class="preferences-grid"> <div class="preference-item-wrapper"> <div class="preference-item"> <div class="title-container"> <h5 class="title-item">Health care</h5> <div class="form-checkbox"> <input checked id="errorable-checkbox-1" name="health-care" type="checkbox"> <label for="errorable-checkbox-1"> <span class="usa-sr-only">Health care</span> </label> </div> </div> </div> </div> </div> ... </fieldset> </div> </div> ``` ## WCAG or Vendor Guidance (optional) * [Info and Relationships: Understanding SC 1.3.1](https://www.w3.org/TR/2016/NOTE-UNDERSTANDING-WCAG20-20161007/content-structure-separation-programmatic.html) --- ![Screen Shot 2019-05-29 at 3 54 09 PM](https://user-images.githubusercontent.com/934879/58591112-2f489000-822b-11e9-81d3-62990af25c0e.png)
1.0
[COGNITION]: Add a fieldset and aria-labelledby to Find VA Benefits checkboxes - ## Opportunity for Enhancement The VA 508 office mentioned in their quick test the checkboxes are structurally sound, but not part of a related group, and thus do not read out the group description to assistive devices like JAWS. I did some quick testing with VoiceOver and aXe, and might have a solution. This will need to be tested with all assistive devices, but looks promising. ## Previous Ticket (Migrated From) * https://github.com/department-of-veterans-affairs/vets.gov-team/issues/18793 ## Acceptance Criteria As a screen reader user, I would like to hear the descriptive paragraph read aloud when I am moving through the Find VA Benefits group of checkboxes. ## Environment * MacOS Mojave * Chrome latest * VoiceOver * https://staging.va.gov/my-va/find-benefits/ * Test user account login ## Possible Fixes (optional) By adding an ID to the descriptive paragraph and a `<fieldset aria-labelledby="<ID>"` I think we can meet the spirt of the ask: ```html <div class="small-12 columns"> ... <p class="va-introtext" id="group-header" > Tell us which benefits you’re interested in, so we can help you apply. Select one or more of the types of benefits below, and we’ll help you get started. </p> <div> <h3>I want to:</h3> <fieldset aria-labelledby="group-header"> <div class="preferences-grid"> <div class="preference-item-wrapper"> <div class="preference-item"> <div class="title-container"> <h5 class="title-item">Health care</h5> <div class="form-checkbox"> <input checked id="errorable-checkbox-1" name="health-care" type="checkbox"> <label for="errorable-checkbox-1"> <span class="usa-sr-only">Health care</span> </label> </div> </div> </div> </div> </div> ... </fieldset> </div> </div> ``` ## WCAG or Vendor Guidance (optional) * [Info and Relationships: Understanding SC 1.3.1](https://www.w3.org/TR/2016/NOTE-UNDERSTANDING-WCAG20-20161007/content-structure-separation-programmatic.html) --- ![Screen Shot 2019-05-29 at 3 54 09 PM](https://user-images.githubusercontent.com/934879/58591112-2f489000-822b-11e9-81d3-62990af25c0e.png)
defect
add a fieldset and aria labelledby to find va benefits checkboxes opportunity for enhancement the va office mentioned in their quick test the checkboxes are structurally sound but not part of a related group and thus do not read out the group description to assistive devices like jaws i did some quick testing with voiceover and axe and might have a solution this will need to be tested with all assistive devices but looks promising previous ticket migrated from acceptance criteria as a screen reader user i would like to hear the descriptive paragraph read aloud when i am moving through the find va benefits group of checkboxes environment macos mojave chrome latest voiceover test user account login possible fixes optional by adding an id to the descriptive paragraph and a i think we can meet the spirt of the ask html p class va introtext id group header tell us which benefits you’re interested in so we can help you apply select one or more of the types of benefits below and we’ll help you get started i want to health care input checked id errorable checkbox name health care type checkbox health care wcag or vendor guidance optional
1
63,898
18,048,914,935
IssuesEvent
2021-09-19 11:49:58
kewisch/gdata-provider
https://api.github.com/repos/kewisch/gdata-provider
closed
Invitations don't sync to Google Calendar when an attendee has invalid e-mail (Bugzilla Bug 1305383)
defect
# [Bugzilla Bug 1305383](https://bugzilla.mozilla.org/show_bug.cgi?id=1305383) Date: 2016-09-26T13:11:16+02:00 From: @jest Assigned To: nobody Last updated: 2017-04-25T12:43:25+02:00
1.0
Invitations don't sync to Google Calendar when an attendee has invalid e-mail (Bugzilla Bug 1305383) - # [Bugzilla Bug 1305383](https://bugzilla.mozilla.org/show_bug.cgi?id=1305383) Date: 2016-09-26T13:11:16+02:00 From: @jest Assigned To: nobody Last updated: 2017-04-25T12:43:25+02:00
defect
invitations don t sync to google calendar when an attendee has invalid e mail bugzilla bug date from jest assigned to nobody last updated
1
46,831
6,031,659,714
IssuesEvent
2017-06-09 00:02:35
reactioncommerce/reaction
https://api.github.com/repos/reactioncommerce/reaction
opened
Rethink design of address validation in cart
design UIX
Related to PR #2162 Going to rethink the design on this one, possibly making it a one step validation, instead of validating all fields separately.
1.0
Rethink design of address validation in cart - Related to PR #2162 Going to rethink the design on this one, possibly making it a one step validation, instead of validating all fields separately.
non_defect
rethink design of address validation in cart related to pr going to rethink the design on this one possibly making it a one step validation instead of validating all fields separately
0
7,878
8,075,873,935
IssuesEvent
2018-08-07 07:37:58
terraform-providers/terraform-provider-azurerm
https://api.github.com/repos/terraform-providers/terraform-provider-azurerm
closed
Recreating azurerm_postgresql_server corrupts terraform state of dependent resources
bug service/postgresql upstream-terraform
_This issue was originally opened by @the-daniel-rothig as hashicorp/terraform#18574. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ <hr> ### Terraform Version ``` Terraform v0.11.7 ``` ### Terraform Configuration Files ```hcl resource "azurerm_postgresql_server" "dbserver" { name = "${var.project_short}-${var.stage_short}-${var.app_service_name}-psql" location = "${var.az_region}" resource_group_name = "${var.resource_group_name}" sku { name = "GP_Gen5_2" capacity = 2 family = "Gen5" tier = "GeneralPurpose" } administrator_login = "${replace(var.app_service_name,"-","_")}" administrator_login_password = "${var.sql_admin_password}" version = "9.6" ssl_enforcement = "Enabled" storage_profile { storage_mb = 5120 backup_retention_days = 7 geo_redundant_backup = "Disabled" } } resource "azurerm_postgresql_database" "db" { name = "${replace(var.app_service_name,"-","_")}" resource_group_name = "${var.resource_group_name}" server_name = "${azurerm_postgresql_server.dbserver.name}" charset = "UTF8" collation = "English_United States.1252" } resource "azurerm_postgresql_firewall_rule" "db_firewall" { name = "db-app-services" resource_group_name = "${var.resource_group_name}" server_name = "${azurerm_postgresql_server.dbserver.name}" start_ip_address = "0.0.0.0" end_ip_address = "0.0.0.0" } ``` ### Steps to Reproduce 1. Create an `azurerm_postgresql_server` instance with database and firewall rule, as above 2. Make a change that requires a re-create, e.g. change location ### Expected Behavior The dependent resources (DB and firewall rule) get dropped and recreated as well ### Actual Behavior The dependent resources don't get affected, which puts corrupts Terraform state: Azure implicitly deletes the DB and Firewall Rule but Terraform believes the resources still exist. A subsequent `terraform plan` or `terraform apply` hangs when refreshing these resources (in my case on the firewall rule). You have to go into the backend and manually remove these resources from the state files to recover.
1.0
Recreating azurerm_postgresql_server corrupts terraform state of dependent resources - _This issue was originally opened by @the-daniel-rothig as hashicorp/terraform#18574. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ <hr> ### Terraform Version ``` Terraform v0.11.7 ``` ### Terraform Configuration Files ```hcl resource "azurerm_postgresql_server" "dbserver" { name = "${var.project_short}-${var.stage_short}-${var.app_service_name}-psql" location = "${var.az_region}" resource_group_name = "${var.resource_group_name}" sku { name = "GP_Gen5_2" capacity = 2 family = "Gen5" tier = "GeneralPurpose" } administrator_login = "${replace(var.app_service_name,"-","_")}" administrator_login_password = "${var.sql_admin_password}" version = "9.6" ssl_enforcement = "Enabled" storage_profile { storage_mb = 5120 backup_retention_days = 7 geo_redundant_backup = "Disabled" } } resource "azurerm_postgresql_database" "db" { name = "${replace(var.app_service_name,"-","_")}" resource_group_name = "${var.resource_group_name}" server_name = "${azurerm_postgresql_server.dbserver.name}" charset = "UTF8" collation = "English_United States.1252" } resource "azurerm_postgresql_firewall_rule" "db_firewall" { name = "db-app-services" resource_group_name = "${var.resource_group_name}" server_name = "${azurerm_postgresql_server.dbserver.name}" start_ip_address = "0.0.0.0" end_ip_address = "0.0.0.0" } ``` ### Steps to Reproduce 1. Create an `azurerm_postgresql_server` instance with database and firewall rule, as above 2. Make a change that requires a re-create, e.g. change location ### Expected Behavior The dependent resources (DB and firewall rule) get dropped and recreated as well ### Actual Behavior The dependent resources don't get affected, which puts corrupts Terraform state: Azure implicitly deletes the DB and Firewall Rule but Terraform believes the resources still exist. A subsequent `terraform plan` or `terraform apply` hangs when refreshing these resources (in my case on the firewall rule). You have to go into the backend and manually remove these resources from the state files to recover.
non_defect
recreating azurerm postgresql server corrupts terraform state of dependent resources this issue was originally opened by the daniel rothig as hashicorp terraform it was migrated here as a result of the the original body of the issue is below terraform version terraform terraform configuration files hcl resource azurerm postgresql server dbserver name var project short var stage short var app service name psql location var az region resource group name var resource group name sku name gp capacity family tier generalpurpose administrator login replace var app service name administrator login password var sql admin password version ssl enforcement enabled storage profile storage mb backup retention days geo redundant backup disabled resource azurerm postgresql database db name replace var app service name resource group name var resource group name server name azurerm postgresql server dbserver name charset collation english united states resource azurerm postgresql firewall rule db firewall name db app services resource group name var resource group name server name azurerm postgresql server dbserver name start ip address end ip address steps to reproduce create an azurerm postgresql server instance with database and firewall rule as above make a change that requires a re create e g change location expected behavior the dependent resources db and firewall rule get dropped and recreated as well actual behavior the dependent resources don t get affected which puts corrupts terraform state azure implicitly deletes the db and firewall rule but terraform believes the resources still exist a subsequent terraform plan or terraform apply hangs when refreshing these resources in my case on the firewall rule you have to go into the backend and manually remove these resources from the state files to recover
0
20,046
3,293,393,099
IssuesEvent
2015-10-30 18:43:23
mehlon/acme-sac
https://api.github.com/repos/mehlon/acme-sac
closed
Acme-sac hangs
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Start acme-sac (sometimes the crash/hang is imediate with a blank screen) 2. Right click on grab box 3. Acme-sac hangs with: Locking assertion failure. Backtrace: #0 /usr/lib/libxcb-xlib.so.0 [0xb7c80767] #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xb7c8081e] #2 /usr/lib/libX11.so.6 [0xb7e11dc9] #3 /usr/lib/libX11.so.6 [0xb7e12582] #4 /usr/lib/libX11.so.6 [0xb7e128e0] #5 /usr/lib/libX11.so.6(_XReadEvents+0x77) [0xb7e13077] #6 /usr/lib/libX11.so.6(XNextEvent+0x88) [0xb7df9098] #7 bin/emu [0x804d8b2] #8 bin/emu [0x804b82b] #9 /lib/libc.so.6(clone+0x5e) [0xb7d4c8ae] emu: ../../src/xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy->request)) >= 0)' failed. What version of the product are you using? On what operating system? acme-sac-0.11.deb on debian sid. This seems related to a bug reported for Inferno a while ago. uriel ``` Original issue reported on code.google.com by `lost.goblin` on 3 Jul 2008 at 12:33
1.0
Acme-sac hangs - ``` What steps will reproduce the problem? 1. Start acme-sac (sometimes the crash/hang is imediate with a blank screen) 2. Right click on grab box 3. Acme-sac hangs with: Locking assertion failure. Backtrace: #0 /usr/lib/libxcb-xlib.so.0 [0xb7c80767] #1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xb7c8081e] #2 /usr/lib/libX11.so.6 [0xb7e11dc9] #3 /usr/lib/libX11.so.6 [0xb7e12582] #4 /usr/lib/libX11.so.6 [0xb7e128e0] #5 /usr/lib/libX11.so.6(_XReadEvents+0x77) [0xb7e13077] #6 /usr/lib/libX11.so.6(XNextEvent+0x88) [0xb7df9098] #7 bin/emu [0x804d8b2] #8 bin/emu [0x804b82b] #9 /lib/libc.so.6(clone+0x5e) [0xb7d4c8ae] emu: ../../src/xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy->request)) >= 0)' failed. What version of the product are you using? On what operating system? acme-sac-0.11.deb on debian sid. This seems related to a bug reported for Inferno a while ago. uriel ``` Original issue reported on code.google.com by `lost.goblin` on 3 Jul 2008 at 12:33
defect
acme sac hangs what steps will reproduce the problem start acme sac sometimes the crash hang is imediate with a blank screen right click on grab box acme sac hangs with locking assertion failure backtrace usr lib libxcb xlib so usr lib libxcb xlib so xcb xlib lock usr lib so usr lib so usr lib so usr lib so xreadevents usr lib so xnextevent bin emu bin emu lib libc so clone emu src xcb lock c xgetxcbbuffer assertion int xcb req dpy request failed what version of the product are you using on what operating system acme sac deb on debian sid this seems related to a bug reported for inferno a while ago uriel original issue reported on code google com by lost goblin on jul at
1
33,243
7,058,368,506
IssuesEvent
2018-01-04 20:05:11
SergeySatskiy/codimension
https://api.github.com/repos/SergeySatskiy/codimension
closed
Redirected IO and IDE hanging in case of the script errors
auto-migrated Priority-Medium Type-Defect
``` It is not clear exactly in what cases but sometimes if: - redirected IO debugging session is running - exception happened (TypeError) in the python script to debug The IDE hangs with consuming 100% of CPU It was also noticed that if: - redirected IO run is done - exception happened (TypeError) in the python script to run The IDE does not get a completion return code at all ``` Original issue reported on code.google.com by `sergey.s...@gmail.com` on 23 Jul 2014 at 6:51
1.0
Redirected IO and IDE hanging in case of the script errors - ``` It is not clear exactly in what cases but sometimes if: - redirected IO debugging session is running - exception happened (TypeError) in the python script to debug The IDE hangs with consuming 100% of CPU It was also noticed that if: - redirected IO run is done - exception happened (TypeError) in the python script to run The IDE does not get a completion return code at all ``` Original issue reported on code.google.com by `sergey.s...@gmail.com` on 23 Jul 2014 at 6:51
defect
redirected io and ide hanging in case of the script errors it is not clear exactly in what cases but sometimes if redirected io debugging session is running exception happened typeerror in the python script to debug the ide hangs with consuming of cpu it was also noticed that if redirected io run is done exception happened typeerror in the python script to run the ide does not get a completion return code at all original issue reported on code google com by sergey s gmail com on jul at
1
268,769
28,807,755,023
IssuesEvent
2023-05-03 00:06:56
opensearch-project/documentation-website
https://api.github.com/repos/opensearch-project/documentation-website
opened
Fix cookie-splitting setting example in SAML backend documentation[DOC]
untriaged 2 - In progress security backport 2.7
**What do you want to do?** Fix the cookie-splitting example settings for the prefix name setting. It includes "oidc" in the name when it should be "saml". - [ ] Request a change to existing documentation - [ ] Add new documentation - [ ] Report a technical problem with the documentation - [ ] Other **Tell us about your request.** I want to do what I described doing under the previous heading. **What other resources are available?** [Session management with additional cookies](https://opensearch.org/docs/latest/security/authentication-backends/saml/#session-management-with-additional-cookies) in documentation.
True
Fix cookie-splitting setting example in SAML backend documentation[DOC] - **What do you want to do?** Fix the cookie-splitting example settings for the prefix name setting. It includes "oidc" in the name when it should be "saml". - [ ] Request a change to existing documentation - [ ] Add new documentation - [ ] Report a technical problem with the documentation - [ ] Other **Tell us about your request.** I want to do what I described doing under the previous heading. **What other resources are available?** [Session management with additional cookies](https://opensearch.org/docs/latest/security/authentication-backends/saml/#session-management-with-additional-cookies) in documentation.
non_defect
fix cookie splitting setting example in saml backend documentation what do you want to do fix the cookie splitting example settings for the prefix name setting it includes oidc in the name when it should be saml request a change to existing documentation add new documentation report a technical problem with the documentation other tell us about your request i want to do what i described doing under the previous heading what other resources are available in documentation
0
345,667
24,869,438,336
IssuesEvent
2022-10-27 14:15:45
TimDettmers/bitsandbytes
https://api.github.com/repos/TimDettmers/bitsandbytes
closed
ValueError("8-bit operations on `bitsandbytes` are not supported under CPU!")
bug documentation
Hi Tim, Thanks for your awesome work! I'm using your method to load the largest BLOOM model (the BLOOM model with 176b parameters) onto 1 node with 8 GPUs. ``` model = AutoModelForCausalLM.from_pretrained( "bloom", device_map="auto", load_in_8bit=True, ) ``` This line works for all the other smaller bloom models, eg. bloom-7b1. However when loading `bloom` (176b) I got error `"8-bit operations on bitsandbytes are not supported under CPU!"`. ``` File "/opt/conda/lib/python3.8/site-packages/transformers/models/auto/auto_factory.py", line 463, in from_pretrained return model_class.from_pretrained( File "/opt/conda/lib/python3.8/site-packages/transformers/modeling_utils.py", line 2182, in from_pretrained raise ValueError("8-bit operations on `bitsandbytes` are not supported under CPU!") ValueError: 8-bit operations on `bitsandbytes` are not supported under CPU! ``` In my understanding, this is because some modules of the model are automatically loaded onto CPU, which didn't happen to the smaller models. Is there a way to force the model to be loaded to GPU only? or do you have any advice on how to bypass this error? Thanks!! Tianwei
1.0
ValueError("8-bit operations on `bitsandbytes` are not supported under CPU!") - Hi Tim, Thanks for your awesome work! I'm using your method to load the largest BLOOM model (the BLOOM model with 176b parameters) onto 1 node with 8 GPUs. ``` model = AutoModelForCausalLM.from_pretrained( "bloom", device_map="auto", load_in_8bit=True, ) ``` This line works for all the other smaller bloom models, eg. bloom-7b1. However when loading `bloom` (176b) I got error `"8-bit operations on bitsandbytes are not supported under CPU!"`. ``` File "/opt/conda/lib/python3.8/site-packages/transformers/models/auto/auto_factory.py", line 463, in from_pretrained return model_class.from_pretrained( File "/opt/conda/lib/python3.8/site-packages/transformers/modeling_utils.py", line 2182, in from_pretrained raise ValueError("8-bit operations on `bitsandbytes` are not supported under CPU!") ValueError: 8-bit operations on `bitsandbytes` are not supported under CPU! ``` In my understanding, this is because some modules of the model are automatically loaded onto CPU, which didn't happen to the smaller models. Is there a way to force the model to be loaded to GPU only? or do you have any advice on how to bypass this error? Thanks!! Tianwei
non_defect
valueerror bit operations on bitsandbytes are not supported under cpu hi tim thanks for your awesome work i m using your method to load the largest bloom model the bloom model with parameters onto node with gpus model automodelforcausallm from pretrained bloom device map auto load in true this line works for all the other smaller bloom models eg bloom however when loading bloom i got error bit operations on bitsandbytes are not supported under cpu file opt conda lib site packages transformers models auto auto factory py line in from pretrained return model class from pretrained file opt conda lib site packages transformers modeling utils py line in from pretrained raise valueerror bit operations on bitsandbytes are not supported under cpu valueerror bit operations on bitsandbytes are not supported under cpu in my understanding this is because some modules of the model are automatically loaded onto cpu which didn t happen to the smaller models is there a way to force the model to be loaded to gpu only or do you have any advice on how to bypass this error thanks tianwei
0
256,940
19,479,520,019
IssuesEvent
2021-12-25 00:33:54
slack-go/slack
https://api.github.com/repos/slack-go/slack
closed
The comment about the license is out of date?
documentation
The original author seems to have merged the PR to include a license - so the comment about the lack of license can be removed? https://github.com/lusis/slack-test/pull/4
1.0
The comment about the license is out of date? - The original author seems to have merged the PR to include a license - so the comment about the lack of license can be removed? https://github.com/lusis/slack-test/pull/4
non_defect
the comment about the license is out of date the original author seems to have merged the pr to include a license so the comment about the lack of license can be removed
0
30,689
6,224,638,967
IssuesEvent
2017-07-10 14:38:46
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
moose documentation doesn't display correctly
C: Documentation T: defect
### Description of the enhancement or error report On browsers that are too narrow, the top bar containing "Getting started, Documentation, Utilities, Help" doesn't visibly contain those pull-down menus . Actually, they're there, but they're invisible (i have to randomly click on the top bar and suddenly a drop-down menu appears). ### Rationale for the enhancement or information for reproducing the error Firefox 39.0 If someone tells me how to attach a picture to a github issue i can do that, if it's helpful. ### Identified impact (i.e. Internal object changes, limited interface changes, public API change, or a list of specific applications impacted)
1.0
moose documentation doesn't display correctly - ### Description of the enhancement or error report On browsers that are too narrow, the top bar containing "Getting started, Documentation, Utilities, Help" doesn't visibly contain those pull-down menus . Actually, they're there, but they're invisible (i have to randomly click on the top bar and suddenly a drop-down menu appears). ### Rationale for the enhancement or information for reproducing the error Firefox 39.0 If someone tells me how to attach a picture to a github issue i can do that, if it's helpful. ### Identified impact (i.e. Internal object changes, limited interface changes, public API change, or a list of specific applications impacted)
defect
moose documentation doesn t display correctly description of the enhancement or error report on browsers that are too narrow the top bar containing getting started documentation utilities help doesn t visibly contain those pull down menus actually they re there but they re invisible i have to randomly click on the top bar and suddenly a drop down menu appears rationale for the enhancement or information for reproducing the error firefox if someone tells me how to attach a picture to a github issue i can do that if it s helpful identified impact i e internal object changes limited interface changes public api change or a list of specific applications impacted
1
9,695
2,615,165,989
IssuesEvent
2015-03-01 06:46:22
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
99.99% v1.4
auto-migrated Priority-Triage Type-Defect
``` Answer the following questions for every issue submitted: 0. What version of Reaver are you using? (Only defects against the latest version will be considered.) Reaver Version 1.4 1. What operating system are you using (Linux is the only supported OS)? Linux BackTrak 5 R3 2. Is your wireless card in monitor mode (yes/no)? Yes - Its an ALFA AWUS036NHR 3. What is the signal strength of the Access Point you are trying to crack? -40 4. What is the manufacturer and model # of the device you are trying to crack? D-Link DSL-2780 from TalkTalk 5. What is the entire command line string you are supplying to reaver? reaver -i mon0 -c 1 -b AA:AA:AA:AA:AA:AA -vv 6. Please describe what you think the issue is: Gets stuck at 99.99% repeats trying the same PIN. I have not been WPA locked.(Checked with wash) I know this issue has been raised before but i believe it was to have been solved in version 1.4 hence the post. 7. Paste the output from Reaver below. [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [+] Trying pin 12349982 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [+] Received M1 message [+] Sending M2 message [+] Received M3 message [+] Sending M4 message [+] Received M5 message [+] Sending M6 message [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [+] Trying pin 12349982 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [+] Received M1 message [+] Sending M2 message [+] Received M3 message [+] Sending M4 message [+] Received M5 message [+] Sending M6 message [+] Received M5 message [+] Sending WSC NACK [+] Sending WSC NACK [!] WPS transaction failed (code: 0x03), re-trying last pin [+] 99.99% complete @ 2013-05-10 09:46:50 (2 seconds/pin) [+] Trying pin 12349982 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response ``` Original issue reported on code.google.com by `sinkingt...@gmail.com` on 10 May 2013 at 9:03
1.0
99.99% v1.4 - ``` Answer the following questions for every issue submitted: 0. What version of Reaver are you using? (Only defects against the latest version will be considered.) Reaver Version 1.4 1. What operating system are you using (Linux is the only supported OS)? Linux BackTrak 5 R3 2. Is your wireless card in monitor mode (yes/no)? Yes - Its an ALFA AWUS036NHR 3. What is the signal strength of the Access Point you are trying to crack? -40 4. What is the manufacturer and model # of the device you are trying to crack? D-Link DSL-2780 from TalkTalk 5. What is the entire command line string you are supplying to reaver? reaver -i mon0 -c 1 -b AA:AA:AA:AA:AA:AA -vv 6. Please describe what you think the issue is: Gets stuck at 99.99% repeats trying the same PIN. I have not been WPA locked.(Checked with wash) I know this issue has been raised before but i believe it was to have been solved in version 1.4 hence the post. 7. Paste the output from Reaver below. [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [+] Trying pin 12349982 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [+] Received M1 message [+] Sending M2 message [+] Received M3 message [+] Sending M4 message [+] Received M5 message [+] Sending M6 message [!] WARNING: Receive timeout occurred [+] Sending WSC NACK [+] Trying pin 12349982 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [+] Received M1 message [+] Sending M2 message [+] Received M3 message [+] Sending M4 message [+] Received M5 message [+] Sending M6 message [+] Received M5 message [+] Sending WSC NACK [+] Sending WSC NACK [!] WPS transaction failed (code: 0x03), re-trying last pin [+] 99.99% complete @ 2013-05-10 09:46:50 (2 seconds/pin) [+] Trying pin 12349982 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response ``` Original issue reported on code.google.com by `sinkingt...@gmail.com` on 10 May 2013 at 9:03
defect
answer the following questions for every issue submitted what version of reaver are you using only defects against the latest version will be considered reaver version what operating system are you using linux is the only supported os linux backtrak is your wireless card in monitor mode yes no yes its an alfa what is the signal strength of the access point you are trying to crack what is the manufacturer and model of the device you are trying to crack d link dsl from talktalk what is the entire command line string you are supplying to reaver reaver i c b aa aa aa aa aa aa vv please describe what you think the issue is gets stuck at repeats trying the same pin i have not been wpa locked checked with wash i know this issue has been raised before but i believe it was to have been solved in version hence the post paste the output from reaver below warning receive timeout occurred sending wsc nack trying pin sending eapol start request received identity request sending identity response received message sending message received message sending message received message sending message warning receive timeout occurred sending wsc nack trying pin sending eapol start request received identity request sending identity response received message sending message received message sending message received message sending message received message sending wsc nack sending wsc nack wps transaction failed code re trying last pin complete seconds pin trying pin sending eapol start request received identity request sending identity response original issue reported on code google com by sinkingt gmail com on may at
1
11,390
9,335,185,838
IssuesEvent
2019-03-28 17:57:21
Microsoft/bedrock
https://api.github.com/repos/Microsoft/bedrock
closed
Setup and deploy a cluster including Istio with Bedrock environment
infra-team services-team
Create bedrock environment with fabrikate cloud native stack including Istio.
1.0
Setup and deploy a cluster including Istio with Bedrock environment - Create bedrock environment with fabrikate cloud native stack including Istio.
non_defect
setup and deploy a cluster including istio with bedrock environment create bedrock environment with fabrikate cloud native stack including istio
0
22,489
3,654,276,176
IssuesEvent
2016-02-17 11:44:38
brunoais/javadude
https://api.github.com/repos/brunoais/javadude
closed
Presentation font toggler - missing icon
auto-migrated Priority-High Type-Defect
``` Add the icons dir to the build ``` Original issue reported on code.google.com by `scott%ja...@gtempaccount.com` on 4 May 2009 at 4:21
1.0
Presentation font toggler - missing icon - ``` Add the icons dir to the build ``` Original issue reported on code.google.com by `scott%ja...@gtempaccount.com` on 4 May 2009 at 4:21
defect
presentation font toggler missing icon add the icons dir to the build original issue reported on code google com by scott ja gtempaccount com on may at
1
40,583
10,058,534,706
IssuesEvent
2019-07-22 14:06:50
MarcusWolschon/osmeditor4android
https://api.github.com/repos/MarcusWolschon/osmeditor4android
closed
Way rendering after way merge
Defect High Priority
## Vespucci Version Vespucci 13.1.0 Flavor: current Maximum avaliable memory 536870912 Total memory used 28092330 Tile Cache ESRIWORLDIMAGERYCLARITY usage Size 6815744 of maximum 67108864 #entries 26 State file size 445919 last changed 2019-07-14 20:42:04 Bug state file size 41586 last changed 2019-07-14 20:42:04 Relations (current/API): 10/0 Ways (current/API): 675/1 Nodes (current/Waynodes/API): 6277/6950/0 Available location providers passive enabled true gps enabled true network enabled true ## Download source Google play store, beta tester ## Device (Manufacturer and Model) Google pixel 3 ## Android Version 9 ## Behaviour/Symptoms After two ways are merged, panning the screen so that the previously shared point is out of view can cause the new way to un-render. ## Expected Behaviour After merging, every part of a way should render when it is located on the screen. ## How to recreate * Find two ways A...B and B...C that share a common end point B. * Delete all tags from way A...B (to ensure tag conflicts don't prevent way merging) * On the map view, select way A...B * Tap the merge button (notice that way B...C becomes highlighted as a merge-with option) * Tap way B...C to initiate the way merge. * Pan the map view so that point B is out of view (try panning the point off of each screen edge) * Observe that way A...C disappears from the screen even when part of it should still be in the view. ## Crash dump submitted (no or yes + date) No crash ## Any other potentially relevant information If the change set with the merged way us uploaded to OSM, then you download that area, it renders correctly again.
1.0
Way rendering after way merge - ## Vespucci Version Vespucci 13.1.0 Flavor: current Maximum avaliable memory 536870912 Total memory used 28092330 Tile Cache ESRIWORLDIMAGERYCLARITY usage Size 6815744 of maximum 67108864 #entries 26 State file size 445919 last changed 2019-07-14 20:42:04 Bug state file size 41586 last changed 2019-07-14 20:42:04 Relations (current/API): 10/0 Ways (current/API): 675/1 Nodes (current/Waynodes/API): 6277/6950/0 Available location providers passive enabled true gps enabled true network enabled true ## Download source Google play store, beta tester ## Device (Manufacturer and Model) Google pixel 3 ## Android Version 9 ## Behaviour/Symptoms After two ways are merged, panning the screen so that the previously shared point is out of view can cause the new way to un-render. ## Expected Behaviour After merging, every part of a way should render when it is located on the screen. ## How to recreate * Find two ways A...B and B...C that share a common end point B. * Delete all tags from way A...B (to ensure tag conflicts don't prevent way merging) * On the map view, select way A...B * Tap the merge button (notice that way B...C becomes highlighted as a merge-with option) * Tap way B...C to initiate the way merge. * Pan the map view so that point B is out of view (try panning the point off of each screen edge) * Observe that way A...C disappears from the screen even when part of it should still be in the view. ## Crash dump submitted (no or yes + date) No crash ## Any other potentially relevant information If the change set with the merged way us uploaded to OSM, then you download that area, it renders correctly again.
defect
way rendering after way merge vespucci version vespucci flavor current maximum avaliable memory total memory used tile cache esriworldimageryclarity usage size of maximum entries state file size last changed bug state file size last changed relations current api ways current api nodes current waynodes api available location providers passive enabled true gps enabled true network enabled true download source google play store beta tester device manufacturer and model google pixel android version behaviour symptoms after two ways are merged panning the screen so that the previously shared point is out of view can cause the new way to un render expected behaviour after merging every part of a way should render when it is located on the screen how to recreate find two ways a b and b c that share a common end point b delete all tags from way a b to ensure tag conflicts don t prevent way merging on the map view select way a b tap the merge button notice that way b c becomes highlighted as a merge with option tap way b c to initiate the way merge pan the map view so that point b is out of view try panning the point off of each screen edge observe that way a c disappears from the screen even when part of it should still be in the view crash dump submitted no or yes date no crash any other potentially relevant information if the change set with the merged way us uploaded to osm then you download that area it renders correctly again
1
161,875
12,598,027,833
IssuesEvent
2020-06-11 01:43:43
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
opened
7.x BWC with v7.4.2 fails to start the testcluster due to missing gc.log file
:Core/Infra/Logging >test
This is triggered while investgating a test failure. However, the reproduction line from the [CI](https://gradle-enterprise.elastic.co/s/5olm2yvykcazk) does not work locally. > ./gradlew ':x-pack:qa:rolling-upgrade:v7.4.2#oneThirdUpgradedTest' --tests "org.elasticsearch.upgrades.IndexingIT.testIndexing" -Dtests.seed=C320303B19599520 -Dtests.security.manager=true -Dtests.locale=en-AU -Dtests.timezone=Mexico/General -Druntime.java=8 The testcluster fails with the following error message: ``` [0.009s][error][logging] Error opening log file 'logs/gc.log': No such file or directory [0.009s][error][logging] Initialization of output 'file=logs/gc.log' using options 'filecount=32,filesize=64m' failed. ``` Build scan: https://gradle-enterprise.elastic.co/s/e5ghyqne72il2 The same test line works by replacing `v7.4.2` with `v7.5.0`, so this is version specific. @mark-vieira also confirmed that this is a problem when just downloading and running `v7.4.2` on its own. Interestingly, this also depends on the JDK version, e.g. Oracle JDK 8.0.201 works, but 8.0.241 does *not*.
1.0
7.x BWC with v7.4.2 fails to start the testcluster due to missing gc.log file - This is triggered while investgating a test failure. However, the reproduction line from the [CI](https://gradle-enterprise.elastic.co/s/5olm2yvykcazk) does not work locally. > ./gradlew ':x-pack:qa:rolling-upgrade:v7.4.2#oneThirdUpgradedTest' --tests "org.elasticsearch.upgrades.IndexingIT.testIndexing" -Dtests.seed=C320303B19599520 -Dtests.security.manager=true -Dtests.locale=en-AU -Dtests.timezone=Mexico/General -Druntime.java=8 The testcluster fails with the following error message: ``` [0.009s][error][logging] Error opening log file 'logs/gc.log': No such file or directory [0.009s][error][logging] Initialization of output 'file=logs/gc.log' using options 'filecount=32,filesize=64m' failed. ``` Build scan: https://gradle-enterprise.elastic.co/s/e5ghyqne72il2 The same test line works by replacing `v7.4.2` with `v7.5.0`, so this is version specific. @mark-vieira also confirmed that this is a problem when just downloading and running `v7.4.2` on its own. Interestingly, this also depends on the JDK version, e.g. Oracle JDK 8.0.201 works, but 8.0.241 does *not*.
non_defect
x bwc with fails to start the testcluster due to missing gc log file this is triggered while investgating a test failure however the reproduction line from the does not work locally gradlew x pack qa rolling upgrade onethirdupgradedtest tests org elasticsearch upgrades indexingit testindexing dtests seed dtests security manager true dtests locale en au dtests timezone mexico general druntime java the testcluster fails with the following error message error opening log file logs gc log no such file or directory initialization of output file logs gc log using options filecount filesize failed build scan the same test line works by replacing with so this is version specific mark vieira also confirmed that this is a problem when just downloading and running on its own interestingly this also depends on the jdk version e g oracle jdk works but does not
0
29,185
5,580,459,556
IssuesEvent
2017-03-28 16:39:10
google/guava
https://api.github.com/repos/google/guava
closed
LocalManualCache deadlock in guava 21
package: cache type: defect
Unit test testCache works with guava 20, locks up in 21 (LocalCache.java,line 2392): @Test public void testCache() { String key = "test"; int count = 1000; Cache<String, String> cache = CacheBuilder.newBuilder().expireAfterAccess(500000, TimeUnit.MILLISECONDS).maximumSize(1000).build(); IntStream.range(0, count).parallel().forEach((n) -> { String val = cache.asMap().computeIfAbsent(key, k->"testv" + n); logger.info("Val=" + val); }); } @Test public void testConcurrentMap() { String key = "test"; int count = 1000; Map<String, String> cache = new ConcurrentHashMap<>(); IntStream.range(0, count).parallel().forEach((n) -> { String val = cache.computeIfAbsent(key, k->"testv" + n); logger.info("Val:", val ); }); }
1.0
LocalManualCache deadlock in guava 21 - Unit test testCache works with guava 20, locks up in 21 (LocalCache.java,line 2392): @Test public void testCache() { String key = "test"; int count = 1000; Cache<String, String> cache = CacheBuilder.newBuilder().expireAfterAccess(500000, TimeUnit.MILLISECONDS).maximumSize(1000).build(); IntStream.range(0, count).parallel().forEach((n) -> { String val = cache.asMap().computeIfAbsent(key, k->"testv" + n); logger.info("Val=" + val); }); } @Test public void testConcurrentMap() { String key = "test"; int count = 1000; Map<String, String> cache = new ConcurrentHashMap<>(); IntStream.range(0, count).parallel().forEach((n) -> { String val = cache.computeIfAbsent(key, k->"testv" + n); logger.info("Val:", val ); }); }
defect
localmanualcache deadlock in guava unit test testcache works with guava locks up in localcache java line test public void testcache string key test int count cache cache cachebuilder newbuilder expireafteraccess timeunit milliseconds maximumsize build intstream range count parallel foreach n string val cache asmap computeifabsent key k testv n logger info val val test public void testconcurrentmap string key test int count map cache new concurrenthashmap intstream range count parallel foreach n string val cache computeifabsent key k testv n logger info val val
1
409,504
11,963,824,027
IssuesEvent
2020-04-05 17:13:30
code4romania/taskforce-fe-components
https://api.github.com/repos/code4romania/taskforce-fe-components
closed
Enhance decision tree with multiple choice and free text
component enhancement help wanted high priority
There are situations where questions on a form require a multiple choice together with free text, in cases where we need `Others` type of answers. We need to enhance the Form component to support multiple choice, but we will support this feature without any changes to the navigation. So, in multiple choice questions we will not override the default navigation with navigation from options.
1.0
Enhance decision tree with multiple choice and free text - There are situations where questions on a form require a multiple choice together with free text, in cases where we need `Others` type of answers. We need to enhance the Form component to support multiple choice, but we will support this feature without any changes to the navigation. So, in multiple choice questions we will not override the default navigation with navigation from options.
non_defect
enhance decision tree with multiple choice and free text there are situations where questions on a form require a multiple choice together with free text in cases where we need others type of answers we need to enhance the form component to support multiple choice but we will support this feature without any changes to the navigation so in multiple choice questions we will not override the default navigation with navigation from options
0
65,462
19,528,091,983
IssuesEvent
2021-12-30 11:43:05
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
Panel: bottom border radius of content is incorrect with footer
defect
Screenshots are taken from https://www.primefaces.org/showcase/ui/panel/panel.xhtml (Saga, but also happens with Vela and Arya). <img width="272" alt="Screenshot 2021-12-30 at 12 36 08" src="https://user-images.githubusercontent.com/7500178/147748592-f3ebce40-177f-4f11-ac67-ab9c19685ec9.png"> <img width="254" alt="Screenshot 2021-12-30 at 12 36 17" src="https://user-images.githubusercontent.com/7500178/147748596-94bfb33f-b38d-47fe-8e3f-82f8387b6486.png">
1.0
Panel: bottom border radius of content is incorrect with footer - Screenshots are taken from https://www.primefaces.org/showcase/ui/panel/panel.xhtml (Saga, but also happens with Vela and Arya). <img width="272" alt="Screenshot 2021-12-30 at 12 36 08" src="https://user-images.githubusercontent.com/7500178/147748592-f3ebce40-177f-4f11-ac67-ab9c19685ec9.png"> <img width="254" alt="Screenshot 2021-12-30 at 12 36 17" src="https://user-images.githubusercontent.com/7500178/147748596-94bfb33f-b38d-47fe-8e3f-82f8387b6486.png">
defect
panel bottom border radius of content is incorrect with footer screenshots are taken from saga but also happens with vela and arya img width alt screenshot at src img width alt screenshot at src
1
77,306
26,909,776,134
IssuesEvent
2023-02-06 22:21:54
dotCMS/core
https://api.github.com/repos/dotCMS/core
reopened
Image editor `Download` button not working
Type : Defect Needs Internal QA Team : Lunik Next Release OKR : Core Features Priority : 3 Average OKR: Customer Support
### Problem Statement When you click the `Download` button is not downloading the image. ### Steps to Reproduce 1. Edit a "Blog" contentlet 2. In the image field click on "Edit" (need license) 3. Click in the Download button (top right) 4. See the error in the browser console ### Acceptance Criteria When the user click "Download" button in the image editor it should download the image ### dotCMS Version master ### Proposed Objective Core Features ### Proposed Priority Priority 3 - Average ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. _No response_ ### Assumptions & Initiation Needs _No response_ ### Sub-Tasks & Estimates _No response_
1.0
Image editor `Download` button not working - ### Problem Statement When you click the `Download` button is not downloading the image. ### Steps to Reproduce 1. Edit a "Blog" contentlet 2. In the image field click on "Edit" (need license) 3. Click in the Download button (top right) 4. See the error in the browser console ### Acceptance Criteria When the user click "Download" button in the image editor it should download the image ### dotCMS Version master ### Proposed Objective Core Features ### Proposed Priority Priority 3 - Average ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. _No response_ ### Assumptions & Initiation Needs _No response_ ### Sub-Tasks & Estimates _No response_
defect
image editor download button not working problem statement when you click the download button is not downloading the image steps to reproduce edit a blog contentlet in the image field click on edit need license click in the download button top right see the error in the browser console acceptance criteria when the user click download button in the image editor it should download the image dotcms version master proposed objective core features proposed priority priority average external links slack conversations support tickets figma designs etc no response assumptions initiation needs no response sub tasks estimates no response
1
367,598
25,752,701,337
IssuesEvent
2022-12-08 14:20:42
Roche/rtables
https://api.github.com/repos/Roche/rtables
opened
Adding search engine for website
enhancement documentation
I would love to be able to search for strings in online documentation like it is possible in tern. Is it possible to add this functionality also here @cicdguy?
1.0
Adding search engine for website - I would love to be able to search for strings in online documentation like it is possible in tern. Is it possible to add this functionality also here @cicdguy?
non_defect
adding search engine for website i would love to be able to search for strings in online documentation like it is possible in tern is it possible to add this functionality also here cicdguy
0
60,912
17,023,555,721
IssuesEvent
2021-07-03 02:37:45
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Andora abbreviation is "fr"
Component: nominatim Priority: major Resolution: worksforme Type: defect
**[Submitted to the original trac issue database at 5.48pm, Monday, 22nd February 2010]** I used Nominatim and i can see that the country_code for Andorra is "fr". Maybe the border has some leak
1.0
Andora abbreviation is "fr" - **[Submitted to the original trac issue database at 5.48pm, Monday, 22nd February 2010]** I used Nominatim and i can see that the country_code for Andorra is "fr". Maybe the border has some leak
defect
andora abbreviation is fr i used nominatim and i can see that the country code for andorra is fr maybe the border has some leak
1
65,888
19,762,144,888
IssuesEvent
2022-01-16 15:35:52
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
Tree: filter / nodes tab order is wrong
defect
See https://www.primefaces.org/showcase/ui/data/tree/filter.xhtml and tab trough the fields. I would expect the filter to get focus first.
1.0
Tree: filter / nodes tab order is wrong - See https://www.primefaces.org/showcase/ui/data/tree/filter.xhtml and tab trough the fields. I would expect the filter to get focus first.
defect
tree filter nodes tab order is wrong see and tab trough the fields i would expect the filter to get focus first
1
12,681
9,746,155,136
IssuesEvent
2019-06-03 11:30:02
wazuh/wazuh
https://api.github.com/repos/wazuh/wazuh
closed
Wazuh services in MacOS: launchctl
core/agent services
<!-- Whenever possible, issues should be created for bug reporting and feature requests. For questions related to the user experience, please refer: - Wazuh mailing list: https://groups.google.com/forum/#!forum/wazuh - Join Wazuh on Slack: https://wazuh.com/community/join-us-on-slack Please fill the table below. Feel free to extend it at your convenience. --> |Wazuh version|Install type|Install method|Platform| |---|---|---|---| | 3.9.0 | Agent | Packages/Sources | MacOS | Hello team The Wazuh services for using launchctl are not correctly installed. We need to review the installation process from sources. Best regards, Alberto R.
1.0
Wazuh services in MacOS: launchctl - <!-- Whenever possible, issues should be created for bug reporting and feature requests. For questions related to the user experience, please refer: - Wazuh mailing list: https://groups.google.com/forum/#!forum/wazuh - Join Wazuh on Slack: https://wazuh.com/community/join-us-on-slack Please fill the table below. Feel free to extend it at your convenience. --> |Wazuh version|Install type|Install method|Platform| |---|---|---|---| | 3.9.0 | Agent | Packages/Sources | MacOS | Hello team The Wazuh services for using launchctl are not correctly installed. We need to review the installation process from sources. Best regards, Alberto R.
non_defect
wazuh services in macos launchctl whenever possible issues should be created for bug reporting and feature requests for questions related to the user experience please refer wazuh mailing list join wazuh on slack please fill the table below feel free to extend it at your convenience wazuh version install type install method platform agent packages sources macos hello team the wazuh services for using launchctl are not correctly installed we need to review the installation process from sources best regards alberto r
0
35,185
7,635,203,102
IssuesEvent
2018-05-07 01:50:59
cakephp/debug_kit
https://api.github.com/repos/cakephp/debug_kit
closed
Error logging even though force enabled
defect
For some reason, even after configuring the `forceEnable`, DebugKit is logging 10 or so force disables per request to my error log. In my `config/bootstrap.php` I have the following. ```php // Only try to load DebugKit in development mode // Debug Kit should not be installed on a production system if (Configure::read('debug')) { Configure::write('DebugKit.forceEnable', true); Plugin::load('DebugKit', ['bootstrap' => true, 'routes' => true]); } ``` ![Logs per second is over 9000!](https://i.imgur.com/xoG0rEg.png) References, #595
1.0
Error logging even though force enabled - For some reason, even after configuring the `forceEnable`, DebugKit is logging 10 or so force disables per request to my error log. In my `config/bootstrap.php` I have the following. ```php // Only try to load DebugKit in development mode // Debug Kit should not be installed on a production system if (Configure::read('debug')) { Configure::write('DebugKit.forceEnable', true); Plugin::load('DebugKit', ['bootstrap' => true, 'routes' => true]); } ``` ![Logs per second is over 9000!](https://i.imgur.com/xoG0rEg.png) References, #595
defect
error logging even though force enabled for some reason even after configuring the forceenable debugkit is logging or so force disables per request to my error log in my config bootstrap php i have the following php only try to load debugkit in development mode debug kit should not be installed on a production system if configure read debug configure write debugkit forceenable true plugin load debugkit references
1
2,810
2,639,785,212
IssuesEvent
2015-03-11 06:19:29
inbaz/ers
https://api.github.com/repos/inbaz/ers
closed
edit product crucial bug
bug prio1 retest
v 0.2.24 - I put in a week ticket for tim - I put in a t shirt not assigned - I created isabelle - I edit the unassigned t-shirt - I assigned the t-shirt to Isabelle - in my card are now: 2 t-shirts: one for Isabelle and one unassigned. My week ticket is gone. - now I edit the assigned t-shirt and change to unassigned -> blank page. But action was succesfull: 2 unassigned t-shirts in card. no week ticket.
1.0
edit product crucial bug - v 0.2.24 - I put in a week ticket for tim - I put in a t shirt not assigned - I created isabelle - I edit the unassigned t-shirt - I assigned the t-shirt to Isabelle - in my card are now: 2 t-shirts: one for Isabelle and one unassigned. My week ticket is gone. - now I edit the assigned t-shirt and change to unassigned -> blank page. But action was succesfull: 2 unassigned t-shirts in card. no week ticket.
non_defect
edit product crucial bug v i put in a week ticket for tim i put in a t shirt not assigned i created isabelle i edit the unassigned t shirt i assigned the t shirt to isabelle in my card are now t shirts one for isabelle and one unassigned my week ticket is gone now i edit the assigned t shirt and change to unassigned blank page but action was succesfull unassigned t shirts in card no week ticket
0
33,442
7,124,373,468
IssuesEvent
2018-01-19 18:38:14
JordiCorbilla/atom-table-monitor
https://api.github.com/repos/JordiCorbilla/atom-table-monitor
closed
Kaspersky virus scanner reports Hoax.Win32.ArchSMS.obvr!
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. Installation 2. 3. What is the expected output? What do you see instead? All exe files get deletes immediately after unzipping What version of the product are you using? On what operating system? 1.4, Windows 7 Please provide any additional information below. N/A ``` Original issue reported on code.google.com by `a.rohrsc...@gmail.com` on 16 Sep 2013 at 11:33
1.0
Kaspersky virus scanner reports Hoax.Win32.ArchSMS.obvr! - ``` What steps will reproduce the problem? 1. Installation 2. 3. What is the expected output? What do you see instead? All exe files get deletes immediately after unzipping What version of the product are you using? On what operating system? 1.4, Windows 7 Please provide any additional information below. N/A ``` Original issue reported on code.google.com by `a.rohrsc...@gmail.com` on 16 Sep 2013 at 11:33
defect
kaspersky virus scanner reports hoax archsms obvr what steps will reproduce the problem installation what is the expected output what do you see instead all exe files get deletes immediately after unzipping what version of the product are you using on what operating system windows please provide any additional information below n a original issue reported on code google com by a rohrsc gmail com on sep at
1
320,413
9,780,727,151
IssuesEvent
2019-06-07 17:44:25
typicalbot/typicalbot
https://api.github.com/repos/typicalbot/typicalbot
closed
Mass assign/unassign roles
level: novice priority: low type: enhancement type: feature
## Feature Request ### Description Allow to mass assign/unassign roles from users (Suggested by `UserID10T#2790`.) This is related to #20 except that it was suggested to not use a subcommand. ### Have You...? - [X] I have checked for related issues. - [X] I have checked the documentation to ensure my idea or suggestion doesn't already exist.
1.0
Mass assign/unassign roles - ## Feature Request ### Description Allow to mass assign/unassign roles from users (Suggested by `UserID10T#2790`.) This is related to #20 except that it was suggested to not use a subcommand. ### Have You...? - [X] I have checked for related issues. - [X] I have checked the documentation to ensure my idea or suggestion doesn't already exist.
non_defect
mass assign unassign roles feature request description allow to mass assign unassign roles from users suggested by this is related to except that it was suggested to not use a subcommand have you i have checked for related issues i have checked the documentation to ensure my idea or suggestion doesn t already exist
0
16,015
2,870,251,538
IssuesEvent
2015-06-07 00:36:14
pdelia/away3d
https://api.github.com/repos/pdelia/away3d
closed
[Away3DLite] Collada bone animation failure
auto-migrated Priority-Medium Type-Defect
#68 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:32Z ``` What steps will reproduce the problem? 1. Export a Collada file with bones who's name attributes do not match their id, e.g.: <node id="Bip01-node" name="Bip01" sid="bone11" type="JOINT"> 2. Import file and call update() on animation 3. See that animations fail to update What is the expected output? What do you see instead? Animations fail when node and id labels do not match in the skeleton. The animations appear to work correctly in the Advanced_MultiMario example because the skeleton names and ids match e.g.: <node id="neck" name="neck" sid="bone0" type="JOINT"> The bones are referenced via their id in the animation channels, like so: <channel source="#Bip01.translate_Bip01-node_translate.Y-sampler" target="Bip01-node/translate.Y"/> So that in Collada.as:buildAnimations(), the assignment: channel.target = _containers[channel.name]; Sets the channel target to null instead of a Bone object. I was able to rectify this issue by simply changing the following (from Collada.as:parseNode()): //ColladaMaya 3.02 if(String(node.@name) != "") { _objectData.name = String(node.@name); }else{ _objectData.name = String(node.@id); } to just: _objectData.name = String(node.@id); In my local working copy with no apparent ill effects. This does not appear to break the Advanced_MultiMario example. What version of the product are you using? On what operating system? URL: http://away3d.googlecode.com/svn/trunk/fp10/Examples/Away3DLite/as/src Revision: 1933 Please provide any additional information below. My model was exported via latest ColladaMaya/Maya 8.5 ``` Original issue reported on code.google.com by `ken.rai...@gmail.com` on 13 Oct 2009 at 7:38
1.0
[Away3DLite] Collada bone animation failure - #68 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:32Z ``` What steps will reproduce the problem? 1. Export a Collada file with bones who's name attributes do not match their id, e.g.: <node id="Bip01-node" name="Bip01" sid="bone11" type="JOINT"> 2. Import file and call update() on animation 3. See that animations fail to update What is the expected output? What do you see instead? Animations fail when node and id labels do not match in the skeleton. The animations appear to work correctly in the Advanced_MultiMario example because the skeleton names and ids match e.g.: <node id="neck" name="neck" sid="bone0" type="JOINT"> The bones are referenced via their id in the animation channels, like so: <channel source="#Bip01.translate_Bip01-node_translate.Y-sampler" target="Bip01-node/translate.Y"/> So that in Collada.as:buildAnimations(), the assignment: channel.target = _containers[channel.name]; Sets the channel target to null instead of a Bone object. I was able to rectify this issue by simply changing the following (from Collada.as:parseNode()): //ColladaMaya 3.02 if(String(node.@name) != "") { _objectData.name = String(node.@name); }else{ _objectData.name = String(node.@id); } to just: _objectData.name = String(node.@id); In my local working copy with no apparent ill effects. This does not appear to break the Advanced_MultiMario example. What version of the product are you using? On what operating system? URL: http://away3d.googlecode.com/svn/trunk/fp10/Examples/Away3DLite/as/src Revision: 1933 Please provide any additional information below. My model was exported via latest ColladaMaya/Maya 8.5 ``` Original issue reported on code.google.com by `ken.rai...@gmail.com` on 13 Oct 2009 at 7:38
defect
collada bone animation failure issue by googlecodeexporter created on what steps will reproduce the problem export a collada file with bones who s name attributes do not match their id e g import file and call update on animation see that animations fail to update what is the expected output what do you see instead animations fail when node and id labels do not match in the skeleton the animations appear to work correctly in the advanced multimario example because the skeleton names and ids match e g the bones are referenced via their id in the animation channels like so channel source translate node translate y sampler target node translate y so that in collada as buildanimations the assignment channel target containers sets the channel target to null instead of a bone object i was able to rectify this issue by simply changing the following from collada as parsenode colladamaya if string node name objectdata name string node name else objectdata name string node id to just objectdata name string node id in my local working copy with no apparent ill effects this does not appear to break the advanced multimario example what version of the product are you using on what operating system url revision please provide any additional information below my model was exported via latest colladamaya maya original issue reported on code google com by ken rai gmail com on oct at
1
51,193
13,207,391,381
IssuesEvent
2020-08-14 22:55:39
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
"Pass-through" frame objects (Trac #21)
IceTray Incomplete Migration Migrated from Trac defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/21">https://code.icecube.wisc.edu/projects/icecube/ticket/21</a>, reported by troyand owned by troy</em></summary> <p> ```json { "status": "closed", "changetime": "2007-11-11T03:51:18", "_ts": "1194753078000000", "description": "If i have frames that contain objects that I dont' have code for, i should be able to pass them through my tray w/o SkipFrame?-ing them.", "reporter": "troy", "cc": "", "resolution": "fixed", "time": "2007-06-03T16:37:21", "component": "IceTray", "summary": "\"Pass-through\" frame objects", "priority": "normal", "keywords": "", "milestone": "", "owner": "troy", "type": "defect" } ``` </p> </details>
1.0
"Pass-through" frame objects (Trac #21) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/21">https://code.icecube.wisc.edu/projects/icecube/ticket/21</a>, reported by troyand owned by troy</em></summary> <p> ```json { "status": "closed", "changetime": "2007-11-11T03:51:18", "_ts": "1194753078000000", "description": "If i have frames that contain objects that I dont' have code for, i should be able to pass them through my tray w/o SkipFrame?-ing them.", "reporter": "troy", "cc": "", "resolution": "fixed", "time": "2007-06-03T16:37:21", "component": "IceTray", "summary": "\"Pass-through\" frame objects", "priority": "normal", "keywords": "", "milestone": "", "owner": "troy", "type": "defect" } ``` </p> </details>
defect
pass through frame objects trac migrated from json status closed changetime ts description if i have frames that contain objects that i dont have code for i should be able to pass them through my tray w o skipframe ing them reporter troy cc resolution fixed time component icetray summary pass through frame objects priority normal keywords milestone owner troy type defect
1
25,020
7,612,024,244
IssuesEvent
2018-05-01 16:01:16
GoogleCloudPlatform/google-cloud-eclipse
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse
closed
Investigate suitable version scheme for nightly builds
build
If we can somehow assign a working version to each nightly build in the way that the version is final and suitable for immediate and direct release, without any concern of confusing users or the Eclipse update system when released into the wild. Otherwise, we still need to trigger a manual cut only because we need to assign a working version. Also, it is important to make versions between nightly builds work properly when it comes to automatic updates.
1.0
Investigate suitable version scheme for nightly builds - If we can somehow assign a working version to each nightly build in the way that the version is final and suitable for immediate and direct release, without any concern of confusing users or the Eclipse update system when released into the wild. Otherwise, we still need to trigger a manual cut only because we need to assign a working version. Also, it is important to make versions between nightly builds work properly when it comes to automatic updates.
non_defect
investigate suitable version scheme for nightly builds if we can somehow assign a working version to each nightly build in the way that the version is final and suitable for immediate and direct release without any concern of confusing users or the eclipse update system when released into the wild otherwise we still need to trigger a manual cut only because we need to assign a working version also it is important to make versions between nightly builds work properly when it comes to automatic updates
0
343,023
30,650,943,901
IssuesEvent
2023-07-25 08:52:12
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
closed
Fix general.test_has_nans
Sub Task Failing Test
| | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5654501143/job/15317704686"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5654501143/job/15317704686"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5654501143/job/15317704686"><img src=https://img.shields.io/badge/-success-success></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5654501143/job/15317704686"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5654501143/job/15317704686"><img src=https://img.shields.io/badge/-success-success></a>
1.0
Fix general.test_has_nans - | | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5654501143/job/15317704686"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5654501143/job/15317704686"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5654501143/job/15317704686"><img src=https://img.shields.io/badge/-success-success></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5654501143/job/15317704686"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5654501143/job/15317704686"><img src=https://img.shields.io/badge/-success-success></a>
non_defect
fix general test has nans jax a href src numpy a href src torch a href src tensorflow a href src paddle a href src
0
226,488
17,353,259,466
IssuesEvent
2021-07-29 11:27:14
OpenSimulationInterface/open-simulation-interface
https://api.github.com/repos/OpenSimulationInterface/open-simulation-interface
closed
Describe coordinate systems and reference points
Documentation
Create content for the following topics: - [x] coordinate_systems.adoc - [x] ~~reference_points.adoc~~
1.0
Describe coordinate systems and reference points - Create content for the following topics: - [x] coordinate_systems.adoc - [x] ~~reference_points.adoc~~
non_defect
describe coordinate systems and reference points create content for the following topics coordinate systems adoc reference points adoc
0
31,925
15,145,238,400
IssuesEvent
2021-02-11 03:50:52
pure-c/purec
https://api.github.com/repos/pure-c/purec
closed
Consider using tagged pointers
experimental optimization performance
**Experimental**: Use a more space efficient method to convey the type of a value **References**: * https://en.wikipedia.org/wiki/Tagged_pointer * https://www.mikeash.com/pyblog/friday-qa-2012-07-27-lets-build-tagged-pointers.html
True
Consider using tagged pointers - **Experimental**: Use a more space efficient method to convey the type of a value **References**: * https://en.wikipedia.org/wiki/Tagged_pointer * https://www.mikeash.com/pyblog/friday-qa-2012-07-27-lets-build-tagged-pointers.html
non_defect
consider using tagged pointers experimental use a more space efficient method to convey the type of a value references
0
114,128
17,190,045,638
IssuesEvent
2021-07-16 09:37:04
symfony/symfony
https://api.github.com/repos/symfony/symfony
opened
[Security] Decouple CSRF component from security-core
Security
`symfony/security-csrf` is installable as a stand-alone package. However, it requires `security-core`: https://github.com/symfony/symfony/blob/27aceb6eaa6709d2c21d32c6b7578654339896a5/src/Symfony/Component/Security/Csrf/composer.json#L18-L21 I use CSRF in some forms not related to Security, so I want CSRF but I don't want the entire Security package. Why is this important to me? Because `symfony/security-csrf` is a tiny 18-file and 0.06 MB on disk package, whereas `symfony/security-core` is a big 258-file and 1.1 MB on disk package. Moreover, although CSRF requires the entire Security package, it only uses two tiny exception classes from it: Here: https://github.com/symfony/symfony/blob/27aceb6eaa6709d2c21d32c6b7578654339896a5/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php#L15 And here: https://github.com/symfony/symfony/blob/27aceb6eaa6709d2c21d32c6b7578654339896a5/src/Symfony/Component/Security/Csrf/Exception/TokenNotFoundException.php#L14 So maybe we can decouple these packages? Thanks!
True
[Security] Decouple CSRF component from security-core - `symfony/security-csrf` is installable as a stand-alone package. However, it requires `security-core`: https://github.com/symfony/symfony/blob/27aceb6eaa6709d2c21d32c6b7578654339896a5/src/Symfony/Component/Security/Csrf/composer.json#L18-L21 I use CSRF in some forms not related to Security, so I want CSRF but I don't want the entire Security package. Why is this important to me? Because `symfony/security-csrf` is a tiny 18-file and 0.06 MB on disk package, whereas `symfony/security-core` is a big 258-file and 1.1 MB on disk package. Moreover, although CSRF requires the entire Security package, it only uses two tiny exception classes from it: Here: https://github.com/symfony/symfony/blob/27aceb6eaa6709d2c21d32c6b7578654339896a5/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php#L15 And here: https://github.com/symfony/symfony/blob/27aceb6eaa6709d2c21d32c6b7578654339896a5/src/Symfony/Component/Security/Csrf/Exception/TokenNotFoundException.php#L14 So maybe we can decouple these packages? Thanks!
non_defect
decouple csrf component from security core symfony security csrf is installable as a stand alone package however it requires security core i use csrf in some forms not related to security so i want csrf but i don t want the entire security package why is this important to me because symfony security csrf is a tiny file and mb on disk package whereas symfony security core is a big file and mb on disk package moreover although csrf requires the entire security package it only uses two tiny exception classes from it here and here so maybe we can decouple these packages thanks
0
28,973
5,459,469,769
IssuesEvent
2017-03-09 00:45:19
robolectric/robolectric
https://api.github.com/repos/robolectric/robolectric
closed
mockito+realm: Cannot convert type DeferredElementImpl to type org.w3c.dom.Node
defect tools integration
Updated to Robolectric 3.3 today because I was having the issues with powermock that 3.3 fixed, upon running the test I get the following stacktrace. ``` com.thoughtworks.xstream.converters.ConversionException: Cannot convert type com.sun.org.apache.xerces.internal.dom.DeferredElementImpl to type org.w3c.dom.Node ---- Debugging information ---- message : Cannot convert type com.sun.org.apache.xerces.internal.dom.DeferredElementImpl to type org.w3c.dom.Node class : org.robolectric.manifest.AndroidManifest required-type : org.robolectric.manifest.AndroidManifest converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter path : /org.powermock.modules.junit4.rule.PowerMockStatement$1/outer-class/fNext/next/val$roboMethod/appManifest/applicationNode line number : 760 class[1] : org.robolectric.RobolectricTestRunner$RobolectricFrameworkMethod class[2] : org.robolectric.RobolectricTestRunner$HelperTestRunner$1 class[3] : org.junit.internal.runners.statements.RunBefores class[4] : org.powermock.modules.junit4.rule.PowerMockStatement class[5] : org.powermock.modules.junit4.rule.PowerMockStatement$1 version : not available ------------------------------- at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:456) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50) at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134) at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1230) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1214) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1085) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1076) at org.powermock.classloading.DeepCloner.clone(DeepCloner.java:55) at org.powermock.classloading.AbstractClassloaderExecutor.executeWithClassLoader(AbstractClassloaderExecutor.java:56) at org.powermock.classloading.SingleClassloaderExecutor.execute(SingleClassloaderExecutor.java:67) at org.powermock.classloading.AbstractClassloaderExecutor.execute(AbstractClassloaderExecutor.java:43) at org.powermock.modules.junit4.rule.PowerMockStatement.evaluate(PowerMockRule.java:75) at org.robolectric.internal.SandboxTestRunner$2.evaluate(SandboxTestRunner.java:209) at org.robolectric.internal.SandboxTestRunner.runChild(SandboxTestRunner.java:109) at org.robolectric.internal.SandboxTestRunner.runChild(SandboxTestRunner.java:36) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.robolectric.internal.SandboxTestRunner$1.evaluate(SandboxTestRunner.java:63) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:119) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:42) at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:234) at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)` ``` The test itself is fairly simple just checking that an Activity is not Null, below this is the activity code, and the test for that activity. ```java public class SecondActivity extends BaseActivity { private Realm realm; private User user; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_second); Realm.init(this); realm = Realm.getDefaultInstance(); getUser(); } private void getUser(){ RealmResults<User> realmUsers = realm.where(User.class).findAll(); user = realmUsers.first(); Log.d("Test", user.getFirstName() + " " + user.getLastName() + " Null Maybz"); } } ``` and the test. ```java @RunWith(RobolectricTestRunner.class) @Config(constants = BuildConfig.class, sdk = Build.VERSION_CODES.LOLLIPOP, manifest = "AndroidManifest.xml") @PowerMockIgnore({"org.mockito.*", "org.robolectric.*", "android.*"}) @PrepareForTest({Realm.class, RealmConfiguration.class, RealmQuery.class, RealmResults.class, RealmCore.class, RealmResults.class}) public class SecondActivityTest {` @Rule public PowerMockRule rule = new PowerMockRule(); private SecondActivity activity; private RealmResults<User> realmUsers; @Before public void setUp(){ MockitoAnnotations.initMocks(this); // Setup Realm + Mock mockStatic(Realm.class); mockStatic(RealmConfiguration.class); mockStatic(RealmCore.class); mockStatic(RealmQuery.class); final Realm mockRealm = mock(Realm.class); doNothing().when(RealmCore.class); RealmCore.loadLibrary(any(Context.class)); when(Realm.getDefaultInstance()).thenReturn(mockRealm); when(mockRealm.createObject(User.class)).thenReturn(new User()); User userOne = new User("Matt", "Dunn"); User userTwo = new User("Michael", "Stoddart"); List<User> userList = Arrays.asList(userOne, userTwo); RealmQuery<User> realmQuery = mockRealmQuery(); RealmResults<User> mockResults = mockRealmResults(); when(mockResults.iterator()).thenReturn(userList.iterator()); when(mockResults.size()).thenReturn(userList.size()); when(mockResults.first()).thenReturn(userList.get(0)); activity = Robolectric.setupActivity(SecondActivity.class); } @Test public void checkActivityNotNull(){ Assert.assertNotNull(activity); } @SuppressWarnings("unchecked") private <T extends RealmObject> RealmQuery<T> mockRealmQuery() { return mock(RealmQuery.class); } @SuppressWarnings("unchecked") private <T extends RealmObject> RealmResults<T> mockRealmResults() { return mock(RealmResults.class); } } ``` I've followed Realms example for writing a unit test with Robo and Mockito that can be found here. https://github.com/realm/realm-java/blob/master/examples/unitTestExample/src/test/java/io/realm/examples/unittesting/ExampleActivityTest.java Obviously that can be considered a little out of date, what with the update to Robo 3.3. Using Robolectric 3.3 and min SDK version of 17, and a target SDK version of 25 Cheers.
1.0
mockito+realm: Cannot convert type DeferredElementImpl to type org.w3c.dom.Node - Updated to Robolectric 3.3 today because I was having the issues with powermock that 3.3 fixed, upon running the test I get the following stacktrace. ``` com.thoughtworks.xstream.converters.ConversionException: Cannot convert type com.sun.org.apache.xerces.internal.dom.DeferredElementImpl to type org.w3c.dom.Node ---- Debugging information ---- message : Cannot convert type com.sun.org.apache.xerces.internal.dom.DeferredElementImpl to type org.w3c.dom.Node class : org.robolectric.manifest.AndroidManifest required-type : org.robolectric.manifest.AndroidManifest converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter path : /org.powermock.modules.junit4.rule.PowerMockStatement$1/outer-class/fNext/next/val$roboMethod/appManifest/applicationNode line number : 760 class[1] : org.robolectric.RobolectricTestRunner$RobolectricFrameworkMethod class[2] : org.robolectric.RobolectricTestRunner$HelperTestRunner$1 class[3] : org.junit.internal.runners.statements.RunBefores class[4] : org.powermock.modules.junit4.rule.PowerMockStatement class[5] : org.powermock.modules.junit4.rule.PowerMockStatement$1 version : not available ------------------------------- at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:456) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:503) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:429) at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:281) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:70) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50) at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134) at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1230) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1214) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1085) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1076) at org.powermock.classloading.DeepCloner.clone(DeepCloner.java:55) at org.powermock.classloading.AbstractClassloaderExecutor.executeWithClassLoader(AbstractClassloaderExecutor.java:56) at org.powermock.classloading.SingleClassloaderExecutor.execute(SingleClassloaderExecutor.java:67) at org.powermock.classloading.AbstractClassloaderExecutor.execute(AbstractClassloaderExecutor.java:43) at org.powermock.modules.junit4.rule.PowerMockStatement.evaluate(PowerMockRule.java:75) at org.robolectric.internal.SandboxTestRunner$2.evaluate(SandboxTestRunner.java:209) at org.robolectric.internal.SandboxTestRunner.runChild(SandboxTestRunner.java:109) at org.robolectric.internal.SandboxTestRunner.runChild(SandboxTestRunner.java:36) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.robolectric.internal.SandboxTestRunner$1.evaluate(SandboxTestRunner.java:63) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:119) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:42) at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:234) at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)` ``` The test itself is fairly simple just checking that an Activity is not Null, below this is the activity code, and the test for that activity. ```java public class SecondActivity extends BaseActivity { private Realm realm; private User user; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_second); Realm.init(this); realm = Realm.getDefaultInstance(); getUser(); } private void getUser(){ RealmResults<User> realmUsers = realm.where(User.class).findAll(); user = realmUsers.first(); Log.d("Test", user.getFirstName() + " " + user.getLastName() + " Null Maybz"); } } ``` and the test. ```java @RunWith(RobolectricTestRunner.class) @Config(constants = BuildConfig.class, sdk = Build.VERSION_CODES.LOLLIPOP, manifest = "AndroidManifest.xml") @PowerMockIgnore({"org.mockito.*", "org.robolectric.*", "android.*"}) @PrepareForTest({Realm.class, RealmConfiguration.class, RealmQuery.class, RealmResults.class, RealmCore.class, RealmResults.class}) public class SecondActivityTest {` @Rule public PowerMockRule rule = new PowerMockRule(); private SecondActivity activity; private RealmResults<User> realmUsers; @Before public void setUp(){ MockitoAnnotations.initMocks(this); // Setup Realm + Mock mockStatic(Realm.class); mockStatic(RealmConfiguration.class); mockStatic(RealmCore.class); mockStatic(RealmQuery.class); final Realm mockRealm = mock(Realm.class); doNothing().when(RealmCore.class); RealmCore.loadLibrary(any(Context.class)); when(Realm.getDefaultInstance()).thenReturn(mockRealm); when(mockRealm.createObject(User.class)).thenReturn(new User()); User userOne = new User("Matt", "Dunn"); User userTwo = new User("Michael", "Stoddart"); List<User> userList = Arrays.asList(userOne, userTwo); RealmQuery<User> realmQuery = mockRealmQuery(); RealmResults<User> mockResults = mockRealmResults(); when(mockResults.iterator()).thenReturn(userList.iterator()); when(mockResults.size()).thenReturn(userList.size()); when(mockResults.first()).thenReturn(userList.get(0)); activity = Robolectric.setupActivity(SecondActivity.class); } @Test public void checkActivityNotNull(){ Assert.assertNotNull(activity); } @SuppressWarnings("unchecked") private <T extends RealmObject> RealmQuery<T> mockRealmQuery() { return mock(RealmQuery.class); } @SuppressWarnings("unchecked") private <T extends RealmObject> RealmResults<T> mockRealmResults() { return mock(RealmResults.class); } } ``` I've followed Realms example for writing a unit test with Robo and Mockito that can be found here. https://github.com/realm/realm-java/blob/master/examples/unitTestExample/src/test/java/io/realm/examples/unittesting/ExampleActivityTest.java Obviously that can be considered a little out of date, what with the update to Robo 3.3. Using Robolectric 3.3 and min SDK version of 17, and a target SDK version of 25 Cheers.
defect
mockito realm cannot convert type deferredelementimpl to type org dom node updated to robolectric today because i was having the issues with powermock that fixed upon running the test i get the following stacktrace com thoughtworks xstream converters conversionexception cannot convert type com sun org apache xerces internal dom deferredelementimpl to type org dom node debugging information message cannot convert type com sun org apache xerces internal dom deferredelementimpl to type org dom node class org robolectric manifest androidmanifest required type org robolectric manifest androidmanifest converter type com thoughtworks xstream converters reflection reflectionconverter path org powermock modules rule powermockstatement outer class fnext next val robomethod appmanifest applicationnode line number class org robolectric robolectrictestrunner robolectricframeworkmethod class org robolectric robolectrictestrunner helpertestrunner class org junit internal runners statements runbefores class org powermock modules rule powermockstatement class org powermock modules rule powermockstatement version not available at com thoughtworks xstream converters reflection abstractreflectionconverter dounmarshal abstractreflectionconverter java at com thoughtworks xstream converters reflection abstractreflectionconverter unmarshal abstractreflectionconverter java at com thoughtworks xstream core treeunmarshaller convert treeunmarshaller java at com thoughtworks xstream core abstractreferenceunmarshaller convert abstractreferenceunmarshaller java at com thoughtworks xstream core treeunmarshaller convertanother treeunmarshaller java at com thoughtworks xstream converters reflection abstractreflectionconverter unmarshallfield abstractreflectionconverter java at com thoughtworks xstream converters reflection abstractreflectionconverter dounmarshal abstractreflectionconverter java at com thoughtworks xstream converters reflection abstractreflectionconverter unmarshal abstractreflectionconverter java at com thoughtworks xstream core treeunmarshaller convert treeunmarshaller java at com thoughtworks xstream core abstractreferenceunmarshaller convert abstractreferenceunmarshaller java at com thoughtworks xstream core treeunmarshaller convertanother treeunmarshaller java at com thoughtworks xstream converters reflection abstractreflectionconverter unmarshallfield abstractreflectionconverter java at com thoughtworks xstream converters reflection abstractreflectionconverter dounmarshal abstractreflectionconverter java at com thoughtworks xstream converters reflection abstractreflectionconverter unmarshal abstractreflectionconverter java at com thoughtworks xstream core treeunmarshaller convert treeunmarshaller java at com thoughtworks xstream core abstractreferenceunmarshaller convert abstractreferenceunmarshaller java at com thoughtworks xstream core treeunmarshaller convertanother treeunmarshaller java at com thoughtworks xstream converters reflection abstractreflectionconverter unmarshallfield abstractreflectionconverter java at com thoughtworks xstream converters reflection abstractreflectionconverter dounmarshal abstractreflectionconverter java at com thoughtworks xstream converters reflection abstractreflectionconverter unmarshal abstractreflectionconverter java at com thoughtworks xstream core treeunmarshaller convert treeunmarshaller java at com thoughtworks xstream core abstractreferenceunmarshaller convert abstractreferenceunmarshaller java at com thoughtworks xstream core treeunmarshaller convertanother treeunmarshaller java at com thoughtworks xstream converters reflection abstractreflectionconverter unmarshallfield abstractreflectionconverter java at com thoughtworks xstream converters reflection abstractreflectionconverter dounmarshal abstractreflectionconverter java at com thoughtworks xstream converters reflection abstractreflectionconverter unmarshal abstractreflectionconverter java at com thoughtworks xstream core treeunmarshaller convert treeunmarshaller java at com thoughtworks xstream core abstractreferenceunmarshaller convert abstractreferenceunmarshaller java at com thoughtworks xstream core treeunmarshaller convertanother treeunmarshaller java at com thoughtworks xstream converters reflection abstractreflectionconverter unmarshallfield abstractreflectionconverter java at com thoughtworks xstream converters reflection abstractreflectionconverter dounmarshal abstractreflectionconverter java at com thoughtworks xstream converters reflection abstractreflectionconverter unmarshal abstractreflectionconverter java at com thoughtworks xstream core treeunmarshaller convert treeunmarshaller java at com thoughtworks xstream core abstractreferenceunmarshaller convert abstractreferenceunmarshaller java at com thoughtworks xstream core treeunmarshaller convertanother treeunmarshaller java at com thoughtworks xstream core treeunmarshaller convertanother treeunmarshaller java at com thoughtworks xstream core treeunmarshaller start treeunmarshaller java at com thoughtworks xstream core abstracttreemarshallingstrategy unmarshal abstracttreemarshallingstrategy java at com thoughtworks xstream xstream unmarshal xstream java at com thoughtworks xstream xstream unmarshal xstream java at com thoughtworks xstream xstream fromxml xstream java at com thoughtworks xstream xstream fromxml xstream java at org powermock classloading deepcloner clone deepcloner java at org powermock classloading abstractclassloaderexecutor executewithclassloader abstractclassloaderexecutor java at org powermock classloading singleclassloaderexecutor execute singleclassloaderexecutor java at org powermock classloading abstractclassloaderexecutor execute abstractclassloaderexecutor java at org powermock modules rule powermockstatement evaluate powermockrule java at org robolectric internal sandboxtestrunner evaluate sandboxtestrunner java at org robolectric internal sandboxtestrunner runchild sandboxtestrunner java at org robolectric internal sandboxtestrunner runchild sandboxtestrunner java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org robolectric internal sandboxtestrunner evaluate sandboxtestrunner java at org junit runners parentrunner run parentrunner java at org junit runner junitcore run junitcore java at com intellij startrunnerwithargs java at com intellij startrunnerwithargs java at com intellij rt execution junit junitstarter preparestreamsandstart junitstarter java at com intellij rt execution junit junitstarter main junitstarter java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com intellij rt execution application appmain main appmain java the test itself is fairly simple just checking that an activity is not null below this is the activity code and the test for that activity java public class secondactivity extends baseactivity private realm realm private user user override protected void oncreate bundle savedinstancestate super oncreate savedinstancestate setcontentview r layout activity second realm init this realm realm getdefaultinstance getuser private void getuser realmresults realmusers realm where user class findall user realmusers first log d test user getfirstname user getlastname null maybz and the test java runwith robolectrictestrunner class config constants buildconfig class sdk build version codes lollipop manifest androidmanifest xml powermockignore org mockito org robolectric android preparefortest realm class realmconfiguration class realmquery class realmresults class realmcore class realmresults class public class secondactivitytest rule public powermockrule rule new powermockrule private secondactivity activity private realmresults realmusers before public void setup mockitoannotations initmocks this setup realm mock mockstatic realm class mockstatic realmconfiguration class mockstatic realmcore class mockstatic realmquery class final realm mockrealm mock realm class donothing when realmcore class realmcore loadlibrary any context class when realm getdefaultinstance thenreturn mockrealm when mockrealm createobject user class thenreturn new user user userone new user matt dunn user usertwo new user michael stoddart list userlist arrays aslist userone usertwo realmquery realmquery mockrealmquery realmresults mockresults mockrealmresults when mockresults iterator thenreturn userlist iterator when mockresults size thenreturn userlist size when mockresults first thenreturn userlist get activity robolectric setupactivity secondactivity class test public void checkactivitynotnull assert assertnotnull activity suppresswarnings unchecked private realmquery mockrealmquery return mock realmquery class suppresswarnings unchecked private realmresults mockrealmresults return mock realmresults class i ve followed realms example for writing a unit test with robo and mockito that can be found here obviously that can be considered a little out of date what with the update to robo using robolectric and min sdk version of and a target sdk version of cheers
1
4,215
2,610,089,413
IssuesEvent
2015-02-26 18:27:04
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳痘痘能祛好吗
auto-migrated Priority-Medium Type-Defect
``` 深圳痘痘能祛好吗【深圳韩方科颜全国热线400-869-1818,24小时 QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:35
1.0
深圳痘痘能祛好吗 - ``` 深圳痘痘能祛好吗【深圳韩方科颜全国热线400-869-1818,24小时 QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:35
defect
深圳痘痘能祛好吗 深圳痘痘能祛好吗【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 original issue reported on code google com by szft com on may at
1
44,436
12,156,898,948
IssuesEvent
2020-04-25 19:21:32
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
opened
Fix "Unsafe usage of new static()" errors reported by phpstan
defect
phpstan currently reports error for statements like `new static(..)` in various class. For e.g. in `Session` class https://github.com/cakephp/cakephp/blob/e3c728d3d40ed04ab2a9ef3eca387be3121f42f6/src/Http/Session.php#L127. The reason is if someone extends the class and changing the constructor signature the `new static()` calls could start generation errors. There are two ways to fix this error, which should chose? 1. Add `final` keyword to the class constructor 2. Change `new static()` to `new self()`.
1.0
Fix "Unsafe usage of new static()" errors reported by phpstan - phpstan currently reports error for statements like `new static(..)` in various class. For e.g. in `Session` class https://github.com/cakephp/cakephp/blob/e3c728d3d40ed04ab2a9ef3eca387be3121f42f6/src/Http/Session.php#L127. The reason is if someone extends the class and changing the constructor signature the `new static()` calls could start generation errors. There are two ways to fix this error, which should chose? 1. Add `final` keyword to the class constructor 2. Change `new static()` to `new self()`.
defect
fix unsafe usage of new static errors reported by phpstan phpstan currently reports error for statements like new static in various class for e g in session class the reason is if someone extends the class and changing the constructor signature the new static calls could start generation errors there are two ways to fix this error which should chose add final keyword to the class constructor change new static to new self
1
172,712
27,317,297,880
IssuesEvent
2023-02-24 16:40:37
gradio-app/gradio
https://api.github.com/repos/gradio-app/gradio
closed
Be able to access current username from application
enhancement needs designing
- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** When using gradio's authentication, it would be awesome if I could know which user is logged in to my app to tailor my app's behavior to that user. Examples: - Displaying greeting messages - Creating an admin panel for a gradio app **Describe the solution you'd like** Maybe this could be exposed in `gr.Request` ? **Additional context** Discord discussion here: https://discord.com/channels/879548962464493619/1077391349617262713/1077391349617262713
1.0
Be able to access current username from application - - [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** When using gradio's authentication, it would be awesome if I could know which user is logged in to my app to tailor my app's behavior to that user. Examples: - Displaying greeting messages - Creating an admin panel for a gradio app **Describe the solution you'd like** Maybe this could be exposed in `gr.Request` ? **Additional context** Discord discussion here: https://discord.com/channels/879548962464493619/1077391349617262713/1077391349617262713
non_defect
be able to access current username from application i have searched to see if a similar issue already exists is your feature request related to a problem please describe when using gradio s authentication it would be awesome if i could know which user is logged in to my app to tailor my app s behavior to that user examples displaying greeting messages creating an admin panel for a gradio app describe the solution you d like maybe this could be exposed in gr request additional context discord discussion here
0
168,833
13,103,536,387
IssuesEvent
2020-08-04 08:44:14
nodejs/node
https://api.github.com/repos/nodejs/node
closed
flaky test-regress-GH-814_2
CI / flaky test fs libuv
<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name --> * **Version**: 15.0.0-pre (current master branch) * **Platform**: fedora-last-latest-x64 * **Subsystem**: test, fs, libuv ### What steps will reproduce the bug? Run test/pummel/test-regress-GH-814_2.js on fedora-last-latest-x64 in CI. <!-- Enter details about your bug, preferably a simple code snippet that can be run using `node` directly without installing third-party dependencies. --> ### How often does it reproduce? Is there a required condition? Not every time. Running https://ci.nodejs.org/job/node-stress-single-test/151/ right now to see how often. ### What is the expected behavior? The test should pass. <!-- If possible please provide textual output instead of screenshots. --> ### What do you see instead? The test crashes with -9, which I believe means libuv is complaining about a bad file descriptor. ``` 21:31:32 not ok 2805 pummel/test-regress-GH-814_2 21:31:32 --- 21:31:32 duration_ms: 11.27 21:31:32 severity: crashed 21:31:32 exitcode: -9 21:31:32 stack: |- 21:31:32 /home/iojs/node-tmp/.tmp.2804/GH-814_test.txt 21:31:32 21:31:32 ... ``` <!-- If possible please provide textual output instead of screenshots. --> ### Additional information Something similar to this was going on with readstream last year and I think @addaleax fixed it. Maybe `fs` has the same/similar issue, perhaps when explicit `fs.close()` is not used? <!-- Tell us anything else you think we should know. -->
1.0
flaky test-regress-GH-814_2 - <!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name --> * **Version**: 15.0.0-pre (current master branch) * **Platform**: fedora-last-latest-x64 * **Subsystem**: test, fs, libuv ### What steps will reproduce the bug? Run test/pummel/test-regress-GH-814_2.js on fedora-last-latest-x64 in CI. <!-- Enter details about your bug, preferably a simple code snippet that can be run using `node` directly without installing third-party dependencies. --> ### How often does it reproduce? Is there a required condition? Not every time. Running https://ci.nodejs.org/job/node-stress-single-test/151/ right now to see how often. ### What is the expected behavior? The test should pass. <!-- If possible please provide textual output instead of screenshots. --> ### What do you see instead? The test crashes with -9, which I believe means libuv is complaining about a bad file descriptor. ``` 21:31:32 not ok 2805 pummel/test-regress-GH-814_2 21:31:32 --- 21:31:32 duration_ms: 11.27 21:31:32 severity: crashed 21:31:32 exitcode: -9 21:31:32 stack: |- 21:31:32 /home/iojs/node-tmp/.tmp.2804/GH-814_test.txt 21:31:32 21:31:32 ... ``` <!-- If possible please provide textual output instead of screenshots. --> ### Additional information Something similar to this was going on with readstream last year and I think @addaleax fixed it. Maybe `fs` has the same/similar issue, perhaps when explicit `fs.close()` is not used? <!-- Tell us anything else you think we should know. -->
non_defect
flaky test regress gh thank you for reporting an issue this issue tracker is for bugs and issues found within node js core if you require more general support please file an issue on our help repo please fill in as much of the template below as you re able version output of node v platform output of uname a unix or version and or bit windows subsystem if known please specify affected core module name version pre current master branch platform fedora last latest subsystem test fs libuv what steps will reproduce the bug run test pummel test regress gh js on fedora last latest in ci enter details about your bug preferably a simple code snippet that can be run using node directly without installing third party dependencies how often does it reproduce is there a required condition not every time running right now to see how often what is the expected behavior the test should pass if possible please provide textual output instead of screenshots what do you see instead the test crashes with which i believe means libuv is complaining about a bad file descriptor not ok pummel test regress gh duration ms severity crashed exitcode stack home iojs node tmp tmp gh test txt if possible please provide textual output instead of screenshots additional information something similar to this was going on with readstream last year and i think addaleax fixed it maybe fs has the same similar issue perhaps when explicit fs close is not used tell us anything else you think we should know
0
85,493
15,736,722,587
IssuesEvent
2021-03-30 01:17:14
mgh3326/querydsl
https://api.github.com/repos/mgh3326/querydsl
opened
CVE-2020-8908 (Low) detected in guava-18.0.jar
security vulnerability
## CVE-2020-8908 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>guava-18.0.jar</b></p></summary> <p>Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.</p> <p>Library home page: <a href="http://code.google.com/p/guava-libraries">http://code.google.com/p/guava-libraries</a></p> <p>Path to dependency file: querydsl/build.gradle</p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/18.0/cce0823396aa693798f8882e64213b1772032b09/guava-18.0.jar,/root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/18.0/cce0823396aa693798f8882e64213b1772032b09/guava-18.0.jar</p> <p> Dependency Hierarchy: - querydsl-apt-4.1.4.jar (Root Library) - querydsl-codegen-4.1.4.jar - codegen-0.6.8.jar - :x: **guava-18.0.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A temp directory creation vulnerability exists in all versions of Guava, allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava API com.google.common.io.Files.createTempDir(). By default, on unix-like systems, the created directory is world-readable (readable by an attacker with access to the system). The method in question has been marked @Deprecated in versions 30.0 and later and should not be used. For Android developers, we recommend choosing a temporary directory API provided by Android, such as context.getCacheDir(). For other Java developers, we recommend migrating to the Java 7 API java.nio.file.Files.createTempDirectory() which explicitly configures permissions of 700, or configuring the Java runtime's java.io.tmpdir system property to point to a location whose permissions are appropriately configured. <p>Publish Date: 2020-12-10 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8908>CVE-2020-8908</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>3.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908</a></p> <p>Release Date: 2020-12-10</p> <p>Fix Resolution: v30.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-8908 (Low) detected in guava-18.0.jar - ## CVE-2020-8908 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>guava-18.0.jar</b></p></summary> <p>Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.</p> <p>Library home page: <a href="http://code.google.com/p/guava-libraries">http://code.google.com/p/guava-libraries</a></p> <p>Path to dependency file: querydsl/build.gradle</p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/18.0/cce0823396aa693798f8882e64213b1772032b09/guava-18.0.jar,/root/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/18.0/cce0823396aa693798f8882e64213b1772032b09/guava-18.0.jar</p> <p> Dependency Hierarchy: - querydsl-apt-4.1.4.jar (Root Library) - querydsl-codegen-4.1.4.jar - codegen-0.6.8.jar - :x: **guava-18.0.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A temp directory creation vulnerability exists in all versions of Guava, allowing an attacker with access to the machine to potentially access data in a temporary directory created by the Guava API com.google.common.io.Files.createTempDir(). By default, on unix-like systems, the created directory is world-readable (readable by an attacker with access to the system). The method in question has been marked @Deprecated in versions 30.0 and later and should not be used. For Android developers, we recommend choosing a temporary directory API provided by Android, such as context.getCacheDir(). For other Java developers, we recommend migrating to the Java 7 API java.nio.file.Files.createTempDirectory() which explicitly configures permissions of 700, or configuring the Java runtime's java.io.tmpdir system property to point to a location whose permissions are appropriately configured. <p>Publish Date: 2020-12-10 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8908>CVE-2020-8908</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>3.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8908</a></p> <p>Release Date: 2020-12-10</p> <p>Fix Resolution: v30.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve low detected in guava jar cve low severity vulnerability vulnerable library guava jar guava is a suite of core and expanded libraries that include utility classes google s collections io classes and much much more guava has only one code dependency javax annotation per the jsr spec library home page a href path to dependency file querydsl build gradle path to vulnerable library root gradle caches modules files com google guava guava guava jar root gradle caches modules files com google guava guava guava jar dependency hierarchy querydsl apt jar root library querydsl codegen jar codegen jar x guava jar vulnerable library vulnerability details a temp directory creation vulnerability exists in all versions of guava allowing an attacker with access to the machine to potentially access data in a temporary directory created by the guava api com google common io files createtempdir by default on unix like systems the created directory is world readable readable by an attacker with access to the system the method in question has been marked deprecated in versions and later and should not be used for android developers we recommend choosing a temporary directory api provided by android such as context getcachedir for other java developers we recommend migrating to the java api java nio file files createtempdirectory which explicitly configures permissions of or configuring the java runtime s java io tmpdir system property to point to a location whose permissions are appropriately configured publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
80,961
30,630,105,567
IssuesEvent
2023-07-24 14:03:12
vector-im/element-call
https://api.github.com/repos/vector-im/element-call
closed
Video and audio tabs of settings are empty outside a call
T-Defect S-Major O-Frequent X-Regression A-Settings
### Steps to reproduce 1. Start on the recent calls page 2. Click your profile picture 3. Open settings ### Outcome #### What did you expect? The audio and video tabs should show device dropdowns #### What happened instead? The audio and video tabs are empty, which looks broken ### Operating system NixOS unstable ### Browser information Firefox 115.0.0 ### URL for webapp call.element.io ### Will you send logs? No
1.0
Video and audio tabs of settings are empty outside a call - ### Steps to reproduce 1. Start on the recent calls page 2. Click your profile picture 3. Open settings ### Outcome #### What did you expect? The audio and video tabs should show device dropdowns #### What happened instead? The audio and video tabs are empty, which looks broken ### Operating system NixOS unstable ### Browser information Firefox 115.0.0 ### URL for webapp call.element.io ### Will you send logs? No
defect
video and audio tabs of settings are empty outside a call steps to reproduce start on the recent calls page click your profile picture open settings outcome what did you expect the audio and video tabs should show device dropdowns what happened instead the audio and video tabs are empty which looks broken operating system nixos unstable browser information firefox url for webapp call element io will you send logs no
1
52,018
13,211,368,571
IssuesEvent
2020-08-15 22:38:13
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[dataclasses] I3MCTree read/write machine dependence (Trac #1503)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1503">https://code.icecube.wisc.edu/projects/icecube/ticket/1503</a>, reported by olivasand owned by david.schultz</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:15", "_ts": "1458335655846260", "description": "Writing a tree on a 32-bit Ubuntu machine and reading on a 64-bit Ubuntu machine fails with the following message :\n\nIn [5]: frame = f.pop_frame()\n\nIn [6]: print frame\n[ I3Frame (DAQ):\n 'I3EventHeader' [DAQ] ==> I3EventHeader (99)\n 'I3MCTree' [DAQ] ==> TreeBase::Tree<I3Particle, I3ParticleID, __gnu_cxx::hash<I3ParticleID> > (418)\n 'I3MCWeightDict' [DAQ] ==> I3Map<string, double> (1110)\n 'MCTimeIncEventID' [DAQ] ==> I3PODHolder<bool> (27)\n 'NuGPrimary' [DAQ] ==> I3Particle (150)\n]\n\n\nIn [7]: mctree = frame[\"I3MCTree\"]\nWARN (dataclasses): unknown RDMC code \"-14\" cannot be converted to a I3Particle::ParticleType. It will appear as \"unknown\". (I3Particle.cxx:864 in void I3Particle::load(Archive&, unsigned int) [with Archive = boost::archive::portable_binary_iarchive])\nWARN (dataclasses): unknown RDMC code \"65535\" cannot be converted to a I3Particle::ParticleType. It will appear as \"unknown\". (I3Particle.cxx:864 in void I3Particle::load(Archive&, unsigned int) [with Archive = boost::archive::portable_binary_iarchive])\nWARN (dataclasses): unknown RDMC code \"2001098\" cannot be converted to a I3Particle::ParticleType. It will appear as \"unknown\". (I3Particle.cxx:864 in void I3Particle::load(Archive&, unsigned int) [with Archive = boost::archive::portable_binary_iarchive])\npython: /usr/include/boost/dynamic_bitset/dynamic_bitset.hpp:616: boost::dynamic_bitset<Block, Allocator>::~dynamic_bitset() [with Block = long unsigned int; Allocator = std::allocator<long unsigned int>]: Assertion `m_check_invariants()' failed.\n[1] 7057 abort (core dumped) ipython\n\n\nOther frame objects deserialize just fine.\n\nBoth machines are 14.04 LTS built against system packages. My guess is this is a 32/64 bit issue.", "reporter": "olivas", "cc": "", "resolution": "fixed", "time": "2016-01-11T03:06:13", "component": "combo core", "summary": "[dataclasses] I3MCTree read/write machine dependence", "priority": "major", "keywords": "", "milestone": "", "owner": "david.schultz", "type": "defect" } ``` </p> </details>
1.0
[dataclasses] I3MCTree read/write machine dependence (Trac #1503) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1503">https://code.icecube.wisc.edu/projects/icecube/ticket/1503</a>, reported by olivasand owned by david.schultz</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:15", "_ts": "1458335655846260", "description": "Writing a tree on a 32-bit Ubuntu machine and reading on a 64-bit Ubuntu machine fails with the following message :\n\nIn [5]: frame = f.pop_frame()\n\nIn [6]: print frame\n[ I3Frame (DAQ):\n 'I3EventHeader' [DAQ] ==> I3EventHeader (99)\n 'I3MCTree' [DAQ] ==> TreeBase::Tree<I3Particle, I3ParticleID, __gnu_cxx::hash<I3ParticleID> > (418)\n 'I3MCWeightDict' [DAQ] ==> I3Map<string, double> (1110)\n 'MCTimeIncEventID' [DAQ] ==> I3PODHolder<bool> (27)\n 'NuGPrimary' [DAQ] ==> I3Particle (150)\n]\n\n\nIn [7]: mctree = frame[\"I3MCTree\"]\nWARN (dataclasses): unknown RDMC code \"-14\" cannot be converted to a I3Particle::ParticleType. It will appear as \"unknown\". (I3Particle.cxx:864 in void I3Particle::load(Archive&, unsigned int) [with Archive = boost::archive::portable_binary_iarchive])\nWARN (dataclasses): unknown RDMC code \"65535\" cannot be converted to a I3Particle::ParticleType. It will appear as \"unknown\". (I3Particle.cxx:864 in void I3Particle::load(Archive&, unsigned int) [with Archive = boost::archive::portable_binary_iarchive])\nWARN (dataclasses): unknown RDMC code \"2001098\" cannot be converted to a I3Particle::ParticleType. It will appear as \"unknown\". (I3Particle.cxx:864 in void I3Particle::load(Archive&, unsigned int) [with Archive = boost::archive::portable_binary_iarchive])\npython: /usr/include/boost/dynamic_bitset/dynamic_bitset.hpp:616: boost::dynamic_bitset<Block, Allocator>::~dynamic_bitset() [with Block = long unsigned int; Allocator = std::allocator<long unsigned int>]: Assertion `m_check_invariants()' failed.\n[1] 7057 abort (core dumped) ipython\n\n\nOther frame objects deserialize just fine.\n\nBoth machines are 14.04 LTS built against system packages. My guess is this is a 32/64 bit issue.", "reporter": "olivas", "cc": "", "resolution": "fixed", "time": "2016-01-11T03:06:13", "component": "combo core", "summary": "[dataclasses] I3MCTree read/write machine dependence", "priority": "major", "keywords": "", "milestone": "", "owner": "david.schultz", "type": "defect" } ``` </p> </details>
defect
read write machine dependence trac migrated from json status closed changetime ts description writing a tree on a bit ubuntu machine and reading on a bit ubuntu machine fails with the following message n nin frame f pop frame n nin print frame n n treebase tree n n mctimeinceventid n nugprimary n n n nin mctree frame nwarn dataclasses unknown rdmc code cannot be converted to a particletype it will appear as unknown cxx in void load archive unsigned int nwarn dataclasses unknown rdmc code cannot be converted to a particletype it will appear as unknown cxx in void load archive unsigned int nwarn dataclasses unknown rdmc code cannot be converted to a particletype it will appear as unknown cxx in void load archive unsigned int npython usr include boost dynamic bitset dynamic bitset hpp boost dynamic bitset dynamic bitset assertion m check invariants failed n abort core dumped ipython n n nother frame objects deserialize just fine n nboth machines are lts built against system packages my guess is this is a bit issue reporter olivas cc resolution fixed time component combo core summary read write machine dependence priority major keywords milestone owner david schultz type defect
1
38,949
9,084,626,513
IssuesEvent
2019-02-18 04:42:13
ascott18/TellMeWhen
https://api.github.com/repos/ascott18/TellMeWhen
closed
[CF 1602] Unit Alive = True triggers if Arena1-3 leaves instance
defect needs-reproduction
<p>Title.</p> <p>&nbsp;</p> <p>Haven't actually confirmed this 100%, but my aura which should only evaluate as true if A1-3 are all alive is sometimes triggering when the healer is dead and after their arena frame changes - pretty sure this is because they release spirit?</p> <br> > Posted by CurseForge user <a href="https://wow.curseforge.com/members/Jalopyy">Jalopyy</a> | Imported from CurseForge issue <a href="https://wow.curseforge.com/projects/tellmewhen/issues/1602">#1602</a> | <a href="https://github.com/tmw-issue-import/dump/blob/master/html/1602.html">Raw</a>
1.0
[CF 1602] Unit Alive = True triggers if Arena1-3 leaves instance - <p>Title.</p> <p>&nbsp;</p> <p>Haven't actually confirmed this 100%, but my aura which should only evaluate as true if A1-3 are all alive is sometimes triggering when the healer is dead and after their arena frame changes - pretty sure this is because they release spirit?</p> <br> > Posted by CurseForge user <a href="https://wow.curseforge.com/members/Jalopyy">Jalopyy</a> | Imported from CurseForge issue <a href="https://wow.curseforge.com/projects/tellmewhen/issues/1602">#1602</a> | <a href="https://github.com/tmw-issue-import/dump/blob/master/html/1602.html">Raw</a>
defect
unit alive true triggers if leaves instance title nbsp haven t actually confirmed this but my aura which should only evaluate as true if are all alive is sometimes triggering when the healer is dead and after their arena frame changes pretty sure this is because they release spirit posted by curseforge user a href imported from curseforge issue a href a href
1
19,869
3,266,862,594
IssuesEvent
2015-10-22 22:46:36
akvo/akvo-flow-mobile
https://api.github.com/repos/akvo/akvo-flow-mobile
closed
Change photo preview layout
Defect UI / UX
# Overview Once a photo question has been answered, the picture preview should be displayed above the *Take photo* button, not below.
1.0
Change photo preview layout - # Overview Once a photo question has been answered, the picture preview should be displayed above the *Take photo* button, not below.
defect
change photo preview layout overview once a photo question has been answered the picture preview should be displayed above the take photo button not below
1
77,764
27,151,600,964
IssuesEvent
2023-02-17 02:04:09
DependencyTrack/dependency-track
https://api.github.com/repos/DependencyTrack/dependency-track
opened
Unable to start normally
defect in triage
### Current Behavior When I install dependency-track, I use the first method of the official website, but I have waited for a long time, and the vulnerability library has also been initialized. When I access the page, I cannot login using admin/admin ### Steps to Reproduce 1.# Downloads the latest Docker Compose file curl -LO https://dependencytrack.org/docker-compose.yml # Starts the stack using Docker Compose docker-compose up -d ### Expected Behavior 可以正常访问 ### Dependency-Track Version 4.6.x ### Dependency-Track Distribution Container Image ### Database Server H2 ### Database Server Version _No response_ ### Browser Google Chrome ### Checklist - [X] I have read and understand the [contributing guidelines](https://github.com/DependencyTrack/dependency-track/blob/master/CONTRIBUTING.md#filing-issues) - [X] I have checked the [existing issues](https://github.com/DependencyTrack/dependency-track/issues) for whether this defect was already reported
1.0
Unable to start normally - ### Current Behavior When I install dependency-track, I use the first method of the official website, but I have waited for a long time, and the vulnerability library has also been initialized. When I access the page, I cannot login using admin/admin ### Steps to Reproduce 1.# Downloads the latest Docker Compose file curl -LO https://dependencytrack.org/docker-compose.yml # Starts the stack using Docker Compose docker-compose up -d ### Expected Behavior 可以正常访问 ### Dependency-Track Version 4.6.x ### Dependency-Track Distribution Container Image ### Database Server H2 ### Database Server Version _No response_ ### Browser Google Chrome ### Checklist - [X] I have read and understand the [contributing guidelines](https://github.com/DependencyTrack/dependency-track/blob/master/CONTRIBUTING.md#filing-issues) - [X] I have checked the [existing issues](https://github.com/DependencyTrack/dependency-track/issues) for whether this defect was already reported
defect
unable to start normally current behavior when i install dependency track i use the first method of the official website but i have waited for a long time and the vulnerability library has also been initialized when i access the page i cannot login using admin admin steps to reproduce downloads the latest docker compose file curl lo starts the stack using docker compose docker compose up d expected behavior 可以正常访问 dependency track version x dependency track distribution container image database server database server version no response browser google chrome checklist i have read and understand the i have checked the for whether this defect was already reported
1
40,253
9,937,019,304
IssuesEvent
2019-07-02 20:42:17
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
Condominios -CxC - Cartera General - solo muestra las facturas o sp que no han sido pagadas.
bug defect
Debe sumarizar por casa, todas las facturas vigentes, vencidas o pagadas, junto con las SP igual con el mismo status... en la columna de cargos. Todos los pagos realizados por cada casa, los debe sumarizar en la columna abonos. Claro, todo esto dentro del rango de fechas que corresponda. Ahora mismo, solo está considerando las facturas o SP, que no han sido pagadas. Entonces no refleja en cargos las facturas o SP pagadas, ni en cargos los pagos realizados por casa.
1.0
Condominios -CxC - Cartera General - solo muestra las facturas o sp que no han sido pagadas. - Debe sumarizar por casa, todas las facturas vigentes, vencidas o pagadas, junto con las SP igual con el mismo status... en la columna de cargos. Todos los pagos realizados por cada casa, los debe sumarizar en la columna abonos. Claro, todo esto dentro del rango de fechas que corresponda. Ahora mismo, solo está considerando las facturas o SP, que no han sido pagadas. Entonces no refleja en cargos las facturas o SP pagadas, ni en cargos los pagos realizados por casa.
defect
condominios cxc cartera general solo muestra las facturas o sp que no han sido pagadas debe sumarizar por casa todas las facturas vigentes vencidas o pagadas junto con las sp igual con el mismo status en la columna de cargos todos los pagos realizados por cada casa los debe sumarizar en la columna abonos claro todo esto dentro del rango de fechas que corresponda ahora mismo solo está considerando las facturas o sp que no han sido pagadas entonces no refleja en cargos las facturas o sp pagadas ni en cargos los pagos realizados por casa
1
70,625
23,267,010,313
IssuesEvent
2022-08-04 18:26:09
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Fail to display timeline history when joining E2E room.
T-Defect
### Steps to reproduce 1. Invited to e2e room and immediately join (this is a remote join if it makes a difference) ### Outcome Join the room, get told: `You can't see earlier messages \n Encrypted messages before this point are unavailable.` ### Operating system Ubuntu ### Browser information Version 103.0.5060.114 (Official Build) (64-bit) ### URL for webapp develop.element.io ### Application version Element version: 3e3f279469ad-react-a866005bea85-js-3907d1c28f87 Olm version: 3.2.12 ### Homeserver jki.re ### Will you send logs? Yes
1.0
Fail to display timeline history when joining E2E room. - ### Steps to reproduce 1. Invited to e2e room and immediately join (this is a remote join if it makes a difference) ### Outcome Join the room, get told: `You can't see earlier messages \n Encrypted messages before this point are unavailable.` ### Operating system Ubuntu ### Browser information Version 103.0.5060.114 (Official Build) (64-bit) ### URL for webapp develop.element.io ### Application version Element version: 3e3f279469ad-react-a866005bea85-js-3907d1c28f87 Olm version: 3.2.12 ### Homeserver jki.re ### Will you send logs? Yes
defect
fail to display timeline history when joining room steps to reproduce invited to room and immediately join this is a remote join if it makes a difference outcome join the room get told you can t see earlier messages n encrypted messages before this point are unavailable operating system ubuntu browser information version official build bit url for webapp develop element io application version element version react js olm version homeserver jki re will you send logs yes
1
53,005
13,260,069,556
IssuesEvent
2020-08-20 17:38:34
jkoan/test-navit
https://api.github.com/repos/jkoan/test-navit
closed
The car is not sufficiently visible (Trac #45)
Incomplete Migration Migrated from Trac core defect/bug somebody
Migrated from http://trac.navit-project.org/ticket/45 ```json { "status": "closed", "changetime": "2007-12-14T11:09:44", "_ts": "1197630584000000", "description": "The car is hard to spot on the map, for several reasons:\n* It has only one color. Therefore, it does not have good contrast in all cases, since the surroundings vary so much. With a route, the background is dark blue so a lightly colored car might work. Without a route the map is almost white, so a dark car might work.\n\nA multicolor car is better, similar to how street names uses white outlining for better visibility when the black text is printed on a dark red trunk road. The car should _really_ stand out on the map, so it can be found very quickly. Still, it must not cover up a large area. One idea: Consider the \"marching ants\" border used for selections in gimp and some other drawing software. It is highly visible in all cases. The car outline and direction arrow could be like that. Use two high-contrasting colors, like black+white or black+yellow. Configurable of course, so extra cars can have other colors.\n\n* The car disappear in some cases. It tends to disappear when standing still - but that is precisely when I have time to look at the map. It also disappears completely with follow=1 - odd.\n\n", "reporter": "hafting", "cc": "", "resolution": "duplicate", "time": "2007-12-13T15:31:21", "component": "core", "summary": "The car is not sufficiently visible", "priority": "major", "keywords": "", "version": "", "milestone": "", "owner": "somebody", "type": "defect/bug", "severity": "" } ```
1.0
The car is not sufficiently visible (Trac #45) - Migrated from http://trac.navit-project.org/ticket/45 ```json { "status": "closed", "changetime": "2007-12-14T11:09:44", "_ts": "1197630584000000", "description": "The car is hard to spot on the map, for several reasons:\n* It has only one color. Therefore, it does not have good contrast in all cases, since the surroundings vary so much. With a route, the background is dark blue so a lightly colored car might work. Without a route the map is almost white, so a dark car might work.\n\nA multicolor car is better, similar to how street names uses white outlining for better visibility when the black text is printed on a dark red trunk road. The car should _really_ stand out on the map, so it can be found very quickly. Still, it must not cover up a large area. One idea: Consider the \"marching ants\" border used for selections in gimp and some other drawing software. It is highly visible in all cases. The car outline and direction arrow could be like that. Use two high-contrasting colors, like black+white or black+yellow. Configurable of course, so extra cars can have other colors.\n\n* The car disappear in some cases. It tends to disappear when standing still - but that is precisely when I have time to look at the map. It also disappears completely with follow=1 - odd.\n\n", "reporter": "hafting", "cc": "", "resolution": "duplicate", "time": "2007-12-13T15:31:21", "component": "core", "summary": "The car is not sufficiently visible", "priority": "major", "keywords": "", "version": "", "milestone": "", "owner": "somebody", "type": "defect/bug", "severity": "" } ```
defect
the car is not sufficiently visible trac migrated from json status closed changetime ts description the car is hard to spot on the map for several reasons n it has only one color therefore it does not have good contrast in all cases since the surroundings vary so much with a route the background is dark blue so a lightly colored car might work without a route the map is almost white so a dark car might work n na multicolor car is better similar to how street names uses white outlining for better visibility when the black text is printed on a dark red trunk road the car should really stand out on the map so it can be found very quickly still it must not cover up a large area one idea consider the marching ants border used for selections in gimp and some other drawing software it is highly visible in all cases the car outline and direction arrow could be like that use two high contrasting colors like black white or black yellow configurable of course so extra cars can have other colors n n the car disappear in some cases it tends to disappear when standing still but that is precisely when i have time to look at the map it also disappears completely with follow odd n n reporter hafting cc resolution duplicate time component core summary the car is not sufficiently visible priority major keywords version milestone owner somebody type defect bug severity
1
53,766
13,262,257,004
IssuesEvent
2020-08-20 21:24:33
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
Incremental Release V05-01-04 (Trac #2037)
Migrated from Trac combo reconstruction defect
The latest filterscript release has a bug that let the pass2 and 2017 scripts fail. I think we need a new filterscripts release that includes r156184 (http://code.icecube.wisc.edu/projects/icecube/changeset/156184/IceCube) and then this incremental metaproject release. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2037">https://code.icecube.wisc.edu/projects/icecube/ticket/2037</a>, reported by joertlinand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:57", "_ts": "1550067237750774", "description": "The latest filterscript release has a bug that let the pass2 and 2017 scripts fail.\n\nI think we need a new filterscripts release that includes r156184 (http://code.icecube.wisc.edu/projects/icecube/changeset/156184/IceCube) and then this incremental metaproject release.", "reporter": "joertlin", "cc": "blaufuss", "resolution": "fixed", "time": "2017-05-31T21:21:38", "component": "combo reconstruction", "summary": "Incremental Release V05-01-04", "priority": "blocker", "keywords": "", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
1.0
Incremental Release V05-01-04 (Trac #2037) - The latest filterscript release has a bug that let the pass2 and 2017 scripts fail. I think we need a new filterscripts release that includes r156184 (http://code.icecube.wisc.edu/projects/icecube/changeset/156184/IceCube) and then this incremental metaproject release. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2037">https://code.icecube.wisc.edu/projects/icecube/ticket/2037</a>, reported by joertlinand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:57", "_ts": "1550067237750774", "description": "The latest filterscript release has a bug that let the pass2 and 2017 scripts fail.\n\nI think we need a new filterscripts release that includes r156184 (http://code.icecube.wisc.edu/projects/icecube/changeset/156184/IceCube) and then this incremental metaproject release.", "reporter": "joertlin", "cc": "blaufuss", "resolution": "fixed", "time": "2017-05-31T21:21:38", "component": "combo reconstruction", "summary": "Incremental Release V05-01-04", "priority": "blocker", "keywords": "", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
defect
incremental release trac the latest filterscript release has a bug that let the and scripts fail i think we need a new filterscripts release that includes and then this incremental metaproject release migrated from json status closed changetime ts description the latest filterscript release has a bug that let the and scripts fail n ni think we need a new filterscripts release that includes and then this incremental metaproject release reporter joertlin cc blaufuss resolution fixed time component combo reconstruction summary incremental release priority blocker keywords milestone owner olivas type defect
1
154,035
19,710,766,697
IssuesEvent
2022-01-13 04:53:14
ChoeMinji/react-17.0.2
https://api.github.com/repos/ChoeMinji/react-17.0.2
opened
CVE-2021-3664 (Medium) detected in multiple libraries
security vulnerability
## CVE-2021-3664 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>url-parse-1.4.7.tgz</b>, <b>url-parse-1.1.7.tgz</b>, <b>url-parse-1.4.3.tgz</b>, <b>url-parse-1.0.5.tgz</b>, <b>url-parse-1.1.9.tgz</b>, <b>url-parse-1.2.0.tgz</b>, <b>url-parse-1.1.8.tgz</b></p></summary> <p> <details><summary><b>url-parse-1.4.7.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz</a></p> <p> Dependency Hierarchy: - react-scripts-3.4.1.tgz (Root Library) - webpack-dev-server-3.10.3.tgz - sockjs-client-1.4.0.tgz - :x: **url-parse-1.4.7.tgz** (Vulnerable Library) </details> <details><summary><b>url-parse-1.1.7.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.1.7.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.1.7.tgz</a></p> <p>Path to dependency file: /fixtures/fiber-debugger/package.json</p> <p>Path to vulnerable library: /fixtures/fiber-debugger/node_modules/url-parse/package.json</p> <p> Dependency Hierarchy: - react-scripts-0.9.5.tgz (Root Library) - react-dev-utils-0.5.2.tgz - sockjs-client-1.0.1.tgz - :x: **url-parse-1.1.7.tgz** (Vulnerable Library) </details> <details><summary><b>url-parse-1.4.3.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.4.3.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.4.3.tgz</a></p> <p> Dependency Hierarchy: - react-dev-utils-9.1.0.tgz (Root Library) - sockjs-client-1.4.0.tgz - :x: **url-parse-1.4.3.tgz** (Vulnerable Library) </details> <details><summary><b>url-parse-1.0.5.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz</a></p> <p>Path to dependency file: /fixtures/fiber-debugger/package.json</p> <p>Path to vulnerable library: /fixtures/fiber-debugger/node_modules/original/node_modules/url-parse/package.json</p> <p> Dependency Hierarchy: - react-scripts-1.1.4.tgz (Root Library) - react-dev-utils-5.0.1.tgz - sockjs-client-1.1.4.tgz - eventsource-0.1.6.tgz - original-1.0.0.tgz - :x: **url-parse-1.0.5.tgz** (Vulnerable Library) </details> <details><summary><b>url-parse-1.1.9.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz</a></p> <p> Dependency Hierarchy: - react-scripts-1.0.11.tgz (Root Library) - webpack-dev-server-2.7.1.tgz - sockjs-client-1.1.4.tgz - :x: **url-parse-1.1.9.tgz** (Vulnerable Library) </details> <details><summary><b>url-parse-1.2.0.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.2.0.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.2.0.tgz</a></p> <p> Dependency Hierarchy: - react-scripts-1.1.4.tgz (Root Library) - react-dev-utils-5.0.1.tgz - sockjs-client-1.1.4.tgz - :x: **url-parse-1.2.0.tgz** (Vulnerable Library) </details> <details><summary><b>url-parse-1.1.8.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.1.8.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.1.8.tgz</a></p> <p> Dependency Hierarchy: - react-scripts-0.9.5.tgz (Root Library) - react-dev-utils-0.5.2.tgz - sockjs-client-1.0.1.tgz - :x: **url-parse-1.1.8.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/ChoeMinji/react-17.0.2/commit/4669645897ed4ebcd4ee037f4dabb509ed4754c7">4669645897ed4ebcd4ee037f4dabb509ed4754c7</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> url-parse is vulnerable to URL Redirection to Untrusted Site <p>Publish Date: 2021-07-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3664>CVE-2021-3664</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3664">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3664</a></p> <p>Release Date: 2021-07-26</p> <p>Fix Resolution: url-parse - 1.5.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-3664 (Medium) detected in multiple libraries - ## CVE-2021-3664 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>url-parse-1.4.7.tgz</b>, <b>url-parse-1.1.7.tgz</b>, <b>url-parse-1.4.3.tgz</b>, <b>url-parse-1.0.5.tgz</b>, <b>url-parse-1.1.9.tgz</b>, <b>url-parse-1.2.0.tgz</b>, <b>url-parse-1.1.8.tgz</b></p></summary> <p> <details><summary><b>url-parse-1.4.7.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz</a></p> <p> Dependency Hierarchy: - react-scripts-3.4.1.tgz (Root Library) - webpack-dev-server-3.10.3.tgz - sockjs-client-1.4.0.tgz - :x: **url-parse-1.4.7.tgz** (Vulnerable Library) </details> <details><summary><b>url-parse-1.1.7.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.1.7.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.1.7.tgz</a></p> <p>Path to dependency file: /fixtures/fiber-debugger/package.json</p> <p>Path to vulnerable library: /fixtures/fiber-debugger/node_modules/url-parse/package.json</p> <p> Dependency Hierarchy: - react-scripts-0.9.5.tgz (Root Library) - react-dev-utils-0.5.2.tgz - sockjs-client-1.0.1.tgz - :x: **url-parse-1.1.7.tgz** (Vulnerable Library) </details> <details><summary><b>url-parse-1.4.3.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.4.3.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.4.3.tgz</a></p> <p> Dependency Hierarchy: - react-dev-utils-9.1.0.tgz (Root Library) - sockjs-client-1.4.0.tgz - :x: **url-parse-1.4.3.tgz** (Vulnerable Library) </details> <details><summary><b>url-parse-1.0.5.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz</a></p> <p>Path to dependency file: /fixtures/fiber-debugger/package.json</p> <p>Path to vulnerable library: /fixtures/fiber-debugger/node_modules/original/node_modules/url-parse/package.json</p> <p> Dependency Hierarchy: - react-scripts-1.1.4.tgz (Root Library) - react-dev-utils-5.0.1.tgz - sockjs-client-1.1.4.tgz - eventsource-0.1.6.tgz - original-1.0.0.tgz - :x: **url-parse-1.0.5.tgz** (Vulnerable Library) </details> <details><summary><b>url-parse-1.1.9.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz</a></p> <p> Dependency Hierarchy: - react-scripts-1.0.11.tgz (Root Library) - webpack-dev-server-2.7.1.tgz - sockjs-client-1.1.4.tgz - :x: **url-parse-1.1.9.tgz** (Vulnerable Library) </details> <details><summary><b>url-parse-1.2.0.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.2.0.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.2.0.tgz</a></p> <p> Dependency Hierarchy: - react-scripts-1.1.4.tgz (Root Library) - react-dev-utils-5.0.1.tgz - sockjs-client-1.1.4.tgz - :x: **url-parse-1.2.0.tgz** (Vulnerable Library) </details> <details><summary><b>url-parse-1.1.8.tgz</b></p></summary> <p>Small footprint URL parser that works seamlessly across Node.js and browser environments</p> <p>Library home page: <a href="https://registry.npmjs.org/url-parse/-/url-parse-1.1.8.tgz">https://registry.npmjs.org/url-parse/-/url-parse-1.1.8.tgz</a></p> <p> Dependency Hierarchy: - react-scripts-0.9.5.tgz (Root Library) - react-dev-utils-0.5.2.tgz - sockjs-client-1.0.1.tgz - :x: **url-parse-1.1.8.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/ChoeMinji/react-17.0.2/commit/4669645897ed4ebcd4ee037f4dabb509ed4754c7">4669645897ed4ebcd4ee037f4dabb509ed4754c7</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> url-parse is vulnerable to URL Redirection to Untrusted Site <p>Publish Date: 2021-07-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3664>CVE-2021-3664</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3664">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3664</a></p> <p>Release Date: 2021-07-26</p> <p>Fix Resolution: url-parse - 1.5.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries url parse tgz url parse tgz url parse tgz url parse tgz url parse tgz url parse tgz url parse tgz url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href dependency hierarchy react scripts tgz root library webpack dev server tgz sockjs client tgz x url parse tgz vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file fixtures fiber debugger package json path to vulnerable library fixtures fiber debugger node modules url parse package json dependency hierarchy react scripts tgz root library react dev utils tgz sockjs client tgz x url parse tgz vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href dependency hierarchy react dev utils tgz root library sockjs client tgz x url parse tgz vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file fixtures fiber debugger package json path to vulnerable library fixtures fiber debugger node modules original node modules url parse package json dependency hierarchy react scripts tgz root library react dev utils tgz sockjs client tgz eventsource tgz original tgz x url parse tgz vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href dependency hierarchy react scripts tgz root library webpack dev server tgz sockjs client tgz x url parse tgz vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href dependency hierarchy react scripts tgz root library react dev utils tgz sockjs client tgz x url parse tgz vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href dependency hierarchy react scripts tgz root library react dev utils tgz sockjs client tgz x url parse tgz vulnerable library found in head commit a href found in base branch master vulnerability details url parse is vulnerable to url redirection to untrusted site publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution url parse step up your open source security game with whitesource
0
2,217
2,603,991,258
IssuesEvent
2015-02-24 19:06:41
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳疱疹治疗办法
auto-migrated Priority-Medium Type-Defect
``` 沈阳疱疹治疗办法〓沈陽軍區政治部醫院性病〓TEL:024-3102330 8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于� ��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:31
1.0
沈阳疱疹治疗办法 - ``` 沈阳疱疹治疗办法〓沈陽軍區政治部醫院性病〓TEL:024-3102330 8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于� ��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:31
defect
沈阳疱疹治疗办法 沈阳疱疹治疗办法〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位于� �� 。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 original issue reported on code google com by gmail com on jun at
1
96,268
27,797,580,733
IssuesEvent
2023-03-17 13:40:10
chanzuckerberg/cell-census
https://api.github.com/repos/chanzuckerberg/cell-census
closed
Protect long term support census builds
cell census builder P0 needs clarification
## Motivation Long Term Support (LTS) Census builds are intended to be maintained for 5 years. It is critical that we do not accidentally delete these builds. In particular, once we implement #241, it will be easier to permanently delete a build, accidentally. ## Definition of Done LTS Census builds are _better_ protected from accidental deletion. ## Tasks TBD Some potential solutions, where a combination is recommended: * Naming: Name Census builds with obvious S3 object prefixes to identify as LTS builds * Redundancy: Copy builds to another (possibly versioned) bucket. While not accessible to users, it serves as a backup to restore to user-accessible location. * Permissions: Do not allow even `poweruser` role to delete these builds (either by prefix or bucket)
1.0
Protect long term support census builds - ## Motivation Long Term Support (LTS) Census builds are intended to be maintained for 5 years. It is critical that we do not accidentally delete these builds. In particular, once we implement #241, it will be easier to permanently delete a build, accidentally. ## Definition of Done LTS Census builds are _better_ protected from accidental deletion. ## Tasks TBD Some potential solutions, where a combination is recommended: * Naming: Name Census builds with obvious S3 object prefixes to identify as LTS builds * Redundancy: Copy builds to another (possibly versioned) bucket. While not accessible to users, it serves as a backup to restore to user-accessible location. * Permissions: Do not allow even `poweruser` role to delete these builds (either by prefix or bucket)
non_defect
protect long term support census builds motivation long term support lts census builds are intended to be maintained for years it is critical that we do not accidentally delete these builds in particular once we implement it will be easier to permanently delete a build accidentally definition of done lts census builds are better protected from accidental deletion tasks tbd some potential solutions where a combination is recommended naming name census builds with obvious object prefixes to identify as lts builds redundancy copy builds to another possibly versioned bucket while not accessible to users it serves as a backup to restore to user accessible location permissions do not allow even poweruser role to delete these builds either by prefix or bucket
0
25,889
3,971,873,357
IssuesEvent
2016-05-04 13:37:37
tilowerdin/Influence_Pro
https://api.github.com/repos/tilowerdin/Influence_Pro
closed
neue Buttons "Attacke beenden" und "Powering beenden"
layout & design model
- [x] neue Buttons im GameView erstellen - [x] GameActivity - Event bei Klick eines Buttons -> Nachricht an GameController und anderen Button einblenden - [x] GameController reagiert auf Button-Klick -> Spieler und GameState wechseln oder GameState wechseln - [ ] es wird nur der Button angezeigt, der geklickt werden kann (abhängig vom GameState). z.B. im Powering-Modus ist nur der Button "Powering beenden" sichtbar/klickbar
1.0
neue Buttons "Attacke beenden" und "Powering beenden" - - [x] neue Buttons im GameView erstellen - [x] GameActivity - Event bei Klick eines Buttons -> Nachricht an GameController und anderen Button einblenden - [x] GameController reagiert auf Button-Klick -> Spieler und GameState wechseln oder GameState wechseln - [ ] es wird nur der Button angezeigt, der geklickt werden kann (abhängig vom GameState). z.B. im Powering-Modus ist nur der Button "Powering beenden" sichtbar/klickbar
non_defect
neue buttons attacke beenden und powering beenden neue buttons im gameview erstellen gameactivity event bei klick eines buttons nachricht an gamecontroller und anderen button einblenden gamecontroller reagiert auf button klick spieler und gamestate wechseln oder gamestate wechseln es wird nur der button angezeigt der geklickt werden kann abhängig vom gamestate z b im powering modus ist nur der button powering beenden sichtbar klickbar
0
29,237
13,066,748,226
IssuesEvent
2020-07-30 22:25:57
microsoft/vscode-cpptools
https://api.github.com/repos/microsoft/vscode-cpptools
closed
Extension causes high cpu load
Language Service bug help wanted more info needed performance
- Issue Type: `Performance` - Extension Name: `cpptools` - Extension Version: `0.29.0` - OS Version: `Windows_NT x64 10.0.19041` - VSCode version: `1.47.3` :warning: Make sure to **attach** this file from your *home*-directory: :warning:`C:\Users\djose\ms-vscode.cpptools-unresponsive.cpuprofile.tx [ms-vscode.cpptools-unresponsive.cpuprofile.txt](https://github.com/microsoft/vscode-cpptools/files/4984175/ms-vscode.cpptools-unresponsive.cpuprofile.txt) t` Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load
1.0
Extension causes high cpu load - - Issue Type: `Performance` - Extension Name: `cpptools` - Extension Version: `0.29.0` - OS Version: `Windows_NT x64 10.0.19041` - VSCode version: `1.47.3` :warning: Make sure to **attach** this file from your *home*-directory: :warning:`C:\Users\djose\ms-vscode.cpptools-unresponsive.cpuprofile.tx [ms-vscode.cpptools-unresponsive.cpuprofile.txt](https://github.com/microsoft/vscode-cpptools/files/4984175/ms-vscode.cpptools-unresponsive.cpuprofile.txt) t` Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load
non_defect
extension causes high cpu load issue type performance extension name cpptools extension version os version windows nt vscode version warning make sure to attach this file from your home directory warning c users djose ms vscode cpptools unresponsive cpuprofile tx t find more details here
0
201,529
15,211,716,951
IssuesEvent
2021-02-17 09:27:49
quarkusio/quarkus
https://api.github.com/repos/quarkusio/quarkus
closed
Add start/stop methods for QuarkusProdModeTest and do not setup RestAssured.port if it's configured randomly
area/testing kind/enhancement triage/needs-triage
**Description** The JAVA process that is created as part of `QuarkusProdModeTest` follows the JUnit extension lifecycle. However, sometimes is desired to manually control the state to cope with more scenarios within the same test case. **Implementation ideas** I will provide implementation ideas. Also, I would like to provide a solution for this enhancement by myself.
1.0
Add start/stop methods for QuarkusProdModeTest and do not setup RestAssured.port if it's configured randomly - **Description** The JAVA process that is created as part of `QuarkusProdModeTest` follows the JUnit extension lifecycle. However, sometimes is desired to manually control the state to cope with more scenarios within the same test case. **Implementation ideas** I will provide implementation ideas. Also, I would like to provide a solution for this enhancement by myself.
non_defect
add start stop methods for quarkusprodmodetest and do not setup restassured port if it s configured randomly description the java process that is created as part of quarkusprodmodetest follows the junit extension lifecycle however sometimes is desired to manually control the state to cope with more scenarios within the same test case implementation ideas i will provide implementation ideas also i would like to provide a solution for this enhancement by myself
0
7,322
6,828,340,253
IssuesEvent
2017-11-08 20:03:54
SpiderLabs/ModSecurity
https://api.github.com/repos/SpiderLabs/ModSecurity
closed
missing SecWebAppId in libmodsecurity
libmodsec - missing features libmodsecurity
Hello, I'm getting " Invalid input: SecWebAppId 1" If it was removed, is there a future replacement ? it's a very useful function. `SecWebAppId 1` Using Modsecurity Nginx Connector and modsecurity V3 master `nginx version: nginx/1.13.1 built by gcc 4.9.2 (Debian 4.9.2-10) built with OpenSSL 1.0.1t 3 May 2016 TLS SNI support enabled configure arguments: --prefix=/opt/private/src/nginx/ --sbin-path=/opt/private/bin/nginx --pid-path=/opt/public/run/nginx.pid --error-log-path=/opt/public/logs/nginx_error.log --http-log-path=/opt/public/logs/nginx_access.log --add-module=/opt/private/src/ModSecurity-nginx/ --with-http_gzip_static_module --with-http_stub_status_module --with-http_ssl_module --with-http_gunzip_module --with-http_sub_module --add-module=../ngx_devel_kit/ --add-module=../lua-nginx-module/ --add-module=../encrypted-session-nginx-module/ --add-module=../set-misc-nginx-module/ --add-module=../srcache-nginx-module/` And a final question, is modsecurity v3 considered stable? Thank you
True
missing SecWebAppId in libmodsecurity - Hello, I'm getting " Invalid input: SecWebAppId 1" If it was removed, is there a future replacement ? it's a very useful function. `SecWebAppId 1` Using Modsecurity Nginx Connector and modsecurity V3 master `nginx version: nginx/1.13.1 built by gcc 4.9.2 (Debian 4.9.2-10) built with OpenSSL 1.0.1t 3 May 2016 TLS SNI support enabled configure arguments: --prefix=/opt/private/src/nginx/ --sbin-path=/opt/private/bin/nginx --pid-path=/opt/public/run/nginx.pid --error-log-path=/opt/public/logs/nginx_error.log --http-log-path=/opt/public/logs/nginx_access.log --add-module=/opt/private/src/ModSecurity-nginx/ --with-http_gzip_static_module --with-http_stub_status_module --with-http_ssl_module --with-http_gunzip_module --with-http_sub_module --add-module=../ngx_devel_kit/ --add-module=../lua-nginx-module/ --add-module=../encrypted-session-nginx-module/ --add-module=../set-misc-nginx-module/ --add-module=../srcache-nginx-module/` And a final question, is modsecurity v3 considered stable? Thank you
non_defect
missing secwebappid in libmodsecurity hello i m getting invalid input secwebappid if it was removed is there a future replacement it s a very useful function secwebappid using modsecurity nginx connector and modsecurity master nginx version nginx built by gcc debian built with openssl may tls sni support enabled configure arguments prefix opt private src nginx sbin path opt private bin nginx pid path opt public run nginx pid error log path opt public logs nginx error log http log path opt public logs nginx access log add module opt private src modsecurity nginx with http gzip static module with http stub status module with http ssl module with http gunzip module with http sub module add module ngx devel kit add module lua nginx module add module encrypted session nginx module add module set misc nginx module add module srcache nginx module and a final question is modsecurity considered stable thank you
0
420,912
28,303,473,323
IssuesEvent
2023-04-10 08:38:28
sile-typesetter/sile
https://api.github.com/repos/sile-typesetter/sile
closed
Clarifying weird units, please...
documentation
(a) In the "image" package documentation: > If the size parameters are not given, then the image will be output at its ‘natural’ pixel size. And the examples go on with several widths in **px** (pixels?) But what does it mean? If I give a width of 50px, it doesn't seem much different than 50pt apparently. So I am lost here, what is this "px" unit on the images, exactly? (b) In the "svg" package documentation: > Optional width or height options will scale the SVG canvas to the given size calculated at a given density option (which defaults to 72 ppi). So now we have a new **ppi** (points per inch, I assume), and I am lost again. Changing the density from 1 to 600 didn't seem to affect the output in my raw test. Huh. 72ppi (the so-said default) looks like a screen resolution of some sort, but why? All I want is to ensure that in print, I'd have at least, say, 300 **dpi** (yeah, let me introduce another unit...) if things have to be rasterized at some point. Do they, for SVG? What I am supposed to understand and do? (c) _Where it goes even weirder_ So we have "SILE.**length**(...)" in several places (sometimes behind a `SU.cast(..)` - which I realize I have abused in my own use of it - a length can have a plus or minus (shrink/stretch). But we also have SILE.**measurement**` in other commands. And the SILE manual doesn't describe it, but the behavior is different. Wow... Sounds messy, when these concepts aren't introduced properly... But besides a documentation issue (and a consistency issue between packages?), it goes even further... Some length/measurement values are actually passed via yet another mean: `SILE.parseComplexFrameDimension` - The "raiselower" and "image" package do this.... Huh? Wait, this method understands **frame-related specifications**, and I am sort of amazed, but it actually works: ``` \img[src=documentation/gutenberg.png, width=width(content)] ``` Wow... real weird.... Was this intended? But if so, it fails on the "svg" package, which will not accept such a width specification. Doh. _Let's recap_ : length vs. measurement, pt vs. px or ppi, ordinary units vs. frame-style width. ~~Isn't there some inconsistency to fix? Maybe not: Frankly, I got lost.~~ Update: - [x] Length vs. measurement = documentation issue --> See #1768 - [x] SVG ppi = likely hides a bug #1449 - marked as done here since it now has its own bug issue - [x] Image size = documentation issue, fixed in #1277 - [x] Use of frame dimensions in some unrelated commands = likely a bug. Notably to consider/investigate - [x] imagedata in dockbook class --> Tracked as #1767 so marked as done here since it now has its own bug issue - [x] img (image package) --> fixed in #1500 (third point) - [x] raise/lower (raiselower package) --> fixed in #1506 - [x] grid (grid package) --> fixed (changed to a measurement in f2924fc8c4ac7aa0c51c7b073b6ff943320eb212)
1.0
Clarifying weird units, please... - (a) In the "image" package documentation: > If the size parameters are not given, then the image will be output at its ‘natural’ pixel size. And the examples go on with several widths in **px** (pixels?) But what does it mean? If I give a width of 50px, it doesn't seem much different than 50pt apparently. So I am lost here, what is this "px" unit on the images, exactly? (b) In the "svg" package documentation: > Optional width or height options will scale the SVG canvas to the given size calculated at a given density option (which defaults to 72 ppi). So now we have a new **ppi** (points per inch, I assume), and I am lost again. Changing the density from 1 to 600 didn't seem to affect the output in my raw test. Huh. 72ppi (the so-said default) looks like a screen resolution of some sort, but why? All I want is to ensure that in print, I'd have at least, say, 300 **dpi** (yeah, let me introduce another unit...) if things have to be rasterized at some point. Do they, for SVG? What I am supposed to understand and do? (c) _Where it goes even weirder_ So we have "SILE.**length**(...)" in several places (sometimes behind a `SU.cast(..)` - which I realize I have abused in my own use of it - a length can have a plus or minus (shrink/stretch). But we also have SILE.**measurement**` in other commands. And the SILE manual doesn't describe it, but the behavior is different. Wow... Sounds messy, when these concepts aren't introduced properly... But besides a documentation issue (and a consistency issue between packages?), it goes even further... Some length/measurement values are actually passed via yet another mean: `SILE.parseComplexFrameDimension` - The "raiselower" and "image" package do this.... Huh? Wait, this method understands **frame-related specifications**, and I am sort of amazed, but it actually works: ``` \img[src=documentation/gutenberg.png, width=width(content)] ``` Wow... real weird.... Was this intended? But if so, it fails on the "svg" package, which will not accept such a width specification. Doh. _Let's recap_ : length vs. measurement, pt vs. px or ppi, ordinary units vs. frame-style width. ~~Isn't there some inconsistency to fix? Maybe not: Frankly, I got lost.~~ Update: - [x] Length vs. measurement = documentation issue --> See #1768 - [x] SVG ppi = likely hides a bug #1449 - marked as done here since it now has its own bug issue - [x] Image size = documentation issue, fixed in #1277 - [x] Use of frame dimensions in some unrelated commands = likely a bug. Notably to consider/investigate - [x] imagedata in dockbook class --> Tracked as #1767 so marked as done here since it now has its own bug issue - [x] img (image package) --> fixed in #1500 (third point) - [x] raise/lower (raiselower package) --> fixed in #1506 - [x] grid (grid package) --> fixed (changed to a measurement in f2924fc8c4ac7aa0c51c7b073b6ff943320eb212)
non_defect
clarifying weird units please a in the image package documentation if the size parameters are not given then the image will be output at its ‘natural’ pixel size and the examples go on with several widths in px pixels but what does it mean if i give a width of it doesn t seem much different than apparently so i am lost here what is this px unit on the images exactly b in the svg package documentation optional width or height options will scale the svg canvas to the given size calculated at a given density option which defaults to ppi so now we have a new ppi points per inch i assume and i am lost again changing the density from to didn t seem to affect the output in my raw test huh the so said default looks like a screen resolution of some sort but why all i want is to ensure that in print i d have at least say dpi yeah let me introduce another unit if things have to be rasterized at some point do they for svg what i am supposed to understand and do c where it goes even weirder so we have sile length in several places sometimes behind a su cast which i realize i have abused in my own use of it a length can have a plus or minus shrink stretch but we also have sile measurement in other commands and the sile manual doesn t describe it but the behavior is different wow sounds messy when these concepts aren t introduced properly but besides a documentation issue and a consistency issue between packages it goes even further some length measurement values are actually passed via yet another mean sile parsecomplexframedimension the raiselower and image package do this huh wait this method understands frame related specifications and i am sort of amazed but it actually works img wow real weird was this intended but if so it fails on the svg package which will not accept such a width specification doh let s recap length vs measurement pt vs px or ppi ordinary units vs frame style width isn t there some inconsistency to fix maybe not frankly i got lost update length vs measurement documentation issue see svg ppi likely hides a bug marked as done here since it now has its own bug issue image size documentation issue fixed in use of frame dimensions in some unrelated commands likely a bug notably to consider investigate imagedata in dockbook class tracked as so marked as done here since it now has its own bug issue img image package fixed in third point raise lower raiselower package fixed in grid grid package fixed changed to a measurement in
0
1,463
2,603,966,019
IssuesEvent
2015-02-24 18:59:01
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳阴茎上长了个肉疙瘩
auto-migrated Priority-Medium Type-Defect
``` 沈阳阴茎上长了个肉疙瘩〓沈陽軍區政治部醫院性病〓TEL:02 4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療� ��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:01
1.0
沈阳阴茎上长了个肉疙瘩 - ``` 沈阳阴茎上长了个肉疙瘩〓沈陽軍區政治部醫院性病〓TEL:02 4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療� ��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:01
defect
沈阳阴茎上长了个肉疙瘩 沈阳阴茎上长了个肉疙瘩〓沈陽軍區政治部醫院性病〓tel: 〓 , � �� 。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 original issue reported on code google com by gmail com on jun at
1
16,649
2,921,280,081
IssuesEvent
2015-06-24 23:48:05
strider72/spam-karma
https://api.github.com/repos/strider72/spam-karma
reopened
Direct calls to wp-config.php return "not found" errors in many WP setups.
auto-migrated Priority-High Type-Defect
``` WordPress plugins should never call wp-config directly. It can break in multiple situations. Perhaps a fix involving hooking template calls? ``` Original issue reported on code.google.com by `stephen....@gmail.com` on 21 May 2011 at 2:46
1.0
Direct calls to wp-config.php return "not found" errors in many WP setups. - ``` WordPress plugins should never call wp-config directly. It can break in multiple situations. Perhaps a fix involving hooking template calls? ``` Original issue reported on code.google.com by `stephen....@gmail.com` on 21 May 2011 at 2:46
defect
direct calls to wp config php return not found errors in many wp setups wordpress plugins should never call wp config directly it can break in multiple situations perhaps a fix involving hooking template calls original issue reported on code google com by stephen gmail com on may at
1
15,103
2,848,935,434
IssuesEvent
2015-05-30 07:57:38
dirkvdb/ffmpegthumbnailer
https://api.github.com/repos/dirkvdb/ffmpegthumbnailer
closed
Didn't work with anamorph video
auto-migrated Priority-Medium Type-Defect
``` If video is anamorphic - thumb has wrong aspect. ffmpegthumbnailer version: 2.0.2 Linux 2.6.38-9-generic #43-Ubuntu SMP i686 athlon i386 GNU/Linux ``` Original issue reported on code.google.com by `razrfal...@gmail.com` on 7 May 2011 at 10:42
1.0
Didn't work with anamorph video - ``` If video is anamorphic - thumb has wrong aspect. ffmpegthumbnailer version: 2.0.2 Linux 2.6.38-9-generic #43-Ubuntu SMP i686 athlon i386 GNU/Linux ``` Original issue reported on code.google.com by `razrfal...@gmail.com` on 7 May 2011 at 10:42
defect
didn t work with anamorph video if video is anamorphic thumb has wrong aspect ffmpegthumbnailer version linux generic ubuntu smp athlon gnu linux original issue reported on code google com by razrfal gmail com on may at
1
60,050
24,977,616,430
IssuesEvent
2022-11-02 09:11:11
hashicorp/terraform-provider-aws
https://api.github.com/repos/hashicorp/terraform-provider-aws
closed
[Enhancement]: Allow Tags in SES Configuration Set
enhancement service/ses
### Description Current resources in terraform unable to [tag](https://github.com/hashicorp/terraform-provider-aws/blob/main/internal/service/ses/configuration_set.go) the configuration set. ### Affected Resource(s) and/or Data Source(s) aws_ses_configuration_set ### Potential Terraform Configuration ```terraform resource "aws_ses_configuration_set" "test" { name = "some-configuration-set-test" delivery_options { tls_policy = "Require" } tags = { Environment = "test" } } ``` ### References https://docs.aws.amazon.com/ses/latest/dg/creating-configuration-sets.html ``` { "configuration-set-name": "sample-configuration-set", "tracking-options": { "CustomRedirectDomain": "some.domain.com" }, "delivery-options": { "TlsPolicy": "REQUIRE", "SendingPoolName": "sending pool" }, "reputation-options": { "ReputationMetricsEnabled": true, "LastFreshStart": timestamp }, "sending-options": { "SendingEnabled": true }, "tags": [ { "Key": "tag key", "Value": "tag value" } ], "suppression-options": { "SuppressedReasons": ["BOUNCE","COMPLAINT"] } } ``` ### Would you like to implement a fix? _No response_
1.0
[Enhancement]: Allow Tags in SES Configuration Set - ### Description Current resources in terraform unable to [tag](https://github.com/hashicorp/terraform-provider-aws/blob/main/internal/service/ses/configuration_set.go) the configuration set. ### Affected Resource(s) and/or Data Source(s) aws_ses_configuration_set ### Potential Terraform Configuration ```terraform resource "aws_ses_configuration_set" "test" { name = "some-configuration-set-test" delivery_options { tls_policy = "Require" } tags = { Environment = "test" } } ``` ### References https://docs.aws.amazon.com/ses/latest/dg/creating-configuration-sets.html ``` { "configuration-set-name": "sample-configuration-set", "tracking-options": { "CustomRedirectDomain": "some.domain.com" }, "delivery-options": { "TlsPolicy": "REQUIRE", "SendingPoolName": "sending pool" }, "reputation-options": { "ReputationMetricsEnabled": true, "LastFreshStart": timestamp }, "sending-options": { "SendingEnabled": true }, "tags": [ { "Key": "tag key", "Value": "tag value" } ], "suppression-options": { "SuppressedReasons": ["BOUNCE","COMPLAINT"] } } ``` ### Would you like to implement a fix? _No response_
non_defect
allow tags in ses configuration set description current resources in terraform unable to the configuration set affected resource s and or data source s aws ses configuration set potential terraform configuration terraform resource aws ses configuration set test name some configuration set test delivery options tls policy require tags environment test references configuration set name sample configuration set tracking options customredirectdomain some domain com delivery options tlspolicy require sendingpoolname sending pool reputation options reputationmetricsenabled true lastfreshstart timestamp sending options sendingenabled true tags key tag key value tag value suppression options suppressedreasons would you like to implement a fix no response
0
10,878
2,622,353,444
IssuesEvent
2015-03-04 01:50:06
rainerhessmer/drh-visual-odometry
https://api.github.com/repos/rainerhessmer/drh-visual-odometry
opened
Is the source code still available?
auto-migrated Priority-Medium Type-Defect
``` Hi, the downloads link contents nothing, so I'm wondering if there is still some way that I can get this code. Regards. ``` Original issue reported on code.google.com by `caeser90...@gmail.com` on 22 Feb 2013 at 8:01
1.0
Is the source code still available? - ``` Hi, the downloads link contents nothing, so I'm wondering if there is still some way that I can get this code. Regards. ``` Original issue reported on code.google.com by `caeser90...@gmail.com` on 22 Feb 2013 at 8:01
defect
is the source code still available hi the downloads link contents nothing so i m wondering if there is still some way that i can get this code regards original issue reported on code google com by gmail com on feb at
1
5,081
7,603,776,161
IssuesEvent
2018-04-29 17:59:29
hawthorne-git/hawthorne-admin
https://api.github.com/repos/hawthorne-git/hawthorne-admin
opened
Checkup Job
Bug Priority - High Effort Required - Medium v2 Requirement
Validate that each product has an image, and its image is valid (EX: for re-sizing)
1.0
Checkup Job - Validate that each product has an image, and its image is valid (EX: for re-sizing)
non_defect
checkup job validate that each product has an image and its image is valid ex for re sizing
0
44,441
12,157,620,205
IssuesEvent
2020-04-25 23:00:41
SarahAbigayle/SE310SE420FinalProjectNonGUI
https://api.github.com/repos/SarahAbigayle/SE310SE420FinalProjectNonGUI
closed
Remove “No pages. Create a page?”
defect
File: Journal.java Line #: 61 This is an unnecessary text prompt and should be removed because it doesn’t actually simulate the experience of the GUI
1.0
Remove “No pages. Create a page?” - File: Journal.java Line #: 61 This is an unnecessary text prompt and should be removed because it doesn’t actually simulate the experience of the GUI
defect
remove “no pages create a page ” file journal java line this is an unnecessary text prompt and should be removed because it doesn’t actually simulate the experience of the gui
1
46,323
13,055,892,141
IssuesEvent
2020-07-30 03:02:30
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
Healpix.cmake is broken (Trac #989)
Incomplete Migration Migrated from Trac cmake defect
Migrated from https://code.icecube.wisc.edu/ticket/989 ```json { "status": "closed", "changetime": "2015-08-11T02:14:04", "description": "if I'm reading it correctly, its looking for $I3_PORTS/include/Healpix-2.20a but the ports and CVMFS healpix is at $I3_PORTS/include/healpix_cxx (and is version 3.11 anyway).\n\nThis leads to NoiseEngine not compiling now and presumably has been a problem since it healpix_cxx was moved to CVMFS.", "reporter": "mjl5147", "cc": "", "resolution": "invalid", "_ts": "1439259244334745", "component": "cmake", "summary": "Healpix.cmake is broken", "priority": "normal", "keywords": "", "time": "2015-05-15T10:52:37", "milestone": "", "owner": "nega", "type": "defect" } ```
1.0
Healpix.cmake is broken (Trac #989) - Migrated from https://code.icecube.wisc.edu/ticket/989 ```json { "status": "closed", "changetime": "2015-08-11T02:14:04", "description": "if I'm reading it correctly, its looking for $I3_PORTS/include/Healpix-2.20a but the ports and CVMFS healpix is at $I3_PORTS/include/healpix_cxx (and is version 3.11 anyway).\n\nThis leads to NoiseEngine not compiling now and presumably has been a problem since it healpix_cxx was moved to CVMFS.", "reporter": "mjl5147", "cc": "", "resolution": "invalid", "_ts": "1439259244334745", "component": "cmake", "summary": "Healpix.cmake is broken", "priority": "normal", "keywords": "", "time": "2015-05-15T10:52:37", "milestone": "", "owner": "nega", "type": "defect" } ```
defect
healpix cmake is broken trac migrated from json status closed changetime description if i m reading it correctly its looking for ports include healpix but the ports and cvmfs healpix is at ports include healpix cxx and is version anyway n nthis leads to noiseengine not compiling now and presumably has been a problem since it healpix cxx was moved to cvmfs reporter cc resolution invalid ts component cmake summary healpix cmake is broken priority normal keywords time milestone owner nega type defect
1