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
844
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
12 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
248k
binary_label
int64
0
1
644,635
20,983,406,991
IssuesEvent
2022-03-28 22:43:31
zebscripts/AFK-Daily
https://api.github.com/repos/zebscripts/AFK-Daily
opened
Collect Guild Chests
Good first issue :ok_hand: Type: Feature request :green_heart: Priority: Low :snowflake: File: afk-daily.sh :file_folder:
It would be nice for the script to actively try and collect every available Guild Chest instead of passively waiting for the pop-up.
1.0
Collect Guild Chests - It would be nice for the script to actively try and collect every available Guild Chest instead of passively waiting for the pop-up.
priority
collect guild chests it would be nice for the script to actively try and collect every available guild chest instead of passively waiting for the pop up
1
614,802
19,190,176,063
IssuesEvent
2021-12-05 21:28:14
StatisticsNZ/simplevis
https://api.github.com/repos/StatisticsNZ/simplevis
closed
Rename *zero_line arguments
low priority
`x_zero_line_v` `y_zero_line_h` Or... `zero_line_horizontal = TRUE` `zero_line_vertical = TRUE`
1.0
Rename *zero_line arguments - `x_zero_line_v` `y_zero_line_h` Or... `zero_line_horizontal = TRUE` `zero_line_vertical = TRUE`
priority
rename zero line arguments x zero line v y zero line h or zero line horizontal true zero line vertical true
1
41,686
2,869,072,805
IssuesEvent
2015-06-05 23:06:44
dart-lang/polymer-dart
https://api.github.com/repos/dart-lang/polymer-dart
opened
test fail with force shadowdom
bug PolymerMilestone-Later Priority-Low
<a href="https://github.com/sigmundch"><img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sigmundch](https://github.com/sigmundch)** _Originally opened as dart-lang/sdk#19414_ ---- we seem to be hitting an issue when forcing the shadow-dom polyfill. The following code: &nbsp;JsObject \_polymerElementProto = () { &nbsp;&nbsp;&nbsp;var polyElem = document.createElement('polymer-element'); &nbsp;&nbsp;&nbsp;var proto = new JsObject.fromBrowserObject(polyElem)['__proto__']; &nbsp;&nbsp;&nbsp;if (proto is Node) proto = new JsObject.fromBrowserObject(proto); &nbsp;&nbsp;&nbsp;return proto; &nbsp;}(); supposedly retrieves the proto of 'polymer-element', but later doing: proto['register'] fails to find the register method. It seems to be that the following works ok: &nbsp;&nbsp;&nbsp;jsPolymerElement = new JsObject.fromBrowserObject(document) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.callMethod('createElement', ['polymer-element']); &nbsp;&nbsp;&nbsp;var proto = jsPolymerElement['__proto__']; &nbsp;&nbsp;&nbsp;if (proto is Node) proto = new JsObject.fromBrowserObject(proto); &nbsp;&nbsp;&nbsp;print(proto['register']); but this doesn't work for our call to 'init' that we do in registerSync. Marking todomvc/markdone_shadow_test as failing for now.
1.0
test fail with force shadowdom - <a href="https://github.com/sigmundch"><img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sigmundch](https://github.com/sigmundch)** _Originally opened as dart-lang/sdk#19414_ ---- we seem to be hitting an issue when forcing the shadow-dom polyfill. The following code: &nbsp;JsObject \_polymerElementProto = () { &nbsp;&nbsp;&nbsp;var polyElem = document.createElement('polymer-element'); &nbsp;&nbsp;&nbsp;var proto = new JsObject.fromBrowserObject(polyElem)['__proto__']; &nbsp;&nbsp;&nbsp;if (proto is Node) proto = new JsObject.fromBrowserObject(proto); &nbsp;&nbsp;&nbsp;return proto; &nbsp;}(); supposedly retrieves the proto of 'polymer-element', but later doing: proto['register'] fails to find the register method. It seems to be that the following works ok: &nbsp;&nbsp;&nbsp;jsPolymerElement = new JsObject.fromBrowserObject(document) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.callMethod('createElement', ['polymer-element']); &nbsp;&nbsp;&nbsp;var proto = jsPolymerElement['__proto__']; &nbsp;&nbsp;&nbsp;if (proto is Node) proto = new JsObject.fromBrowserObject(proto); &nbsp;&nbsp;&nbsp;print(proto['register']); but this doesn't work for our call to 'init' that we do in registerSync. Marking todomvc/markdone_shadow_test as failing for now.
priority
test fail with force shadowdom issue by originally opened as dart lang sdk we seem to be hitting an issue when forcing the shadow dom polyfill the following code nbsp jsobject polymerelementproto nbsp nbsp nbsp var polyelem document createelement polymer element nbsp nbsp nbsp var proto new jsobject frombrowserobject polyelem nbsp nbsp nbsp if proto is node proto new jsobject frombrowserobject proto nbsp nbsp nbsp return proto nbsp supposedly retrieves the proto of polymer element but later doing proto fails to find the register method it seems to be that the following works ok nbsp nbsp nbsp jspolymerelement new jsobject frombrowserobject document nbsp nbsp nbsp nbsp nbsp nbsp nbsp callmethod createelement nbsp nbsp nbsp var proto jspolymerelement nbsp nbsp nbsp if proto is node proto new jsobject frombrowserobject proto nbsp nbsp nbsp print proto but this doesn t work for our call to init that we do in registersync marking todomvc markdone shadow test as failing for now
1
650,618
21,411,081,096
IssuesEvent
2022-04-22 06:03:12
lardemua/atlascar2
https://api.github.com/repos/lardemua/atlascar2
opened
Create a sick lrms gazebo sensor
enhancement Low priority
The idea is first to search for an existing gazebo sensor of the sick lrms, but if we can't find one we can develop following this tutorial. http://gazebosim.org/tutorials?cat=guided_i&tut=guided_i1 This should be low priority.
1.0
Create a sick lrms gazebo sensor - The idea is first to search for an existing gazebo sensor of the sick lrms, but if we can't find one we can develop following this tutorial. http://gazebosim.org/tutorials?cat=guided_i&tut=guided_i1 This should be low priority.
priority
create a sick lrms gazebo sensor the idea is first to search for an existing gazebo sensor of the sick lrms but if we can t find one we can develop following this tutorial this should be low priority
1
386,049
11,430,982,042
IssuesEvent
2020-02-04 11:09:52
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.0 staging-1383] Rounded value 'worked' when you get wages.
Priority: Low
Step to reproduce: - change 'Wage Frequency Minutes' to 1 min: ![image](https://user-images.githubusercontent.com/45708377/73738971-73931500-4756-11ea-833e-c37b34372dda.png) - wait several pays. - change 'Wage Frequency Minutes' to 1,5 min. Wait several pays. - change 'Wage Frequency Minutes' to 1,9 min. Wait several pays: ![image](https://user-images.githubusercontent.com/45708377/73738722-0c756080-4756-11ea-984f-b54592f41e55.png) - I had different pays, but it also write '1 minute worked'. - it will happen same if you will set 60 minute, 90 minute, 119 minute. But it will write 1 hour worked.
1.0
[0.9.0 staging-1383] Rounded value 'worked' when you get wages. - Step to reproduce: - change 'Wage Frequency Minutes' to 1 min: ![image](https://user-images.githubusercontent.com/45708377/73738971-73931500-4756-11ea-833e-c37b34372dda.png) - wait several pays. - change 'Wage Frequency Minutes' to 1,5 min. Wait several pays. - change 'Wage Frequency Minutes' to 1,9 min. Wait several pays: ![image](https://user-images.githubusercontent.com/45708377/73738722-0c756080-4756-11ea-984f-b54592f41e55.png) - I had different pays, but it also write '1 minute worked'. - it will happen same if you will set 60 minute, 90 minute, 119 minute. But it will write 1 hour worked.
priority
rounded value worked when you get wages step to reproduce change wage frequency minutes to min wait several pays change wage frequency minutes to min wait several pays change wage frequency minutes to min wait several pays i had different pays but it also write minute worked it will happen same if you will set minute minute minute but it will write hour worked
1
370,050
10,924,627,573
IssuesEvent
2019-11-22 10:32:50
popperjs/popper.js
https://api.github.com/repos/popperjs/popper.js
closed
Methods to disable / enable tooltip
# ENHANCEMENT DIFFICULTY: low PRIORITY: low TARGETS: Tooltip.js
It's sometimes useful to temporarily disable a tooltip from triggering through user events (focus, hover, click, etc). Other libraries provide an `enable` and `disable` method to do this. Right now, the only way to do this is by calling `destroy` on the tooltip to disable it and reinitializing it to enable it. I'm happy to provide a PR with this feature if it is deemed that it should be part of the library.
1.0
Methods to disable / enable tooltip - It's sometimes useful to temporarily disable a tooltip from triggering through user events (focus, hover, click, etc). Other libraries provide an `enable` and `disable` method to do this. Right now, the only way to do this is by calling `destroy` on the tooltip to disable it and reinitializing it to enable it. I'm happy to provide a PR with this feature if it is deemed that it should be part of the library.
priority
methods to disable enable tooltip it s sometimes useful to temporarily disable a tooltip from triggering through user events focus hover click etc other libraries provide an enable and disable method to do this right now the only way to do this is by calling destroy on the tooltip to disable it and reinitializing it to enable it i m happy to provide a pr with this feature if it is deemed that it should be part of the library
1
393,368
11,614,233,808
IssuesEvent
2020-02-26 12:13:24
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
#ifdef __cplusplus missing in tracking_cpu_stats.h
bug priority: low
**Describe the bug** When we include the header file subsys/tracing/include/tracing_cpu_stats.h into the C++ file with reference to one of the functions it will not link. **To Reproduce** Steps to reproduce the behavior: 1. add C++ file into the Zephyr project 2. enable TRACING_CPU_STATS in menuconfig 2. #include "tracing_cpu_stats.h" 3. call on of the functions, e.g. cpu_stats_non_idle_and_sched_get_percent(); 4. compile and see the error **Expected behavior** The project should compile and link. **Impact** The feature prevent from compiling the project. **Screenshots or console output** : app/libapp.a(cpu_detailed_stats.cpp.obj): in function `saveData': /home/hid/aurora/aurora/app/src/cpu_stats/cpu_detailed_stats.cpp:169: undefined reference to `cpu_stats_non_idle_and_sched_get_percent()' /opt/gcc-arm-none-eabi-9-2019-q4-major/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: /home/hid/aurora/aurora/app/src/cpu_stats/cpu_detailed_stats.cpp:171: undefined reference to `cpu_stats_reset_counters()' collect2: error: ld returned 1 exit status **Environment (please complete the following information):** - OS: Linux - Toolchain ninja - Version 2.2.0.0 **Additional context** The fix is to add the following #ifdefs into the header file: diff --git a/subsys/tracing/include/tracing_cpu_stats.h b/subsys/tracing/include/tracing_cpu_stats.h index cacaad21e0..4c5c2d23a9 100644 --- a/subsys/tracing/include/tracing_cpu_stats.h +++ b/subsys/tracing/include/tracing_cpu_stats.h @@ -10,6 +10,10 @@ #include <kernel_structs.h> #include <init.h> +#ifdef __cplusplus +extern "C" { +#endif + struct cpu_stats { u64_t idle; u64_t non_idle; @@ -41,4 +45,8 @@ void cpu_stats_reset_counters(void); #define sys_trace_void(id) #define sys_trace_end_call(id) +#ifdef __cplusplus +} +#endif + #endif /* _TRACE_CPU_STATS_H */
1.0
#ifdef __cplusplus missing in tracking_cpu_stats.h - **Describe the bug** When we include the header file subsys/tracing/include/tracing_cpu_stats.h into the C++ file with reference to one of the functions it will not link. **To Reproduce** Steps to reproduce the behavior: 1. add C++ file into the Zephyr project 2. enable TRACING_CPU_STATS in menuconfig 2. #include "tracing_cpu_stats.h" 3. call on of the functions, e.g. cpu_stats_non_idle_and_sched_get_percent(); 4. compile and see the error **Expected behavior** The project should compile and link. **Impact** The feature prevent from compiling the project. **Screenshots or console output** : app/libapp.a(cpu_detailed_stats.cpp.obj): in function `saveData': /home/hid/aurora/aurora/app/src/cpu_stats/cpu_detailed_stats.cpp:169: undefined reference to `cpu_stats_non_idle_and_sched_get_percent()' /opt/gcc-arm-none-eabi-9-2019-q4-major/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: /home/hid/aurora/aurora/app/src/cpu_stats/cpu_detailed_stats.cpp:171: undefined reference to `cpu_stats_reset_counters()' collect2: error: ld returned 1 exit status **Environment (please complete the following information):** - OS: Linux - Toolchain ninja - Version 2.2.0.0 **Additional context** The fix is to add the following #ifdefs into the header file: diff --git a/subsys/tracing/include/tracing_cpu_stats.h b/subsys/tracing/include/tracing_cpu_stats.h index cacaad21e0..4c5c2d23a9 100644 --- a/subsys/tracing/include/tracing_cpu_stats.h +++ b/subsys/tracing/include/tracing_cpu_stats.h @@ -10,6 +10,10 @@ #include <kernel_structs.h> #include <init.h> +#ifdef __cplusplus +extern "C" { +#endif + struct cpu_stats { u64_t idle; u64_t non_idle; @@ -41,4 +45,8 @@ void cpu_stats_reset_counters(void); #define sys_trace_void(id) #define sys_trace_end_call(id) +#ifdef __cplusplus +} +#endif + #endif /* _TRACE_CPU_STATS_H */
priority
ifdef cplusplus missing in tracking cpu stats h describe the bug when we include the header file subsys tracing include tracing cpu stats h into the c file with reference to one of the functions it will not link to reproduce steps to reproduce the behavior add c file into the zephyr project enable tracing cpu stats in menuconfig include tracing cpu stats h call on of the functions e g cpu stats non idle and sched get percent compile and see the error expected behavior the project should compile and link impact the feature prevent from compiling the project screenshots or console output app libapp a cpu detailed stats cpp obj in function savedata home hid aurora aurora app src cpu stats cpu detailed stats cpp undefined reference to cpu stats non idle and sched get percent opt gcc arm none eabi major bin lib gcc arm none eabi arm none eabi bin ld home hid aurora aurora app src cpu stats cpu detailed stats cpp undefined reference to cpu stats reset counters error ld returned exit status environment please complete the following information os linux toolchain ninja version additional context the fix is to add the following ifdefs into the header file diff git a subsys tracing include tracing cpu stats h b subsys tracing include tracing cpu stats h index a subsys tracing include tracing cpu stats h b subsys tracing include tracing cpu stats h include include ifdef cplusplus extern c endif struct cpu stats t idle t non idle void cpu stats reset counters void define sys trace void id define sys trace end call id ifdef cplusplus endif endif trace cpu stats h
1
129,435
5,097,064,069
IssuesEvent
2017-01-03 20:14:20
resin-io/versionist
https://api.github.com/repos/resin-io/versionist
closed
Versionist should be able to update itself with a simple script action
enhancement priority/low
It'd be nice if we had an easy way , like a `package.json` script, to run `npm run versionist` on this very repo
1.0
Versionist should be able to update itself with a simple script action - It'd be nice if we had an easy way , like a `package.json` script, to run `npm run versionist` on this very repo
priority
versionist should be able to update itself with a simple script action it d be nice if we had an easy way like a package json script to run npm run versionist on this very repo
1
300,114
9,206,159,016
IssuesEvent
2019-03-08 12:54:43
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
crash loading big shapefile
Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **Maciej Sieczka -** (Maciej Sieczka -) Original Redmine Issue: 1452, https://issues.qgis.org/issues/1452 Original Assignee: nobody - --- QGIS crashes loading a 382 MB shapefile, 180514 polygons: ``` $ ogrinfo -al -so neg_patch_poly_bnd_area_splt INFO: Open of @robota/fucha/2008_javier/neg_patch_poly_bnd_area_splt' using driver @ESRI Shapefile' successful. Layer name: neg_patch_poly_bnd_area_splt Geometry: Polygon Feature Count: 180514 Extent: (-180.000000, -90.000000) - (180.000000, 90.000000) Layer SRS WKT: GEOGCS["GCS_WGS_1984", DATUM["WGS_1984", SPHEROID[[WGS_1984]], PRIMEM[[Greenwich]], UNIT[[Degree]] cat: Real (11.0) ``` Backtrace: ``` Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f6abcda2710 (LWP 21711)] 0x00007f6abb8f80fc in ?? () from /usr/lib/libQtGui.so.4 (gdb) bt #0 0x00007f6abb8f80fc in ?? () from /usr/lib/libQtGui.so.4 #3905 0x00007f6abb8c1295 in ?? () from /usr/lib/libQtGui.so.4 #3906 0x00007f6abb8bde4f in QStroker::processCurrentSubpath () from /usr/lib/libQtGui.so.4 #3907 0x00007f6abb8beee0 in QStrokerOps::strokePath () from /usr/lib/libQtGui.so.4 #3908 0x00007f6abb8f758a in ?? () from /usr/lib/libQtGui.so.4 #3909 0x00007f6abc6d38ef in [[QgsVectorLayer]]::drawPolygon (this=0x2b2b980, feature=0x7f6a69433010 "\\001\\003", p=0x7fffc4edde70, mtp=0x1fa2c78, ct=0x0, drawingToEditingCanvas=true) at /home/shoofi/src/straight/qgis-trunk/src/core/qgsvectorlayer.cpp:649 #3910 0x00007f6abc6d4908 in [[QgsVectorLayer]]::drawFeature (this=0x2b2b980, p=0x7fffc4edde70, fet=@0x7fffc4edd8d0, theMapToPixelTransform=0x1fa2c78, ct=0x0, marker=0x7fffc4edd920, widthScale=3.8582677165354333, rasterScaleFactor=1, drawingToEditingCanvas=true) at /home/shoofi/src/straight/qgis-trunk/src/core/qgsvectorlayer.cpp:3389 #3911 0x00007f6abc6d5043 in [[QgsVectorLayer]]::draw (this=0x2b2b980, rendererContext=@0x1fa2c38) at /home/shoofi/src/straight/qgis-trunk/src/core/qgsvectorlayer.cpp:767 #3912 0x00007f6abc685776 in [[QgsMapRenderer]]::render (this=0x1fa2ba0, painter=0x7fffc4edde70) at /home/shoofi/src/straight/qgis-trunk/src/core/qgsmaprenderer.cpp:340 #3913 0x00007f6abca85049 in [[QgsMapCanvasMap]]::render (this=0x1fc0630) at /home/shoofi/src/straight/qgis-trunk/src/gui/qgsmapcanvasmap.cpp:84 #10 0x00007f6abca7fc72 in [[QgsMapCanvas]]::refresh (this=0x1f99700) at /home/shoofi/src/straight/qgis-trunk/src/gui/qgsmapcanvas.cpp:365 #3914 0x00000000004c517e in [[QgisApp]]::addVectorLayers (this=0x1eee610, theLayerQStringList=@0x7fffc4ede1a0, enc=@0x7fffc4ede190) at /home/shoofi/src/straight/qgis-trunk/src/app/qgisapp.cpp:2171 #3915 0x00000000004c6c64 in [[QgisApp]]::addVectorLayer (this=0x1eee610) at /home/shoofi/src/straight/qgis-trunk/src/app/qgisapp.cpp:2109 #3916 0x000000000069b636 in [[QgisApp]]::qt_metacall (this=0x1eee610, _c=QMetaObject::InvokeMetaMethod, _id=86, _a=0x7fffc4ede3b0) at /home/shoofi/src/straight/qgis-trunk/build/src/app/moc_qgisapp.cxx:328 #3917 0x00007f6abc27c6d4 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #3918 0x00007f6abb786d77 in QAction::triggered () from /usr/lib/libQtGui.so.4 #3919 0x00007f6abb787540 in QAction::activate () from /usr/lib/libQtGui.so.4 #3920 0x00007f6abba97cca in ?? () from /usr/lib/libQtGui.so.4 #3921 0x00007f6abba97f65 in QAbstractButton::mouseReleaseEvent () from /usr/lib/libQtGui.so.4 #3922 0x00007f6abbb5f74a in QToolButton::mouseReleaseEvent () from /usr/lib/libQtGui.so.4 #3923 0x00007f6abb7df139 in QWidget::event () from /usr/lib/libQtGui.so.4 #3924 0x00007f6abb78ca5d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #3925 0x00007f6abb79504a in QApplication::notify () from /usr/lib/libQtGui.so.4 #3926 0x00007f6abc638ebe in [[QgsApplication]]::notify (this=0x7fffc4edfc20, receiver=0x1f6f710, event=0x7fffc4eded40) at /home/shoofi/src/straight/qgis-trunk/src/core/qgsapplication.cpp:78 #3927 0x00007f6abc268381 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #3928 0x00007f6abb7943e8 in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4 #3929 0x00007f6abb7f8909 in ?? () from /usr/lib/libQtGui.so.4 #3930 0x00007f6abb7f77ff in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4 #3931 0x00007f6abb81ec84 in ?? () from /usr/lib/libQtGui.so.4 #3932 0x00007f6ab80c778b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #3933 0x00007f6ab80caf5d in ?? () from /usr/lib/libglib-2.0.so.0 #3934 0x00007f6ab80cb11b in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #3935 0x00007f6abc29070f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #3936 0x00007f6abb81e44f in ?? () from /usr/lib/libQtGui.so.4 #3937 0x00007f6abc266ca2 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4 #3938 0x00007f6abc266e2d in QEventLoop::exec () from /usr/lib/libQtCore.so.4 #36 0x00007f6abc2692dd in QCoreApplication::exec () from /usr/lib/libQtCore.so.4 #37 0x00000000004b5639 in main (argc=1, argv=0x7fffc4ee0318) at /home/shoofi/src/straight/qgis-trunk/src/app/main.cpp:683 ``` Debian testing amd64, QGIS SVN trunk r9770, QT 4.4.3, GDAL 1.6 SVN trunk r15902 (05.12.2008). --- - [Schermata.jpg](https://issues.qgis.org/attachments/download/2196/Schermata.jpg) (luca76 -)
1.0
crash loading big shapefile - --- Author Name: **Maciej Sieczka -** (Maciej Sieczka -) Original Redmine Issue: 1452, https://issues.qgis.org/issues/1452 Original Assignee: nobody - --- QGIS crashes loading a 382 MB shapefile, 180514 polygons: ``` $ ogrinfo -al -so neg_patch_poly_bnd_area_splt INFO: Open of @robota/fucha/2008_javier/neg_patch_poly_bnd_area_splt' using driver @ESRI Shapefile' successful. Layer name: neg_patch_poly_bnd_area_splt Geometry: Polygon Feature Count: 180514 Extent: (-180.000000, -90.000000) - (180.000000, 90.000000) Layer SRS WKT: GEOGCS["GCS_WGS_1984", DATUM["WGS_1984", SPHEROID[[WGS_1984]], PRIMEM[[Greenwich]], UNIT[[Degree]] cat: Real (11.0) ``` Backtrace: ``` Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f6abcda2710 (LWP 21711)] 0x00007f6abb8f80fc in ?? () from /usr/lib/libQtGui.so.4 (gdb) bt #0 0x00007f6abb8f80fc in ?? () from /usr/lib/libQtGui.so.4 #3905 0x00007f6abb8c1295 in ?? () from /usr/lib/libQtGui.so.4 #3906 0x00007f6abb8bde4f in QStroker::processCurrentSubpath () from /usr/lib/libQtGui.so.4 #3907 0x00007f6abb8beee0 in QStrokerOps::strokePath () from /usr/lib/libQtGui.so.4 #3908 0x00007f6abb8f758a in ?? () from /usr/lib/libQtGui.so.4 #3909 0x00007f6abc6d38ef in [[QgsVectorLayer]]::drawPolygon (this=0x2b2b980, feature=0x7f6a69433010 "\\001\\003", p=0x7fffc4edde70, mtp=0x1fa2c78, ct=0x0, drawingToEditingCanvas=true) at /home/shoofi/src/straight/qgis-trunk/src/core/qgsvectorlayer.cpp:649 #3910 0x00007f6abc6d4908 in [[QgsVectorLayer]]::drawFeature (this=0x2b2b980, p=0x7fffc4edde70, fet=@0x7fffc4edd8d0, theMapToPixelTransform=0x1fa2c78, ct=0x0, marker=0x7fffc4edd920, widthScale=3.8582677165354333, rasterScaleFactor=1, drawingToEditingCanvas=true) at /home/shoofi/src/straight/qgis-trunk/src/core/qgsvectorlayer.cpp:3389 #3911 0x00007f6abc6d5043 in [[QgsVectorLayer]]::draw (this=0x2b2b980, rendererContext=@0x1fa2c38) at /home/shoofi/src/straight/qgis-trunk/src/core/qgsvectorlayer.cpp:767 #3912 0x00007f6abc685776 in [[QgsMapRenderer]]::render (this=0x1fa2ba0, painter=0x7fffc4edde70) at /home/shoofi/src/straight/qgis-trunk/src/core/qgsmaprenderer.cpp:340 #3913 0x00007f6abca85049 in [[QgsMapCanvasMap]]::render (this=0x1fc0630) at /home/shoofi/src/straight/qgis-trunk/src/gui/qgsmapcanvasmap.cpp:84 #10 0x00007f6abca7fc72 in [[QgsMapCanvas]]::refresh (this=0x1f99700) at /home/shoofi/src/straight/qgis-trunk/src/gui/qgsmapcanvas.cpp:365 #3914 0x00000000004c517e in [[QgisApp]]::addVectorLayers (this=0x1eee610, theLayerQStringList=@0x7fffc4ede1a0, enc=@0x7fffc4ede190) at /home/shoofi/src/straight/qgis-trunk/src/app/qgisapp.cpp:2171 #3915 0x00000000004c6c64 in [[QgisApp]]::addVectorLayer (this=0x1eee610) at /home/shoofi/src/straight/qgis-trunk/src/app/qgisapp.cpp:2109 #3916 0x000000000069b636 in [[QgisApp]]::qt_metacall (this=0x1eee610, _c=QMetaObject::InvokeMetaMethod, _id=86, _a=0x7fffc4ede3b0) at /home/shoofi/src/straight/qgis-trunk/build/src/app/moc_qgisapp.cxx:328 #3917 0x00007f6abc27c6d4 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #3918 0x00007f6abb786d77 in QAction::triggered () from /usr/lib/libQtGui.so.4 #3919 0x00007f6abb787540 in QAction::activate () from /usr/lib/libQtGui.so.4 #3920 0x00007f6abba97cca in ?? () from /usr/lib/libQtGui.so.4 #3921 0x00007f6abba97f65 in QAbstractButton::mouseReleaseEvent () from /usr/lib/libQtGui.so.4 #3922 0x00007f6abbb5f74a in QToolButton::mouseReleaseEvent () from /usr/lib/libQtGui.so.4 #3923 0x00007f6abb7df139 in QWidget::event () from /usr/lib/libQtGui.so.4 #3924 0x00007f6abb78ca5d in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #3925 0x00007f6abb79504a in QApplication::notify () from /usr/lib/libQtGui.so.4 #3926 0x00007f6abc638ebe in [[QgsApplication]]::notify (this=0x7fffc4edfc20, receiver=0x1f6f710, event=0x7fffc4eded40) at /home/shoofi/src/straight/qgis-trunk/src/core/qgsapplication.cpp:78 #3927 0x00007f6abc268381 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #3928 0x00007f6abb7943e8 in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4 #3929 0x00007f6abb7f8909 in ?? () from /usr/lib/libQtGui.so.4 #3930 0x00007f6abb7f77ff in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4 #3931 0x00007f6abb81ec84 in ?? () from /usr/lib/libQtGui.so.4 #3932 0x00007f6ab80c778b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #3933 0x00007f6ab80caf5d in ?? () from /usr/lib/libglib-2.0.so.0 #3934 0x00007f6ab80cb11b in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #3935 0x00007f6abc29070f in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #3936 0x00007f6abb81e44f in ?? () from /usr/lib/libQtGui.so.4 #3937 0x00007f6abc266ca2 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4 #3938 0x00007f6abc266e2d in QEventLoop::exec () from /usr/lib/libQtCore.so.4 #36 0x00007f6abc2692dd in QCoreApplication::exec () from /usr/lib/libQtCore.so.4 #37 0x00000000004b5639 in main (argc=1, argv=0x7fffc4ee0318) at /home/shoofi/src/straight/qgis-trunk/src/app/main.cpp:683 ``` Debian testing amd64, QGIS SVN trunk r9770, QT 4.4.3, GDAL 1.6 SVN trunk r15902 (05.12.2008). --- - [Schermata.jpg](https://issues.qgis.org/attachments/download/2196/Schermata.jpg) (luca76 -)
priority
crash loading big shapefile author name maciej sieczka maciej sieczka original redmine issue original assignee nobody qgis crashes loading a mb shapefile polygons ogrinfo al so neg patch poly bnd area splt info open of robota fucha javier neg patch poly bnd area splt using driver esri shapefile successful layer name neg patch poly bnd area splt geometry polygon feature count extent layer srs wkt geogcs gcs wgs datum wgs spheroid primem unit cat real backtrace program received signal sigsegv segmentation fault in from usr lib libqtgui so gdb bt in from usr lib libqtgui so in from usr lib libqtgui so in qstroker processcurrentsubpath from usr lib libqtgui so in qstrokerops strokepath from usr lib libqtgui so in from usr lib libqtgui so in drawpolygon this feature p mtp ct drawingtoeditingcanvas true at home shoofi src straight qgis trunk src core qgsvectorlayer cpp in drawfeature this p fet themaptopixeltransform ct marker widthscale rasterscalefactor drawingtoeditingcanvas true at home shoofi src straight qgis trunk src core qgsvectorlayer cpp in draw this renderercontext at home shoofi src straight qgis trunk src core qgsvectorlayer cpp in render this painter at home shoofi src straight qgis trunk src core qgsmaprenderer cpp in render this at home shoofi src straight qgis trunk src gui qgsmapcanvasmap cpp in refresh this at home shoofi src straight qgis trunk src gui qgsmapcanvas cpp in addvectorlayers this thelayerqstringlist enc at home shoofi src straight qgis trunk src app qgisapp cpp in addvectorlayer this at home shoofi src straight qgis trunk src app qgisapp cpp in qt metacall this c qmetaobject invokemetamethod id a at home shoofi src straight qgis trunk build src app moc qgisapp cxx in qmetaobject activate from usr lib libqtcore so in qaction triggered from usr lib libqtgui so in qaction activate from usr lib libqtgui so in from usr lib libqtgui so in qabstractbutton mousereleaseevent from usr lib libqtgui so in qtoolbutton mousereleaseevent from usr lib libqtgui so in qwidget event from usr lib libqtgui so in qapplicationprivate notify helper from usr lib libqtgui so in qapplication notify from usr lib libqtgui so in notify this receiver event at home shoofi src straight qgis trunk src core qgsapplication cpp in qcoreapplication notifyinternal from usr lib libqtcore so in qapplicationprivate sendmouseevent from usr lib libqtgui so in from usr lib libqtgui so in qapplication from usr lib libqtgui so in from usr lib libqtgui so in g main context dispatch from usr lib libglib so in from usr lib libglib so in g main context iteration from usr lib libglib so in qeventdispatcherglib processevents from usr lib libqtcore so in from usr lib libqtgui so in qeventloop processevents from usr lib libqtcore so in qeventloop exec from usr lib libqtcore so in qcoreapplication exec from usr lib libqtcore so in main argc argv at home shoofi src straight qgis trunk src app main cpp debian testing qgis svn trunk qt gdal svn trunk
1
645,712
21,012,707,831
IssuesEvent
2022-03-30 08:13:40
tempus-finance/tempus-app
https://api.github.com/repos/tempus-finance/tempus-app
opened
Switch is not responding on its entire surface
bug low priority
**Description** Only letters are clickable, while the empty space within the switch is not clickable. **To Reproduce** 1. Navigate to Staging environment. 2. Click Fiat/Crypto switch far right edge. **Expected behavior** Fiat should switch to Crypto. **Actual behavior** Nothing happens. **Screenshots** ![image](https://user-images.githubusercontent.com/98878781/160783763-19918828-d2d9-414f-9ba3-80536e92b2f0.png) **Environment** Operating System: Ubuntu Browser: Chrome Wallet: MetaMask Network: Fantom URL: Staging **Additional context**
1.0
Switch is not responding on its entire surface - **Description** Only letters are clickable, while the empty space within the switch is not clickable. **To Reproduce** 1. Navigate to Staging environment. 2. Click Fiat/Crypto switch far right edge. **Expected behavior** Fiat should switch to Crypto. **Actual behavior** Nothing happens. **Screenshots** ![image](https://user-images.githubusercontent.com/98878781/160783763-19918828-d2d9-414f-9ba3-80536e92b2f0.png) **Environment** Operating System: Ubuntu Browser: Chrome Wallet: MetaMask Network: Fantom URL: Staging **Additional context**
priority
switch is not responding on its entire surface description only letters are clickable while the empty space within the switch is not clickable to reproduce navigate to staging environment click fiat crypto switch far right edge expected behavior fiat should switch to crypto actual behavior nothing happens screenshots environment operating system ubuntu browser chrome wallet metamask network fantom url staging additional context
1
272,829
8,518,173,094
IssuesEvent
2018-11-01 10:39:37
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
DifferentialInverseKinematicsParameters should take time_step in the constructor
priority: low team: manipulation type: cleanup
Per slack discussion. The default value of dt=1 is a landmine.
1.0
DifferentialInverseKinematicsParameters should take time_step in the constructor - Per slack discussion. The default value of dt=1 is a landmine.
priority
differentialinversekinematicsparameters should take time step in the constructor per slack discussion the default value of dt is a landmine
1
398,272
11,739,424,983
IssuesEvent
2020-03-11 17:41:18
thaliawww/ThaliApp
https://api.github.com/repos/thaliawww/ThaliApp
closed
Event registrations admin
events feature priority: low
In GitLab by @gijshendriksen on Dec 19, 2018, 19:00 ### One-sentence description Implement the admin for events in the ThaliApp. ### Desired behaviour If the user is organizer of an event, allow the user to open an admin screen of the registrations of that event. In this admin screen, the user can update the registration status of all participants.
1.0
Event registrations admin - In GitLab by @gijshendriksen on Dec 19, 2018, 19:00 ### One-sentence description Implement the admin for events in the ThaliApp. ### Desired behaviour If the user is organizer of an event, allow the user to open an admin screen of the registrations of that event. In this admin screen, the user can update the registration status of all participants.
priority
event registrations admin in gitlab by gijshendriksen on dec one sentence description implement the admin for events in the thaliapp desired behaviour if the user is organizer of an event allow the user to open an admin screen of the registrations of that event in this admin screen the user can update the registration status of all participants
1
89,199
3,790,479,252
IssuesEvent
2016-03-21 21:37:01
rsanchez-wsu/sp16-ceg3120
https://api.github.com/repos/rsanchez-wsu/sp16-ceg3120
opened
Create the "go to line" search toolbar option
priority-low team-5
Create functionality for the go to line option in the search tab of the toolbar. This will allow the user to provide the program a number that will tell the program which line of the current window the user would like the cursor moved to. The cursor will be moved to the beginning of that line, if we want to go more in depth and say "go to line "#" at character "#"", we can, but that seems a little tedious.
1.0
Create the "go to line" search toolbar option - Create functionality for the go to line option in the search tab of the toolbar. This will allow the user to provide the program a number that will tell the program which line of the current window the user would like the cursor moved to. The cursor will be moved to the beginning of that line, if we want to go more in depth and say "go to line "#" at character "#"", we can, but that seems a little tedious.
priority
create the go to line search toolbar option create functionality for the go to line option in the search tab of the toolbar this will allow the user to provide the program a number that will tell the program which line of the current window the user would like the cursor moved to the cursor will be moved to the beginning of that line if we want to go more in depth and say go to line at character we can but that seems a little tedious
1
265,687
8,357,674,460
IssuesEvent
2018-10-02 22:29:15
bluek8s/kubedirector
https://api.github.com/repos/bluek8s/kubedirector
opened
longterm KD log management/storage story
Priority: Low Project: KD Admin Type: Enhancement
We need log storage that can outlive the KD container (and provide easier access).
1.0
longterm KD log management/storage story - We need log storage that can outlive the KD container (and provide easier access).
priority
longterm kd log management storage story we need log storage that can outlive the kd container and provide easier access
1
621,940
19,601,042,093
IssuesEvent
2022-01-06 01:24:14
Unity-Technologies/com.unity.netcode.gameobjects
https://api.github.com/repos/Unity-Technologies/com.unity.netcode.gameobjects
closed
Rigidbody2D should not be a 100% required dependency
type:bug stat:commited priority:low
**Describe the bug** I removed the Rigidbody2D package because I don't use 2D physics, however Netcode complains about this. **To Reproduce** 1. Go to `Packages/manifest.json` 2. Remove the `com.unity.modules.physics2d` line. 3. Go back to Unity. 4. See the error in the console. **Actual outcome** Compilation errors. **Expected outcome** No errors via conditional compilation so I don't need to include 2D physics in a 3D project. **Screenshots** ![Netcode Rigidbody2D](https://i.imgur.com/k9Dv92u.png) **Environment:** - OS: Windows 10 - Unity Version: 2022.1.0b2 - Netcode Version: 1.0.0-pre3
1.0
Rigidbody2D should not be a 100% required dependency - **Describe the bug** I removed the Rigidbody2D package because I don't use 2D physics, however Netcode complains about this. **To Reproduce** 1. Go to `Packages/manifest.json` 2. Remove the `com.unity.modules.physics2d` line. 3. Go back to Unity. 4. See the error in the console. **Actual outcome** Compilation errors. **Expected outcome** No errors via conditional compilation so I don't need to include 2D physics in a 3D project. **Screenshots** ![Netcode Rigidbody2D](https://i.imgur.com/k9Dv92u.png) **Environment:** - OS: Windows 10 - Unity Version: 2022.1.0b2 - Netcode Version: 1.0.0-pre3
priority
should not be a required dependency describe the bug i removed the package because i don t use physics however netcode complains about this to reproduce go to packages manifest json remove the com unity modules line go back to unity see the error in the console actual outcome compilation errors expected outcome no errors via conditional compilation so i don t need to include physics in a project screenshots environment os windows unity version netcode version
1
464,963
13,348,903,471
IssuesEvent
2020-08-29 21:07:55
absoIute/Mega-Hack-Pro-Future
https://api.github.com/repos/absoIute/Mega-Hack-Pro-Future
closed
Odd Overlay Behaviour When Opened Whilst Playing Levels
Priority | Low enhancement
- [ ] If the mouse is hidden, it remains hidden. I believe it should become visible until the overlay is closed again. - [ ] Users should be able to choose whether the overlay can be opened whilst playing a level, or the shortcut is ignored until they are at least paused.
1.0
Odd Overlay Behaviour When Opened Whilst Playing Levels - - [ ] If the mouse is hidden, it remains hidden. I believe it should become visible until the overlay is closed again. - [ ] Users should be able to choose whether the overlay can be opened whilst playing a level, or the shortcut is ignored until they are at least paused.
priority
odd overlay behaviour when opened whilst playing levels if the mouse is hidden it remains hidden i believe it should become visible until the overlay is closed again users should be able to choose whether the overlay can be opened whilst playing a level or the shortcut is ignored until they are at least paused
1
62,895
3,193,597,306
IssuesEvent
2015-09-30 06:52:23
fusioninventory/fusioninventory-for-glpi
https://api.github.com/repos/fusioninventory/fusioninventory-for-glpi
closed
PHP Notice if fusinvsnmp is not activated
Component: For junior contributor Component: Found in version Priority: Low Status: Closed Tracker: Bug
--- Author Name: **Gonéri Le Bouder** (Gonéri Le Bouder) Original Redmine Issue: 1281, http://forge.fusioninventory.org/issues/1281 Original Date: 2011-10-20 Original Assignee: David Durieux --- ``` PHP Notice: Undefined index: plugin_fusinvsnmp in /var/www/glpideploy/plugins/fusioninventory/inc/agentmodule.class.php ``` fusinvsnmp is installed but not activated
1.0
PHP Notice if fusinvsnmp is not activated - --- Author Name: **Gonéri Le Bouder** (Gonéri Le Bouder) Original Redmine Issue: 1281, http://forge.fusioninventory.org/issues/1281 Original Date: 2011-10-20 Original Assignee: David Durieux --- ``` PHP Notice: Undefined index: plugin_fusinvsnmp in /var/www/glpideploy/plugins/fusioninventory/inc/agentmodule.class.php ``` fusinvsnmp is installed but not activated
priority
php notice if fusinvsnmp is not activated author name gonéri le bouder gonéri le bouder original redmine issue original date original assignee david durieux php notice undefined index plugin fusinvsnmp in var www glpideploy plugins fusioninventory inc agentmodule class php fusinvsnmp is installed but not activated
1
736,111
25,458,816,035
IssuesEvent
2022-11-24 16:26:51
aseprite/aseprite
https://api.github.com/repos/aseprite/aseprite
opened
Aseprite asks for Accessibility Access on MacOS
bug low priority macos
We have 3 reports of this type of event: <img width="340" alt="Screenshot 2022-11-24 at 13 20 35" src="https://user-images.githubusercontent.com/32165475/203829804-2172775f-f894-4df8-ab3a-b3c5a7460a8b.png"> This is weird because we don't use any accessibility API from macOS. More research is needed. Internal use: reported: https://igarastudio.zendesk.com/agent/tickets/4194 (reproducible for the artist with a magic trackpad) reported: https://igarastudio.zendesk.com/agent/tickets/2737 reported: https://igarastudio.zendesk.com/agent/tickets/710 ### Aseprite and System version * Aseprite version: v1.2.40-arm54 * System: MacOS Ventura 13.0.1
1.0
Aseprite asks for Accessibility Access on MacOS - We have 3 reports of this type of event: <img width="340" alt="Screenshot 2022-11-24 at 13 20 35" src="https://user-images.githubusercontent.com/32165475/203829804-2172775f-f894-4df8-ab3a-b3c5a7460a8b.png"> This is weird because we don't use any accessibility API from macOS. More research is needed. Internal use: reported: https://igarastudio.zendesk.com/agent/tickets/4194 (reproducible for the artist with a magic trackpad) reported: https://igarastudio.zendesk.com/agent/tickets/2737 reported: https://igarastudio.zendesk.com/agent/tickets/710 ### Aseprite and System version * Aseprite version: v1.2.40-arm54 * System: MacOS Ventura 13.0.1
priority
aseprite asks for accessibility access on macos we have reports of this type of event img width alt screenshot at src this is weird because we don t use any accessibility api from macos more research is needed internal use reported reproducible for the artist with a magic trackpad reported reported aseprite and system version aseprite version system macos ventura
1
594,205
18,040,326,769
IssuesEvent
2021-09-18 00:46:57
gravityview/GravityView
https://api.github.com/repos/gravityview/GravityView
opened
Add Custom Label field to GravityView widgets
Core: Administration Difficulty: Low Priority: Medium Core: Fields
When speaking with a customer today, I saw that he had a bunch of GravityView Widgets in his View configuration. They all said "custom content" which is not easy to parse. We have the setting in Custom Content fields that allows labeling for admin purposes only. We should add that for widgets.
1.0
Add Custom Label field to GravityView widgets - When speaking with a customer today, I saw that he had a bunch of GravityView Widgets in his View configuration. They all said "custom content" which is not easy to parse. We have the setting in Custom Content fields that allows labeling for admin purposes only. We should add that for widgets.
priority
add custom label field to gravityview widgets when speaking with a customer today i saw that he had a bunch of gravityview widgets in his view configuration they all said custom content which is not easy to parse we have the setting in custom content fields that allows labeling for admin purposes only we should add that for widgets
1
98,026
4,016,153,952
IssuesEvent
2016-05-15 12:14:29
Sententiaregum/Sententiaregum
https://api.github.com/repos/Sententiaregum/Sententiaregum
opened
improve structure of behat contexts
Backend Improvement Low priority
the structure of the ``Behat`` namespace must be improved (e.g. creating sub-namespaces) in order to avoid a big mess of fat contexts.
1.0
improve structure of behat contexts - the structure of the ``Behat`` namespace must be improved (e.g. creating sub-namespaces) in order to avoid a big mess of fat contexts.
priority
improve structure of behat contexts the structure of the behat namespace must be improved e g creating sub namespaces in order to avoid a big mess of fat contexts
1
611,462
18,955,844,553
IssuesEvent
2021-11-18 20:09:12
ZeynepDYilmaz/swe573-Project
https://api.github.com/repos/ZeynepDYilmaz/swe573-Project
opened
Wiki sidebar update
management wiki low priority easy
Update the sidebar so that the titles too have a link to their respective pages. (an example haas been done for the diagrams page.) Have the 3 pages for class, database and sequence diagrams accessible from the sidebar and the homepage.
1.0
Wiki sidebar update - Update the sidebar so that the titles too have a link to their respective pages. (an example haas been done for the diagrams page.) Have the 3 pages for class, database and sequence diagrams accessible from the sidebar and the homepage.
priority
wiki sidebar update update the sidebar so that the titles too have a link to their respective pages an example haas been done for the diagrams page have the pages for class database and sequence diagrams accessible from the sidebar and the homepage
1
240,299
7,800,883,990
IssuesEvent
2018-06-09 14:42:41
ventoviro/windwalker-core
https://api.github.com/repos/ventoviro/windwalker-core
closed
New message interface
3.4 Priority Low
``` php $this->message->add('Foo', 'info'); $this->message->info('Foo'); $this->message->error('Foo'); $this->message->warning('Foo'); ```
1.0
New message interface - ``` php $this->message->add('Foo', 'info'); $this->message->info('Foo'); $this->message->error('Foo'); $this->message->warning('Foo'); ```
priority
new message interface php this message add foo info this message info foo this message error foo this message warning foo
1
434,635
12,520,967,229
IssuesEvent
2020-06-03 16:43:03
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
closed
Build out feature flag for Central Office-to-virtual conversions
Priority: Medium Product: caseflow-hearings Stakeholder: BVA Team: Tango 💃
## Description Build out new feature flag for Central Office-to-virtual conversions Proposed feature flag name: `schedule_virtual_hearings_for_central` ## Acceptance criteria - [ ] Confirm user with feature flag can see hearing type dropdown for CO hearings - [ ] Confirm user w/o feature flag _can't_ see hearing type dropdown for CO hearings ## Background/context/resources N/A ## Technical notes - This can be incorporated into https://github.com/department-of-veterans-affairs/caseflow/pull/13832. - IMO, this flag should _only_ control the visibility of the hearing type dropdown for CO hearings
1.0
Build out feature flag for Central Office-to-virtual conversions - ## Description Build out new feature flag for Central Office-to-virtual conversions Proposed feature flag name: `schedule_virtual_hearings_for_central` ## Acceptance criteria - [ ] Confirm user with feature flag can see hearing type dropdown for CO hearings - [ ] Confirm user w/o feature flag _can't_ see hearing type dropdown for CO hearings ## Background/context/resources N/A ## Technical notes - This can be incorporated into https://github.com/department-of-veterans-affairs/caseflow/pull/13832. - IMO, this flag should _only_ control the visibility of the hearing type dropdown for CO hearings
priority
build out feature flag for central office to virtual conversions description build out new feature flag for central office to virtual conversions proposed feature flag name schedule virtual hearings for central acceptance criteria confirm user with feature flag can see hearing type dropdown for co hearings confirm user w o feature flag can t see hearing type dropdown for co hearings background context resources n a technical notes this can be incorporated into imo this flag should only control the visibility of the hearing type dropdown for co hearings
1
238,577
7,781,009,723
IssuesEvent
2018-06-05 22:01:52
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
When entering a polluted world, the title screen flashes pollution for a moment while fading out
Low Priority
![image](https://user-images.githubusercontent.com/3536496/34857340-124048b2-f6ff-11e7-8c44-157384170dae.png)
1.0
When entering a polluted world, the title screen flashes pollution for a moment while fading out - ![image](https://user-images.githubusercontent.com/3536496/34857340-124048b2-f6ff-11e7-8c44-157384170dae.png)
priority
when entering a polluted world the title screen flashes pollution for a moment while fading out
1
177,546
6,585,077,359
IssuesEvent
2017-09-13 12:50:40
hobbit-project/platform
https://api.github.com/repos/hobbit-project/platform
opened
Parallel execution of experiments
component: controller component: core-lib priority: low type: enhancement
Some benchmarks/systems need only a small portion of the platform. To make sure that the experiments are executed fast, it could be possible to collect experiments with these benchmarks/systems from the queue and execute them in parallel. * The benchmarks and systems have to contain this information in their meta data * The experiments still shouldn’t influence each other, i.e., every system/benchmark might still be executed on its own node. (leading to a maximum of 3 experiments that we can execute in parallel on our cluster) * The platform controller would need to be able to assign the nodes dynamically. * It would be necessary to deploy the evaluation storage on a benchmark node instead of the storage node. Otherwise, the storage node could become a real bottleneck for all experiments.
1.0
Parallel execution of experiments - Some benchmarks/systems need only a small portion of the platform. To make sure that the experiments are executed fast, it could be possible to collect experiments with these benchmarks/systems from the queue and execute them in parallel. * The benchmarks and systems have to contain this information in their meta data * The experiments still shouldn’t influence each other, i.e., every system/benchmark might still be executed on its own node. (leading to a maximum of 3 experiments that we can execute in parallel on our cluster) * The platform controller would need to be able to assign the nodes dynamically. * It would be necessary to deploy the evaluation storage on a benchmark node instead of the storage node. Otherwise, the storage node could become a real bottleneck for all experiments.
priority
parallel execution of experiments some benchmarks systems need only a small portion of the platform to make sure that the experiments are executed fast it could be possible to collect experiments with these benchmarks systems from the queue and execute them in parallel the benchmarks and systems have to contain this information in their meta data the experiments still shouldn’t influence each other i e every system benchmark might still be executed on its own node leading to a maximum of experiments that we can execute in parallel on our cluster the platform controller would need to be able to assign the nodes dynamically it would be necessary to deploy the evaluation storage on a benchmark node instead of the storage node otherwise the storage node could become a real bottleneck for all experiments
1
470,488
13,538,914,390
IssuesEvent
2020-09-16 12:47:40
HackYourFuture-CPH/chattie
https://api.github.com/repos/HackYourFuture-CPH/chattie
closed
Endpoint: DELETE api/messages
Low priority User story
## User story **Who:** **As a** developer **What:** **I want to** be able to delete new message using a DELETE endpoint **Why:** **so that we can** delete messages ## Implementation details - Create the DELETE endpoint `api/messages` - Should work like this: `api/messages/24` where 24 is the id of the message we want to delete What if the id does not exists?
1.0
Endpoint: DELETE api/messages - ## User story **Who:** **As a** developer **What:** **I want to** be able to delete new message using a DELETE endpoint **Why:** **so that we can** delete messages ## Implementation details - Create the DELETE endpoint `api/messages` - Should work like this: `api/messages/24` where 24 is the id of the message we want to delete What if the id does not exists?
priority
endpoint delete api messages user story who as a developer what i want to be able to delete new message using a delete endpoint why so that we can delete messages implementation details create the delete endpoint api messages should work like this api messages where is the id of the message we want to delete what if the id does not exists
1
265,661
8,357,445,615
IssuesEvent
2018-10-02 21:36:08
fac-14/OSCEBossKey
https://api.github.com/repos/fac-14/OSCEBossKey
closed
Functionality: Adding Mark scheme
add-history-case-page add-user-content-flow priority-1
The second stage of adding a new History case. First stage: #19 When adding a new History case, I can add my own mark scheme Two components of this issue: - #21 - adding pre-written mark scheme elements - #22 - adding user-inputted mark scheme elements
1.0
Functionality: Adding Mark scheme - The second stage of adding a new History case. First stage: #19 When adding a new History case, I can add my own mark scheme Two components of this issue: - #21 - adding pre-written mark scheme elements - #22 - adding user-inputted mark scheme elements
priority
functionality adding mark scheme the second stage of adding a new history case first stage when adding a new history case i can add my own mark scheme two components of this issue adding pre written mark scheme elements adding user inputted mark scheme elements
1
613,298
19,086,335,381
IssuesEvent
2021-11-29 06:42:22
inblockio/DataAccounting
https://api.github.com/repos/inblockio/DataAccounting
closed
get_page_all_revs should return 404 when the result is empty, not 200 with [] and remove unused output
low priority
The external verifier might assume that it'd return `[]` instead of HTTP 404. We should return 404.
1.0
get_page_all_revs should return 404 when the result is empty, not 200 with [] and remove unused output - The external verifier might assume that it'd return `[]` instead of HTTP 404. We should return 404.
priority
get page all revs should return when the result is empty not with and remove unused output the external verifier might assume that it d return instead of http we should return
1
591,678
17,858,473,067
IssuesEvent
2021-09-05 13:56:25
francheska-vicente/cssweng
https://api.github.com/repos/francheska-vicente/cssweng
closed
Mobile Number error message does not appear
bug priority: low severity: low issue: validation
### Summary: - Inputting an invalid mobile number (e.g. wrong format) would not show an error message in the Edit Booking Screen, though the booking will not push through. ### Steps to Reproduce: 1. Create a reservation 2. Enter 123 as the mobile number 3. Click on Edit ### Visual Proof: ![image](https://user-images.githubusercontent.com/75743382/131988852-84eb7d02-ad27-46aa-a368-28818a15c5a1.png) ### Expected Results: - Error Message will appear saying "Invalid mobile number" ### Actual Results: - Booking does not push through but there is no error message | Additional Information | | | ----------- | ----------- | | Platform | V8 engine (Google) | | Operating System | Windows 10 |
1.0
Mobile Number error message does not appear - ### Summary: - Inputting an invalid mobile number (e.g. wrong format) would not show an error message in the Edit Booking Screen, though the booking will not push through. ### Steps to Reproduce: 1. Create a reservation 2. Enter 123 as the mobile number 3. Click on Edit ### Visual Proof: ![image](https://user-images.githubusercontent.com/75743382/131988852-84eb7d02-ad27-46aa-a368-28818a15c5a1.png) ### Expected Results: - Error Message will appear saying "Invalid mobile number" ### Actual Results: - Booking does not push through but there is no error message | Additional Information | | | ----------- | ----------- | | Platform | V8 engine (Google) | | Operating System | Windows 10 |
priority
mobile number error message does not appear summary inputting an invalid mobile number e g wrong format would not show an error message in the edit booking screen though the booking will not push through steps to reproduce create a reservation enter as the mobile number click on edit visual proof expected results error message will appear saying invalid mobile number actual results booking does not push through but there is no error message additional information platform engine google operating system windows
1
293,943
9,011,362,541
IssuesEvent
2019-02-05 14:31:46
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
List View bug when users perform/clear searches
Low Priority bug
#### Issue When performing/clearing searches in SuiteCRM 7.7, it appears that the footer links get merged into the 'Security Group' mass assign panel. #### Expected Behavior Security Groups Mass Assign panel does not merge with/overflow onto the footer section within the list view. #### Actual Behavior Security Groups Mass Assign panel merges with/overflows onto the footer section within the list view causing a bug in the UI. #### Possible Fix The fix I would suggest is to ensure that the Security Groups Mass Assign panel and the footer elements are styled to ensure they are always kept separate and are not affected by list view searches/changes. #### Steps to Reproduce 1. Install SuiteCRM 7.7. 2. Login to the CRM and navigate to any module list view. 3. Perform a basic or advanced search. 4. Observe that the footer links/section has merged/is being overlapped with the Security Groups Mass Assign panel. #### Context The bug has affected me as I would not expect when performing searches for view elements to merge/overlap and this affects the usability of some elements. I feel this should be of low priority. #### Your Environment - SuiteCRM Version used: 7.7 - Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome 43.0.2357.130, Firefox 47. - Environment name and version (e.g. MySQL, PHP 7): PHP 5.5.9-1ubuntu4.14 (cli) (built: Oct 28 2015 01:34:46), MySQL Server version: 5.5.47-0ubuntu0.14.04.1 (Ubuntu) - Operating System and version (e.g Ubuntu 16.04): Ubuntu 14.04
1.0
List View bug when users perform/clear searches - #### Issue When performing/clearing searches in SuiteCRM 7.7, it appears that the footer links get merged into the 'Security Group' mass assign panel. #### Expected Behavior Security Groups Mass Assign panel does not merge with/overflow onto the footer section within the list view. #### Actual Behavior Security Groups Mass Assign panel merges with/overflows onto the footer section within the list view causing a bug in the UI. #### Possible Fix The fix I would suggest is to ensure that the Security Groups Mass Assign panel and the footer elements are styled to ensure they are always kept separate and are not affected by list view searches/changes. #### Steps to Reproduce 1. Install SuiteCRM 7.7. 2. Login to the CRM and navigate to any module list view. 3. Perform a basic or advanced search. 4. Observe that the footer links/section has merged/is being overlapped with the Security Groups Mass Assign panel. #### Context The bug has affected me as I would not expect when performing searches for view elements to merge/overlap and this affects the usability of some elements. I feel this should be of low priority. #### Your Environment - SuiteCRM Version used: 7.7 - Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome 43.0.2357.130, Firefox 47. - Environment name and version (e.g. MySQL, PHP 7): PHP 5.5.9-1ubuntu4.14 (cli) (built: Oct 28 2015 01:34:46), MySQL Server version: 5.5.47-0ubuntu0.14.04.1 (Ubuntu) - Operating System and version (e.g Ubuntu 16.04): Ubuntu 14.04
priority
list view bug when users perform clear searches issue when performing clearing searches in suitecrm it appears that the footer links get merged into the security group mass assign panel expected behavior security groups mass assign panel does not merge with overflow onto the footer section within the list view actual behavior security groups mass assign panel merges with overflows onto the footer section within the list view causing a bug in the ui possible fix the fix i would suggest is to ensure that the security groups mass assign panel and the footer elements are styled to ensure they are always kept separate and are not affected by list view searches changes steps to reproduce install suitecrm login to the crm and navigate to any module list view perform a basic or advanced search observe that the footer links section has merged is being overlapped with the security groups mass assign panel context the bug has affected me as i would not expect when performing searches for view elements to merge overlap and this affects the usability of some elements i feel this should be of low priority your environment suitecrm version used browser name and version e g chrome version bit chrome firefox environment name and version e g mysql php php cli built oct mysql server version ubuntu operating system and version e g ubuntu ubuntu
1
404,439
11,857,475,648
IssuesEvent
2020-03-25 09:39:24
OpenSourceBrain/redmine
https://api.github.com/repos/OpenSourceBrain/redmine
closed
More OSB specific error messages
Low priority in progress
Should update the info we present when there is an error, e.g. a better, more OSB specific message than: --- Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance. If you are the Redmine administrator, check your log files for details about the error. --- Perhaps also for the 404: http://www.opensourcebrain.org/projects/fff and error http://www.opensourcebrain.org/xyz
1.0
More OSB specific error messages - Should update the info we present when there is an error, e.g. a better, more OSB specific message than: --- Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance. If you are the Redmine administrator, check your log files for details about the error. --- Perhaps also for the 404: http://www.opensourcebrain.org/projects/fff and error http://www.opensourcebrain.org/xyz
priority
more osb specific error messages should update the info we present when there is an error e g a better more osb specific message than internal error an error occurred on the page you were trying to access if you continue to experience problems please contact your redmine administrator for assistance if you are the redmine administrator check your log files for details about the error perhaps also for the and error
1
192,560
6,874,764,153
IssuesEvent
2017-11-19 04:10:20
GlobalLives/globallives
https://api.github.com/repos/GlobalLives/globallives
closed
Cut off of gradient in video play bar, Chrome
blocking low priority
<img width="1280" alt="screen_shot_2017-11-04_at_4_30_13_pm" src="https://user-images.githubusercontent.com/22509814/32411008-40bf55fe-c18d-11e7-8a16-00d240b12703.png"> Professor Harris already made an issue similar to this one, but I couldn't find it in the issues list so I decided to make a new one. This issue can be seen in how all the videos are displayed, so it's not specific to Ruixian, but I also saw it in Ruixian's videos.
1.0
Cut off of gradient in video play bar, Chrome - <img width="1280" alt="screen_shot_2017-11-04_at_4_30_13_pm" src="https://user-images.githubusercontent.com/22509814/32411008-40bf55fe-c18d-11e7-8a16-00d240b12703.png"> Professor Harris already made an issue similar to this one, but I couldn't find it in the issues list so I decided to make a new one. This issue can be seen in how all the videos are displayed, so it's not specific to Ruixian, but I also saw it in Ruixian's videos.
priority
cut off of gradient in video play bar chrome img width alt screen shot at pm src professor harris already made an issue similar to this one but i couldn t find it in the issues list so i decided to make a new one this issue can be seen in how all the videos are displayed so it s not specific to ruixian but i also saw it in ruixian s videos
1
398,846
11,742,424,780
IssuesEvent
2020-03-12 00:44:30
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
Only show events you're registered for in ical feed
feature priority: low
In GitLab by kirstenkingma on Mar 11, 2018, 16:57 ### One-sentence description Only show events you're registered for in ical feed. ### Desired behaviour Provide the option to download a personalized ical feed which only shows events you're registered for and events for which there is no registration.
1.0
Only show events you're registered for in ical feed - In GitLab by kirstenkingma on Mar 11, 2018, 16:57 ### One-sentence description Only show events you're registered for in ical feed. ### Desired behaviour Provide the option to download a personalized ical feed which only shows events you're registered for and events for which there is no registration.
priority
only show events you re registered for in ical feed in gitlab by kirstenkingma on mar one sentence description only show events you re registered for in ical feed desired behaviour provide the option to download a personalized ical feed which only shows events you re registered for and events for which there is no registration
1
284,457
8,742,294,772
IssuesEvent
2018-12-12 16:06:17
aiidateam/aiida_core
https://api.github.com/repos/aiidateam/aiida_core
closed
expose_inputs tries to use deepcopy on stored data
priority/important topic/DataTypes topic/Workflows type/bug
## How to reproduce * aiida-core: current develop (after commit 777c16) Run a workchain which exposes inputs of a lower level one. Example: 'vasp.relax' from aiida-vasp. ## Observed behaviour ``` .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/launch.py:43: in run return runner.run(process, *args, **inputs) .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/runners.py:247: in run result, _ = self._run(process, *args, **inputs) .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/runners.py:234: in _run process = self.instantiate_process(process, *args, **inputs) .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/runners.py:191: in instantiate_process process = process_class(runner=self, inputs=inputs) .tox/aiida_dev/lib/python2.7/site-packages/plumpy/base/state_machine.py:184: in __call__ inst = super(StateMachineMeta, cls).__call__(*args, **kwargs) .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/workchain.py:54: in __init__ inputs=inputs, logger=logger, runner=runner, enable_persistence=enable_persistence) .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/processes.py:88: in __init__ inputs=self.spec().inputs.serialize(inputs), .tox/aiida_dev/lib/python2.7/site-packages/plumpy/processes.py:161: in spec cls.define(cls._spec) .tox/aiida_dev/lib/python2.7/site-packages/aiida_vasp/workflows/relax.py:97: in define spec.expose_inputs(VaspBaseWf, namespace='restart', include=['clean_workdir']) .tox/aiida_dev/lib/python2.7/site-packages/plumpy/process_spec.py:227: in expose_inputs namespace_options=namespace_options, .tox/aiida_dev/lib/python2.7/site-packages/plumpy/process_spec.py:292: in _expose_ports namespace_options) .tox/aiida_dev/lib/python2.7/site-packages/plumpy/ports.py:419: in absorb self[port_name] = copy.deepcopy(port) ../../miniconda2/envs/aiida-dev/lib/python2.7/copy.py:190: in deepcopy y = _reconstruct(x, rv, 1, memo) ../../miniconda2/envs/aiida-dev/lib/python2.7/copy.py:334: in _reconstruct state = deepcopy(state, memo) ../../miniconda2/envs/aiida-dev/lib/python2.7/copy.py:163: in deepcopy y = copier(x, memo) ../../miniconda2/envs/aiida-dev/lib/python2.7/copy.py:257: in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ../../miniconda2/envs/aiida-dev/lib/python2.7/copy.py:174: in deepcopy y = copier(memo) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <[AttributeError("DbAttribute with key value for node 500 not found in db") raised in repr()] SafeRepr object at 0x7f91e3fa2200> memo = {72535040: <class 'aiida.orm.data.bool.Bool'>, 74815232: <class 'aiida.work.ports.InputPort'>, 140264157025488: <aiida.work.ports.InputPort object at 0x7f91cc3ab210>, 140264157653776: (<class 'aiida.work.ports.InputPort'>,), ...} def __deepcopy__(self, memo): """ Create a clone of the Data node by pipiong through to the clone method and return the result. :returns: an unstored clone of this Data node """ if self.is_stored: > raise NotImplementedError('deep copying a stored Data node is not supported, use Data.clone() instead') E NotImplementedError: deep copying a stored Data node is not supported, use Data.clone() instead ``` ## Expected behaviour The machinery for expose_inputs takes into account the latest changes and does not raise an error.
1.0
expose_inputs tries to use deepcopy on stored data - ## How to reproduce * aiida-core: current develop (after commit 777c16) Run a workchain which exposes inputs of a lower level one. Example: 'vasp.relax' from aiida-vasp. ## Observed behaviour ``` .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/launch.py:43: in run return runner.run(process, *args, **inputs) .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/runners.py:247: in run result, _ = self._run(process, *args, **inputs) .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/runners.py:234: in _run process = self.instantiate_process(process, *args, **inputs) .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/runners.py:191: in instantiate_process process = process_class(runner=self, inputs=inputs) .tox/aiida_dev/lib/python2.7/site-packages/plumpy/base/state_machine.py:184: in __call__ inst = super(StateMachineMeta, cls).__call__(*args, **kwargs) .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/workchain.py:54: in __init__ inputs=inputs, logger=logger, runner=runner, enable_persistence=enable_persistence) .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/processes.py:88: in __init__ inputs=self.spec().inputs.serialize(inputs), .tox/aiida_dev/lib/python2.7/site-packages/plumpy/processes.py:161: in spec cls.define(cls._spec) .tox/aiida_dev/lib/python2.7/site-packages/aiida_vasp/workflows/relax.py:97: in define spec.expose_inputs(VaspBaseWf, namespace='restart', include=['clean_workdir']) .tox/aiida_dev/lib/python2.7/site-packages/plumpy/process_spec.py:227: in expose_inputs namespace_options=namespace_options, .tox/aiida_dev/lib/python2.7/site-packages/plumpy/process_spec.py:292: in _expose_ports namespace_options) .tox/aiida_dev/lib/python2.7/site-packages/plumpy/ports.py:419: in absorb self[port_name] = copy.deepcopy(port) ../../miniconda2/envs/aiida-dev/lib/python2.7/copy.py:190: in deepcopy y = _reconstruct(x, rv, 1, memo) ../../miniconda2/envs/aiida-dev/lib/python2.7/copy.py:334: in _reconstruct state = deepcopy(state, memo) ../../miniconda2/envs/aiida-dev/lib/python2.7/copy.py:163: in deepcopy y = copier(x, memo) ../../miniconda2/envs/aiida-dev/lib/python2.7/copy.py:257: in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ../../miniconda2/envs/aiida-dev/lib/python2.7/copy.py:174: in deepcopy y = copier(memo) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <[AttributeError("DbAttribute with key value for node 500 not found in db") raised in repr()] SafeRepr object at 0x7f91e3fa2200> memo = {72535040: <class 'aiida.orm.data.bool.Bool'>, 74815232: <class 'aiida.work.ports.InputPort'>, 140264157025488: <aiida.work.ports.InputPort object at 0x7f91cc3ab210>, 140264157653776: (<class 'aiida.work.ports.InputPort'>,), ...} def __deepcopy__(self, memo): """ Create a clone of the Data node by pipiong through to the clone method and return the result. :returns: an unstored clone of this Data node """ if self.is_stored: > raise NotImplementedError('deep copying a stored Data node is not supported, use Data.clone() instead') E NotImplementedError: deep copying a stored Data node is not supported, use Data.clone() instead ``` ## Expected behaviour The machinery for expose_inputs takes into account the latest changes and does not raise an error.
priority
expose inputs tries to use deepcopy on stored data how to reproduce aiida core current develop after commit run a workchain which exposes inputs of a lower level one example vasp relax from aiida vasp observed behaviour tox aiida dev lib site packages aiida work launch py in run return runner run process args inputs tox aiida dev lib site packages aiida work runners py in run result self run process args inputs tox aiida dev lib site packages aiida work runners py in run process self instantiate process process args inputs tox aiida dev lib site packages aiida work runners py in instantiate process process process class runner self inputs inputs tox aiida dev lib site packages plumpy base state machine py in call inst super statemachinemeta cls call args kwargs tox aiida dev lib site packages aiida work workchain py in init inputs inputs logger logger runner runner enable persistence enable persistence tox aiida dev lib site packages aiida work processes py in init inputs self spec inputs serialize inputs tox aiida dev lib site packages plumpy processes py in spec cls define cls spec tox aiida dev lib site packages aiida vasp workflows relax py in define spec expose inputs vaspbasewf namespace restart include tox aiida dev lib site packages plumpy process spec py in expose inputs namespace options namespace options tox aiida dev lib site packages plumpy process spec py in expose ports namespace options tox aiida dev lib site packages plumpy ports py in absorb self copy deepcopy port envs aiida dev lib copy py in deepcopy y reconstruct x rv memo envs aiida dev lib copy py in reconstruct state deepcopy state memo envs aiida dev lib copy py in deepcopy y copier x memo envs aiida dev lib copy py in deepcopy dict y deepcopy value memo envs aiida dev lib copy py in deepcopy y copier memo self memo def deepcopy self memo create a clone of the data node by pipiong through to the clone method and return the result returns an unstored clone of this data node if self is stored raise notimplementederror deep copying a stored data node is not supported use data clone instead e notimplementederror deep copying a stored data node is not supported use data clone instead expected behaviour the machinery for expose inputs takes into account the latest changes and does not raise an error
1
320,068
9,764,263,249
IssuesEvent
2019-06-05 15:25:24
wherebyus/general-tasks
https://api.github.com/repos/wherebyus/general-tasks
closed
We need to figure out how to get a list of every paid registrant to an event
Priority: Low Product: Events Type: Data
We need to understand how paid event registration data is stored so we can query the shit out of it. ## DOD - [ ] A list of every user who has attended a [paid/any] event - [ ] ### Suggested priority priority-medium ### Stakeholders *Submitted:* michael
1.0
We need to figure out how to get a list of every paid registrant to an event - We need to understand how paid event registration data is stored so we can query the shit out of it. ## DOD - [ ] A list of every user who has attended a [paid/any] event - [ ] ### Suggested priority priority-medium ### Stakeholders *Submitted:* michael
priority
we need to figure out how to get a list of every paid registrant to an event we need to understand how paid event registration data is stored so we can query the shit out of it dod a list of every user who has attended a event suggested priority priority medium stakeholders submitted michael
1
32,256
2,751,514,546
IssuesEvent
2015-04-24 09:31:29
OCHA-DAP/hdx-ckan
https://api.github.com/repos/OCHA-DAP/hdx-ckan
closed
Dataset create/edit: remove unused tags from autocomplete suggestions
Priority-Low
The filter only shows tags that are in use, but the autocomplete suggestions show every flavor of a tag that was ever in use, which doesn't encourage standardization.
1.0
Dataset create/edit: remove unused tags from autocomplete suggestions - The filter only shows tags that are in use, but the autocomplete suggestions show every flavor of a tag that was ever in use, which doesn't encourage standardization.
priority
dataset create edit remove unused tags from autocomplete suggestions the filter only shows tags that are in use but the autocomplete suggestions show every flavor of a tag that was ever in use which doesn t encourage standardization
1
61,296
3,143,919,884
IssuesEvent
2015-09-14 10:13:31
tvrenamer/tvrenamer
https://api.github.com/repos/tvrenamer/tvrenamer
closed
Multi-subtitle support
Priority - Low Type - Enhancement
It'd be nice if the program could either detect or correctly rename subtitles. Using something like http://detectlanguage.com/ and requiring the user to get an API key, and use it inside the program.
1.0
Multi-subtitle support - It'd be nice if the program could either detect or correctly rename subtitles. Using something like http://detectlanguage.com/ and requiring the user to get an API key, and use it inside the program.
priority
multi subtitle support it d be nice if the program could either detect or correctly rename subtitles using something like and requiring the user to get an api key and use it inside the program
1
252,426
8,036,182,046
IssuesEvent
2018-07-30 08:17:31
medtune/beta-platform
https://api.github.com/repos/medtune/beta-platform
closed
Capsule's client
area/capsules area/networking kind/experimental level/hard priority/medium techno/Tensorflow techno/gRPC version/0.1.0
Before diving into Capsules project, we could create a simple client that will handle inference and look ups on Tensorflow freezed models. Keep in mind that gRPC is required also TensorflowServing signatures
1.0
Capsule's client - Before diving into Capsules project, we could create a simple client that will handle inference and look ups on Tensorflow freezed models. Keep in mind that gRPC is required also TensorflowServing signatures
priority
capsule s client before diving into capsules project we could create a simple client that will handle inference and look ups on tensorflow freezed models keep in mind that grpc is required also tensorflowserving signatures
1
37,299
2,824,111,670
IssuesEvent
2015-05-21 13:06:47
pywinauto/pywinauto
https://api.github.com/repos/pywinauto/pywinauto
closed
_treeview_element.Click() uses ClickInput()
auto-migrated bug internal Priority-Low
``` What steps will reproduce the problem? 1. In common_control.py class _treeview_element contain method Click 2. Method Click uses another method HwndWrapper.ClickInput 3. It is inconsistent, HwndWrapper has Click and ClickInput methods and they works in different way. What is the expected output? What do you see instead? The _treeview_element.Click() should use HwndWrapper.Click() Probably _treeview_element.ClickInput()should be added. What version of the product are you using? On what operating system? 0.4.1. In 0.4.2 I saw the same issue Please provide any additional information below. ``` Original issue reported on code.google.com by `far...@gmail.com` on 5 Feb 2014 at 8:01
1.0
_treeview_element.Click() uses ClickInput() - ``` What steps will reproduce the problem? 1. In common_control.py class _treeview_element contain method Click 2. Method Click uses another method HwndWrapper.ClickInput 3. It is inconsistent, HwndWrapper has Click and ClickInput methods and they works in different way. What is the expected output? What do you see instead? The _treeview_element.Click() should use HwndWrapper.Click() Probably _treeview_element.ClickInput()should be added. What version of the product are you using? On what operating system? 0.4.1. In 0.4.2 I saw the same issue Please provide any additional information below. ``` Original issue reported on code.google.com by `far...@gmail.com` on 5 Feb 2014 at 8:01
priority
treeview element click uses clickinput what steps will reproduce the problem in common control py class treeview element contain method click method click uses another method hwndwrapper clickinput it is inconsistent hwndwrapper has click and clickinput methods and they works in different way what is the expected output what do you see instead the treeview element click should use hwndwrapper click probably treeview element clickinput should be added what version of the product are you using on what operating system in i saw the same issue please provide any additional information below original issue reported on code google com by far gmail com on feb at
1
195,810
6,918,598,227
IssuesEvent
2017-11-29 12:49:05
htpcBeginner/AtoMiC-ToolKit
https://api.github.com/repos/htpcBeginner/AtoMiC-ToolKit
closed
Light/Dark color scheme request
Enhancement Priority: Low
Hello, This can be super low priority, but i run my terminal sessions white background and black text, but when using the scripts, it will use yellow text or green text which does not display very well on the light background. Could it be possible to request a Light or Dark color scheme upon startup for folks that use inverted colors?
1.0
Light/Dark color scheme request - Hello, This can be super low priority, but i run my terminal sessions white background and black text, but when using the scripts, it will use yellow text or green text which does not display very well on the light background. Could it be possible to request a Light or Dark color scheme upon startup for folks that use inverted colors?
priority
light dark color scheme request hello this can be super low priority but i run my terminal sessions white background and black text but when using the scripts it will use yellow text or green text which does not display very well on the light background could it be possible to request a light or dark color scheme upon startup for folks that use inverted colors
1
338,965
10,239,888,653
IssuesEvent
2019-08-19 19:23:44
fusor/cpma
https://api.github.com/repos/fusor/cpma
closed
Remove empty roles report
Priority: Low bug
In `Roles` part of `RBAC` report there are namespaces that don't have any role. Example: ``` "roles": [ { "namespace": "default", "roles": [ { "name": "prometheus-k8s" } ] }, { "namespace": "glusterfs", "roles": [] }, { "namespace": "jenkins", "roles": [] }, ], ``` They should be removed.
1.0
Remove empty roles report - In `Roles` part of `RBAC` report there are namespaces that don't have any role. Example: ``` "roles": [ { "namespace": "default", "roles": [ { "name": "prometheus-k8s" } ] }, { "namespace": "glusterfs", "roles": [] }, { "namespace": "jenkins", "roles": [] }, ], ``` They should be removed.
priority
remove empty roles report in roles part of rbac report there are namespaces that don t have any role example roles namespace default roles name prometheus namespace glusterfs roles namespace jenkins roles they should be removed
1
137,185
5,295,172,074
IssuesEvent
2017-02-09 13:08:35
rwth-afu/RustPager
https://api.github.com/repos/rwth-afu/RustPager
opened
Nach Änderung der IP des Core und Save Config passiert nichts
Priority: Low Type: Bug
Gestartet, IP geändert, "Save config". Log-Ausgabe ````Connected to RustPager. info Config updated. Initiating restart. info Waiting for the connection to terminate... ```` Mehr schieht nicht.
1.0
Nach Änderung der IP des Core und Save Config passiert nichts - Gestartet, IP geändert, "Save config". Log-Ausgabe ````Connected to RustPager. info Config updated. Initiating restart. info Waiting for the connection to terminate... ```` Mehr schieht nicht.
priority
nach änderung der ip des core und save config passiert nichts gestartet ip geändert save config log ausgabe connected to rustpager info config updated initiating restart info waiting for the connection to terminate mehr schieht nicht
1
150,062
5,735,812,619
IssuesEvent
2017-04-22 01:48:54
zeit/next.js
https://api.github.com/repos/zeit/next.js
closed
Resolve Webpack deprecation warning for loaderUtils.parseQuery()
Priority: Low
Seeing the following deprecation warning after updating to the latest version of Next beta. Can anyone else confirm? ``` DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56 parseQuery() will be replaced with getOptions() in the next major version of loader-utils. ````
1.0
Resolve Webpack deprecation warning for loaderUtils.parseQuery() - Seeing the following deprecation warning after updating to the latest version of Next beta. Can anyone else confirm? ``` DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56 parseQuery() will be replaced with getOptions() in the next major version of loader-utils. ````
priority
resolve webpack deprecation warning for loaderutils parsequery seeing the following deprecation warning after updating to the latest version of next beta can anyone else confirm deprecationwarning loaderutils parsequery received a non string value which can be problematic see parsequery will be replaced with getoptions in the next major version of loader utils
1
156,527
5,970,779,663
IssuesEvent
2017-05-30 23:51:14
wphicks/Writing3D
https://api.github.com/repos/wphicks/Writing3D
closed
3D Models do not transition smoothly to visibility
low-priority
To reproduce: Create any W3DShape and have it become invisible via a timeline.
1.0
3D Models do not transition smoothly to visibility - To reproduce: Create any W3DShape and have it become invisible via a timeline.
priority
models do not transition smoothly to visibility to reproduce create any and have it become invisible via a timeline
1
37,085
2,814,776,799
IssuesEvent
2015-05-18 21:57:58
opentx/opentx
https://api.github.com/repos/opentx/opentx
opened
LCD AVR: strange y-coordinate dependent bounding line
bug Priority-Low Radio Firmware
I couldn't find any explanation for this line of code: https://github.com/opentx/opentx/blob/next/radio/src/gui/9X/lcd.cpp#L1255 I wrote a simple test: TEST(Lcd, InversSteps) { lcd_clear(); int x = 0, y; for(y = 0; y < 16; y++) { lcd_putcAtt(x, y, 'B', INVERS); x += FW + 2; } EXPECT_TRUE(checkScreenshot("invers_steps")); } ...and it yields strange result on AVR: ![invers_steps_128x64_post_ef28d7e](https://cloud.githubusercontent.com/assets/5033/7691228/25d43ae2-fdb9-11e4-8002-479c53931dc9.png) I've traced this piece of code with git blame and here's how the test result looks like before it was edited in ef28d7e: ![invers_steps_128x64_pre_ef28d7e](https://cloud.githubusercontent.com/assets/5033/7691231/27b0a936-fdb9-11e4-9725-46503320a379.png) CPUARM variants (9XRPRO and TARANIS) use the new code which render without such a strange effect: ![invers_steps_128x64_9xrpro](https://cloud.githubusercontent.com/assets/5033/7691225/22676f00-fdb9-11e4-8bc8-b667c5f1c89f.png) ![invers_steps_212x64_taranis](https://cloud.githubusercontent.com/assets/5033/7691233/28e86c12-fdb9-11e4-91b6-13ed2d18e30f.png) The mentioned line of code looks like an unused hack. Do you think it's safe to remove it?
1.0
LCD AVR: strange y-coordinate dependent bounding line - I couldn't find any explanation for this line of code: https://github.com/opentx/opentx/blob/next/radio/src/gui/9X/lcd.cpp#L1255 I wrote a simple test: TEST(Lcd, InversSteps) { lcd_clear(); int x = 0, y; for(y = 0; y < 16; y++) { lcd_putcAtt(x, y, 'B', INVERS); x += FW + 2; } EXPECT_TRUE(checkScreenshot("invers_steps")); } ...and it yields strange result on AVR: ![invers_steps_128x64_post_ef28d7e](https://cloud.githubusercontent.com/assets/5033/7691228/25d43ae2-fdb9-11e4-8002-479c53931dc9.png) I've traced this piece of code with git blame and here's how the test result looks like before it was edited in ef28d7e: ![invers_steps_128x64_pre_ef28d7e](https://cloud.githubusercontent.com/assets/5033/7691231/27b0a936-fdb9-11e4-9725-46503320a379.png) CPUARM variants (9XRPRO and TARANIS) use the new code which render without such a strange effect: ![invers_steps_128x64_9xrpro](https://cloud.githubusercontent.com/assets/5033/7691225/22676f00-fdb9-11e4-8bc8-b667c5f1c89f.png) ![invers_steps_212x64_taranis](https://cloud.githubusercontent.com/assets/5033/7691233/28e86c12-fdb9-11e4-91b6-13ed2d18e30f.png) The mentioned line of code looks like an unused hack. Do you think it's safe to remove it?
priority
lcd avr strange y coordinate dependent bounding line i couldn t find any explanation for this line of code i wrote a simple test test lcd inverssteps lcd clear int x y for y y y lcd putcatt x y b invers x fw expect true checkscreenshot invers steps and it yields strange result on avr i ve traced this piece of code with git blame and here s how the test result looks like before it was edited in cpuarm variants and taranis use the new code which render without such a strange effect the mentioned line of code looks like an unused hack do you think it s safe to remove it
1
182,216
6,668,056,953
IssuesEvent
2017-10-03 14:38:46
lucasdanielian/treinamentoTeste
https://api.github.com/repos/lucasdanielian/treinamentoTeste
reopened
[TREINAMENTO]- Problema no campo senha
bug lowpriority
**Procedimento:** Entrar na home do site >redimensionar o tamanho da página para a metade > Clicar no campo senha, no canto superior direito > Observar o componente em questão **Erro:** A tela de cpf ou usuário e senha, está piscando, mostrando BRL e outras características, como ilustrado na imagem abaixo: ![campo senha](https://user-images.githubusercontent.com/32335396/31126228-680c85c6-a821-11e7-898b-744f57d8da5d.png)
1.0
[TREINAMENTO]- Problema no campo senha - **Procedimento:** Entrar na home do site >redimensionar o tamanho da página para a metade > Clicar no campo senha, no canto superior direito > Observar o componente em questão **Erro:** A tela de cpf ou usuário e senha, está piscando, mostrando BRL e outras características, como ilustrado na imagem abaixo: ![campo senha](https://user-images.githubusercontent.com/32335396/31126228-680c85c6-a821-11e7-898b-744f57d8da5d.png)
priority
problema no campo senha procedimento entrar na home do site redimensionar o tamanho da página para a metade clicar no campo senha no canto superior direito observar o componente em questão erro a tela de cpf ou usuário e senha está piscando mostrando brl e outras características como ilustrado na imagem abaixo
1
163,900
6,216,596,011
IssuesEvent
2017-07-08 05:39:17
gregswindle/generator-apigee-apiproxy
https://api.github.com/repos/gregswindle/generator-apigee-apiproxy
closed
feat(subgenerator:editorconfig): add common IDE definitions for source code consistency
Points: 0.5 Priority: Low Status: In Progress Type: Chore Type: Feature Type: Style
## User story As an API Producer, I want to define and maintain consistent coding styles between different editors and IDEs, In order to make source code readable and work well with version control systems. ## Acceptance criterion - [x] A newly scaffolded product has an `.editorconfig` with the following options: ```text root = true [*] indent_style = space indent_size = 4 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.md] trim_trailing_whitespace = false ```
1.0
feat(subgenerator:editorconfig): add common IDE definitions for source code consistency - ## User story As an API Producer, I want to define and maintain consistent coding styles between different editors and IDEs, In order to make source code readable and work well with version control systems. ## Acceptance criterion - [x] A newly scaffolded product has an `.editorconfig` with the following options: ```text root = true [*] indent_style = space indent_size = 4 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.md] trim_trailing_whitespace = false ```
priority
feat subgenerator editorconfig add common ide definitions for source code consistency user story as an api producer i want to define and maintain consistent coding styles between different editors and ides in order to make source code readable and work well with version control systems acceptance criterion a newly scaffolded product has an editorconfig with the following options text root true indent style space indent size charset utf trim trailing whitespace true insert final newline true trim trailing whitespace false
1
680,055
23,255,700,629
IssuesEvent
2022-08-04 09:04:18
firecracker-microvm/firecracker
https://api.github.com/repos/firecracker-microvm/firecracker
closed
Check for Memory Leaks
Contribute: Good First Issue Quality: Improvement Security: Hardening Priority: Low
We have a bunch of unsafe code & usage of CString which needs to be deallocated explicitly. We should check to see if we find any memory leaks. We could use valgrind. See https://creativcoder.github.io/post/checking_memory_leaks_in_rust_ffi/ as it might not work out of the box.
1.0
Check for Memory Leaks - We have a bunch of unsafe code & usage of CString which needs to be deallocated explicitly. We should check to see if we find any memory leaks. We could use valgrind. See https://creativcoder.github.io/post/checking_memory_leaks_in_rust_ffi/ as it might not work out of the box.
priority
check for memory leaks we have a bunch of unsafe code usage of cstring which needs to be deallocated explicitly we should check to see if we find any memory leaks we could use valgrind see as it might not work out of the box
1
376,157
11,139,177,127
IssuesEvent
2019-12-21 02:37:41
rstudio/gt
https://api.github.com/repos/rstudio/gt
closed
Attempting to format cells of an incompatible type leads to an unhelpful error message
Difficulty: ① Novice Effort: ① Low Priority: ♨︎ Critical Type: ★ Enhancement
Using `fmt_number()` on a column that is `character` will result in an unhelpful error message. This should be changed so that the message identifies the problem and states which columns/cells are incompatible.
1.0
Attempting to format cells of an incompatible type leads to an unhelpful error message - Using `fmt_number()` on a column that is `character` will result in an unhelpful error message. This should be changed so that the message identifies the problem and states which columns/cells are incompatible.
priority
attempting to format cells of an incompatible type leads to an unhelpful error message using fmt number on a column that is character will result in an unhelpful error message this should be changed so that the message identifies the problem and states which columns cells are incompatible
1
48,716
2,999,495,056
IssuesEvent
2015-07-23 19:19:33
jayway/powermock
https://api.github.com/repos/jayway/powermock
opened
Add src folder in tutorial project
enhancement imported Milestone-Release1.6 Priority-Low
_From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on December 14, 2009 08:18:39_ E.g. \<!-- Add src/ft/java to classpath --> \<plugin> \<groupId>org.codehaus.mojo</groupId> \<artifactId>build-helper-maven-plugin</artifactId> \<version>1.1</version> \<executions> \<execution> \<id>add-test-source</id> \<phase>generate-sources</phase> \<goals> \<goal>add-test-source</goal> \</goals> \<configuration> \<sources> \<source>src/ft/java</source> \</sources> \</configuration> \</execution> \</executions> \</plugin> _Original issue: http://code.google.com/p/powermock/issues/detail?id=217_
1.0
Add src folder in tutorial project - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on December 14, 2009 08:18:39_ E.g. \<!-- Add src/ft/java to classpath --> \<plugin> \<groupId>org.codehaus.mojo</groupId> \<artifactId>build-helper-maven-plugin</artifactId> \<version>1.1</version> \<executions> \<execution> \<id>add-test-source</id> \<phase>generate-sources</phase> \<goals> \<goal>add-test-source</goal> \</goals> \<configuration> \<sources> \<source>src/ft/java</source> \</sources> \</configuration> \</execution> \</executions> \</plugin> _Original issue: http://code.google.com/p/powermock/issues/detail?id=217_
priority
add src folder in tutorial project from on december e g org codehaus mojo build helper maven plugin add test source generate sources add test source src ft java original issue
1
197,873
6,965,625,971
IssuesEvent
2017-12-09 08:45:55
JustArchi/ArchiSteamFarm
https://api.github.com/repos/JustArchi/ArchiSteamFarm
closed
Bot says "Failed!" when opening booster packs, even if it was successfull
Confirmed Enhancement Low priority Not a bug
I fully read and understood contributing guidelines of ASF available above, especially the point that GITHUB IS NOT TECHNICAL SUPPORT - IT'S THE PLACE ONLY FOR ASF BUGS AND SUGGESTIONS. I admit that THIS IS NOT A QUESTION OR TECHNICAL ISSUE - I fully understand that ASF GitHub is ONLY for ASF development purpose. I strongly believe that the bug I'm reporting here affects majority of ASF users, and the enhancement I'm suggesting could benefit ASF in long-run. If my issue is not meeting contributing guidelines specified above, especially if it's a question or technical issue that is not related to ASF development in any way, please close it immediately - I won't complain. ----- Now that you read and understood our notice, remove it entirely so it won't clutter the issue, pick appropriate bug/suggestion template below and fill it with your details. ----- ## Bug ### Description Bot says "Failed!" when I send a command to unpack booster packs, even if all of booster packs were opened correctly. ### Expected behavior Bot should say "Success!" or something like this. ### Actual behavior Bot said "Failed!". ### Steps to reproduce 1. Send a bot a message to unpack booster packs on your main account (in my case !unpack 000) 2. You get this message after all boosters are opened. ### Full log.txt recorded during reproducing the problem ``` 2017-12-08 23:49:41|ArchiSteamFarm-136|WARN|000|UrlPostToContentRetry() Request failed after 5 attempts! 2017-12-08 23:49:41|ArchiSteamFarm-136|DEBUG|000|UrlPostToContentRetry() Request failing: https://steamcommunity.com/id/***/ajaxunpackbooster 2017-12-08 23:49:41|ArchiSteamFarm-136|WARN|000|UrlPostToContentRetry() Request failed after 5 attempts! 2017-12-08 23:49:41|ArchiSteamFarm-136|DEBUG|000|UrlPostToContentRetry() Request failing: https://steamcommunity.com/id/***/ajaxunpackbooster 2017-12-08 23:49:42|ArchiSteamFarm-136|WARN|000|UrlPostToContentRetry() Request failed after 5 attempts! 2017-12-08 23:49:42|ArchiSteamFarm-136|DEBUG|000|UrlPostToContentRetry() Request failing: https://steamcommunity.com/id/***/ajaxunpackbooster ``` ### Global ASF.json config ``` {"SteamOwnerID":"***","CurrentCulture":"en-EN","MaxTradeHoldDuration":1,"UpdateChannel":1,"InventoryLimiterDelay":10,"SteamProtocols":4,"FarmingDelay": 5,"IdleFarmingPeriod": 1,"MaxFarmingTime": 1,"Debug":false,"GiftsLimiterDelay":0,"IPCHost": ***,"IPCPort": **1248} ``` ### BotName.json config of all affected bot instances (if more than one) Main account (000.json) ``` { "AcceptGifts": true, "CardDropsRestricted": true, "CustomGamePlayedWhileFarming": null, "CustomGamePlayedWhileIdle": "", "DismissInventoryNotifications": true, "Enabled": true, "FarmingOrder": 6, "FarmOffline": false, "GamesPlayedWhileIdle": [], "HandleOfflineMessages": false, "IsBotAccount": false, "LootableTypes": [0,1,2,3,4,5,6], "PasswordFormat": 0, "Paused": false, "RedeemingPreferences": 7, "SendOnFarmingFinished": false, "SendTradePeriod": 0, "ShutdownOnFarmingFinished": false, "SteamLogin": "***", "SteamMasterClanID": 0, "SteamParentalPIN": "0", "SteamPassword": "***", "SteamTradeToken": null, "SteamUserPermissions": {}, "TradingPreferences": 3 } ``` ### Additional info Some screenshots with this problem 1. Inventory page refreshed, there are 5 booster packs ![image](https://user-images.githubusercontent.com/24438339/33785041-710aa194-dc74-11e7-9ea1-52a72d41f934.png) 2. Send a command !unpack 000 and got "Failed!" after 8 seconds. ![image](https://user-images.githubusercontent.com/24438339/33785092-a6a0d9fe-dc74-11e7-9f46-dfaaa5bf80c6.png) 3. Refreshed inventory page, boosters are opened ![image](https://user-images.githubusercontent.com/24438339/33785130-d33345ec-dc74-11e7-94c0-fb6ac77a3f97.png) 4. Steam confirms that all booster packs were opened ![image](https://user-images.githubusercontent.com/24438339/33785172-f418309c-dc74-11e7-824a-393a635fecad.png)
1.0
Bot says "Failed!" when opening booster packs, even if it was successfull - I fully read and understood contributing guidelines of ASF available above, especially the point that GITHUB IS NOT TECHNICAL SUPPORT - IT'S THE PLACE ONLY FOR ASF BUGS AND SUGGESTIONS. I admit that THIS IS NOT A QUESTION OR TECHNICAL ISSUE - I fully understand that ASF GitHub is ONLY for ASF development purpose. I strongly believe that the bug I'm reporting here affects majority of ASF users, and the enhancement I'm suggesting could benefit ASF in long-run. If my issue is not meeting contributing guidelines specified above, especially if it's a question or technical issue that is not related to ASF development in any way, please close it immediately - I won't complain. ----- Now that you read and understood our notice, remove it entirely so it won't clutter the issue, pick appropriate bug/suggestion template below and fill it with your details. ----- ## Bug ### Description Bot says "Failed!" when I send a command to unpack booster packs, even if all of booster packs were opened correctly. ### Expected behavior Bot should say "Success!" or something like this. ### Actual behavior Bot said "Failed!". ### Steps to reproduce 1. Send a bot a message to unpack booster packs on your main account (in my case !unpack 000) 2. You get this message after all boosters are opened. ### Full log.txt recorded during reproducing the problem ``` 2017-12-08 23:49:41|ArchiSteamFarm-136|WARN|000|UrlPostToContentRetry() Request failed after 5 attempts! 2017-12-08 23:49:41|ArchiSteamFarm-136|DEBUG|000|UrlPostToContentRetry() Request failing: https://steamcommunity.com/id/***/ajaxunpackbooster 2017-12-08 23:49:41|ArchiSteamFarm-136|WARN|000|UrlPostToContentRetry() Request failed after 5 attempts! 2017-12-08 23:49:41|ArchiSteamFarm-136|DEBUG|000|UrlPostToContentRetry() Request failing: https://steamcommunity.com/id/***/ajaxunpackbooster 2017-12-08 23:49:42|ArchiSteamFarm-136|WARN|000|UrlPostToContentRetry() Request failed after 5 attempts! 2017-12-08 23:49:42|ArchiSteamFarm-136|DEBUG|000|UrlPostToContentRetry() Request failing: https://steamcommunity.com/id/***/ajaxunpackbooster ``` ### Global ASF.json config ``` {"SteamOwnerID":"***","CurrentCulture":"en-EN","MaxTradeHoldDuration":1,"UpdateChannel":1,"InventoryLimiterDelay":10,"SteamProtocols":4,"FarmingDelay": 5,"IdleFarmingPeriod": 1,"MaxFarmingTime": 1,"Debug":false,"GiftsLimiterDelay":0,"IPCHost": ***,"IPCPort": **1248} ``` ### BotName.json config of all affected bot instances (if more than one) Main account (000.json) ``` { "AcceptGifts": true, "CardDropsRestricted": true, "CustomGamePlayedWhileFarming": null, "CustomGamePlayedWhileIdle": "", "DismissInventoryNotifications": true, "Enabled": true, "FarmingOrder": 6, "FarmOffline": false, "GamesPlayedWhileIdle": [], "HandleOfflineMessages": false, "IsBotAccount": false, "LootableTypes": [0,1,2,3,4,5,6], "PasswordFormat": 0, "Paused": false, "RedeemingPreferences": 7, "SendOnFarmingFinished": false, "SendTradePeriod": 0, "ShutdownOnFarmingFinished": false, "SteamLogin": "***", "SteamMasterClanID": 0, "SteamParentalPIN": "0", "SteamPassword": "***", "SteamTradeToken": null, "SteamUserPermissions": {}, "TradingPreferences": 3 } ``` ### Additional info Some screenshots with this problem 1. Inventory page refreshed, there are 5 booster packs ![image](https://user-images.githubusercontent.com/24438339/33785041-710aa194-dc74-11e7-9ea1-52a72d41f934.png) 2. Send a command !unpack 000 and got "Failed!" after 8 seconds. ![image](https://user-images.githubusercontent.com/24438339/33785092-a6a0d9fe-dc74-11e7-9f46-dfaaa5bf80c6.png) 3. Refreshed inventory page, boosters are opened ![image](https://user-images.githubusercontent.com/24438339/33785130-d33345ec-dc74-11e7-94c0-fb6ac77a3f97.png) 4. Steam confirms that all booster packs were opened ![image](https://user-images.githubusercontent.com/24438339/33785172-f418309c-dc74-11e7-824a-393a635fecad.png)
priority
bot says failed when opening booster packs even if it was successfull i fully read and understood contributing guidelines of asf available above especially the point that github is not technical support it s the place only for asf bugs and suggestions i admit that this is not a question or technical issue i fully understand that asf github is only for asf development purpose i strongly believe that the bug i m reporting here affects majority of asf users and the enhancement i m suggesting could benefit asf in long run if my issue is not meeting contributing guidelines specified above especially if it s a question or technical issue that is not related to asf development in any way please close it immediately i won t complain now that you read and understood our notice remove it entirely so it won t clutter the issue pick appropriate bug suggestion template below and fill it with your details bug description bot says failed when i send a command to unpack booster packs even if all of booster packs were opened correctly expected behavior bot should say success or something like this actual behavior bot said failed steps to reproduce send a bot a message to unpack booster packs on your main account in my case unpack you get this message after all boosters are opened full log txt recorded during reproducing the problem archisteamfarm warn urlposttocontentretry request failed after attempts archisteamfarm debug urlposttocontentretry request failing archisteamfarm warn urlposttocontentretry request failed after attempts archisteamfarm debug urlposttocontentretry request failing archisteamfarm warn urlposttocontentretry request failed after attempts archisteamfarm debug urlposttocontentretry request failing global asf json config steamownerid currentculture en en maxtradeholdduration updatechannel inventorylimiterdelay steamprotocols farmingdelay idlefarmingperiod maxfarmingtime debug false giftslimiterdelay ipchost ipcport botname json config of all affected bot instances if more than one main account json acceptgifts true carddropsrestricted true customgameplayedwhilefarming null customgameplayedwhileidle dismissinventorynotifications true enabled true farmingorder farmoffline false gamesplayedwhileidle handleofflinemessages false isbotaccount false lootabletypes passwordformat paused false redeemingpreferences sendonfarmingfinished false sendtradeperiod shutdownonfarmingfinished false steamlogin steammasterclanid steamparentalpin steampassword steamtradetoken null steamuserpermissions tradingpreferences additional info some screenshots with this problem inventory page refreshed there are booster packs send a command unpack and got failed after seconds refreshed inventory page boosters are opened steam confirms that all booster packs were opened
1
48,277
2,996,935,978
IssuesEvent
2015-07-23 01:57:24
TaverntainmenT/taverntainment-legacy
https://api.github.com/repos/TaverntainmenT/taverntainment-legacy
closed
Add Multiple Players to Event
low priority
When inputting scores & TED has to add players, it would be great if we could add multiple players at one time instead of adding them 1 at a time.
1.0
Add Multiple Players to Event - When inputting scores & TED has to add players, it would be great if we could add multiple players at one time instead of adding them 1 at a time.
priority
add multiple players to event when inputting scores ted has to add players it would be great if we could add multiple players at one time instead of adding them at a time
1
88,805
3,785,713,987
IssuesEvent
2016-03-20 17:54:51
MetalCowRobotics/2016Robot_M3
https://api.github.com/repos/MetalCowRobotics/2016Robot_M3
opened
Ball Shooting Autonomous
enhancement Low-Priority
We would like to have a ball shooting autonomous. Something that will move forward until it detects a stuck point. Then aim at the tower and shoot ( most likely using vision processing ). It would also be nice if the user could specify a defense number ( 1 - 5 ) and have the robot be able to shoot from any position on the field based on turret angle approximations and such.
1.0
Ball Shooting Autonomous - We would like to have a ball shooting autonomous. Something that will move forward until it detects a stuck point. Then aim at the tower and shoot ( most likely using vision processing ). It would also be nice if the user could specify a defense number ( 1 - 5 ) and have the robot be able to shoot from any position on the field based on turret angle approximations and such.
priority
ball shooting autonomous we would like to have a ball shooting autonomous something that will move forward until it detects a stuck point then aim at the tower and shoot most likely using vision processing it would also be nice if the user could specify a defense number and have the robot be able to shoot from any position on the field based on turret angle approximations and such
1
769,449
27,006,245,432
IssuesEvent
2023-02-10 11:55:33
woocommerce/woocommerce-gateway-payfast
https://api.github.com/repos/woocommerce/woocommerce-gateway-payfast
closed
Update Payfast to match their new styling
good first issue priority: low type: bug
Payfast updated their branding. This is where to find their new website. From what I can tell, these are the things that would need to be changed: https://payfast.io/logos-and-images/ * Logo (now adds "by network") * Capitalisation: should be "Payfast" instead of "PayFast" (we have capital `F`) * Colour palette
1.0
Update Payfast to match their new styling - Payfast updated their branding. This is where to find their new website. From what I can tell, these are the things that would need to be changed: https://payfast.io/logos-and-images/ * Logo (now adds "by network") * Capitalisation: should be "Payfast" instead of "PayFast" (we have capital `F`) * Colour palette
priority
update payfast to match their new styling payfast updated their branding this is where to find their new website from what i can tell these are the things that would need to be changed logo now adds by network capitalisation should be payfast instead of payfast we have capital f colour palette
1
136,892
5,289,906,043
IssuesEvent
2017-02-08 18:32:37
ElektraInitiative/libelektra
https://api.github.com/repos/ElektraInitiative/libelektra
closed
crypto plugin: security levels
low priority proposal usability
# Situation / Problem At the moment the configuration of the crypto plugin exposes internal details about cryptographic operations like: - PBKDF2 iteration count - length of the master password # Expected Behaviour (Proposal) Instead of exposing those details we provide built-in security levels: - low (sufficiently secure?) - medium - high # Questions - Do you want that? Is this useful to anybody? - What is sufficiently secure? Maybe we need another security role model. I am open for input.
1.0
crypto plugin: security levels - # Situation / Problem At the moment the configuration of the crypto plugin exposes internal details about cryptographic operations like: - PBKDF2 iteration count - length of the master password # Expected Behaviour (Proposal) Instead of exposing those details we provide built-in security levels: - low (sufficiently secure?) - medium - high # Questions - Do you want that? Is this useful to anybody? - What is sufficiently secure? Maybe we need another security role model. I am open for input.
priority
crypto plugin security levels situation problem at the moment the configuration of the crypto plugin exposes internal details about cryptographic operations like iteration count length of the master password expected behaviour proposal instead of exposing those details we provide built in security levels low sufficiently secure medium high questions do you want that is this useful to anybody what is sufficiently secure maybe we need another security role model i am open for input
1
25,226
2,678,175,829
IssuesEvent
2015-03-26 08:48:04
knime-mpicbg/HCS-Tools
https://api.github.com/repos/knime-mpicbg/HCS-Tools
opened
Possibility to color barcode patterns in pref?
enhancement low priority
check, if it is possible to color the barcode patterns in the preferences to improve readability (see expand barcode node)
1.0
Possibility to color barcode patterns in pref? - check, if it is possible to color the barcode patterns in the preferences to improve readability (see expand barcode node)
priority
possibility to color barcode patterns in pref check if it is possible to color the barcode patterns in the preferences to improve readability see expand barcode node
1
510,051
14,768,225,297
IssuesEvent
2021-01-10 11:01:49
corona-school/web-user-app
https://api.github.com/repos/corona-school/web-user-app
closed
Fix null grade in settings for project coachees
bug:UI good first issue priority:low
If a project coachee registers without providing a grade (this is allowed if someone is only a project coachee, because university students may also participate) that fact is not represented in the settings UI. Instead it is displayed `null. Klasse`, see this: <img width="669" alt="Bildschirmfoto 2020-12-29 um 00 46 40" src="https://user-images.githubusercontent.com/17550890/103249540-07259380-4970-11eb-8660-382c09b830b4.png">
1.0
Fix null grade in settings for project coachees - If a project coachee registers without providing a grade (this is allowed if someone is only a project coachee, because university students may also participate) that fact is not represented in the settings UI. Instead it is displayed `null. Klasse`, see this: <img width="669" alt="Bildschirmfoto 2020-12-29 um 00 46 40" src="https://user-images.githubusercontent.com/17550890/103249540-07259380-4970-11eb-8660-382c09b830b4.png">
priority
fix null grade in settings for project coachees if a project coachee registers without providing a grade this is allowed if someone is only a project coachee because university students may also participate that fact is not represented in the settings ui instead it is displayed null klasse see this img width alt bildschirmfoto um src
1
482,625
13,910,876,425
IssuesEvent
2020-10-20 16:37:51
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
memory domain locking may not be entirely correct
area: Memory Protection area: X86 area: X86_64 bug priority: low
**Describe the bug** The memory domain APIs have a global spinlock in kernel/mem_domain.c to serialize access to memory domain data structures. However, the memory domain structures may also be accessed from within the arch code, without holding these locks. For example, on x86, arch_user_mode_enter() examines the thread's current memory domain object and updates page tables based on its contents, without any lock held. It's possible that the thread's memory domain may be simultaneously manipulated by another thread. On ARM, which is uniprocessor-only, the memory domain is accessed in the context switch code to reprogram the MPU. This happens with IRQs locked, so I think we are safe for now (at least until we have some sort of ARM SMP support). We need the locking to protect: 1. The struct k_mem_domain itself 2. For any thread that is a member of the memory domain, its assignment and membership dlist. A semaphore may suffice, a spinlock may not be required. I don't think we have use-cases for memory domain APIs being called from ISRs. I think it would be good to have the locking be on a per-domain basis instead of global. **To Reproduce** Found via code inspection. **Impact** It's possible that the thread could obtain an undefined memory domain configuration. Depending on what the arch code does with the data structures, this might also crash.
1.0
memory domain locking may not be entirely correct - **Describe the bug** The memory domain APIs have a global spinlock in kernel/mem_domain.c to serialize access to memory domain data structures. However, the memory domain structures may also be accessed from within the arch code, without holding these locks. For example, on x86, arch_user_mode_enter() examines the thread's current memory domain object and updates page tables based on its contents, without any lock held. It's possible that the thread's memory domain may be simultaneously manipulated by another thread. On ARM, which is uniprocessor-only, the memory domain is accessed in the context switch code to reprogram the MPU. This happens with IRQs locked, so I think we are safe for now (at least until we have some sort of ARM SMP support). We need the locking to protect: 1. The struct k_mem_domain itself 2. For any thread that is a member of the memory domain, its assignment and membership dlist. A semaphore may suffice, a spinlock may not be required. I don't think we have use-cases for memory domain APIs being called from ISRs. I think it would be good to have the locking be on a per-domain basis instead of global. **To Reproduce** Found via code inspection. **Impact** It's possible that the thread could obtain an undefined memory domain configuration. Depending on what the arch code does with the data structures, this might also crash.
priority
memory domain locking may not be entirely correct describe the bug the memory domain apis have a global spinlock in kernel mem domain c to serialize access to memory domain data structures however the memory domain structures may also be accessed from within the arch code without holding these locks for example on arch user mode enter examines the thread s current memory domain object and updates page tables based on its contents without any lock held it s possible that the thread s memory domain may be simultaneously manipulated by another thread on arm which is uniprocessor only the memory domain is accessed in the context switch code to reprogram the mpu this happens with irqs locked so i think we are safe for now at least until we have some sort of arm smp support we need the locking to protect the struct k mem domain itself for any thread that is a member of the memory domain its assignment and membership dlist a semaphore may suffice a spinlock may not be required i don t think we have use cases for memory domain apis being called from isrs i think it would be good to have the locking be on a per domain basis instead of global to reproduce found via code inspection impact it s possible that the thread could obtain an undefined memory domain configuration depending on what the arch code does with the data structures this might also crash
1
287,358
8,809,503,487
IssuesEvent
2018-12-27 20:03:30
AbigFUZZYbunny/SCU-8D
https://api.github.com/repos/AbigFUZZYbunny/SCU-8D
opened
Setup GPIO pins (STM32CUBEMX)
Priority - Low needed on hold
Need to define pins for Analog inputs (2) and Digital Interrupts (4: LTDC, I2C, etc...)
1.0
Setup GPIO pins (STM32CUBEMX) - Need to define pins for Analog inputs (2) and Digital Interrupts (4: LTDC, I2C, etc...)
priority
setup gpio pins need to define pins for analog inputs and digital interrupts ltdc etc
1
667,779
22,499,944,623
IssuesEvent
2022-06-23 10:52:50
leanprover/lean4
https://api.github.com/repos/leanprover/lean4
opened
Function induction rules
enhancement low priority
For recursive functions, especially ones that are not primitive recursive, we want to automatically generate induction rules that reflect the function's recursion structure so that proofs over the function do not have to reconstruct this structure manually. For reference, see Sections 2.2 & 5.1 of https://isabelle.in.tum.de/doc/functions.pdf for how this works in Isabelle.
1.0
Function induction rules - For recursive functions, especially ones that are not primitive recursive, we want to automatically generate induction rules that reflect the function's recursion structure so that proofs over the function do not have to reconstruct this structure manually. For reference, see Sections 2.2 & 5.1 of https://isabelle.in.tum.de/doc/functions.pdf for how this works in Isabelle.
priority
function induction rules for recursive functions especially ones that are not primitive recursive we want to automatically generate induction rules that reflect the function s recursion structure so that proofs over the function do not have to reconstruct this structure manually for reference see sections of for how this works in isabelle
1
805,933
29,737,535,672
IssuesEvent
2023-06-14 03:02:42
SlimeVR/SlimeVR-Server
https://api.github.com/repos/SlimeVR/SlimeVR-Server
closed
Fix tracker rotation unit tests
Type: Bug Priority: Low
We have empirically concluded that current reset and adjustment algorithm works fine, but it doesn't pass unit tests. We need to rewrite tests from scratch that would have rigorous proof of it working; or we need to adjust test to pass for current reset algorithm.
1.0
Fix tracker rotation unit tests - We have empirically concluded that current reset and adjustment algorithm works fine, but it doesn't pass unit tests. We need to rewrite tests from scratch that would have rigorous proof of it working; or we need to adjust test to pass for current reset algorithm.
priority
fix tracker rotation unit tests we have empirically concluded that current reset and adjustment algorithm works fine but it doesn t pass unit tests we need to rewrite tests from scratch that would have rigorous proof of it working or we need to adjust test to pass for current reset algorithm
1
279,860
8,674,616,253
IssuesEvent
2018-11-30 08:20:02
testing-cabal/mock
https://api.github.com/repos/testing-cabal/mock
closed
mock setup.py fails to detect incompatible setuptools fork 'distribute' and after install fails with "Versioning for this project requires..."
Priority-Low
# Reproducer: 1. run a system with virtualenv 1.7.1.2 (in my case, a [Vagrant](https://www.vagrantup.com/) box based on [debian/wheezy64](https://atlas.hashicorp.com/debian/boxes/wheezy64)) 2. create a Python 2.7 virtual environment (`virtualenv venv`) 3. activate the environment (`source venv/bin/activate`) 4. upgrade pip (`pip install --upgrade pip`) 5. follow the mock's installation instructions (I did not find any, thus `pip install mock`) 6. import mock (`python -c "import mock"`) # Actual behavior: An `Exception` with the following traceback: ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/vagrant/venv/local/lib/python2.7/site-packages/mock/__init__.py", line 2, in <module> import mock.mock as _mock File "/home/vagrant/venv/local/lib/python2.7/site-packages/mock/mock.py", line 71, in <module> _v = VersionInfo('mock').semantic_version() File "/home/vagrant/venv/local/lib/python2.7/site-packages/pbr/version.py", line 460, in semantic_version self._semantic = self._get_version_from_pkg_resources() File "/home/vagrant/venv/local/lib/python2.7/site-packages/pbr/version.py", line 447, in _get_version_from_pkg_resources result_string = packaging.get_version(self.package) File "/home/vagrant/venv/local/lib/python2.7/site-packages/pbr/packaging.py", line 725, in get_version raise Exception("Versioning for this project requires either an sdist" Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed ``` # Expected behavior: mock can be imported # Affected versions: - mock 2.0.0 - pbr 1.10.0 - pip 8.1.2 - distribute 0.6.24 - Python 2.7 # Additional information [An upgrade](https://github.com/testing-cabal/mock/issues/314#issuecomment-147212312) of setuptools (`pip install --upgrade pip`) (to 28.6.1) _after_ the installation of mock does not fix the issue. An upgrade _before_ the installation helps. Normally, I don't use these old libraries but I am forced to be compatible with Python 2.6 and Debian Wheezy seems to be the last Debian release that has Python 2.6 in its official repositories. Since I use that system only for testing and not for development, the provisioning of the system is automated (via Vagrant). Thus the steps above. Normally, I wouldn't even upgrade pip but I could not install mock without that. What I want to say is that I understand that you expect users to use newer versions. But in such automated cases, it might not be the case. If you (or pbr - I don't know which package caused that) could enforce newer setuptools, it would really help. If not, at least a note in installation instructions would be nice. Maybe this is a duplicate of https://github.com/testing-cabal/mock/issues/314. Maybe this is even a duplicate of https://bugs.launchpad.net/pbr/+bug/1505007. However, since the pbr bug is open for 1 year already without any response, it might be reasonable to implement a workaround in mock in the meantime.
1.0
mock setup.py fails to detect incompatible setuptools fork 'distribute' and after install fails with "Versioning for this project requires..." - # Reproducer: 1. run a system with virtualenv 1.7.1.2 (in my case, a [Vagrant](https://www.vagrantup.com/) box based on [debian/wheezy64](https://atlas.hashicorp.com/debian/boxes/wheezy64)) 2. create a Python 2.7 virtual environment (`virtualenv venv`) 3. activate the environment (`source venv/bin/activate`) 4. upgrade pip (`pip install --upgrade pip`) 5. follow the mock's installation instructions (I did not find any, thus `pip install mock`) 6. import mock (`python -c "import mock"`) # Actual behavior: An `Exception` with the following traceback: ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/vagrant/venv/local/lib/python2.7/site-packages/mock/__init__.py", line 2, in <module> import mock.mock as _mock File "/home/vagrant/venv/local/lib/python2.7/site-packages/mock/mock.py", line 71, in <module> _v = VersionInfo('mock').semantic_version() File "/home/vagrant/venv/local/lib/python2.7/site-packages/pbr/version.py", line 460, in semantic_version self._semantic = self._get_version_from_pkg_resources() File "/home/vagrant/venv/local/lib/python2.7/site-packages/pbr/version.py", line 447, in _get_version_from_pkg_resources result_string = packaging.get_version(self.package) File "/home/vagrant/venv/local/lib/python2.7/site-packages/pbr/packaging.py", line 725, in get_version raise Exception("Versioning for this project requires either an sdist" Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed ``` # Expected behavior: mock can be imported # Affected versions: - mock 2.0.0 - pbr 1.10.0 - pip 8.1.2 - distribute 0.6.24 - Python 2.7 # Additional information [An upgrade](https://github.com/testing-cabal/mock/issues/314#issuecomment-147212312) of setuptools (`pip install --upgrade pip`) (to 28.6.1) _after_ the installation of mock does not fix the issue. An upgrade _before_ the installation helps. Normally, I don't use these old libraries but I am forced to be compatible with Python 2.6 and Debian Wheezy seems to be the last Debian release that has Python 2.6 in its official repositories. Since I use that system only for testing and not for development, the provisioning of the system is automated (via Vagrant). Thus the steps above. Normally, I wouldn't even upgrade pip but I could not install mock without that. What I want to say is that I understand that you expect users to use newer versions. But in such automated cases, it might not be the case. If you (or pbr - I don't know which package caused that) could enforce newer setuptools, it would really help. If not, at least a note in installation instructions would be nice. Maybe this is a duplicate of https://github.com/testing-cabal/mock/issues/314. Maybe this is even a duplicate of https://bugs.launchpad.net/pbr/+bug/1505007. However, since the pbr bug is open for 1 year already without any response, it might be reasonable to implement a workaround in mock in the meantime.
priority
mock setup py fails to detect incompatible setuptools fork distribute and after install fails with versioning for this project requires reproducer run a system with virtualenv in my case a box based on create a python virtual environment virtualenv venv activate the environment source venv bin activate upgrade pip pip install upgrade pip follow the mock s installation instructions i did not find any thus pip install mock import mock python c import mock actual behavior an exception with the following traceback traceback most recent call last file line in file home vagrant venv local lib site packages mock init py line in import mock mock as mock file home vagrant venv local lib site packages mock mock py line in v versioninfo mock semantic version file home vagrant venv local lib site packages pbr version py line in semantic version self semantic self get version from pkg resources file home vagrant venv local lib site packages pbr version py line in get version from pkg resources result string packaging get version self package file home vagrant venv local lib site packages pbr packaging py line in get version raise exception versioning for this project requires either an sdist exception versioning for this project requires either an sdist tarball or access to an upstream git repository are you sure that git is installed expected behavior mock can be imported affected versions mock pbr pip distribute python additional information of setuptools pip install upgrade pip to after the installation of mock does not fix the issue an upgrade before the installation helps normally i don t use these old libraries but i am forced to be compatible with python and debian wheezy seems to be the last debian release that has python in its official repositories since i use that system only for testing and not for development the provisioning of the system is automated via vagrant thus the steps above normally i wouldn t even upgrade pip but i could not install mock without that what i want to say is that i understand that you expect users to use newer versions but in such automated cases it might not be the case if you or pbr i don t know which package caused that could enforce newer setuptools it would really help if not at least a note in installation instructions would be nice maybe this is a duplicate of maybe this is even a duplicate of however since the pbr bug is open for year already without any response it might be reasonable to implement a workaround in mock in the meantime
1
310,234
9,487,361,572
IssuesEvent
2019-04-22 16:38:41
itachi1706/CheesecakeUtilities
https://api.github.com/repos/itachi1706/CheesecakeUtilities
opened
Minesweeper game
future-development new feature:games priority:low requires-research
Replicate the Minesweeper game from Windows Easy, Medium and Hard will have their set amount of grid size and mines put into a 2D array, where the following values are assigned 0 - No mines nearby >0 - x amount of mines in the immediate vicinity of the cell (8 cells) -1 - Mine -2 - Flag have another array layering over this array with true/false data that determines if the cell is exposed or not If a 0 cell is exposed, we will expand all immediate 0 cells touching it and propogate until you hit a >0 cell Maybe create an autocomplete AI at the end as well Also have a timer and scoring system? (need to figure out what exactly is the scoring system though)
1.0
Minesweeper game - Replicate the Minesweeper game from Windows Easy, Medium and Hard will have their set amount of grid size and mines put into a 2D array, where the following values are assigned 0 - No mines nearby >0 - x amount of mines in the immediate vicinity of the cell (8 cells) -1 - Mine -2 - Flag have another array layering over this array with true/false data that determines if the cell is exposed or not If a 0 cell is exposed, we will expand all immediate 0 cells touching it and propogate until you hit a >0 cell Maybe create an autocomplete AI at the end as well Also have a timer and scoring system? (need to figure out what exactly is the scoring system though)
priority
minesweeper game replicate the minesweeper game from windows easy medium and hard will have their set amount of grid size and mines put into a array where the following values are assigned no mines nearby x amount of mines in the immediate vicinity of the cell cells mine flag have another array layering over this array with true false data that determines if the cell is exposed or not if a cell is exposed we will expand all immediate cells touching it and propogate until you hit a cell maybe create an autocomplete ai at the end as well also have a timer and scoring system need to figure out what exactly is the scoring system though
1
522,157
15,158,075,055
IssuesEvent
2021-02-12 00:16:40
NOAA-GSL/MATS
https://api.github.com/repos/NOAA-GSL/MATS
closed
The PlotFormat bar keeps going in front of the map modal
Priority: Low Project: MATS Status: Closed Type: Bug
--- Author Name: **molly.b.smith** (@mollybsmith-noaa) Original Redmine Issue: 57604, https://vlab.ncep.noaa.gov/redmine/issues/57604 Original Date: 2018-11-15 Original Assignee: molly.b.smith --- This is annoying and makes it difficult to select stations behind the PlotFormat bar. Maybe the modal needs a z axis variable set? I think that may have fixed something similar we had earlier.
1.0
The PlotFormat bar keeps going in front of the map modal - --- Author Name: **molly.b.smith** (@mollybsmith-noaa) Original Redmine Issue: 57604, https://vlab.ncep.noaa.gov/redmine/issues/57604 Original Date: 2018-11-15 Original Assignee: molly.b.smith --- This is annoying and makes it difficult to select stations behind the PlotFormat bar. Maybe the modal needs a z axis variable set? I think that may have fixed something similar we had earlier.
priority
the plotformat bar keeps going in front of the map modal author name molly b smith mollybsmith noaa original redmine issue original date original assignee molly b smith this is annoying and makes it difficult to select stations behind the plotformat bar maybe the modal needs a z axis variable set i think that may have fixed something similar we had earlier
1
657,183
21,787,891,366
IssuesEvent
2022-05-14 12:39:15
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Bug] blender-git doesn't include denoising support
priority:low request:enhancement
### What happens? `blender-git` has `openimagedenoise` listed only as an optional dependency, unlike the upstream Arch `blender` package where it's a regular dependency. This probably results in it being unavailable at build time in the chaotic chroot. If it isn't available at build time, blender gets built without de-noising support. ### What is expected to happen? Blender should be built with `openimagedenoise` present, as de-noising is a feature many blender users use. ### If possible, please attach logs [blender-git.log](https://builds.garudalinux.org/repos/chaotic-aur/logs/blender-git.log) ### More information _No response_
1.0
[Bug] blender-git doesn't include denoising support - ### What happens? `blender-git` has `openimagedenoise` listed only as an optional dependency, unlike the upstream Arch `blender` package where it's a regular dependency. This probably results in it being unavailable at build time in the chaotic chroot. If it isn't available at build time, blender gets built without de-noising support. ### What is expected to happen? Blender should be built with `openimagedenoise` present, as de-noising is a feature many blender users use. ### If possible, please attach logs [blender-git.log](https://builds.garudalinux.org/repos/chaotic-aur/logs/blender-git.log) ### More information _No response_
priority
blender git doesn t include denoising support what happens blender git has openimagedenoise listed only as an optional dependency unlike the upstream arch blender package where it s a regular dependency this probably results in it being unavailable at build time in the chaotic chroot if it isn t available at build time blender gets built without de noising support what is expected to happen blender should be built with openimagedenoise present as de noising is a feature many blender users use if possible please attach logs more information no response
1
207,995
7,135,010,128
IssuesEvent
2018-01-22 22:57:37
wulkano/kap
https://api.github.com/repos/wulkano/kap
closed
Preferences for recording audio displaying "None" device
Help Wanted Priority: Low Status: In Progress Type: Enhancement
If you have not overwritten the system settings for audio recording in Kap, the selector should display "Default".
1.0
Preferences for recording audio displaying "None" device - If you have not overwritten the system settings for audio recording in Kap, the selector should display "Default".
priority
preferences for recording audio displaying none device if you have not overwritten the system settings for audio recording in kap the selector should display default
1
164,338
6,224,486,936
IssuesEvent
2017-07-10 14:21:25
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
opened
[engine] Engine in preview 500 error if cookie is set and nothing is on disk
bug Priority: Low
Per our conversation. Steps to Reproduce =============== * Create a site * Visit site on localhost:8080 * Delete the site * Reload localhost:8080 Error logs: ``` org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalArgumentException: Non-normalized name, starts with "/": /_en_US at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:982) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861) at javax.servlet.http.HttpServlet.service(HttpServlet.java:622) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.craftercms.engine.scripting.impl.ScriptFilter.doFilter(ScriptFilter.java:89) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.craftercms.security.servlet.filters.RequestSecurityFilter$1.processRequest(RequestSecurityFilter.java:193) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.UrlAccessRestrictionCheckingProcessor.processRequest(UrlAccessRestrictionCheckingProcessor.java:148) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.SecurityExceptionProcessor.processRequest(SecurityExceptionProcessor.java:82) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.SavedRequestAwareProcessor.processRequest(SavedRequestAwareProcessor.java:70) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.MellonAutoLoginProcessor.processRequest(MellonAutoLoginProcessor.java:108) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.RememberMeAutoLoginProcessor.processRequest(RememberMeAutoLoginProcessor.java:38) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.LogoutProcessor.processRequest(LogoutProcessor.java:104) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.LoginProcessor.processRequest(LoginProcessor.java:168) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.ReturnCurrentAuthenticationProcessor.processRequest(ReturnCurrentAuthenticationProcessor.java:59) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.engine.security.PreviewCurrentAuthenticationResolvingProcessor.processRequest(PreviewCurrentAuthenticationResolvingProcessor.java:77) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.processRequest(AddSecurityCookiesProcessor.java:74) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.servlet.filters.RequestSecurityFilter.doFilterInternal(RequestSecurityFilter.java:139) at org.craftercms.security.servlet.filters.RequestSecurityFilter.doFilter(RequestSecurityFilter.java:110) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.craftercms.engine.servlet.filter.ExceptionHandlingFilter.doFilter(ExceptionHandlingFilter.java:56) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.craftercms.engine.servlet.filter.SiteContextResolvingFilter.doFilter(SiteContextResolvingFilter.java:46) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.craftercms.commons.http.RequestContextBindingFilter.doFilter(RequestContextBindingFilter.java:79) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:108) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:620) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:784) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:802) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1410) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.IllegalArgumentException: Non-normalized name, starts with "/": /_en_US at freemarker.cache.TemplateCache$TemplateCacheTemplateLookupContext.lookupWithAcquisitionStrategy(TemplateCache.java:871) at freemarker.cache.TemplateCache$TemplateCacheTemplateLookupContext.lookupWithLocalizedThenAcquisitionStrategy(TemplateCache.java:893) at freemarker.cache.TemplateLookupStrategy$Default020300.lookup(TemplateLookupStrategy.java:101) at freemarker.cache.TemplateCache.lookupTemplate(TemplateCache.java:681) at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:390) at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:261) at freemarker.template.Configuration.getTemplate(Configuration.java:1786) at freemarker.template.Configuration.getTemplate(Configuration.java:1655) at org.springframework.web.servlet.view.freemarker.FreeMarkerView.getTemplate(FreeMarkerView.java:351) at org.springframework.web.servlet.view.freemarker.FreeMarkerView.checkResource(FreeMarkerView.java:204) at org.springframework.web.servlet.view.UrlBasedViewResolver.loadView(UrlBasedViewResolver.java:509) at org.springframework.web.servlet.view.AbstractCachingViewResolver.createView(AbstractCachingViewResolver.java:244) at org.springframework.web.servlet.view.UrlBasedViewResolver.createView(UrlBasedViewResolver.java:472) at org.springframework.web.servlet.view.AbstractCachingViewResolver.resolveViewName(AbstractCachingViewResolver.java:146) at org.springframework.web.servlet.DispatcherServlet.resolveViewName(DispatcherServlet.java:1321) at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1259) at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1037) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:980) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:897) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970) ... 76 more ```
1.0
[engine] Engine in preview 500 error if cookie is set and nothing is on disk - Per our conversation. Steps to Reproduce =============== * Create a site * Visit site on localhost:8080 * Delete the site * Reload localhost:8080 Error logs: ``` org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalArgumentException: Non-normalized name, starts with "/": /_en_US at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:982) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861) at javax.servlet.http.HttpServlet.service(HttpServlet.java:622) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.craftercms.engine.scripting.impl.ScriptFilter.doFilter(ScriptFilter.java:89) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.craftercms.security.servlet.filters.RequestSecurityFilter$1.processRequest(RequestSecurityFilter.java:193) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.UrlAccessRestrictionCheckingProcessor.processRequest(UrlAccessRestrictionCheckingProcessor.java:148) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.SecurityExceptionProcessor.processRequest(SecurityExceptionProcessor.java:82) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.SavedRequestAwareProcessor.processRequest(SavedRequestAwareProcessor.java:70) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.MellonAutoLoginProcessor.processRequest(MellonAutoLoginProcessor.java:108) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.RememberMeAutoLoginProcessor.processRequest(RememberMeAutoLoginProcessor.java:38) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.LogoutProcessor.processRequest(LogoutProcessor.java:104) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.LoginProcessor.processRequest(LoginProcessor.java:168) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.ReturnCurrentAuthenticationProcessor.processRequest(ReturnCurrentAuthenticationProcessor.java:59) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.engine.security.PreviewCurrentAuthenticationResolvingProcessor.processRequest(PreviewCurrentAuthenticationResolvingProcessor.java:77) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.processRequest(AddSecurityCookiesProcessor.java:74) at org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.processRequest(RequestSecurityProcessorChainImpl.java:59) at org.craftercms.security.servlet.filters.RequestSecurityFilter.doFilterInternal(RequestSecurityFilter.java:139) at org.craftercms.security.servlet.filters.RequestSecurityFilter.doFilter(RequestSecurityFilter.java:110) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.craftercms.engine.servlet.filter.ExceptionHandlingFilter.doFilter(ExceptionHandlingFilter.java:56) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.craftercms.engine.servlet.filter.SiteContextResolvingFilter.doFilter(SiteContextResolvingFilter.java:46) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.craftercms.commons.http.RequestContextBindingFilter.doFilter(RequestContextBindingFilter.java:79) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:108) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:620) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:784) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:802) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1410) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.IllegalArgumentException: Non-normalized name, starts with "/": /_en_US at freemarker.cache.TemplateCache$TemplateCacheTemplateLookupContext.lookupWithAcquisitionStrategy(TemplateCache.java:871) at freemarker.cache.TemplateCache$TemplateCacheTemplateLookupContext.lookupWithLocalizedThenAcquisitionStrategy(TemplateCache.java:893) at freemarker.cache.TemplateLookupStrategy$Default020300.lookup(TemplateLookupStrategy.java:101) at freemarker.cache.TemplateCache.lookupTemplate(TemplateCache.java:681) at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:390) at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:261) at freemarker.template.Configuration.getTemplate(Configuration.java:1786) at freemarker.template.Configuration.getTemplate(Configuration.java:1655) at org.springframework.web.servlet.view.freemarker.FreeMarkerView.getTemplate(FreeMarkerView.java:351) at org.springframework.web.servlet.view.freemarker.FreeMarkerView.checkResource(FreeMarkerView.java:204) at org.springframework.web.servlet.view.UrlBasedViewResolver.loadView(UrlBasedViewResolver.java:509) at org.springframework.web.servlet.view.AbstractCachingViewResolver.createView(AbstractCachingViewResolver.java:244) at org.springframework.web.servlet.view.UrlBasedViewResolver.createView(UrlBasedViewResolver.java:472) at org.springframework.web.servlet.view.AbstractCachingViewResolver.resolveViewName(AbstractCachingViewResolver.java:146) at org.springframework.web.servlet.DispatcherServlet.resolveViewName(DispatcherServlet.java:1321) at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1259) at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1037) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:980) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:897) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970) ... 76 more ```
priority
engine in preview error if cookie is set and nothing is on disk per our conversation steps to reproduce create a site visit site on localhost delete the site reload localhost error logs org springframework web util nestedservletexception request processing failed nested exception is java lang illegalargumentexception non normalized name starts with en us at org springframework web servlet frameworkservlet processrequest frameworkservlet java at org springframework web servlet frameworkservlet doget frameworkservlet java at javax servlet http httpservlet service httpservlet java at org springframework web servlet frameworkservlet service frameworkservlet java at javax servlet http httpservlet service httpservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org craftercms engine scripting impl scriptfilter dofilter scriptfilter java at org springframework web filter delegatingfilterproxy invokedelegate delegatingfilterproxy java at org springframework web filter delegatingfilterproxy dofilter delegatingfilterproxy java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org craftercms security servlet filters requestsecurityfilter processrequest requestsecurityfilter java at org craftercms security processors impl requestsecurityprocessorchainimpl processrequest requestsecurityprocessorchainimpl java at org craftercms security processors impl urlaccessrestrictioncheckingprocessor processrequest urlaccessrestrictioncheckingprocessor java at org craftercms security processors impl requestsecurityprocessorchainimpl processrequest requestsecurityprocessorchainimpl java at org craftercms security processors impl securityexceptionprocessor processrequest securityexceptionprocessor java at org craftercms security processors impl requestsecurityprocessorchainimpl processrequest requestsecurityprocessorchainimpl java at org craftercms security processors impl savedrequestawareprocessor processrequest savedrequestawareprocessor java at org craftercms security processors impl requestsecurityprocessorchainimpl processrequest requestsecurityprocessorchainimpl java at org craftercms security processors impl mellonautologinprocessor processrequest mellonautologinprocessor java at org craftercms security processors impl requestsecurityprocessorchainimpl processrequest requestsecurityprocessorchainimpl java at org craftercms security processors impl remembermeautologinprocessor processrequest remembermeautologinprocessor java at org craftercms security processors impl requestsecurityprocessorchainimpl processrequest requestsecurityprocessorchainimpl java at org craftercms security processors impl logoutprocessor processrequest logoutprocessor java at org craftercms security processors impl requestsecurityprocessorchainimpl processrequest requestsecurityprocessorchainimpl java at org craftercms security processors impl loginprocessor processrequest loginprocessor java at org craftercms security processors impl requestsecurityprocessorchainimpl processrequest requestsecurityprocessorchainimpl java at org craftercms security processors impl returncurrentauthenticationprocessor processrequest returncurrentauthenticationprocessor java at org craftercms security processors impl requestsecurityprocessorchainimpl processrequest requestsecurityprocessorchainimpl java at org craftercms engine security previewcurrentauthenticationresolvingprocessor processrequest previewcurrentauthenticationresolvingprocessor java at org craftercms security processors impl requestsecurityprocessorchainimpl processrequest requestsecurityprocessorchainimpl java at org craftercms security processors impl addsecuritycookiesprocessor processrequest addsecuritycookiesprocessor java at org craftercms security processors impl requestsecurityprocessorchainimpl processrequest requestsecurityprocessorchainimpl java at org craftercms security servlet filters requestsecurityfilter dofilterinternal requestsecurityfilter java at org craftercms security servlet filters requestsecurityfilter dofilter requestsecurityfilter java at org springframework web filter delegatingfilterproxy invokedelegate delegatingfilterproxy java at org springframework web filter delegatingfilterproxy dofilter delegatingfilterproxy java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org craftercms engine servlet filter exceptionhandlingfilter dofilter exceptionhandlingfilter java at org springframework web filter delegatingfilterproxy invokedelegate delegatingfilterproxy java at org springframework web filter delegatingfilterproxy dofilter delegatingfilterproxy java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org craftercms engine servlet filter sitecontextresolvingfilter dofilter sitecontextresolvingfilter java at org springframework web filter delegatingfilterproxy invokedelegate delegatingfilterproxy java at org springframework web filter delegatingfilterproxy dofilter delegatingfilterproxy java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org craftercms commons http requestcontextbindingfilter dofilter requestcontextbindingfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter characterencodingfilter dofilterinternal characterencodingfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org apache catalina valves abstractaccesslogvalve invoke abstractaccesslogvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote service java at org apache coyote abstractprocessorlight process abstractprocessorlight java at org apache coyote abstractprotocol connectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net socketprocessorbase run socketprocessorbase java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java lang thread run thread java caused by java lang illegalargumentexception non normalized name starts with en us at freemarker cache templatecache templatecachetemplatelookupcontext lookupwithacquisitionstrategy templatecache java at freemarker cache templatecache templatecachetemplatelookupcontext lookupwithlocalizedthenacquisitionstrategy templatecache java at freemarker cache templatelookupstrategy lookup templatelookupstrategy java at freemarker cache templatecache lookuptemplate templatecache java at freemarker cache templatecache gettemplate templatecache java at freemarker cache templatecache gettemplate templatecache java at freemarker template configuration gettemplate configuration java at freemarker template configuration gettemplate configuration java at org springframework web servlet view freemarker freemarkerview gettemplate freemarkerview java at org springframework web servlet view freemarker freemarkerview checkresource freemarkerview java at org springframework web servlet view urlbasedviewresolver loadview urlbasedviewresolver java at org springframework web servlet view abstractcachingviewresolver createview abstractcachingviewresolver java at org springframework web servlet view urlbasedviewresolver createview urlbasedviewresolver java at org springframework web servlet view abstractcachingviewresolver resolveviewname abstractcachingviewresolver java at org springframework web servlet dispatcherservlet resolveviewname dispatcherservlet java at org springframework web servlet dispatcherservlet render dispatcherservlet java at org springframework web servlet dispatcherservlet processdispatchresult dispatcherservlet java at org springframework web servlet dispatcherservlet dodispatch dispatcherservlet java at org springframework web servlet dispatcherservlet doservice dispatcherservlet java at org springframework web servlet frameworkservlet processrequest frameworkservlet java more
1
335,273
10,151,335,248
IssuesEvent
2019-08-05 20:03:36
khval/AmosKittens
https://api.github.com/repos/khval/AmosKittens
closed
Amos Pro gets out of memory error when loading pac.pic made by Amos kittens.
Not important (low priority) bug
**Describe the bug:** Pac.Pic files packed by Amos kittens is not 100% compatible with Pac.Pic made by AmosPro. **To Reproduce:** Steps to reproduce the behavior: Pack a image using Amos Kittens. load it in amos pro. unpack 5 to 2 You get a out of memory error. **Expected behavior** No out of memory error. **Exception to the bug** Unpacking to current screen in Amos Pro works, (so maybe something to do with screen info header.) unpack 5
1.0
Amos Pro gets out of memory error when loading pac.pic made by Amos kittens. - **Describe the bug:** Pac.Pic files packed by Amos kittens is not 100% compatible with Pac.Pic made by AmosPro. **To Reproduce:** Steps to reproduce the behavior: Pack a image using Amos Kittens. load it in amos pro. unpack 5 to 2 You get a out of memory error. **Expected behavior** No out of memory error. **Exception to the bug** Unpacking to current screen in Amos Pro works, (so maybe something to do with screen info header.) unpack 5
priority
amos pro gets out of memory error when loading pac pic made by amos kittens describe the bug pac pic files packed by amos kittens is not compatible with pac pic made by amospro to reproduce steps to reproduce the behavior pack a image using amos kittens load it in amos pro unpack to you get a out of memory error expected behavior no out of memory error exception to the bug unpacking to current screen in amos pro works so maybe something to do with screen info header unpack
1
356,516
10,593,970,371
IssuesEvent
2019-10-09 15:49:07
rathena/rathena
https://api.github.com/repos/rathena/rathena
closed
Removal of jAthena Legacy Code
component:core mode:prerenewal mode:renewal priority:low status:confirmed type:maintenance
<!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. --> * **Description of Issue**: A bit of backstory on this... when investing in your castle's defenses, your Emperium and Guardian's defenses and HP increases resulting in decreased damage taken when enemies attack them. Back in the day, jAthena's team wasn't really sure to the full extent how to handle this. So they added this battle config, and a few lines of code related to reducing the overall damage taken based on the castle's defense number. However, this introduced a bug, that when a castle reached 100 defense, the damage taken was reduced to 0, making the Emperium and Guardians unkillable. I commented out this code during eAthena as a hotfix. The correct method was implemented by increasing the defense stats and hp within status.c thus rending making this battle config option and line of code unnecessary. It seems that due to some oversight, this battle config and line of commented out code has remained in the codebase for the last 10 years between multiple forks. So... I'm just correcting that in case nobody knew what this was. The original implemented of the code from jAthena 1082: eathena/eathena@e8107d0#diff-d96b6365b4bdad78139e676d6e7e3295 The correct implementation already in place: https://github.com/rathena/rathena/blob/master/src/map/status.cpp#L2874 The battle config was only used for this one specific line of code which has been commented out for 10 years. * **Modifications that may affect results**: <!-- * Please provide any information that could influence the expected result. --> <!-- * This can be either configurations you changed, database values you changed, or even external source modifications. -->
1.0
Removal of jAthena Legacy Code - <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. --> * **Description of Issue**: A bit of backstory on this... when investing in your castle's defenses, your Emperium and Guardian's defenses and HP increases resulting in decreased damage taken when enemies attack them. Back in the day, jAthena's team wasn't really sure to the full extent how to handle this. So they added this battle config, and a few lines of code related to reducing the overall damage taken based on the castle's defense number. However, this introduced a bug, that when a castle reached 100 defense, the damage taken was reduced to 0, making the Emperium and Guardians unkillable. I commented out this code during eAthena as a hotfix. The correct method was implemented by increasing the defense stats and hp within status.c thus rending making this battle config option and line of code unnecessary. It seems that due to some oversight, this battle config and line of commented out code has remained in the codebase for the last 10 years between multiple forks. So... I'm just correcting that in case nobody knew what this was. The original implemented of the code from jAthena 1082: eathena/eathena@e8107d0#diff-d96b6365b4bdad78139e676d6e7e3295 The correct implementation already in place: https://github.com/rathena/rathena/blob/master/src/map/status.cpp#L2874 The battle config was only used for this one specific line of code which has been commented out for 10 years. * **Modifications that may affect results**: <!-- * Please provide any information that could influence the expected result. --> <!-- * This can be either configurations you changed, database values you changed, or even external source modifications. -->
priority
removal of jathena legacy code description of issue a bit of backstory on this when investing in your castle s defenses your emperium and guardian s defenses and hp increases resulting in decreased damage taken when enemies attack them back in the day jathena s team wasn t really sure to the full extent how to handle this so they added this battle config and a few lines of code related to reducing the overall damage taken based on the castle s defense number however this introduced a bug that when a castle reached defense the damage taken was reduced to making the emperium and guardians unkillable i commented out this code during eathena as a hotfix the correct method was implemented by increasing the defense stats and hp within status c thus rending making this battle config option and line of code unnecessary it seems that due to some oversight this battle config and line of commented out code has remained in the codebase for the last years between multiple forks so i m just correcting that in case nobody knew what this was the original implemented of the code from jathena eathena eathena diff the correct implementation already in place the battle config was only used for this one specific line of code which has been commented out for years modifications that may affect results
1
587,469
17,616,791,043
IssuesEvent
2021-08-18 10:43:40
vrchatapi/specification
https://api.github.com/repos/vrchatapi/specification
opened
Missing Message API
Priority: Low Status: Help Wanted Status: Accepted Type: Undocumented Endpoint
### `https://vrchat.com/api/1/message/<userId>/message` ```javascript [ { "id":"default", "slot":0, "message":"Come hang out with me!", "messageType":"message", "updatedAt":"2017-02-01T21:59:00.000+0000", "remainingCooldownMinutes":0, "canBeUpdated":true }, { "id":"default", "slot":1, "message":"Come hang out with everyone!", "messageType":"message", "updatedAt":"2017-02-01T21:59:00.000+0000", "remainingCooldownMinutes":0, "canBeUpdated":true }, ... ] ``` Trying to view someone else's messages other than your own gives `You are not authorized to perform that action․` error. ### `https://vrchat.com/api/1/message/<userId>/message/<slot>` ```json { "id":"default", "slot":0, "message":"Come hang out with me!", "messageType":"message", "updatedAt":"2017-02-01T21:59:00.000+0000", "remainingCooldownMinutes":0, "canBeUpdated":true } ``` There's also surely PUT requests to update these messages, etc. Also document how they are used with invites.
1.0
Missing Message API - ### `https://vrchat.com/api/1/message/<userId>/message` ```javascript [ { "id":"default", "slot":0, "message":"Come hang out with me!", "messageType":"message", "updatedAt":"2017-02-01T21:59:00.000+0000", "remainingCooldownMinutes":0, "canBeUpdated":true }, { "id":"default", "slot":1, "message":"Come hang out with everyone!", "messageType":"message", "updatedAt":"2017-02-01T21:59:00.000+0000", "remainingCooldownMinutes":0, "canBeUpdated":true }, ... ] ``` Trying to view someone else's messages other than your own gives `You are not authorized to perform that action․` error. ### `https://vrchat.com/api/1/message/<userId>/message/<slot>` ```json { "id":"default", "slot":0, "message":"Come hang out with me!", "messageType":"message", "updatedAt":"2017-02-01T21:59:00.000+0000", "remainingCooldownMinutes":0, "canBeUpdated":true } ``` There's also surely PUT requests to update these messages, etc. Also document how they are used with invites.
priority
missing message api javascript id default slot message come hang out with me messagetype message updatedat remainingcooldownminutes canbeupdated true id default slot message come hang out with everyone messagetype message updatedat remainingcooldownminutes canbeupdated true trying to view someone else s messages other than your own gives you are not authorized to perform that action․ error json id default slot message come hang out with me messagetype message updatedat remainingcooldownminutes canbeupdated true there s also surely put requests to update these messages etc also document how they are used with invites
1
329,980
10,027,772,794
IssuesEvent
2019-07-17 09:58:41
nsftx/chameleon-bundle-material
https://api.github.com/repos/nsftx/chameleon-bundle-material
closed
Prepend and Apend icons on Switch action in Vertical list display in new lines
Priority:Low Type:Bug
When placing Switch action into a Vertical List and adding Prepend and Apend icons to it, the icons are displayed in new lines, above and below, instead of inline. **Steps to reproduce:** 1. Place Vertical List to a Page 2. Place Switch action to Vertical List 3. Add Prepend and Apend Icons to Switch See example image: ![image](https://user-images.githubusercontent.com/50828021/61113573-e2451400-a48e-11e9-8048-4aaae5654b35.png)
1.0
Prepend and Apend icons on Switch action in Vertical list display in new lines - When placing Switch action into a Vertical List and adding Prepend and Apend icons to it, the icons are displayed in new lines, above and below, instead of inline. **Steps to reproduce:** 1. Place Vertical List to a Page 2. Place Switch action to Vertical List 3. Add Prepend and Apend Icons to Switch See example image: ![image](https://user-images.githubusercontent.com/50828021/61113573-e2451400-a48e-11e9-8048-4aaae5654b35.png)
priority
prepend and apend icons on switch action in vertical list display in new lines when placing switch action into a vertical list and adding prepend and apend icons to it the icons are displayed in new lines above and below instead of inline steps to reproduce place vertical list to a page place switch action to vertical list add prepend and apend icons to switch see example image
1
734,643
25,357,024,571
IssuesEvent
2022-11-20 13:11:11
MartinXPN/profound.academy
https://api.github.com/repos/MartinXPN/profound.academy
opened
Automate weekly user report sending
enhancement priority/low
Currently we send the emails for weekly progress by hand. We should automate weekly user report sending with sendgrid.
1.0
Automate weekly user report sending - Currently we send the emails for weekly progress by hand. We should automate weekly user report sending with sendgrid.
priority
automate weekly user report sending currently we send the emails for weekly progress by hand we should automate weekly user report sending with sendgrid
1
228,936
7,569,666,875
IssuesEvent
2018-04-23 06:00:55
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
closed
Restructure the repository to be more standard and logical
Priority: 3 - Low Status: 1 - Triaged Type: Technical issue
Most of our JS and CSS is not served statically. These files should reside in a `src/` directory. `static/` should be reserved for files deployed directly to the server without modification.
1.0
Restructure the repository to be more standard and logical - Most of our JS and CSS is not served statically. These files should reside in a `src/` directory. `static/` should be reserved for files deployed directly to the server without modification.
priority
restructure the repository to be more standard and logical most of our js and css is not served statically these files should reside in a src directory static should be reserved for files deployed directly to the server without modification
1
475,301
13,690,891,020
IssuesEvent
2020-09-30 14:54:43
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Remove checks on board undocumented DT strings
bug priority: low
**Describe the bug** Each time a new board is introduced, zephyrbot reports undocumented warnings for board's compatible: ``` -:358: WARNING:UNDOCUMENTED_DT_STRING: DT compatible string "olimex,stm32-p103" appears un-documented -- check ./dts/bindings/ #358: FILE: boards/arm/olimex_stm32_p103/olimex_stm32_p103.dts:13: + compatible = "olimex,stm32-p103", "st,stm32f103"; -:358: WARNING:UNDOCUMENTED_DT_STRING: DT compatible string "st,stm32f103" appears un-documented -- check ./dts/bindings/ #358: FILE: boards/arm/olimex_stm32_p103/olimex_stm32_p103.dts:13: + compatible = "olimex,stm32-p103", "st,stm32f103"; ``` Since we're not requesting users to document these type of compatible, it would be nice not confusing contributors (that usually happen to be first time contributors) with these useless warnings. **To Reproduce** Steps to reproduce the behavior: 1. Push a new board port See https://github.com/zephyrproject-rtos/zephyr/pull/25549#issuecomment-632670433 **Expected behavior** Remove warnings if there is not action that could be done. **Impact** Useless churn
1.0
Remove checks on board undocumented DT strings - **Describe the bug** Each time a new board is introduced, zephyrbot reports undocumented warnings for board's compatible: ``` -:358: WARNING:UNDOCUMENTED_DT_STRING: DT compatible string "olimex,stm32-p103" appears un-documented -- check ./dts/bindings/ #358: FILE: boards/arm/olimex_stm32_p103/olimex_stm32_p103.dts:13: + compatible = "olimex,stm32-p103", "st,stm32f103"; -:358: WARNING:UNDOCUMENTED_DT_STRING: DT compatible string "st,stm32f103" appears un-documented -- check ./dts/bindings/ #358: FILE: boards/arm/olimex_stm32_p103/olimex_stm32_p103.dts:13: + compatible = "olimex,stm32-p103", "st,stm32f103"; ``` Since we're not requesting users to document these type of compatible, it would be nice not confusing contributors (that usually happen to be first time contributors) with these useless warnings. **To Reproduce** Steps to reproduce the behavior: 1. Push a new board port See https://github.com/zephyrproject-rtos/zephyr/pull/25549#issuecomment-632670433 **Expected behavior** Remove warnings if there is not action that could be done. **Impact** Useless churn
priority
remove checks on board undocumented dt strings describe the bug each time a new board is introduced zephyrbot reports undocumented warnings for board s compatible warning undocumented dt string dt compatible string olimex appears un documented check dts bindings file boards arm olimex olimex dts compatible olimex st warning undocumented dt string dt compatible string st appears un documented check dts bindings file boards arm olimex olimex dts compatible olimex st since we re not requesting users to document these type of compatible it would be nice not confusing contributors that usually happen to be first time contributors with these useless warnings to reproduce steps to reproduce the behavior push a new board port see expected behavior remove warnings if there is not action that could be done impact useless churn
1
752,395
26,284,209,537
IssuesEvent
2023-01-07 16:52:09
nielsrowinbik/visitter
https://api.github.com/repos/nielsrowinbik/visitter
opened
Add calendar view on booking management page
priority:low ergonomics
Instead of just being able to view all bookings in a list, it should be possible to view them within a calendar, too.
1.0
Add calendar view on booking management page - Instead of just being able to view all bookings in a list, it should be possible to view them within a calendar, too.
priority
add calendar view on booking management page instead of just being able to view all bookings in a list it should be possible to view them within a calendar too
1
201,380
7,030,677,298
IssuesEvent
2017-12-26 11:51:14
GDquest/Blender-power-sequencer
https://api.github.com/repos/GDquest/Blender-power-sequencer
closed
Add a paint select tool?
feature feedback wanted low priority
Border select is nice, but we can have a faster option to select with the mouse. Ideas: - Paint select, select all the strips on hover, without the need to click - Faster box select: start from the cursor, without the need to click first
1.0
Add a paint select tool? - Border select is nice, but we can have a faster option to select with the mouse. Ideas: - Paint select, select all the strips on hover, without the need to click - Faster box select: start from the cursor, without the need to click first
priority
add a paint select tool border select is nice but we can have a faster option to select with the mouse ideas paint select select all the strips on hover without the need to click faster box select start from the cursor without the need to click first
1
179,076
6,621,367,422
IssuesEvent
2017-09-21 18:53:46
opensecuritycontroller/osc-core
https://api.github.com/repos/opensecuritycontroller/osc-core
closed
Travis check fails on OSC 0.6
improvement/functional priority/low triage/more-info
We are able to generate the parametrized/local build. However, Travis checks fails for the same pull request. [Travis build](https://travis-ci.com/opensecuritycontroller/osc-core/builds/49323602)
1.0
Travis check fails on OSC 0.6 - We are able to generate the parametrized/local build. However, Travis checks fails for the same pull request. [Travis build](https://travis-ci.com/opensecuritycontroller/osc-core/builds/49323602)
priority
travis check fails on osc we are able to generate the parametrized local build however travis checks fails for the same pull request
1
504,791
14,621,057,869
IssuesEvent
2020-12-22 20:52:54
GSA/fpki-guides
https://api.github.com/repos/GSA/fpki-guides
closed
FPKI Mapping Tables Playbook
Audience - Affiliates Priority - Low
This would be new -- not a conversion of an existing document. The FPKI has two different mapping tables. The [FPKI Applicant Certification Mapping Table](https://www.idmanagement.gov/IDM/s/document_detail?Id=kA0t00000008OcnCAE)is used by non-SSPs to map their Certificate Policy against the FBCA Certificate Policy. The [FPKI Common Policy Framework CPS Evaluation Table](https://www.idmanagement.gov/IDM/s/document_detail?Id=kA0t0000000KyrfCAC) is for SSPs to map their Certification Practice Statement against FCPCA Certificate Policy The mapping tables are used during the application (full mapping) process and subsequent audits (delta mappings). This playbook will explain the differences between the mapping tables, when to use, and how to use. Target audience are FPKI Affiliates/SSPs who must complete the applicable mapping tables, as well as auditors that will facilitate use of the mapping tables and review completed mappings.
1.0
FPKI Mapping Tables Playbook - This would be new -- not a conversion of an existing document. The FPKI has two different mapping tables. The [FPKI Applicant Certification Mapping Table](https://www.idmanagement.gov/IDM/s/document_detail?Id=kA0t00000008OcnCAE)is used by non-SSPs to map their Certificate Policy against the FBCA Certificate Policy. The [FPKI Common Policy Framework CPS Evaluation Table](https://www.idmanagement.gov/IDM/s/document_detail?Id=kA0t0000000KyrfCAC) is for SSPs to map their Certification Practice Statement against FCPCA Certificate Policy The mapping tables are used during the application (full mapping) process and subsequent audits (delta mappings). This playbook will explain the differences between the mapping tables, when to use, and how to use. Target audience are FPKI Affiliates/SSPs who must complete the applicable mapping tables, as well as auditors that will facilitate use of the mapping tables and review completed mappings.
priority
fpki mapping tables playbook this would be new not a conversion of an existing document the fpki has two different mapping tables the used by non ssps to map their certificate policy against the fbca certificate policy the is for ssps to map their certification practice statement against fcpca certificate policy the mapping tables are used during the application full mapping process and subsequent audits delta mappings this playbook will explain the differences between the mapping tables when to use and how to use target audience are fpki affiliates ssps who must complete the applicable mapping tables as well as auditors that will facilitate use of the mapping tables and review completed mappings
1
619,433
19,525,053,431
IssuesEvent
2021-12-30 05:30:47
obsei/obsei
https://api.github.com/repos/obsei/obsei
closed
NewsAPI integration
enhancement low priority observer
Obsei have google news search but google impose rate limit on it also it does not search any article older than 7 days. Hence having [NewsAPI ](https://newsapi.org/) integration will provide user this capability.
1.0
NewsAPI integration - Obsei have google news search but google impose rate limit on it also it does not search any article older than 7 days. Hence having [NewsAPI ](https://newsapi.org/) integration will provide user this capability.
priority
newsapi integration obsei have google news search but google impose rate limit on it also it does not search any article older than days hence having integration will provide user this capability
1
537,480
15,729,623,997
IssuesEvent
2021-03-29 15:02:56
ThreeSixtyGiving/grantnav
https://api.github.com/repos/ThreeSixtyGiving/grantnav
opened
Update matomo client code with new uri
2021-03 Low Priority
Matomo was Piwik and the endpoint has been renamed from /piwik.php to matomo.php . This needs updating in the base template, the old link will still work as it is backward compatible.
1.0
Update matomo client code with new uri - Matomo was Piwik and the endpoint has been renamed from /piwik.php to matomo.php . This needs updating in the base template, the old link will still work as it is backward compatible.
priority
update matomo client code with new uri matomo was piwik and the endpoint has been renamed from piwik php to matomo php this needs updating in the base template the old link will still work as it is backward compatible
1
576,399
17,086,201,854
IssuesEvent
2021-07-08 12:11:23
HEPData/hepdata
https://api.github.com/repos/HEPData/hepdata
closed
email: send notification to Coordinator when a new record has been created
complexity: low priority: high type: enhancement
The email should contain the paper title, a link to the record, and the names and email addresses of the Uploader and Reviewer. This notification would be particularly useful to keep everyone informed when multiple Coordinators share a group email address.
1.0
email: send notification to Coordinator when a new record has been created - The email should contain the paper title, a link to the record, and the names and email addresses of the Uploader and Reviewer. This notification would be particularly useful to keep everyone informed when multiple Coordinators share a group email address.
priority
email send notification to coordinator when a new record has been created the email should contain the paper title a link to the record and the names and email addresses of the uploader and reviewer this notification would be particularly useful to keep everyone informed when multiple coordinators share a group email address
1
581,389
17,292,688,530
IssuesEvent
2021-07-25 04:46:27
LovecraftianHorror/subwinder
https://api.github.com/repos/LovecraftianHorror/subwinder
closed
Expose other language options
enhancement low priority
Currently this library only exposes some of the information from the API in English (such as the long language names): however, it would be best to expose other languages as well. This could be done with some mild tweaking to the `lang` module as well as changing the endpoints to give the option to pass in other languages (or maybe pass it in to the whole `SubWinder` or `AuthSubWinder` class).
1.0
Expose other language options - Currently this library only exposes some of the information from the API in English (such as the long language names): however, it would be best to expose other languages as well. This could be done with some mild tweaking to the `lang` module as well as changing the endpoints to give the option to pass in other languages (or maybe pass it in to the whole `SubWinder` or `AuthSubWinder` class).
priority
expose other language options currently this library only exposes some of the information from the api in english such as the long language names however it would be best to expose other languages as well this could be done with some mild tweaking to the lang module as well as changing the endpoints to give the option to pass in other languages or maybe pass it in to the whole subwinder or authsubwinder class
1
492,556
14,215,817,012
IssuesEvent
2020-11-17 08:03:19
SebastienFPRousseau/handypixi
https://api.github.com/repos/SebastienFPRousseau/handypixi
closed
Update dependency pixi to version 4.8.2
Backlog priority:low type:dependencies
## Summary `Pixi.js` version 4.8.2 has been published and seems to be fully operational, we should update our dependency on this package in order to be fully compliant with all Pixi.js features. ## Objective Update pixi.js to version 4.8.2 and make relevant changes to handypixi. ## Acceptance Criteria - [ ] Pixi.js has been updated to version 4.8.2 - [ ] Make changes to handypixi related to the pixi.js update
1.0
Update dependency pixi to version 4.8.2 - ## Summary `Pixi.js` version 4.8.2 has been published and seems to be fully operational, we should update our dependency on this package in order to be fully compliant with all Pixi.js features. ## Objective Update pixi.js to version 4.8.2 and make relevant changes to handypixi. ## Acceptance Criteria - [ ] Pixi.js has been updated to version 4.8.2 - [ ] Make changes to handypixi related to the pixi.js update
priority
update dependency pixi to version summary pixi js version has been published and seems to be fully operational we should update our dependency on this package in order to be fully compliant with all pixi js features objective update pixi js to version and make relevant changes to handypixi acceptance criteria pixi js has been updated to version make changes to handypixi related to the pixi js update
1
183,481
6,689,078,522
IssuesEvent
2017-10-08 21:48:23
emimontesdeoca/Lovis
https://api.github.com/repos/emimontesdeoca/Lovis
opened
Add name to my profile view
Priority: Low Status: Pending Type: Enhancement
Instead of **Lovis > My profile** it should say **Lovis > Name Surname**
1.0
Add name to my profile view - Instead of **Lovis > My profile** it should say **Lovis > Name Surname**
priority
add name to my profile view instead of lovis my profile it should say lovis name surname
1
302,992
9,301,221,764
IssuesEvent
2019-03-23 20:04:00
DrylandEcology/STEPWAT2
https://api.github.com/repos/DrylandEcology/STEPWAT2
closed
Remove specific case for annuals in Species_Kill function
lowpriority
We should be able to remove the seperate call to annuals in Species_Kill, as annual species and functional groups are now represented by individuals and can be treated in the same way as perennials.
1.0
Remove specific case for annuals in Species_Kill function - We should be able to remove the seperate call to annuals in Species_Kill, as annual species and functional groups are now represented by individuals and can be treated in the same way as perennials.
priority
remove specific case for annuals in species kill function we should be able to remove the seperate call to annuals in species kill as annual species and functional groups are now represented by individuals and can be treated in the same way as perennials
1
602,153
18,452,858,067
IssuesEvent
2021-10-15 13:04:13
ouch-org/ouch
https://api.github.com/repos/ouch-org/ouch
closed
Simplify colors implementation to remove code duplication
enhancement low priority
Each color could have it's function created with a macro, the function would receive the color &str as the argument and use conditional compilation inside in an `cfg!()` `if ` block, which is resolved and optimized out in compile time.
1.0
Simplify colors implementation to remove code duplication - Each color could have it's function created with a macro, the function would receive the color &str as the argument and use conditional compilation inside in an `cfg!()` `if ` block, which is resolved and optimized out in compile time.
priority
simplify colors implementation to remove code duplication each color could have it s function created with a macro the function would receive the color str as the argument and use conditional compilation inside in an cfg if block which is resolved and optimized out in compile time
1
287,181
8,805,374,222
IssuesEvent
2018-12-26 19:13:52
dita-ot/dita-ot
https://api.github.com/repos/dita-ot/dita-ot
closed
Support DITA <object> in PDF plugin with RenderX XEP
feature plugin/pdf priority/low stale
The DITA `<object>` seems to be supported only for HTML generation. RenderX XEP seems to have an extension called `<rx:media-object>` which could be used to embed videos or flash in PDF. So maybe if the user is using RenderX XEP to produce PDF we could convert the existing DITA `<object>` to an XSL-FO `<rx:media-object>`.
1.0
Support DITA <object> in PDF plugin with RenderX XEP - The DITA `<object>` seems to be supported only for HTML generation. RenderX XEP seems to have an extension called `<rx:media-object>` which could be used to embed videos or flash in PDF. So maybe if the user is using RenderX XEP to produce PDF we could convert the existing DITA `<object>` to an XSL-FO `<rx:media-object>`.
priority
support dita in pdf plugin with renderx xep the dita seems to be supported only for html generation renderx xep seems to have an extension called which could be used to embed videos or flash in pdf so maybe if the user is using renderx xep to produce pdf we could convert the existing dita to an xsl fo
1
703,781
24,172,883,783
IssuesEvent
2022-09-22 21:01:49
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Should support continuous joints from SDFormat
type: feature request priority: low component: multibody parsing
SDFormat defines "continuous" as a supported joint type since 1.6; however, our SDF parser does not support this joint type and throws a "Joint type not supported" exception when parsing a SDF file containing such a joint.
1.0
Should support continuous joints from SDFormat - SDFormat defines "continuous" as a supported joint type since 1.6; however, our SDF parser does not support this joint type and throws a "Joint type not supported" exception when parsing a SDF file containing such a joint.
priority
should support continuous joints from sdformat sdformat defines continuous as a supported joint type since however our sdf parser does not support this joint type and throws a joint type not supported exception when parsing a sdf file containing such a joint
1
631,764
20,159,758,283
IssuesEvent
2022-02-09 20:08:57
NathanPB/DeepMobLearning-Refabricated
https://api.github.com/repos/NathanPB/DeepMobLearning-Refabricated
closed
Expose an API for data models.
Low Priority
Hi, I'm making an addon mod for Deep Mob Learning and I need to get the data amount from the data models, would it be possible to expose that as an API or would there be another way to do that without having to expose an API?
1.0
Expose an API for data models. - Hi, I'm making an addon mod for Deep Mob Learning and I need to get the data amount from the data models, would it be possible to expose that as an API or would there be another way to do that without having to expose an API?
priority
expose an api for data models hi i m making an addon mod for deep mob learning and i need to get the data amount from the data models would it be possible to expose that as an api or would there be another way to do that without having to expose an api
1
145,932
5,584,143,410
IssuesEvent
2017-03-29 03:32:04
nortikin/sverchok
https://api.github.com/repos/nortikin/sverchok
closed
Texture Viewer GL Glitch Bug is something
bug low priority
Not sure if this is something that can be fixable at some point, but just to note that the bug do extist. ![screen shot 2017-03-29 at 14 29 36](https://cloud.githubusercontent.com/assets/3952687/24437340/3398712a-148c-11e7-8d61-0c14101c6732.png)
1.0
Texture Viewer GL Glitch Bug is something - Not sure if this is something that can be fixable at some point, but just to note that the bug do extist. ![screen shot 2017-03-29 at 14 29 36](https://cloud.githubusercontent.com/assets/3952687/24437340/3398712a-148c-11e7-8d61-0c14101c6732.png)
priority
texture viewer gl glitch bug is something not sure if this is something that can be fixable at some point but just to note that the bug do extist
1
802,550
28,966,443,055
IssuesEvent
2023-05-10 08:14:58
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
LE Audio: CSIP not disabling option characteristics for size and rank
bug priority: low area: Bluetooth area: Bluetooth Audio
**Describe the bug** The documentation for `struct bt_csip_set_member_register_param` states that if `rank` or `set_size` is 0, then the (optional) characteristics are not initialized. However, the implementation of `bt_csip_set_member_register` ensures not such thing. **To Reproduce** N/A **Expected behavior** That the implementation of `bt_csip_set_member_register` ensures that the set size and rank characteristics are not registered for the instances where rank and size parameters are `0`. **Impact** Annoyance **Logs and console output** N/A **Environment (please complete the following information):** - Commit SHA or Version used: 29cc07efbd71b779d584a30fb495b4a3de6e0e91 **Additional context** N/A
1.0
LE Audio: CSIP not disabling option characteristics for size and rank - **Describe the bug** The documentation for `struct bt_csip_set_member_register_param` states that if `rank` or `set_size` is 0, then the (optional) characteristics are not initialized. However, the implementation of `bt_csip_set_member_register` ensures not such thing. **To Reproduce** N/A **Expected behavior** That the implementation of `bt_csip_set_member_register` ensures that the set size and rank characteristics are not registered for the instances where rank and size parameters are `0`. **Impact** Annoyance **Logs and console output** N/A **Environment (please complete the following information):** - Commit SHA or Version used: 29cc07efbd71b779d584a30fb495b4a3de6e0e91 **Additional context** N/A
priority
le audio csip not disabling option characteristics for size and rank describe the bug the documentation for struct bt csip set member register param states that if rank or set size is then the optional characteristics are not initialized however the implementation of bt csip set member register ensures not such thing to reproduce n a expected behavior that the implementation of bt csip set member register ensures that the set size and rank characteristics are not registered for the instances where rank and size parameters are impact annoyance logs and console output n a environment please complete the following information commit sha or version used additional context n a
1
729,491
25,130,030,433
IssuesEvent
2022-11-09 14:32:56
FrontMen/resumator
https://api.github.com/repos/FrontMen/resumator
opened
search on resumes with side projects and publications
type: enhancement layer: front-end priority: low
as a manager I want to see which resumes have sideprojects and publications
1.0
search on resumes with side projects and publications - as a manager I want to see which resumes have sideprojects and publications
priority
search on resumes with side projects and publications as a manager i want to see which resumes have sideprojects and publications
1
679,225
23,224,797,617
IssuesEvent
2022-08-02 22:16:21
HighDimensionalEconLab/DifferentiableStateSpaceModels.jl
https://api.github.com/repos/HighDimensionalEconLab/DifferentiableStateSpaceModels.jl
closed
Move towards stacked sylvesters with inplace operations
low priority
This isn't the complete solution, but given what we have learned about the tensors and the dataprep, I think it will help. In particular: - [ ] Can we define something which will radically simplify the notation (and give us something to think about putting on a GPU). For example, ``` Z := [g_x h_x; g_x; h_x; I] ``` So that we could write `A.9` as ``` C_{jki} := Z_{j,a} \Psi_{a,b,i] Z_{b,k} ``` Or whatever it is. I changed around a few of the indices from what you had, which we can discuss later. I know that David likes index-free notation, but I think it will be easier to type into tullo and/or tensorcast using the named indexes. Basically, it would be awesome if the code to type into tullio is very similar to that of the algebra. Note that the `sum` is available as well: https://github.com/mcabbott/TensorCast.jl - [ ] We probably should have a symbol for the `eta Sigma eta'` which shows up everywhere. - Or rearrange stuff so that expression is just sigma itself? that i.e. in (5) `Sigma(theta) := E( eta * epsilon * epsilon' * eta')` instead? I don't think we ever need the Sigma separately anywhere in the algebra or code, do we? - Even the places where we have a `d Sigma/dtheta_i` it always seems wrapped with the eta around it. See B.20 for example? - [ ] There is also a quetsion of wheteher we should define something for the `[g_x; 0; I; 0]` matrix. Maybe something like ``` G := [g_x; 0; I; 0] ``` which I think is valuable. But ultimately in the long run we will experiment with different ways of doing that. Such as not using the `Psi` so much and using smaller blocks of it. While the real benefti is in the derivatives of the 2nd order solution, I think there is a big benefit in starting on the simpler problems as practice. So my suggestion is to start with something like A.7. The tricky thing with these sylvesters and getting rid of the excess allocations is that we will want to make sure we lay out multidimensional stuff so that a `reshape` is enough to vectorize things. The `reshape` doesn't actually do anything except reinterpret the linear memory. But it means putting the right dimensions in the right order. Since Julia is row-major that needs to be taken into account. You can try `A = rand(2,2,2)` then `reshape(A, 2,4)` if you want to get a sense of how this sort of thing can work. My guess is that if you plan to stack stuff so that the matrices for each `i` are on top of each other, then I think you want to put that in the last dimension. OK, so lets say that we figure out the right order to do those things in, then what we can do is the following (using the A.9 as an example). We can have the dense `Psi` generated directly as a 3-tensor by: - Right before https://github.com/HighDimensionalEconLab/DifferentiableStateSpaceModels.jl/blob/master/src/mtk_constructor.jl#L159 we take the `Ψ_sub` and concatenate it into a dense 3-tensor. Which I think MTK supports perfectly well? So something like ```julia if !is_sparse Ψ_expr = reshape(hcat(Ψ_expr...), 2n, 2n, n) end ``` Altthough there might be far easier ways to do that. Try the following to see if I am right there, but I could be wrong! ```julia A = [[1 2; 3 4], [5 6; 7 8]] reshape(hcat(A...), 2,2,2) ``` - And do the same code for the second order case https://github.com/HighDimensionalEconLab/DifferentiableStateSpaceModels.jl/blob/master/src/mtk_constructor.jl#L529 - Then change the parametric types on the cache to be able to hold this. In https://github.com/HighDimensionalEconLab/DifferentiableStateSpaceModels.jl/blob/master/src/types.jl#L151-L153 for now just change that from ```julia VectorOfMatrixType<:AbstractVector{<:AbstractMatrix}, VectorOfMatrixType2<:AbstractVector{<:AbstractMatrix}, VectorOfMatrixType3<:AbstractVector{<:AbstractMatrix}, VectorOrNothingType<:Union{Nothing, AbstractVector}, MatrixOrNothingType<:Union{Nothing, AbstractMatrix}, MatrixScalingOrNothingType<:Union{Nothing, AbstractMatrix, UniformScaling}, SymmetricMatrixType<:AbstractMatrix, SymmetricVectorOfMatrixType<:AbstractVector{<:AbstractMatrix}, CholeskyType <: Cholesky, ChangeVarianceType <: AbstractVector{<: AbstractMatrix}} <: AbstractFirstOrderSolverCache ``` To just ```julia VectorOfMatrixType, VectorOfMatrixType2, VectorOfMatrixType3, VectorOrNothingType<:Union{Nothing, AbstractVector}, MatrixOrNothingType<:Union{Nothing, AbstractMatrix}, MatrixScalingOrNothingType<:Union{Nothing, AbstractMatrix, UniformScaling}, SymmetricMatrixType<:AbstractMatrix, SymmetricVectorOfMatrixType, CholeskyType <: Cholesky, ChangeVarianceType} <: AbstractFirstOrderSolverCache ``` And we can rename it later. Do something similar for the 2nd order one as well, such as - Then change the https://github.com/HighDimensionalEconLab/DifferentiableStateSpaceModels.jl/blob/master/src/types.jl#L225 to have ```julia Ψ = zeros(2n, 2n, n) ``` or whatever, and same with the https://github.com/HighDimensionalEconLab/DifferentiableStateSpaceModels.jl/blob/master/src/types.jl#L350 At this point, you should now be able to get the existing code working by going to the `perturbation.jl` searching for `c.Ψ[` and then replacing every instance of `c.Ψ[j]` with `c.Ψ[:,:,j]` etc. Then you can start to actually use it for the reductions/etc. as a tensor. For that, take (A.9)` as an example, and lets say we defined the `Z` above. Then what we should do is to - Add in the `C` tensor into the cache in the proper form, and then ensure it is allocated in teh cache constructor. - Then, you do the equivaletn of (A.9) inplace (to whatever extent tullio will do it) so you have: ```julia @tullio c.C[j,k,i] = Z[j,a]* c.Ψ[a,b,i] Z[b,k] ``` which should do it inplace. Or if the macro doesn't like that, ```julia @unpack C, Z, = c @tullio C[j,k,i] = Z[j,a]* Ψ[a,b,i] Z[b,k] ``` And, of course, when we use it we don't need to worry about a reshape. i.e. ```julia C_vec = reshape(c.C, ,....) ``` Doesn't actually do anything or modify `c.C`.
1.0
Move towards stacked sylvesters with inplace operations - This isn't the complete solution, but given what we have learned about the tensors and the dataprep, I think it will help. In particular: - [ ] Can we define something which will radically simplify the notation (and give us something to think about putting on a GPU). For example, ``` Z := [g_x h_x; g_x; h_x; I] ``` So that we could write `A.9` as ``` C_{jki} := Z_{j,a} \Psi_{a,b,i] Z_{b,k} ``` Or whatever it is. I changed around a few of the indices from what you had, which we can discuss later. I know that David likes index-free notation, but I think it will be easier to type into tullo and/or tensorcast using the named indexes. Basically, it would be awesome if the code to type into tullio is very similar to that of the algebra. Note that the `sum` is available as well: https://github.com/mcabbott/TensorCast.jl - [ ] We probably should have a symbol for the `eta Sigma eta'` which shows up everywhere. - Or rearrange stuff so that expression is just sigma itself? that i.e. in (5) `Sigma(theta) := E( eta * epsilon * epsilon' * eta')` instead? I don't think we ever need the Sigma separately anywhere in the algebra or code, do we? - Even the places where we have a `d Sigma/dtheta_i` it always seems wrapped with the eta around it. See B.20 for example? - [ ] There is also a quetsion of wheteher we should define something for the `[g_x; 0; I; 0]` matrix. Maybe something like ``` G := [g_x; 0; I; 0] ``` which I think is valuable. But ultimately in the long run we will experiment with different ways of doing that. Such as not using the `Psi` so much and using smaller blocks of it. While the real benefti is in the derivatives of the 2nd order solution, I think there is a big benefit in starting on the simpler problems as practice. So my suggestion is to start with something like A.7. The tricky thing with these sylvesters and getting rid of the excess allocations is that we will want to make sure we lay out multidimensional stuff so that a `reshape` is enough to vectorize things. The `reshape` doesn't actually do anything except reinterpret the linear memory. But it means putting the right dimensions in the right order. Since Julia is row-major that needs to be taken into account. You can try `A = rand(2,2,2)` then `reshape(A, 2,4)` if you want to get a sense of how this sort of thing can work. My guess is that if you plan to stack stuff so that the matrices for each `i` are on top of each other, then I think you want to put that in the last dimension. OK, so lets say that we figure out the right order to do those things in, then what we can do is the following (using the A.9 as an example). We can have the dense `Psi` generated directly as a 3-tensor by: - Right before https://github.com/HighDimensionalEconLab/DifferentiableStateSpaceModels.jl/blob/master/src/mtk_constructor.jl#L159 we take the `Ψ_sub` and concatenate it into a dense 3-tensor. Which I think MTK supports perfectly well? So something like ```julia if !is_sparse Ψ_expr = reshape(hcat(Ψ_expr...), 2n, 2n, n) end ``` Altthough there might be far easier ways to do that. Try the following to see if I am right there, but I could be wrong! ```julia A = [[1 2; 3 4], [5 6; 7 8]] reshape(hcat(A...), 2,2,2) ``` - And do the same code for the second order case https://github.com/HighDimensionalEconLab/DifferentiableStateSpaceModels.jl/blob/master/src/mtk_constructor.jl#L529 - Then change the parametric types on the cache to be able to hold this. In https://github.com/HighDimensionalEconLab/DifferentiableStateSpaceModels.jl/blob/master/src/types.jl#L151-L153 for now just change that from ```julia VectorOfMatrixType<:AbstractVector{<:AbstractMatrix}, VectorOfMatrixType2<:AbstractVector{<:AbstractMatrix}, VectorOfMatrixType3<:AbstractVector{<:AbstractMatrix}, VectorOrNothingType<:Union{Nothing, AbstractVector}, MatrixOrNothingType<:Union{Nothing, AbstractMatrix}, MatrixScalingOrNothingType<:Union{Nothing, AbstractMatrix, UniformScaling}, SymmetricMatrixType<:AbstractMatrix, SymmetricVectorOfMatrixType<:AbstractVector{<:AbstractMatrix}, CholeskyType <: Cholesky, ChangeVarianceType <: AbstractVector{<: AbstractMatrix}} <: AbstractFirstOrderSolverCache ``` To just ```julia VectorOfMatrixType, VectorOfMatrixType2, VectorOfMatrixType3, VectorOrNothingType<:Union{Nothing, AbstractVector}, MatrixOrNothingType<:Union{Nothing, AbstractMatrix}, MatrixScalingOrNothingType<:Union{Nothing, AbstractMatrix, UniformScaling}, SymmetricMatrixType<:AbstractMatrix, SymmetricVectorOfMatrixType, CholeskyType <: Cholesky, ChangeVarianceType} <: AbstractFirstOrderSolverCache ``` And we can rename it later. Do something similar for the 2nd order one as well, such as - Then change the https://github.com/HighDimensionalEconLab/DifferentiableStateSpaceModels.jl/blob/master/src/types.jl#L225 to have ```julia Ψ = zeros(2n, 2n, n) ``` or whatever, and same with the https://github.com/HighDimensionalEconLab/DifferentiableStateSpaceModels.jl/blob/master/src/types.jl#L350 At this point, you should now be able to get the existing code working by going to the `perturbation.jl` searching for `c.Ψ[` and then replacing every instance of `c.Ψ[j]` with `c.Ψ[:,:,j]` etc. Then you can start to actually use it for the reductions/etc. as a tensor. For that, take (A.9)` as an example, and lets say we defined the `Z` above. Then what we should do is to - Add in the `C` tensor into the cache in the proper form, and then ensure it is allocated in teh cache constructor. - Then, you do the equivaletn of (A.9) inplace (to whatever extent tullio will do it) so you have: ```julia @tullio c.C[j,k,i] = Z[j,a]* c.Ψ[a,b,i] Z[b,k] ``` which should do it inplace. Or if the macro doesn't like that, ```julia @unpack C, Z, = c @tullio C[j,k,i] = Z[j,a]* Ψ[a,b,i] Z[b,k] ``` And, of course, when we use it we don't need to worry about a reshape. i.e. ```julia C_vec = reshape(c.C, ,....) ``` Doesn't actually do anything or modify `c.C`.
priority
move towards stacked sylvesters with inplace operations this isn t the complete solution but given what we have learned about the tensors and the dataprep i think it will help in particular can we define something which will radically simplify the notation and give us something to think about putting on a gpu for example z so that we could write a as c jki z j a psi a b i z b k or whatever it is i changed around a few of the indices from what you had which we can discuss later i know that david likes index free notation but i think it will be easier to type into tullo and or tensorcast using the named indexes basically it would be awesome if the code to type into tullio is very similar to that of the algebra note that the sum is available as well we probably should have a symbol for the eta sigma eta which shows up everywhere or rearrange stuff so that expression is just sigma itself that i e in sigma theta e eta epsilon epsilon eta instead i don t think we ever need the sigma separately anywhere in the algebra or code do we even the places where we have a d sigma dtheta i it always seems wrapped with the eta around it see b for example there is also a quetsion of wheteher we should define something for the matrix maybe something like g which i think is valuable but ultimately in the long run we will experiment with different ways of doing that such as not using the psi so much and using smaller blocks of it while the real benefti is in the derivatives of the order solution i think there is a big benefit in starting on the simpler problems as practice so my suggestion is to start with something like a the tricky thing with these sylvesters and getting rid of the excess allocations is that we will want to make sure we lay out multidimensional stuff so that a reshape is enough to vectorize things the reshape doesn t actually do anything except reinterpret the linear memory but it means putting the right dimensions in the right order since julia is row major that needs to be taken into account you can try a rand then reshape a if you want to get a sense of how this sort of thing can work my guess is that if you plan to stack stuff so that the matrices for each i are on top of each other then i think you want to put that in the last dimension ok so lets say that we figure out the right order to do those things in then what we can do is the following using the a as an example we can have the dense psi generated directly as a tensor by right before we take the ψ sub and concatenate it into a dense tensor which i think mtk supports perfectly well so something like julia if is sparse ψ expr reshape hcat ψ expr n end altthough there might be far easier ways to do that try the following to see if i am right there but i could be wrong julia a reshape hcat a and do the same code for the second order case then change the parametric types on the cache to be able to hold this in for now just change that from julia vectorofmatrixtype abstractvector abstractmatrix abstractvector abstractmatrix abstractvector abstractmatrix vectorornothingtype union nothing abstractvector matrixornothingtype union nothing abstractmatrix matrixscalingornothingtype union nothing abstractmatrix uniformscaling symmetricmatrixtype abstractmatrix symmetricvectorofmatrixtype abstractvector abstractmatrix choleskytype cholesky changevariancetype abstractvector abstractmatrix abstractfirstordersolvercache to just julia vectorofmatrixtype vectorornothingtype union nothing abstractvector matrixornothingtype union nothing abstractmatrix matrixscalingornothingtype union nothing abstractmatrix uniformscaling symmetricmatrixtype abstractmatrix symmetricvectorofmatrixtype choleskytype cholesky changevariancetype abstractfirstordersolvercache and we can rename it later do something similar for the order one as well such as then change the to have julia ψ zeros n or whatever and same with the at this point you should now be able to get the existing code working by going to the perturbation jl searching for c ψ with c ψ etc then you can start to actually use it for the reductions etc as a tensor for that take a as an example and lets say we defined the z above then what we should do is to add in the c tensor into the cache in the proper form and then ensure it is allocated in teh cache constructor then you do the equivaletn of a inplace to whatever extent tullio will do it so you have julia tullio c c z c ψ z which should do it inplace or if the macro doesn t like that julia unpack c z c tullio c z ψ z and of course when we use it we don t need to worry about a reshape i e julia c vec reshape c c doesn t actually do anything or modify c c
1
658,936
21,912,873,231
IssuesEvent
2022-05-21 10:38:16
SALUNAinMC/SkyTraveller-datapack
https://api.github.com/repos/SALUNAinMC/SkyTraveller-datapack
closed
追加[アクセサリー]:金剛の指輪
😵help wanted 🗒️ priority: low ✨ feature ⚔item 📦need modeling
### 概要 - 宝石の指輪 ### 性能 - 防御力+15 ### タスク - [x] アイテムテクスチャ/モデル制作 - [x] アイテムの表示制作
1.0
追加[アクセサリー]:金剛の指輪 - ### 概要 - 宝石の指輪 ### 性能 - 防御力+15 ### タスク - [x] アイテムテクスチャ/モデル制作 - [x] アイテムの表示制作
priority
追加[アクセサリー]:金剛の指輪 概要 宝石の指輪 性能 防御力+ タスク アイテムテクスチャ モデル制作 アイテムの表示制作
1
771,258
27,076,818,663
IssuesEvent
2023-02-14 11:11:17
Zokrates/ZoKrates
https://api.github.com/repos/Zokrates/ZoKrates
closed
Panic when running `zokrates mpc`
Priority: Low
## Description Unexpected panic ## Environment - Compiler version: develop - Operating system: macos ## Steps to Reproduce ``` > zokrates mpc internal error: entered unreachable code (zokrates_cli/src/ops/mpc/mod.rs:28:14) ``` Should instead return the same output as `zokrates mpc --help`
1.0
Panic when running `zokrates mpc` - ## Description Unexpected panic ## Environment - Compiler version: develop - Operating system: macos ## Steps to Reproduce ``` > zokrates mpc internal error: entered unreachable code (zokrates_cli/src/ops/mpc/mod.rs:28:14) ``` Should instead return the same output as `zokrates mpc --help`
priority
panic when running zokrates mpc description unexpected panic environment compiler version develop operating system macos steps to reproduce zokrates mpc internal error entered unreachable code zokrates cli src ops mpc mod rs should instead return the same output as zokrates mpc help
1
683,318
23,377,178,767
IssuesEvent
2022-08-11 05:18:45
BirthdayResearch/liquidity.dfi.dev
https://api.github.com/repos/BirthdayResearch/liquidity.dfi.dev
closed
Making repo public
kind/feature area/workflow priority/important-soon needs/triage
<!-- Please only use this template for submitting enhancement/feature requests --> #### What would you like to be added: We'll need to make this repository public once we're done with most of our features. #### Why is this needed:
1.0
Making repo public - <!-- Please only use this template for submitting enhancement/feature requests --> #### What would you like to be added: We'll need to make this repository public once we're done with most of our features. #### Why is this needed:
priority
making repo public what would you like to be added we ll need to make this repository public once we re done with most of our features why is this needed
1
265,270
8,351,755,403
IssuesEvent
2018-10-02 02:08:31
rmjordas/alys
https://api.github.com/repos/rmjordas/alys
reopened
Style guide incomplete
point: 2 priority: low type: chore
Tasks: - Generate `core` style guide: - **Settings:** + [ ] Color palette + [ ] Font Family + [ ] Typography - **Elements:** + [ ] `input` + [ ] `img` + [ ] `select` + [ ] `textarea` + [ ] `button` + [ ] `progress` + [ ] `meter` + [ ] `figure`, `figcaption` + [ ] `table` + [ ] `audio` + [ ] `video` - **Objects:** + [ ] `input[type="range"]` + [ ] `input[type="color"]` + [ ] `input[type="date"]` + [ ] `input[type="search"]` + [ ] `input[type="number"]` + [ ] `input[type="checkbox']` + [ ] `input[type="radio"]` + [ ] `input[type="{submit|reset|button}"]` + [ ] `button[type="{submit|reset|button}"]` + [ ] Avatar - Generate `extra` style guide: - **Components:** + [ ] `input[type="checkbox']` (switch/toggle style) + [ ] Notifications on badges + [ ] Action buttons + select box + [ ] Header + [ ] Navbar + [ ] Sidebar + [ ] Footer + [ ] Calendar + [ ] Tooltips, popovers + [ ] Pagination + [ ] Graphs + [ ] Sidebar + [ ] Alerts - [ ] Render full style guide
1.0
Style guide incomplete - Tasks: - Generate `core` style guide: - **Settings:** + [ ] Color palette + [ ] Font Family + [ ] Typography - **Elements:** + [ ] `input` + [ ] `img` + [ ] `select` + [ ] `textarea` + [ ] `button` + [ ] `progress` + [ ] `meter` + [ ] `figure`, `figcaption` + [ ] `table` + [ ] `audio` + [ ] `video` - **Objects:** + [ ] `input[type="range"]` + [ ] `input[type="color"]` + [ ] `input[type="date"]` + [ ] `input[type="search"]` + [ ] `input[type="number"]` + [ ] `input[type="checkbox']` + [ ] `input[type="radio"]` + [ ] `input[type="{submit|reset|button}"]` + [ ] `button[type="{submit|reset|button}"]` + [ ] Avatar - Generate `extra` style guide: - **Components:** + [ ] `input[type="checkbox']` (switch/toggle style) + [ ] Notifications on badges + [ ] Action buttons + select box + [ ] Header + [ ] Navbar + [ ] Sidebar + [ ] Footer + [ ] Calendar + [ ] Tooltips, popovers + [ ] Pagination + [ ] Graphs + [ ] Sidebar + [ ] Alerts - [ ] Render full style guide
priority
style guide incomplete tasks generate core style guide settings color palette font family typography elements input img select textarea button progress meter figure figcaption table audio video objects input input input input input input input input button avatar generate extra style guide components input switch toggle style notifications on badges action buttons select box header navbar sidebar footer calendar tooltips popovers pagination graphs sidebar alerts render full style guide
1
562,291
16,656,190,873
IssuesEvent
2021-06-05 15:13:55
BibleBot/BibleBot
https://api.github.com/repos/BibleBot/BibleBot
closed
[BUG] A null Verse.Text results in NullReferenceException in VersesController.
bug priority:low
**Describe the bug** Whenever a message slips through the cracks and makes its way to the provider, the provider has nothing to give and the Text attribute in the remaining Verse object is never initialized as a result. This creates an error in `src/BibleBot.Backend/Controllers/VersesController.cs#L110`, which should be properly handled. **To Reproduce** I'm not certain what input would trigger this behavior. **Expected behavior** Verses with null Text attributes should be ignored, likely in `Provider.GetVerse()`. **Additional context** ``` System.NullReferenceException: Object reference not set to an instance of an object. at BibleBot.Backend.Controllers.VersesController.ProcessMessage(Request req) in C:\projects\biblebot\src\BibleBot.Backend\Controllers\VersesController.cs:line 110 at lambda_method10(Closure , Object ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Prometheus.HttpMetrics.HttpRequestDurationMiddleware.Invoke(HttpContext context) at Prometheus.HttpMetrics.HttpRequestCountMiddleware.Invoke(HttpContext context) at Prometheus.HttpMetrics.HttpInProgressMiddleware.Invoke(HttpContext context) at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) ```
1.0
[BUG] A null Verse.Text results in NullReferenceException in VersesController. - **Describe the bug** Whenever a message slips through the cracks and makes its way to the provider, the provider has nothing to give and the Text attribute in the remaining Verse object is never initialized as a result. This creates an error in `src/BibleBot.Backend/Controllers/VersesController.cs#L110`, which should be properly handled. **To Reproduce** I'm not certain what input would trigger this behavior. **Expected behavior** Verses with null Text attributes should be ignored, likely in `Provider.GetVerse()`. **Additional context** ``` System.NullReferenceException: Object reference not set to an instance of an object. at BibleBot.Backend.Controllers.VersesController.ProcessMessage(Request req) in C:\projects\biblebot\src\BibleBot.Backend\Controllers\VersesController.cs:line 110 at lambda_method10(Closure , Object ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Prometheus.HttpMetrics.HttpRequestDurationMiddleware.Invoke(HttpContext context) at Prometheus.HttpMetrics.HttpRequestCountMiddleware.Invoke(HttpContext context) at Prometheus.HttpMetrics.HttpInProgressMiddleware.Invoke(HttpContext context) at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) ```
priority
a null verse text results in nullreferenceexception in versescontroller describe the bug whenever a message slips through the cracks and makes its way to the provider the provider has nothing to give and the text attribute in the remaining verse object is never initialized as a result this creates an error in src biblebot backend controllers versescontroller cs which should be properly handled to reproduce i m not certain what input would trigger this behavior expected behavior verses with null text attributes should be ignored likely in provider getverse additional context system nullreferenceexception object reference not set to an instance of an object at biblebot backend controllers versescontroller processmessage request req in c projects biblebot src biblebot backend controllers versescontroller cs line at lambda closure object at microsoft aspnetcore mvc infrastructure actionmethodexecutor awaitableobjectresultexecutor execute iactionresulttypemapper mapper objectmethodexecutor executor object controller object arguments at microsoft aspnetcore mvc infrastructure controlleractioninvoker g awaited controlleractioninvoker invoker valuetask actionresultvaluetask at microsoft aspnetcore mvc infrastructure controlleractioninvoker g awaited controlleractioninvoker invoker task lasttask state next scope scope object state boolean iscompleted at microsoft aspnetcore mvc infrastructure controlleractioninvoker rethrow actionexecutedcontextsealed context at microsoft aspnetcore mvc infrastructure controlleractioninvoker next state next scope scope object state boolean iscompleted at microsoft aspnetcore mvc infrastructure controlleractioninvoker g awaited controlleractioninvoker invoker task lasttask state next scope scope object state boolean iscompleted at microsoft aspnetcore mvc infrastructure resourceinvoker g awaited resourceinvoker invoker task lasttask state next scope scope object state boolean iscompleted at microsoft aspnetcore mvc infrastructure resourceinvoker g awaited resourceinvoker invoker task task idisposable scope at microsoft aspnetcore routing endpointmiddleware g awaitrequesttask endpoint endpoint task requesttask ilogger logger at prometheus httpmetrics httprequestdurationmiddleware invoke httpcontext context at prometheus httpmetrics httprequestcountmiddleware invoke httpcontext context at prometheus httpmetrics httpinprogressmiddleware invoke httpcontext context at serilog aspnetcore requestloggingmiddleware invoke httpcontext httpcontext
1
287,727
8,819,652,237
IssuesEvent
2018-12-31 22:41:39
jrflab/modules
https://api.github.com/repos/jrflab/modules
closed
BED TARGETS_FILE with header throws error
bug low priority
If a `TARGETS_FILE` bed file is specified that has a header an error is thrown when running `make gatk`: ``` modules/variant_callers/gatk.mk:36: *** recipe commences before first target. Stop. ```
1.0
BED TARGETS_FILE with header throws error - If a `TARGETS_FILE` bed file is specified that has a header an error is thrown when running `make gatk`: ``` modules/variant_callers/gatk.mk:36: *** recipe commences before first target. Stop. ```
priority
bed targets file with header throws error if a targets file bed file is specified that has a header an error is thrown when running make gatk modules variant callers gatk mk recipe commences before first target stop
1
450,938
13,021,672,175
IssuesEvent
2020-07-27 06:52:30
org-arl/fjage
https://api.github.com/repos/org-arl/fjage
closed
Rare occurrences of NullPointerException in DiscreteEventSimulator
bug low priority
Issue encountered in version: 1.6.2 Reproducibility: low ## Sample error ``` Jan 01, 1970 8:31:23 AM org.arl.fjage.DiscreteEventSimulator run SEVERE: Exception: java.lang.NullPointerException at org.arl.fjage.DiscreteEventSimulator.run(DiscreteEventSimulator.java:144) at java.lang.Thread.run(Thread.java:748) ```
1.0
Rare occurrences of NullPointerException in DiscreteEventSimulator - Issue encountered in version: 1.6.2 Reproducibility: low ## Sample error ``` Jan 01, 1970 8:31:23 AM org.arl.fjage.DiscreteEventSimulator run SEVERE: Exception: java.lang.NullPointerException at org.arl.fjage.DiscreteEventSimulator.run(DiscreteEventSimulator.java:144) at java.lang.Thread.run(Thread.java:748) ```
priority
rare occurrences of nullpointerexception in discreteeventsimulator issue encountered in version reproducibility low sample error jan am org arl fjage discreteeventsimulator run severe exception java lang nullpointerexception at org arl fjage discreteeventsimulator run discreteeventsimulator java at java lang thread run thread java
1