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
855
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
13 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
240k
binary_label
int64
0
1
792,384
27,958,216,874
IssuesEvent
2023-03-24 13:55:00
interledger/testnet
https://api.github.com/repos/interledger/testnet
closed
Create Request/Receive (Pull) money (BE)
package: backend priority: high
Create Request payment -> Open Payments functionalities <img width="591" alt="image" src="https://user-images.githubusercontent.com/117268143/216310919-2ba5c5d6-5c03-48e2-81b1-c7f3e94ab7da.png">
1.0
Create Request/Receive (Pull) money (BE) - Create Request payment -> Open Payments functionalities <img width="591" alt="image" src="https://user-images.githubusercontent.com/117268143/216310919-2ba5c5d6-5c03-48e2-81b1-c7f3e94ab7da.png">
priority
create request receive pull money be create request payment open payments functionalities img width alt image src
1
659,863
21,943,727,242
IssuesEvent
2022-05-23 21:06:03
Vatsim-Scandinavia/handover
https://api.github.com/repos/Vatsim-Scandinavia/handover
opened
Errors with name conversion
back-end bug high priority
Error from Sentry: ``` General error: 1366 Incorrect string value: '\xC3?yvin...' for column 'first_name' at row 1 (SQL: update `users` set `first_name` = �?yvind where `id` = 1145961) ``` Workaround: Removed the Windows1252 to UTF8 converter, but this now introduces names like Ãyvind instead of Øyvind. Something quirking here we need to resolve. Perhaps VATUK Core has some good snips or other conversion methods.
1.0
Errors with name conversion - Error from Sentry: ``` General error: 1366 Incorrect string value: '\xC3?yvin...' for column 'first_name' at row 1 (SQL: update `users` set `first_name` = �?yvind where `id` = 1145961) ``` Workaround: Removed the Windows1252 to UTF8 converter, but this now introduces names like Ãyvind instead of Øyvind. Something quirking here we need to resolve. Perhaps VATUK Core has some good snips or other conversion methods.
priority
errors with name conversion error from sentry general error incorrect string value yvin for column first name at row sql update users set first name � yvind where id workaround removed the to converter but this now introduces names like ãyvind instead of øyvind something quirking here we need to resolve perhaps vatuk core has some good snips or other conversion methods
1
269,589
8,440,732,835
IssuesEvent
2018-10-18 08:14:27
CS2103-AY1819S1-F11-4/main
https://api.github.com/repos/CS2103-AY1819S1-F11-4/main
closed
Add UniqueList<Groups> in Person and interaction between Person and Group
feature.Friends feature.Groups priority.High status.Ongoing type.Epic
and update corresponding person helper and test classes delete person --> delete group's reference of person edit person --> update group's reference of person Delete member from group --> update group list in person
1.0
Add UniqueList<Groups> in Person and interaction between Person and Group - and update corresponding person helper and test classes delete person --> delete group's reference of person edit person --> update group's reference of person Delete member from group --> update group list in person
priority
add uniquelist in person and interaction between person and group and update corresponding person helper and test classes delete person delete group s reference of person edit person update group s reference of person delete member from group update group list in person
1
492,333
14,200,846,908
IssuesEvent
2020-11-16 06:28:40
bounswe/bounswe2020group4
https://api.github.com/repos/bounswe/bounswe2020group4
opened
[BKND] Setup the web server and docker
Backend Coding Effort: Medium Priority: High Status: In-Progress
Deadline: 17.11.2020 We will publish a dummy website for the first trial. We setup the docker and search about Jenkins for CI/CD
1.0
[BKND] Setup the web server and docker - Deadline: 17.11.2020 We will publish a dummy website for the first trial. We setup the docker and search about Jenkins for CI/CD
priority
setup the web server and docker deadline we will publish a dummy website for the first trial we setup the docker and search about jenkins for ci cd
1
674,931
23,070,688,422
IssuesEvent
2022-07-25 17:45:12
bennyboer/table-engine
https://api.github.com/repos/bennyboer/table-engine
closed
Page is scrolling when table is focused and using keyboard navigation
bug high priority
- focus table in page that is able to scroll vertically - press key down to select next cell - page ist scrolling
1.0
Page is scrolling when table is focused and using keyboard navigation - - focus table in page that is able to scroll vertically - press key down to select next cell - page ist scrolling
priority
page is scrolling when table is focused and using keyboard navigation focus table in page that is able to scroll vertically press key down to select next cell page ist scrolling
1
477,989
13,770,970,834
IssuesEvent
2020-10-07 21:07:51
wso2/product-is
https://api.github.com/repos/wso2/product-is
opened
Getting an Error Message and missing element when configure Primary user store as DB2
Complexity/High Priority/Highest Severity/Blocker bug console
**Describe the issue:** There is an Error message retrieve when try to click on "Users" in side panel Console > Manage Also, there are UI elements are missing when configuring DB2 as a Primary User store. **How to reproduce:** Configure deployment.toml and put JDBC driver for the version <IS_HOME>/repository/components/lib folder Start the IS server **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** - Product Version: 5.11.0 alpha4 Snapshot - OS: Windows & Mac - Database: DB2 - Userstore: JDBC ```[user_store] type = "database_unique_id" [database.identity_db] url = "jdbc:db2://localhost:50000/alpha33" username = "db2inst1" password = "wso2carbon" driver = "com.ibm.db2.jcc.DB2Driver" [database.identity_db.pool_options] maxActive = "80" minIdle ="5" testOnBorrow = true validationQuery="SELECT 1 FROM SYSIBM.SYSDUMMY1" validationInterval="30000" defaultAutoCommit=false [database.shared_db] url = "jdbc:db2://localhost:50000/alpha33" username = "db2inst1" password = "wso2carbon" driver = "com.ibm.db2.jcc.DB2Driver" [database.shared_db.pool_options] maxActive = "80" minIdle ="5" testOnBorrow = true validationQuery="SELECT 1 FROM SYSIBM.SYSDUMMY1" validationInterval="30000" defaultAutoCommit=false ``` ![image](https://user-images.githubusercontent.com/39120228/95387572-8629a380-090e-11eb-9656-b08dc4132c69.png) ![image](https://user-images.githubusercontent.com/39120228/95387895-0c45ea00-090f-11eb-9b47-c7896a792a2d.png)
1.0
Getting an Error Message and missing element when configure Primary user store as DB2 - **Describe the issue:** There is an Error message retrieve when try to click on "Users" in side panel Console > Manage Also, there are UI elements are missing when configuring DB2 as a Primary User store. **How to reproduce:** Configure deployment.toml and put JDBC driver for the version <IS_HOME>/repository/components/lib folder Start the IS server **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** - Product Version: 5.11.0 alpha4 Snapshot - OS: Windows & Mac - Database: DB2 - Userstore: JDBC ```[user_store] type = "database_unique_id" [database.identity_db] url = "jdbc:db2://localhost:50000/alpha33" username = "db2inst1" password = "wso2carbon" driver = "com.ibm.db2.jcc.DB2Driver" [database.identity_db.pool_options] maxActive = "80" minIdle ="5" testOnBorrow = true validationQuery="SELECT 1 FROM SYSIBM.SYSDUMMY1" validationInterval="30000" defaultAutoCommit=false [database.shared_db] url = "jdbc:db2://localhost:50000/alpha33" username = "db2inst1" password = "wso2carbon" driver = "com.ibm.db2.jcc.DB2Driver" [database.shared_db.pool_options] maxActive = "80" minIdle ="5" testOnBorrow = true validationQuery="SELECT 1 FROM SYSIBM.SYSDUMMY1" validationInterval="30000" defaultAutoCommit=false ``` ![image](https://user-images.githubusercontent.com/39120228/95387572-8629a380-090e-11eb-9656-b08dc4132c69.png) ![image](https://user-images.githubusercontent.com/39120228/95387895-0c45ea00-090f-11eb-9b47-c7896a792a2d.png)
priority
getting an error message and missing element when configure primary user store as describe the issue there is an error message retrieve when try to click on users in side panel console manage also there are ui elements are missing when configuring as a primary user store how to reproduce configure deployment toml and put jdbc driver for the version repository components lib folder start the is server environment information please complete the following information remove any unnecessary fields product version snapshot os windows mac database userstore jdbc type database unique id url jdbc localhost username password driver com ibm jcc maxactive minidle testonborrow true validationquery select from sysibm validationinterval defaultautocommit false url jdbc localhost username password driver com ibm jcc maxactive minidle testonborrow true validationquery select from sysibm validationinterval defaultautocommit false
1
576,723
17,093,398,972
IssuesEvent
2021-07-08 20:52:20
rokwire/illinois-app
https://api.github.com/repos/rokwire/illinois-app
opened
[BUG] The circle with dot icon in group event is not working
Priority: High Type: Bug
**Describe the bug** The circle with dot icon on the top right side of the Group event screen is not working **To Reproduce** Steps to reproduce the behavior: 1. Complete the onboarding and user verify his identity with Netid/PWD 2. Proceed to the Browse screen and tap on Groups 3. Create a group and an event in the group 4. Navigate to the created Event **Actual Result** The circle with dot icon on the top right side of the Group event screen is not working **Expected behavior** It should provide information to the user about specific events. **Screenshots** ![menu icon](https://user-images.githubusercontent.com/26231179/124989053-5b3ac000-e004-11eb-97b0-262925b7a6d1.png) **Smartphone (please complete the following information):** Device: [e.g. Android] Version [e.g. 2.5.8]
1.0
[BUG] The circle with dot icon in group event is not working - **Describe the bug** The circle with dot icon on the top right side of the Group event screen is not working **To Reproduce** Steps to reproduce the behavior: 1. Complete the onboarding and user verify his identity with Netid/PWD 2. Proceed to the Browse screen and tap on Groups 3. Create a group and an event in the group 4. Navigate to the created Event **Actual Result** The circle with dot icon on the top right side of the Group event screen is not working **Expected behavior** It should provide information to the user about specific events. **Screenshots** ![menu icon](https://user-images.githubusercontent.com/26231179/124989053-5b3ac000-e004-11eb-97b0-262925b7a6d1.png) **Smartphone (please complete the following information):** Device: [e.g. Android] Version [e.g. 2.5.8]
priority
the circle with dot icon in group event is not working describe the bug the circle with dot icon on the top right side of the group event screen is not working to reproduce steps to reproduce the behavior complete the onboarding and user verify his identity with netid pwd proceed to the browse screen and tap on groups create a group and an event in the group navigate to the created event actual result the circle with dot icon on the top right side of the group event screen is not working expected behavior it should provide information to the user about specific events screenshots smartphone please complete the following information device version
1
21,640
2,641,753,483
IssuesEvent
2015-03-11 19:33:02
SIB-Colombia/catalog-biodiversity-temp-backend
https://api.github.com/repos/SIB-Colombia/catalog-biodiversity-temp-backend
opened
New name for attribute "Demografía"
priority-high
Please update the name for the attribute "Demografía" to "Dinámica poblacional". ![sin titulo](https://cloud.githubusercontent.com/assets/7916426/6605115/4f4cea84-c7fb-11e4-872e-d2e926302166.png)
1.0
New name for attribute "Demografía" - Please update the name for the attribute "Demografía" to "Dinámica poblacional". ![sin titulo](https://cloud.githubusercontent.com/assets/7916426/6605115/4f4cea84-c7fb-11e4-872e-d2e926302166.png)
priority
new name for attribute demografía please update the name for the attribute demografía to dinámica poblacional
1
547,243
16,040,664,015
IssuesEvent
2021-04-22 07:26:56
ushibutatory/umamusume-birthdays
https://api.github.com/repos/ushibutatory/umamusume-birthdays
closed
繰り返し定義を追加する
Priority/High Type/Bug
Twitterにてご指摘いただいた。 <blockquote class="twitter-tweet"><p lang="ja" dir="ltr">無いかなと思って探したところ作っておられて感謝です!取り込んでみて思ったのですが年で繰り返しされていたほうが良いかと思いました。<br>RRULE:FREQ=YEARLY;INTERVAL=1<br>詳しくないのでわからないですがこういう設定ですかね? ref→<a href="https://t.co/qfMpl2dIO0">https://t.co/qfMpl2dIO0</a></p>&mdash; 3日くらい (@mikkakurai) <a href="https://twitter.com/mikkakurai/status/1385113498619813893?ref_src=twsrc%5Etfw">April 22, 2021</a></blockquote> 再取得ごとに当年分を生成するからいいかなと思っていたが、よくよく考えてみたら、Herokuデプロイ時にDockerfile内にてicsを生成して保存、expressがその生成済みicsファイルを返しているだけ、という動きなので、来年になっても更新されませんね……。
1.0
繰り返し定義を追加する - Twitterにてご指摘いただいた。 <blockquote class="twitter-tweet"><p lang="ja" dir="ltr">無いかなと思って探したところ作っておられて感謝です!取り込んでみて思ったのですが年で繰り返しされていたほうが良いかと思いました。<br>RRULE:FREQ=YEARLY;INTERVAL=1<br>詳しくないのでわからないですがこういう設定ですかね? ref→<a href="https://t.co/qfMpl2dIO0">https://t.co/qfMpl2dIO0</a></p>&mdash; 3日くらい (@mikkakurai) <a href="https://twitter.com/mikkakurai/status/1385113498619813893?ref_src=twsrc%5Etfw">April 22, 2021</a></blockquote> 再取得ごとに当年分を生成するからいいかなと思っていたが、よくよく考えてみたら、Herokuデプロイ時にDockerfile内にてicsを生成して保存、expressがその生成済みicsファイルを返しているだけ、という動きなので、来年になっても更新されませんね……。
priority
繰り返し定義を追加する twitterにてご指摘いただいた。 無いかなと思って探したところ作っておられて感謝です!取り込んでみて思ったのですが年で繰り返しされていたほうが良いかと思いました。 rrule freq yearly interval 詳しくないのでわからないですがこういう設定ですかね? ref→ 再取得ごとに当年分を生成するからいいかなと思っていたが、よくよく考えてみたら、herokuデプロイ時にdockerfile内にてicsを生成して保存、expressがその生成済みicsファイルを返しているだけ、という動きなので、来年になっても更新されませんね……。
1
610,767
18,923,744,513
IssuesEvent
2021-11-17 06:56:02
boostcampwm-2021/web07-boostCam
https://api.github.com/repos/boostcampwm-2021/web07-boostCam
closed
github으로 로그인 버튼을 눌러 로그인 할 수 있다.
frontend high priority login
로그인 버튼을 누르면 OAuth API를 호출하여 해당 소셜 로그인을 진행한다. github API에서 id, login을 가져온 뒤, id값으로 최초 로그인인지 아닌지 판단한다.
1.0
github으로 로그인 버튼을 눌러 로그인 할 수 있다. - 로그인 버튼을 누르면 OAuth API를 호출하여 해당 소셜 로그인을 진행한다. github API에서 id, login을 가져온 뒤, id값으로 최초 로그인인지 아닌지 판단한다.
priority
github으로 로그인 버튼을 눌러 로그인 할 수 있다 로그인 버튼을 누르면 oauth api를 호출하여 해당 소셜 로그인을 진행한다 github api에서 id login을 가져온 뒤 id값으로 최초 로그인인지 아닌지 판단한다
1
815,284
30,544,562,739
IssuesEvent
2023-07-20 02:00:15
Qiskit/qiskit-terra
https://api.github.com/repos/Qiskit/qiskit-terra
closed
Update __qiskit_version__
type: feature request priority: high
### What should we add? We are moving towards qiskit=qiskit-terra and many subpackages have been removed from the metapackage (aqua, ignis, ibmq-provider and soon aer). What are going to do with the version string `__qiskit_version__` and the handy `%qiskit_version_table` jupyter magic command (which just display the information of `__qiskit_version__`? There a few cases: 1. Deprecated packages (for example, aqua, ignis, ibmq-provider). 1. Packages: `aqua`, `ignis`, `ibmq-provider` 2. Suggestion: Remove them 3. New packages that replaced the deprecated packages: 1. Packages `nature`, `optimization`, `finance`, `machine-learning`, `experiments`, `ibm-provider`, `ibm-runtime`, `ibm-experiment`. 2. Currently we include aqua's replacement the application modules, but not ignis' replacement qiskit-experiments, and ibmq-provider's replacements qiskit-ibm-provider, qiskit-ibm-runtime, qiskit-ibm-experiment 3. Suggestion: add the replacements packages. 5. Other ibm developed qiskit packages that were not replacement of old "element" sub packages. 1. Packages: `dynamics`, `metal` 1. Suggestion: I am not sure.
1.0
Update __qiskit_version__ - ### What should we add? We are moving towards qiskit=qiskit-terra and many subpackages have been removed from the metapackage (aqua, ignis, ibmq-provider and soon aer). What are going to do with the version string `__qiskit_version__` and the handy `%qiskit_version_table` jupyter magic command (which just display the information of `__qiskit_version__`? There a few cases: 1. Deprecated packages (for example, aqua, ignis, ibmq-provider). 1. Packages: `aqua`, `ignis`, `ibmq-provider` 2. Suggestion: Remove them 3. New packages that replaced the deprecated packages: 1. Packages `nature`, `optimization`, `finance`, `machine-learning`, `experiments`, `ibm-provider`, `ibm-runtime`, `ibm-experiment`. 2. Currently we include aqua's replacement the application modules, but not ignis' replacement qiskit-experiments, and ibmq-provider's replacements qiskit-ibm-provider, qiskit-ibm-runtime, qiskit-ibm-experiment 3. Suggestion: add the replacements packages. 5. Other ibm developed qiskit packages that were not replacement of old "element" sub packages. 1. Packages: `dynamics`, `metal` 1. Suggestion: I am not sure.
priority
update qiskit version what should we add we are moving towards qiskit qiskit terra and many subpackages have been removed from the metapackage aqua ignis ibmq provider and soon aer what are going to do with the version string qiskit version and the handy qiskit version table jupyter magic command which just display the information of qiskit version there a few cases deprecated packages for example aqua ignis ibmq provider packages aqua ignis ibmq provider suggestion remove them new packages that replaced the deprecated packages packages nature optimization finance machine learning experiments ibm provider ibm runtime ibm experiment currently we include aqua s replacement the application modules but not ignis replacement qiskit experiments and ibmq provider s replacements qiskit ibm provider qiskit ibm runtime qiskit ibm experiment suggestion add the replacements packages other ibm developed qiskit packages that were not replacement of old element sub packages packages dynamics metal suggestion i am not sure
1
265,867
8,360,006,814
IssuesEvent
2018-10-03 10:05:06
keepassxreboot/keepassxc-browser
https://api.github.com/repos/keepassxreboot/keepassxc-browser
opened
Choose custom credentials broken
bug high priority
<!--- Provide a general summary of the issue in the title above --> ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> The choose custom credentials page is broken. It shows no text. This may be due to the translation branch merge. ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from the current behavior --> ![image](https://user-images.githubusercontent.com/911270/46404041-69957800-c704-11e8-8f79-5ef487a08dc9.png) ## Debug info <!--- Please copy/paste the browser's JavaScript console messages and errors here --> KeePassXC - 2.4.0-snapshot KeePassXC-Browser - 1.2.0-develop Operating system: Linux Browser: Chrome
1.0
Choose custom credentials broken - <!--- Provide a general summary of the issue in the title above --> ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> The choose custom credentials page is broken. It shows no text. This may be due to the translation branch merge. ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from the current behavior --> ![image](https://user-images.githubusercontent.com/911270/46404041-69957800-c704-11e8-8f79-5ef487a08dc9.png) ## Debug info <!--- Please copy/paste the browser's JavaScript console messages and errors here --> KeePassXC - 2.4.0-snapshot KeePassXC-Browser - 1.2.0-develop Operating system: Linux Browser: Chrome
priority
choose custom credentials broken expected behavior the choose custom credentials page is broken it shows no text this may be due to the translation branch merge current behavior debug info keepassxc snapshot keepassxc browser develop operating system linux browser chrome
1
135,497
5,253,211,078
IssuesEvent
2017-02-02 08:48:04
ajency/Listr
https://api.github.com/repos/ajency/Listr
closed
Fundamental Error - for a catalog with formulas
High priority
PFA the catalog for which we found an Internal Server Issue message being displayed - post upload. The catalog didn't show any validation errors but on upload - the SKUs were showing as NA. We figured this was bcoz there were formulas in some of the fields. Please showcase this error before upload as catalogs without SKUs is a definite no-show. [ApparelWomen-SportsBra_1485929531 (1).xlsx](https://github.com/ajency/Listr/files/747003/ApparelWomen-SportsBra_1485929531.1.xlsx)
1.0
Fundamental Error - for a catalog with formulas - PFA the catalog for which we found an Internal Server Issue message being displayed - post upload. The catalog didn't show any validation errors but on upload - the SKUs were showing as NA. We figured this was bcoz there were formulas in some of the fields. Please showcase this error before upload as catalogs without SKUs is a definite no-show. [ApparelWomen-SportsBra_1485929531 (1).xlsx](https://github.com/ajency/Listr/files/747003/ApparelWomen-SportsBra_1485929531.1.xlsx)
priority
fundamental error for a catalog with formulas pfa the catalog for which we found an internal server issue message being displayed post upload the catalog didn t show any validation errors but on upload the skus were showing as na we figured this was bcoz there were formulas in some of the fields please showcase this error before upload as catalogs without skus is a definite no show
1
593,872
18,019,040,543
IssuesEvent
2021-09-16 16:58:14
crkn-rcdr/Digital-Preservation
https://api.github.com/repos/crkn-rcdr/Digital-Preservation
reopened
CIFS to directory on \\crkn-nas\wip share on NAS server as transfer source
1 - high priority sysadmin
The production staff currently use the NAS server as the destination for all scanned images. Currently they use sftp to transfer to a storage space on Jarlsberg. It would likely be much easier for them if a directory on the NAS server could be set up as the transfer source for Archivematica. Archivematica supports [NFS as an access Space ](https://www.archivematica.org/en/docs/storage-service-0.18/administrators/#nfs)in the storage service. I believe the NAS server has NFS enabled, but I don't know the details as I haven't tried to connect. Alternatively, a CIFS connection could be made that is then treated as a regular directory for Archivematica.
1.0
CIFS to directory on \\crkn-nas\wip share on NAS server as transfer source - The production staff currently use the NAS server as the destination for all scanned images. Currently they use sftp to transfer to a storage space on Jarlsberg. It would likely be much easier for them if a directory on the NAS server could be set up as the transfer source for Archivematica. Archivematica supports [NFS as an access Space ](https://www.archivematica.org/en/docs/storage-service-0.18/administrators/#nfs)in the storage service. I believe the NAS server has NFS enabled, but I don't know the details as I haven't tried to connect. Alternatively, a CIFS connection could be made that is then treated as a regular directory for Archivematica.
priority
cifs to directory on crkn nas wip share on nas server as transfer source the production staff currently use the nas server as the destination for all scanned images currently they use sftp to transfer to a storage space on jarlsberg it would likely be much easier for them if a directory on the nas server could be set up as the transfer source for archivematica archivematica supports the storage service i believe the nas server has nfs enabled but i don t know the details as i haven t tried to connect alternatively a cifs connection could be made that is then treated as a regular directory for archivematica
1
386,553
11,440,966,722
IssuesEvent
2020-02-05 10:41:25
canonical-web-and-design/maas-ui
https://api.github.com/repos/canonical-web-and-design/maas-ui
opened
Determine scss strategy
Priority: High
While trying to find out what was causing regressions in the Vanilla 2.6.0 upgrade branch, @lyubomir-popov and I have discovered it is incredibly difficult to determine where styles originate. Also it appears that settings defined in the root `scss/_settings.scss` file are being overwritten, but it is unclear by what. Currently we are handling scss in a few different ways: - Sass files in the project root for components (e.g. `_patterns_double-row.scss`); - Sass files in the project root for styles that are used across different components (e.g. `_patterns_table.scss`); - Sass files in the project root for global styles and importing vanilla (e.g. `base.scss`, `_settings.scss`); - Some components import custom scss directly into the JS file, which may or may not import Vanilla files directly (e.g. `SideNav.scss`). The confusion is compounded when taking into account we are also importing components from the react-components library, some of which import custom scss directly. We should determine and document the best way of handling scss in MAAS in a way that is consistent and not prone to duplicated styles.
1.0
Determine scss strategy - While trying to find out what was causing regressions in the Vanilla 2.6.0 upgrade branch, @lyubomir-popov and I have discovered it is incredibly difficult to determine where styles originate. Also it appears that settings defined in the root `scss/_settings.scss` file are being overwritten, but it is unclear by what. Currently we are handling scss in a few different ways: - Sass files in the project root for components (e.g. `_patterns_double-row.scss`); - Sass files in the project root for styles that are used across different components (e.g. `_patterns_table.scss`); - Sass files in the project root for global styles and importing vanilla (e.g. `base.scss`, `_settings.scss`); - Some components import custom scss directly into the JS file, which may or may not import Vanilla files directly (e.g. `SideNav.scss`). The confusion is compounded when taking into account we are also importing components from the react-components library, some of which import custom scss directly. We should determine and document the best way of handling scss in MAAS in a way that is consistent and not prone to duplicated styles.
priority
determine scss strategy while trying to find out what was causing regressions in the vanilla upgrade branch lyubomir popov and i have discovered it is incredibly difficult to determine where styles originate also it appears that settings defined in the root scss settings scss file are being overwritten but it is unclear by what currently we are handling scss in a few different ways sass files in the project root for components e g patterns double row scss sass files in the project root for styles that are used across different components e g patterns table scss sass files in the project root for global styles and importing vanilla e g base scss settings scss some components import custom scss directly into the js file which may or may not import vanilla files directly e g sidenav scss the confusion is compounded when taking into account we are also importing components from the react components library some of which import custom scss directly we should determine and document the best way of handling scss in maas in a way that is consistent and not prone to duplicated styles
1
196,326
6,926,837,864
IssuesEvent
2017-11-30 20:36:03
redox-os/ion
https://api.github.com/repos/redox-os/ion
reopened
Parser panic on expansions with double parens
bug C-Class good first issue high-priority low-hanging fruit
**Reproduction**: ``` let a = @((b)) ``` **Actual behavior**: A panic with this message: `thread 'main' panicked at 'attempt to subtract with overflow', src/parser/arguments.rs:87:25` [Backtrace](https://gist.github.com/xTibor/635e560c6fc25f9e5c1ba6aa75da18cf) **Build information**: `rustc -V`: `rustc 1.23.0-nightly (d6b06c63a 2017-11-09)` `git rev-parse HEAD`: 2f176ebe1010b4ebd9e2a9031ad354e598cdee9c System: KDE neon 5.11 (Ubuntu 16.04 LTS)
1.0
Parser panic on expansions with double parens - **Reproduction**: ``` let a = @((b)) ``` **Actual behavior**: A panic with this message: `thread 'main' panicked at 'attempt to subtract with overflow', src/parser/arguments.rs:87:25` [Backtrace](https://gist.github.com/xTibor/635e560c6fc25f9e5c1ba6aa75da18cf) **Build information**: `rustc -V`: `rustc 1.23.0-nightly (d6b06c63a 2017-11-09)` `git rev-parse HEAD`: 2f176ebe1010b4ebd9e2a9031ad354e598cdee9c System: KDE neon 5.11 (Ubuntu 16.04 LTS)
priority
parser panic on expansions with double parens reproduction let a b actual behavior a panic with this message thread main panicked at attempt to subtract with overflow src parser arguments rs build information rustc v rustc nightly git rev parse head system kde neon ubuntu lts
1
376,876
11,157,558,568
IssuesEvent
2019-12-25 13:34:53
verdaccio/ui
https://api.github.com/repos/verdaccio/ui
closed
Page 404 miss some padding
bug hacktoberfest 🎃 high-priority
**Describe the bug** <img width="591" alt="Verdaccio_-__verdaccio_active-directory" src="https://user-images.githubusercontent.com/558752/66712660-1e468880-eda0-11e9-9845-3f0f23ae63a1.png">
1.0
Page 404 miss some padding - **Describe the bug** <img width="591" alt="Verdaccio_-__verdaccio_active-directory" src="https://user-images.githubusercontent.com/558752/66712660-1e468880-eda0-11e9-9845-3f0f23ae63a1.png">
priority
page miss some padding describe the bug img width alt verdaccio verdaccio active directory src
1
372,290
11,012,359,980
IssuesEvent
2019-12-04 18:06:11
DrylandEcology/SOILWAT2
https://api.github.com/repos/DrylandEcology/SOILWAT2
closed
Update SOILWAT2 to be compatible with gridded_code branch of STEPWAT2
Bugfix high priority
While updating STEPWAT2's gridded code I changed the variable Globals to a pointer. There is one reference to Globals in setGlobalSTEPWAT2_OutputVariables() in SW_Output_outarray.c that needs to be updated. ``` Globals.runModelYears to Globals->runModelYears ```
1.0
Update SOILWAT2 to be compatible with gridded_code branch of STEPWAT2 - While updating STEPWAT2's gridded code I changed the variable Globals to a pointer. There is one reference to Globals in setGlobalSTEPWAT2_OutputVariables() in SW_Output_outarray.c that needs to be updated. ``` Globals.runModelYears to Globals->runModelYears ```
priority
update to be compatible with gridded code branch of while updating s gridded code i changed the variable globals to a pointer there is one reference to globals in outputvariables in sw output outarray c that needs to be updated globals runmodelyears to globals runmodelyears
1
92,187
3,868,753,182
IssuesEvent
2016-04-10 05:32:10
cs2103jan2016-t16-4j/main
https://api.github.com/repos/cs2103jan2016-t16-4j/main
closed
A user can get help with a single click.
priority.high type.epic
So that he can easily find out how to use the application if he has forgotten the commands and need some help.
1.0
A user can get help with a single click. - So that he can easily find out how to use the application if he has forgotten the commands and need some help.
priority
a user can get help with a single click so that he can easily find out how to use the application if he has forgotten the commands and need some help
1
243,320
7,856,228,472
IssuesEvent
2018-06-21 06:44:16
status-im/status-react
https://api.github.com/repos/status-im/status-react
closed
Tx failed with Out of Gas error
bug dapp high-priority
[comment]: # (Please replace ... with your information. Remove < and >) ### User Story As a user, I want my transactions in Dapps to be succeeded ### Description [comment]: # (Feature or Bug? i.e Type: Bug) *Type*: Bug [comment]: # (Describe the feature you would like, or briefly summarise the bug and what you did, what you expected to happen, and what actually happens. Sections below) If dapp files the transaction and does not set gas value, status calculates it with`.estimateGas` function, but sometimes these transactions are failed with Out of Gas error #### Expected behavior [comment]: # (Describe what you expected to happen.) Transactions should be succeeded #### Actual behavior [comment]: # (Describe what actually happened.) transactions failed ### Solution [comment]: # (Please summarise the solution and provide a task list on what needs to be fixed.) *Summary*: add like 1000 - 10000 to estimated gas limit
1.0
Tx failed with Out of Gas error - [comment]: # (Please replace ... with your information. Remove < and >) ### User Story As a user, I want my transactions in Dapps to be succeeded ### Description [comment]: # (Feature or Bug? i.e Type: Bug) *Type*: Bug [comment]: # (Describe the feature you would like, or briefly summarise the bug and what you did, what you expected to happen, and what actually happens. Sections below) If dapp files the transaction and does not set gas value, status calculates it with`.estimateGas` function, but sometimes these transactions are failed with Out of Gas error #### Expected behavior [comment]: # (Describe what you expected to happen.) Transactions should be succeeded #### Actual behavior [comment]: # (Describe what actually happened.) transactions failed ### Solution [comment]: # (Please summarise the solution and provide a task list on what needs to be fixed.) *Summary*: add like 1000 - 10000 to estimated gas limit
priority
tx failed with out of gas error please replace with your information remove user story as a user i want my transactions in dapps to be succeeded description feature or bug i e type bug type bug describe the feature you would like or briefly summarise the bug and what you did what you expected to happen and what actually happens sections below if dapp files the transaction and does not set gas value status calculates it with estimategas function but sometimes these transactions are failed with out of gas error expected behavior describe what you expected to happen transactions should be succeeded actual behavior describe what actually happened transactions failed solution please summarise the solution and provide a task list on what needs to be fixed summary add like to estimated gas limit
1
152,363
5,845,658,244
IssuesEvent
2017-05-10 14:40:09
fedora-infra/bodhi
https://api.github.com/repos/fedora-infra/bodhi
opened
lslebodn was able to request an update for stable before it met testing requirements
High priority
lslebodn was able to click the "push to stable" button on this update when it had only been in testing for 5 days and had 2 karma (with a threshold set to 3): https://bodhi.fedoraproject.org/updates/FEDORA-2017-61c75669ea I expect that the masher will kick the update out for failing to meet testing requirements, but we should not have presented the push to stable button or allowed it to set the request to stable.
1.0
lslebodn was able to request an update for stable before it met testing requirements - lslebodn was able to click the "push to stable" button on this update when it had only been in testing for 5 days and had 2 karma (with a threshold set to 3): https://bodhi.fedoraproject.org/updates/FEDORA-2017-61c75669ea I expect that the masher will kick the update out for failing to meet testing requirements, but we should not have presented the push to stable button or allowed it to set the request to stable.
priority
lslebodn was able to request an update for stable before it met testing requirements lslebodn was able to click the push to stable button on this update when it had only been in testing for days and had karma with a threshold set to i expect that the masher will kick the update out for failing to meet testing requirements but we should not have presented the push to stable button or allowed it to set the request to stable
1
86,985
3,735,786,007
IssuesEvent
2016-03-08 13:43:17
RestComm/mediaserver
https://api.github.com/repos/RestComm/mediaserver
closed
IndexOutOfBoundsException when SdpFactory iterates over RTP channel formats
bug High-Priority
When running load test on Media Server, the following exception would sometimes occur : > ERROR [MGCP] tx=147508315 Failed java.lang.IndexOutOfBoundsException: Index: 9, Size: 8 at java.util.ArrayList.rangeCheck(ArrayList.java:635) at java.util.ArrayList.get(ArrayList.java:411) at org.mobicents.media.server.io.sdp.format.RTPFormats.next(RTPFormats.java:170) at org.mobicents.media.server.impl.rtp.sdp.SdpFactory.buildMediaDescription(SdpFactory.java:209) at org.mobicents.media.server.impl.rtp.sdp.SdpFactory.buildSdp(SdpFactory.java:82) at org.mobicents.media.core.connections.RtpConnectionImpl.generateOffer(RtpConnectionImpl.java:425) at org.mobicents.media.server.mgcp.controller.MgcpConnection.generateLocalDescriptor(MgcpConnection.java:124) at org.mobicents.media.server.mgcp.tx.cmd.CreateConnectionCmd$Preprocessor.perform(CreateConnectionCmd.java:294) at org.mobicents.media.server.scheduler.Task.run(Task.java:122) at org.mobicents.media.server.scheduler.PriorityQueueScheduler$WorkerThread.run(PriorityQueueScheduler.java:424) The problem is that the RTPFormats cannot be iterated concurrently.
1.0
IndexOutOfBoundsException when SdpFactory iterates over RTP channel formats - When running load test on Media Server, the following exception would sometimes occur : > ERROR [MGCP] tx=147508315 Failed java.lang.IndexOutOfBoundsException: Index: 9, Size: 8 at java.util.ArrayList.rangeCheck(ArrayList.java:635) at java.util.ArrayList.get(ArrayList.java:411) at org.mobicents.media.server.io.sdp.format.RTPFormats.next(RTPFormats.java:170) at org.mobicents.media.server.impl.rtp.sdp.SdpFactory.buildMediaDescription(SdpFactory.java:209) at org.mobicents.media.server.impl.rtp.sdp.SdpFactory.buildSdp(SdpFactory.java:82) at org.mobicents.media.core.connections.RtpConnectionImpl.generateOffer(RtpConnectionImpl.java:425) at org.mobicents.media.server.mgcp.controller.MgcpConnection.generateLocalDescriptor(MgcpConnection.java:124) at org.mobicents.media.server.mgcp.tx.cmd.CreateConnectionCmd$Preprocessor.perform(CreateConnectionCmd.java:294) at org.mobicents.media.server.scheduler.Task.run(Task.java:122) at org.mobicents.media.server.scheduler.PriorityQueueScheduler$WorkerThread.run(PriorityQueueScheduler.java:424) The problem is that the RTPFormats cannot be iterated concurrently.
priority
indexoutofboundsexception when sdpfactory iterates over rtp channel formats when running load test on media server the following exception would sometimes occur error tx failed java lang indexoutofboundsexception index size at java util arraylist rangecheck arraylist java at java util arraylist get arraylist java at org mobicents media server io sdp format rtpformats next rtpformats java at org mobicents media server impl rtp sdp sdpfactory buildmediadescription sdpfactory java at org mobicents media server impl rtp sdp sdpfactory buildsdp sdpfactory java at org mobicents media core connections rtpconnectionimpl generateoffer rtpconnectionimpl java at org mobicents media server mgcp controller mgcpconnection generatelocaldescriptor mgcpconnection java at org mobicents media server mgcp tx cmd createconnectioncmd preprocessor perform createconnectioncmd java at org mobicents media server scheduler task run task java at org mobicents media server scheduler priorityqueuescheduler workerthread run priorityqueuescheduler java the problem is that the rtpformats cannot be iterated concurrently
1
637,464
20,648,757,227
IssuesEvent
2022-03-09 00:18:36
next-l/enju_leaf
https://api.github.com/repos/next-l/enju_leaf
closed
「書き出し」のTSV出力に所蔵情報が含まれていない
bug high priority checking
TSVファイルのヘッダは以下のとおり。所蔵に関する情報が含まれていない。 ``` manifestation_id original_title title_alternative title_transcription statement_of_responsibility serial manifestation_identifier creator contributor publisher pub_date year_of_publication publication_place manifestation_created_at manifestation_updated_at carrier_type content_type frequency language isbn issn volume_number volume_number_string edition edition_string issue_number issue_number_string serial_number extent start_page end_page dimensions height width depth price access_address manifestation_required_role description note identifier:jpno identifier:isbn identifier:iss_itemno identifier:issn identifier:lccn identifier:doi identifier:issn_l identifier:loc_identifier identifier:ncid identifier:custom series_statement_id series_statement_original_title series_statement_title_subseries series_statement_title_subseries_transcription series_statement_title_transcription series_statement_creator series_statement_volume_number series_statement_series_master series_statement_root_manifestation_id series_statement_manifestation_id series_statement_position series_statement_note series_statement_created_at series_statement_updated_at memo manifestation:value1 manifestation:value2 manifestation:value3 subject:ndlsh subject:lcsh subject:unknown subject:admin subject:bsh classification:unknown classification:ndc9 classification:nlm classification:ddc classification:ndlc classification:ndc8 classification:clno classification:janl1 classification:ndc10 jpno ncid ```
1.0
「書き出し」のTSV出力に所蔵情報が含まれていない - TSVファイルのヘッダは以下のとおり。所蔵に関する情報が含まれていない。 ``` manifestation_id original_title title_alternative title_transcription statement_of_responsibility serial manifestation_identifier creator contributor publisher pub_date year_of_publication publication_place manifestation_created_at manifestation_updated_at carrier_type content_type frequency language isbn issn volume_number volume_number_string edition edition_string issue_number issue_number_string serial_number extent start_page end_page dimensions height width depth price access_address manifestation_required_role description note identifier:jpno identifier:isbn identifier:iss_itemno identifier:issn identifier:lccn identifier:doi identifier:issn_l identifier:loc_identifier identifier:ncid identifier:custom series_statement_id series_statement_original_title series_statement_title_subseries series_statement_title_subseries_transcription series_statement_title_transcription series_statement_creator series_statement_volume_number series_statement_series_master series_statement_root_manifestation_id series_statement_manifestation_id series_statement_position series_statement_note series_statement_created_at series_statement_updated_at memo manifestation:value1 manifestation:value2 manifestation:value3 subject:ndlsh subject:lcsh subject:unknown subject:admin subject:bsh classification:unknown classification:ndc9 classification:nlm classification:ddc classification:ndlc classification:ndc8 classification:clno classification:janl1 classification:ndc10 jpno ncid ```
priority
「書き出し」のtsv出力に所蔵情報が含まれていない tsvファイルのヘッダは以下のとおり。所蔵に関する情報が含まれていない。 manifestation id original title title alternative title transcription statement of responsibility serial manifestation identifier creator contributor publisher pub date year of publication publication place manifestation created at manifestation updated at carrier type content type frequency language isbn issn volume number volume number string edition edition string issue number issue number string serial number extent start page end page dimensions height width depth price access address manifestation required role description note identifier jpno identifier isbn identifier iss itemno identifier issn identifier lccn identifier doi identifier issn l identifier loc identifier identifier ncid identifier custom series statement id series statement original title series statement title subseries series statement title subseries transcription series statement title transcription series statement creator series statement volume number series statement series master series statement root manifestation id series statement manifestation id series statement position series statement note series statement created at series statement updated at memo manifestation manifestation manifestation subject ndlsh subject lcsh subject unknown subject admin subject bsh classification unknown classification classification nlm classification ddc classification ndlc classification classification clno classification classification jpno ncid
1
523,385
15,180,627,096
IssuesEvent
2021-02-15 00:39:54
LearnersBlock/learners-block
https://api.github.com/repos/LearnersBlock/learners-block
opened
Replace BACKEND_API_BASE file manager configuration
priority - high
Currently, the file manager relies on a `BACKEND_API_BASE` env variable to determine the base URL for authentication API calls. As the URL however can be changed at any time, the backend URL changes as well (#16). In order to prevent issues in a production environment, the file manager will need to dynamically determine the URL.
1.0
Replace BACKEND_API_BASE file manager configuration - Currently, the file manager relies on a `BACKEND_API_BASE` env variable to determine the base URL for authentication API calls. As the URL however can be changed at any time, the backend URL changes as well (#16). In order to prevent issues in a production environment, the file manager will need to dynamically determine the URL.
priority
replace backend api base file manager configuration currently the file manager relies on a backend api base env variable to determine the base url for authentication api calls as the url however can be changed at any time the backend url changes as well in order to prevent issues in a production environment the file manager will need to dynamically determine the url
1
149,797
5,726,139,835
IssuesEvent
2017-04-20 18:14:56
processing/p5.js-web-editor
https://api.github.com/repos/processing/p5.js-web-editor
closed
store redux state in localStorage for http -> https redirection
priority:high type:feature
When a user is redirected from http to https and vice versa, their redux state will be lost. Therefore, this will need to be stored for certain use cases.
1.0
store redux state in localStorage for http -> https redirection - When a user is redirected from http to https and vice versa, their redux state will be lost. Therefore, this will need to be stored for certain use cases.
priority
store redux state in localstorage for http https redirection when a user is redirected from http to https and vice versa their redux state will be lost therefore this will need to be stored for certain use cases
1
515,614
14,965,835,103
IssuesEvent
2021-01-27 13:53:20
graknlabs/grakn
https://api.github.com/repos/graknlabs/grakn
closed
Attempting to open a transaction should time out after 10 seconds, not stall indefinitely
priority: high type: bug
## Problem to Solve Currently, if a user (say, a database admin) keeps a schema session open for a few minutes to perform some maintenance, any other client attempting to connect to the database and write some data will just stall indefinitely. ## Current Workaround Sit there looking confused. ## Proposed Solution When attempting to open a transaction, we have a blocking call that waits for a lock to become available. It currently blocks indefinitely. Instead, it should time out after 10 seconds.
1.0
Attempting to open a transaction should time out after 10 seconds, not stall indefinitely - ## Problem to Solve Currently, if a user (say, a database admin) keeps a schema session open for a few minutes to perform some maintenance, any other client attempting to connect to the database and write some data will just stall indefinitely. ## Current Workaround Sit there looking confused. ## Proposed Solution When attempting to open a transaction, we have a blocking call that waits for a lock to become available. It currently blocks indefinitely. Instead, it should time out after 10 seconds.
priority
attempting to open a transaction should time out after seconds not stall indefinitely problem to solve currently if a user say a database admin keeps a schema session open for a few minutes to perform some maintenance any other client attempting to connect to the database and write some data will just stall indefinitely current workaround sit there looking confused proposed solution when attempting to open a transaction we have a blocking call that waits for a lock to become available it currently blocks indefinitely instead it should time out after seconds
1
688,482
23,584,371,274
IssuesEvent
2022-08-23 10:17:45
datatlas-erasme/front
https://api.github.com/repos/datatlas-erasme/front
closed
Merge Templates : Css Styling integration
styling priority high template system
in order to merge the "industries" template the is a need to move all the index.css file to dev and adapt it into styled components
1.0
Merge Templates : Css Styling integration - in order to merge the "industries" template the is a need to move all the index.css file to dev and adapt it into styled components
priority
merge templates css styling integration in order to merge the industries template the is a need to move all the index css file to dev and adapt it into styled components
1
827,631
31,789,210,200
IssuesEvent
2023-09-13 00:57:53
NeurodataWithoutBorders/nwb-guide
https://api.github.com/repos/NeurodataWithoutBorders/nwb-guide
closed
[Mac]: Python server unable to be built with Pyinstaller
priority: high
Attempting to run `python-onefile-build` fails to output anything on Mac. Below is the output to the terminal until an exit code is thrown: ``` 1495 INFO: PyInstaller: 4.7 1495 INFO: Python: 3.9.7 (conda) 1528 INFO: Platform: macOS-10.16-x86_64-i386-64bit 1529 INFO: wrote /Users/garrettflynn/Documents/Github/nwb-guide/app.spec 1561 INFO: UPX is not available. 1562 INFO: Removing temporary files and cleaning cache in /Users/garrettflynn/Library/Application Support/pyinstaller 1570 INFO: Extending PYTHONPATH with paths ['/Users/garrettflynn/Documents/Github/nwb-guide/pyflask'] 2821 INFO: checking Analysis 2821 INFO: Building Analysis because Analysis-00.toc is non existent 2821 INFO: Initializing module dependency graph... 2825 INFO: Caching module graph hooks... 2834 WARNING: Several hooks defined for module 'numpy'. Please take care they do not conflict. 2846 INFO: Analyzing base_library.zip ... 5322 INFO: Processing pre-find module path hook distutils from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/pre_find_module_path/hook-distutils.py'. 5455 INFO: distutils: retargeting to non-venv dir '/opt/anaconda3/envs/env-electron-python/lib/python3.9' 8663 INFO: Caching module dependency graph... 8815 INFO: running Analysis Analysis-00.toc 8827 INFO: Analyzing /Users/garrettflynn/Documents/Github/nwb-guide/pyflask/app.py 13879 INFO: Processing pre-safe import module hook six.moves from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-six.moves.py'. 14659 INFO: Processing pre-safe import module hook urllib3.packages.six.moves from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-urllib3.packages.six.moves.py'. 19687 INFO: Processing pre-find module path hook site from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/pre_find_module_path/hook-site.py'. 19688 INFO: site: retargeting to fake-dir '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/fake-modules' 43074 INFO: Processing pre-safe import module hook win32com from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/hook-win32com.py'. 56327 INFO: Processing module hooks... 56327 INFO: Loading module hook 'hook-py.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 56376 INFO: Loading module hook 'hook-numcodecs.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 56378 INFO: Loading module hook 'hook-jinja2.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 56380 INFO: Loading module hook 'hook-boto3.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 57163 INFO: Loading module hook 'hook-appdirs.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 57182 INFO: Loading module hook 'hook-h5py.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 57185 INFO: Loading module hook 'hook-jsonschema.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 57203 INFO: Loading module hook 'hook-pydantic.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 58210 INFO: Loading module hook 'hook-certifi.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 58214 INFO: Loading module hook 'hook-pytest.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 58417 INFO: Loading module hook 'hook-openpyxl.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 58486 INFO: Loading module hook 'hook-lxml.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 59053 INFO: Loading module hook 'hook-lxml.etree.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 59055 INFO: Loading module hook 'hook-flask_restx.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 59068 INFO: Loading module hook 'hook-botocore.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 59895 INFO: Loading module hook 'hook-Cryptodome.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 59908 INFO: Loading module hook 'hook-numpy.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/numpy/_pyinstaller'... 59959 WARNING: Conda distribution 'numpy', dependency of 'numpy', was not found. If you installed this distribution with pip then you may ignore this warning. 59993 INFO: Import to be excluded not found: 'f2py' 60027 INFO: Loading module hook 'hook-scipy.linalg.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 60031 INFO: Loading module hook 'hook-sqlite3.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 60103 INFO: Loading module hook 'hook-pkg_resources.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 61250 WARNING: Hidden import "pkg_resources.py2_warn" not found! 61250 WARNING: Hidden import "pkg_resources.markers" not found! 61261 INFO: Loading module hook 'hook-pandas.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 63876 INFO: Loading module hook 'hook-scipy.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 63879 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 63881 INFO: Loading module hook 'hook-scipy.special._ufuncs.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 63883 INFO: Loading module hook 'hook-pytz.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 63992 INFO: Loading module hook 'hook-lib2to3.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64040 INFO: Loading module hook 'hook-_tkinter.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64312 INFO: checking Tree 64313 INFO: Building Tree because Tree-00.toc is non existent 64313 INFO: Building Tree Tree-00.toc 64344 INFO: checking Tree 64344 INFO: Building Tree because Tree-01.toc is non existent 64344 INFO: Building Tree Tree-01.toc 64428 INFO: checking Tree 64429 INFO: Building Tree because Tree-02.toc is non existent 64429 INFO: Building Tree Tree-02.toc 64431 INFO: Loading module hook 'hook-scipy.spatial.transform.rotation.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64493 INFO: Loading module hook 'hook-encodings.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64577 INFO: Loading module hook 'hook-PIL.ImageFilter.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64595 INFO: Loading module hook 'hook-distutils.util.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64603 INFO: Loading module hook 'hook-keyring.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64846 INFO: Loading module hook 'hook-pandas.io.formats.style.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64853 INFO: Loading module hook 'hook-pandas.plotting.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 65025 INFO: Loading module hook 'hook-scipy.sparse.csgraph.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 65029 INFO: Loading module hook 'hook-PIL.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 65063 INFO: Loading module hook 'hook-setuptools.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 66618 INFO: Loading module hook 'hook-importlib_resources.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 66628 WARNING: Hidden import "importlib_resources.trees" not found! 66630 INFO: Loading module hook 'hook-zope.interface.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 66652 INFO: Loading module hook 'hook-gevent.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... Traceback (most recent call last): File "<string>", line 21, in walk_packages File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/gevent/testing/__init__.py", line 169, in <module> from unittest import mock File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/unittest/mock.py", line 26, in <module> import asyncio File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/asyncio/__init__.py", line 8, in <module> from .base_events import * File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/asyncio/base_events.py", line 18, in <module> import concurrent.futures File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/concurrent/futures/__init__.py", line 8, in <module> from concurrent.futures._base import (FIRST_COMPLETED, File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/concurrent/futures/_base.py", line 357 raise type(self._exception), self._exception, self._traceback ^ SyntaxError: invalid syntax collect_submodules: failed to import 'gevent.testing'! 67680 INFO: Determining a mapping of distributions to packages... 82072 WARNING: Unable to find package for requirement zope.event from package gevent. 82072 WARNING: Unable to find package for requirement zope.interface from package gevent. 82072 INFO: Packages required by gevent: ['setuptools', 'greenlet'] 83386 INFO: Loading module hook 'hook-matplotlib.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 83855 INFO: Loading module hook 'hook-xml.dom.domreg.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 83856 INFO: Loading module hook 'hook-PIL.Image.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 84216 INFO: Loading module hook 'hook-scipy.special._ellip_harm_2.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 84217 INFO: Loading module hook 'hook-scipy.io.matlab.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 84218 INFO: Loading module hook 'hook-packaging.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 84219 INFO: Loading module hook 'hook-pickle.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 84240 INFO: Loading module hook 'hook-matplotlib.backends.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 84952 INFO: Matplotlib backend "GTK3Agg": ignored The GTK3 backends require PyGObject 85227 INFO: Matplotlib backend "GTK3Cairo": ignored cairo backend requires that pycairo>=1.14.0 or cairocffi is installed 85627 INFO: Matplotlib backend "GTK4Agg": ignored The GTK4 backends require PyGObject 85946 INFO: Matplotlib backend "GTK4Cairo": ignored cairo backend requires that pycairo>=1.14.0 or cairocffi is installed 86702 INFO: Matplotlib backend "MacOSX": added 86997 INFO: Matplotlib backend "nbAgg": ignored No module named 'ipykernel' 87283 INFO: Matplotlib backend "QtAgg": ignored Failed to import any of the following Qt binding modules: PyQt6, PySide6, PyQt5, PySide2 87563 INFO: Matplotlib backend "QtCairo": ignored cairo backend requires that pycairo>=1.14.0 or cairocffi is installed 87835 INFO: Matplotlib backend "Qt5Agg": ignored Failed to import any of the following Qt binding modules: PyQt6, PySide6, PyQt5, PySide2 88116 INFO: Matplotlib backend "Qt5Cairo": ignored cairo backend requires that pycairo>=1.14.0 or cairocffi is installed 88761 INFO: Matplotlib backend "TkAgg": added 89192 INFO: Matplotlib backend "TkCairo": ignored cairo backend requires that pycairo>=1.14.0 or cairocffi is installed 89478 INFO: Matplotlib backend "WebAgg": ignored Traceback (most recent call last): File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/matplotlib/backends/backend_webagg.py", line 27, in <module> import tornado ModuleNotFoundError: No module named 'tornado' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "<string>", line 12, in <module> File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/matplotlib/backends/backend_webagg.py", line 29, in <module> raise RuntimeError("The WebAgg backend requires Tornado.") from err RuntimeError: The WebAgg backend requires Tornado. 89860 INFO: Matplotlib backend "WX": ignored No module named 'wx' 90134 INFO: Matplotlib backend "WXAgg": ignored No module named 'wx' 90405 INFO: Matplotlib backend "WXCairo": ignored No module named 'wx' 90823 INFO: Matplotlib backend "agg": added 91089 INFO: Matplotlib backend "cairo": ignored cairo backend requires that pycairo>=1.14.0 or cairocffi is installed 91942 INFO: Matplotlib backend "pdf": added 92615 INFO: Matplotlib backend "pgf": added 93695 INFO: Matplotlib backend "ps": added 94141 INFO: Matplotlib backend "svg": added 94783 INFO: Matplotlib backend "template": added 98282 INFO: Loading module hook 'hook-importlib_metadata.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98284 INFO: Loading module hook 'hook-heapq.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98302 INFO: Loading module hook 'hook-scipy.stats._stats.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98304 INFO: Loading module hook 'hook-difflib.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98322 INFO: Loading module hook 'hook-multiprocessing.util.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98347 INFO: Loading module hook 'hook-sysconfig.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98359 INFO: Loading module hook 'hook-xml.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98361 INFO: Loading module hook 'hook-distutils.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98364 INFO: Loading module hook 'hook-numpy._pytesttester.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98377 INFO: Loading module hook 'hook-lxml.objectify.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 98382 INFO: Loading module hook 'hook-lxml.isoschematron.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 98391 INFO: Loading module hook 'hook-PIL.SpiderImagePlugin.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98704 INFO: Loading module hook 'hook-setuptools.msvc.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 99001 INFO: Looking for ctypes DLLs 99055 WARNING: Library user32 required via ctypes not found 99114 WARNING: Library msvcrt required via ctypes not found 99269 INFO: Analyzing run-time hooks ... 99299 INFO: Including run-time hook '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py' 99302 INFO: Including run-time hook '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py' 99305 INFO: Including run-time hook '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py' 99307 INFO: Including run-time hook '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py' 99309 INFO: Including run-time hook '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgres.py' 99315 INFO: Including run-time hook '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_mplconfig.py' 99400 INFO: Looking for dynamic libraries Traceback (most recent call last): File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/__main__.py", line 134, in <module> run() File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/__main__.py", line 124, in run run_build(pyi_config, spec_file, **vars(args)) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/__main__.py", line 58, in run_build PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/building/build_main.py", line 782, in main build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build')) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/building/build_main.py", line 714, in build exec(code, spec_namespace) File "/Users/garrettflynn/Documents/Github/nwb-guide/app.spec", line 7, in <module> a = Analysis(['pyflask/app.py'], File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/building/build_main.py", line 277, in __init__ self.__postinit__() File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/building/datastruct.py", line 155, in __postinit__ self.assemble() File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/building/build_main.py", line 494, in assemble self.binaries.extend(bindepend.Dependencies(self.binaries, redirects=self.binding_redirects)) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/depend/bindepend.py", line 210, in Dependencies for lib, npth in selectImports(pth, xtrapath): File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/depend/bindepend.py", line 462, in selectImports dlls = getImports(pth) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/depend/bindepend.py", line 703, in getImports return _getImports_macholib(pth) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/depend/bindepend.py", line 603, in _getImports_macholib m = MachO(pth) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/macholib/MachO.py", line 122, in __init__ self.load(fp) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/macholib/MachO.py", line 137, in load self.load_header(fh, 0, size) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/macholib/MachO.py", line 171, in load_header raise ValueError("Unknown Mach-O header: 0x%08x in %r" % (header, fh)) ValueError: Unknown Mach-O header: 0x7f454c46 in <_io.BufferedReader name='/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/sonpy/linux/sonpy.so'> ```
1.0
[Mac]: Python server unable to be built with Pyinstaller - Attempting to run `python-onefile-build` fails to output anything on Mac. Below is the output to the terminal until an exit code is thrown: ``` 1495 INFO: PyInstaller: 4.7 1495 INFO: Python: 3.9.7 (conda) 1528 INFO: Platform: macOS-10.16-x86_64-i386-64bit 1529 INFO: wrote /Users/garrettflynn/Documents/Github/nwb-guide/app.spec 1561 INFO: UPX is not available. 1562 INFO: Removing temporary files and cleaning cache in /Users/garrettflynn/Library/Application Support/pyinstaller 1570 INFO: Extending PYTHONPATH with paths ['/Users/garrettflynn/Documents/Github/nwb-guide/pyflask'] 2821 INFO: checking Analysis 2821 INFO: Building Analysis because Analysis-00.toc is non existent 2821 INFO: Initializing module dependency graph... 2825 INFO: Caching module graph hooks... 2834 WARNING: Several hooks defined for module 'numpy'. Please take care they do not conflict. 2846 INFO: Analyzing base_library.zip ... 5322 INFO: Processing pre-find module path hook distutils from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/pre_find_module_path/hook-distutils.py'. 5455 INFO: distutils: retargeting to non-venv dir '/opt/anaconda3/envs/env-electron-python/lib/python3.9' 8663 INFO: Caching module dependency graph... 8815 INFO: running Analysis Analysis-00.toc 8827 INFO: Analyzing /Users/garrettflynn/Documents/Github/nwb-guide/pyflask/app.py 13879 INFO: Processing pre-safe import module hook six.moves from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-six.moves.py'. 14659 INFO: Processing pre-safe import module hook urllib3.packages.six.moves from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/pre_safe_import_module/hook-urllib3.packages.six.moves.py'. 19687 INFO: Processing pre-find module path hook site from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/pre_find_module_path/hook-site.py'. 19688 INFO: site: retargeting to fake-dir '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/fake-modules' 43074 INFO: Processing pre-safe import module hook win32com from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/pre_safe_import_module/hook-win32com.py'. 56327 INFO: Processing module hooks... 56327 INFO: Loading module hook 'hook-py.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 56376 INFO: Loading module hook 'hook-numcodecs.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 56378 INFO: Loading module hook 'hook-jinja2.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 56380 INFO: Loading module hook 'hook-boto3.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 57163 INFO: Loading module hook 'hook-appdirs.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 57182 INFO: Loading module hook 'hook-h5py.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 57185 INFO: Loading module hook 'hook-jsonschema.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 57203 INFO: Loading module hook 'hook-pydantic.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 58210 INFO: Loading module hook 'hook-certifi.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 58214 INFO: Loading module hook 'hook-pytest.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 58417 INFO: Loading module hook 'hook-openpyxl.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 58486 INFO: Loading module hook 'hook-lxml.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 59053 INFO: Loading module hook 'hook-lxml.etree.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 59055 INFO: Loading module hook 'hook-flask_restx.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 59068 INFO: Loading module hook 'hook-botocore.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 59895 INFO: Loading module hook 'hook-Cryptodome.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 59908 INFO: Loading module hook 'hook-numpy.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/numpy/_pyinstaller'... 59959 WARNING: Conda distribution 'numpy', dependency of 'numpy', was not found. If you installed this distribution with pip then you may ignore this warning. 59993 INFO: Import to be excluded not found: 'f2py' 60027 INFO: Loading module hook 'hook-scipy.linalg.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 60031 INFO: Loading module hook 'hook-sqlite3.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 60103 INFO: Loading module hook 'hook-pkg_resources.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 61250 WARNING: Hidden import "pkg_resources.py2_warn" not found! 61250 WARNING: Hidden import "pkg_resources.markers" not found! 61261 INFO: Loading module hook 'hook-pandas.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 63876 INFO: Loading module hook 'hook-scipy.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 63879 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 63881 INFO: Loading module hook 'hook-scipy.special._ufuncs.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 63883 INFO: Loading module hook 'hook-pytz.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 63992 INFO: Loading module hook 'hook-lib2to3.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64040 INFO: Loading module hook 'hook-_tkinter.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64312 INFO: checking Tree 64313 INFO: Building Tree because Tree-00.toc is non existent 64313 INFO: Building Tree Tree-00.toc 64344 INFO: checking Tree 64344 INFO: Building Tree because Tree-01.toc is non existent 64344 INFO: Building Tree Tree-01.toc 64428 INFO: checking Tree 64429 INFO: Building Tree because Tree-02.toc is non existent 64429 INFO: Building Tree Tree-02.toc 64431 INFO: Loading module hook 'hook-scipy.spatial.transform.rotation.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64493 INFO: Loading module hook 'hook-encodings.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64577 INFO: Loading module hook 'hook-PIL.ImageFilter.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64595 INFO: Loading module hook 'hook-distutils.util.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64603 INFO: Loading module hook 'hook-keyring.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64846 INFO: Loading module hook 'hook-pandas.io.formats.style.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 64853 INFO: Loading module hook 'hook-pandas.plotting.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 65025 INFO: Loading module hook 'hook-scipy.sparse.csgraph.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 65029 INFO: Loading module hook 'hook-PIL.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 65063 INFO: Loading module hook 'hook-setuptools.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 66618 INFO: Loading module hook 'hook-importlib_resources.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 66628 WARNING: Hidden import "importlib_resources.trees" not found! 66630 INFO: Loading module hook 'hook-zope.interface.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 66652 INFO: Loading module hook 'hook-gevent.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... Traceback (most recent call last): File "<string>", line 21, in walk_packages File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/gevent/testing/__init__.py", line 169, in <module> from unittest import mock File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/unittest/mock.py", line 26, in <module> import asyncio File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/asyncio/__init__.py", line 8, in <module> from .base_events import * File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/asyncio/base_events.py", line 18, in <module> import concurrent.futures File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/concurrent/futures/__init__.py", line 8, in <module> from concurrent.futures._base import (FIRST_COMPLETED, File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/concurrent/futures/_base.py", line 357 raise type(self._exception), self._exception, self._traceback ^ SyntaxError: invalid syntax collect_submodules: failed to import 'gevent.testing'! 67680 INFO: Determining a mapping of distributions to packages... 82072 WARNING: Unable to find package for requirement zope.event from package gevent. 82072 WARNING: Unable to find package for requirement zope.interface from package gevent. 82072 INFO: Packages required by gevent: ['setuptools', 'greenlet'] 83386 INFO: Loading module hook 'hook-matplotlib.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 83855 INFO: Loading module hook 'hook-xml.dom.domreg.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 83856 INFO: Loading module hook 'hook-PIL.Image.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 84216 INFO: Loading module hook 'hook-scipy.special._ellip_harm_2.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 84217 INFO: Loading module hook 'hook-scipy.io.matlab.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 84218 INFO: Loading module hook 'hook-packaging.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 84219 INFO: Loading module hook 'hook-pickle.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 84240 INFO: Loading module hook 'hook-matplotlib.backends.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 84952 INFO: Matplotlib backend "GTK3Agg": ignored The GTK3 backends require PyGObject 85227 INFO: Matplotlib backend "GTK3Cairo": ignored cairo backend requires that pycairo>=1.14.0 or cairocffi is installed 85627 INFO: Matplotlib backend "GTK4Agg": ignored The GTK4 backends require PyGObject 85946 INFO: Matplotlib backend "GTK4Cairo": ignored cairo backend requires that pycairo>=1.14.0 or cairocffi is installed 86702 INFO: Matplotlib backend "MacOSX": added 86997 INFO: Matplotlib backend "nbAgg": ignored No module named 'ipykernel' 87283 INFO: Matplotlib backend "QtAgg": ignored Failed to import any of the following Qt binding modules: PyQt6, PySide6, PyQt5, PySide2 87563 INFO: Matplotlib backend "QtCairo": ignored cairo backend requires that pycairo>=1.14.0 or cairocffi is installed 87835 INFO: Matplotlib backend "Qt5Agg": ignored Failed to import any of the following Qt binding modules: PyQt6, PySide6, PyQt5, PySide2 88116 INFO: Matplotlib backend "Qt5Cairo": ignored cairo backend requires that pycairo>=1.14.0 or cairocffi is installed 88761 INFO: Matplotlib backend "TkAgg": added 89192 INFO: Matplotlib backend "TkCairo": ignored cairo backend requires that pycairo>=1.14.0 or cairocffi is installed 89478 INFO: Matplotlib backend "WebAgg": ignored Traceback (most recent call last): File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/matplotlib/backends/backend_webagg.py", line 27, in <module> import tornado ModuleNotFoundError: No module named 'tornado' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "<string>", line 12, in <module> File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/matplotlib/backends/backend_webagg.py", line 29, in <module> raise RuntimeError("The WebAgg backend requires Tornado.") from err RuntimeError: The WebAgg backend requires Tornado. 89860 INFO: Matplotlib backend "WX": ignored No module named 'wx' 90134 INFO: Matplotlib backend "WXAgg": ignored No module named 'wx' 90405 INFO: Matplotlib backend "WXCairo": ignored No module named 'wx' 90823 INFO: Matplotlib backend "agg": added 91089 INFO: Matplotlib backend "cairo": ignored cairo backend requires that pycairo>=1.14.0 or cairocffi is installed 91942 INFO: Matplotlib backend "pdf": added 92615 INFO: Matplotlib backend "pgf": added 93695 INFO: Matplotlib backend "ps": added 94141 INFO: Matplotlib backend "svg": added 94783 INFO: Matplotlib backend "template": added 98282 INFO: Loading module hook 'hook-importlib_metadata.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98284 INFO: Loading module hook 'hook-heapq.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98302 INFO: Loading module hook 'hook-scipy.stats._stats.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98304 INFO: Loading module hook 'hook-difflib.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98322 INFO: Loading module hook 'hook-multiprocessing.util.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98347 INFO: Loading module hook 'hook-sysconfig.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98359 INFO: Loading module hook 'hook-xml.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98361 INFO: Loading module hook 'hook-distutils.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98364 INFO: Loading module hook 'hook-numpy._pytesttester.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98377 INFO: Loading module hook 'hook-lxml.objectify.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 98382 INFO: Loading module hook 'hook-lxml.isoschematron.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/_pyinstaller_hooks_contrib/hooks/stdhooks'... 98391 INFO: Loading module hook 'hook-PIL.SpiderImagePlugin.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 98704 INFO: Loading module hook 'hook-setuptools.msvc.py' from '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks'... 99001 INFO: Looking for ctypes DLLs 99055 WARNING: Library user32 required via ctypes not found 99114 WARNING: Library msvcrt required via ctypes not found 99269 INFO: Analyzing run-time hooks ... 99299 INFO: Including run-time hook '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py' 99302 INFO: Including run-time hook '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py' 99305 INFO: Including run-time hook '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py' 99307 INFO: Including run-time hook '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py' 99309 INFO: Including run-time hook '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgres.py' 99315 INFO: Including run-time hook '/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/hooks/rthooks/pyi_rth_mplconfig.py' 99400 INFO: Looking for dynamic libraries Traceback (most recent call last): File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/__main__.py", line 134, in <module> run() File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/__main__.py", line 124, in run run_build(pyi_config, spec_file, **vars(args)) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/__main__.py", line 58, in run_build PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/building/build_main.py", line 782, in main build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build')) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/building/build_main.py", line 714, in build exec(code, spec_namespace) File "/Users/garrettflynn/Documents/Github/nwb-guide/app.spec", line 7, in <module> a = Analysis(['pyflask/app.py'], File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/building/build_main.py", line 277, in __init__ self.__postinit__() File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/building/datastruct.py", line 155, in __postinit__ self.assemble() File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/building/build_main.py", line 494, in assemble self.binaries.extend(bindepend.Dependencies(self.binaries, redirects=self.binding_redirects)) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/depend/bindepend.py", line 210, in Dependencies for lib, npth in selectImports(pth, xtrapath): File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/depend/bindepend.py", line 462, in selectImports dlls = getImports(pth) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/depend/bindepend.py", line 703, in getImports return _getImports_macholib(pth) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/PyInstaller/depend/bindepend.py", line 603, in _getImports_macholib m = MachO(pth) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/macholib/MachO.py", line 122, in __init__ self.load(fp) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/macholib/MachO.py", line 137, in load self.load_header(fh, 0, size) File "/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/macholib/MachO.py", line 171, in load_header raise ValueError("Unknown Mach-O header: 0x%08x in %r" % (header, fh)) ValueError: Unknown Mach-O header: 0x7f454c46 in <_io.BufferedReader name='/opt/anaconda3/envs/env-electron-python/lib/python3.9/site-packages/sonpy/linux/sonpy.so'> ```
priority
python server unable to be built with pyinstaller attempting to run python onefile build fails to output anything on mac below is the output to the terminal until an exit code is thrown info pyinstaller info python conda info platform macos info wrote users garrettflynn documents github nwb guide app spec info upx is not available info removing temporary files and cleaning cache in users garrettflynn library application support pyinstaller info extending pythonpath with paths info checking analysis info building analysis because analysis toc is non existent info initializing module dependency graph info caching module graph hooks warning several hooks defined for module numpy please take care they do not conflict info analyzing base library zip info processing pre find module path hook distutils from opt envs env electron python lib site packages pyinstaller hooks pre find module path hook distutils py info distutils retargeting to non venv dir opt envs env electron python lib info caching module dependency graph info running analysis analysis toc info analyzing users garrettflynn documents github nwb guide pyflask app py info processing pre safe import module hook six moves from opt envs env electron python lib site packages pyinstaller hooks pre safe import module hook six moves py info processing pre safe import module hook packages six moves from opt envs env electron python lib site packages pyinstaller hooks pre safe import module hook packages six moves py info processing pre find module path hook site from opt envs env electron python lib site packages pyinstaller hooks pre find module path hook site py info site retargeting to fake dir opt envs env electron python lib site packages pyinstaller fake modules info processing pre safe import module hook from opt envs env electron python lib site packages pyinstaller hooks contrib hooks pre safe import module hook py info processing module hooks info loading module hook hook py py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook numcodecs py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook appdirs py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook jsonschema py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook pydantic py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook certifi py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook pytest py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook openpyxl py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook lxml py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook lxml etree py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook flask restx py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook botocore py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook cryptodome py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook numpy py from opt envs env electron python lib site packages numpy pyinstaller warning conda distribution numpy dependency of numpy was not found if you installed this distribution with pip then you may ignore this warning info import to be excluded not found info loading module hook hook scipy linalg py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook pkg resources py from opt envs env electron python lib site packages pyinstaller hooks warning hidden import pkg resources warn not found warning hidden import pkg resources markers not found info loading module hook hook pandas py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook scipy py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook xml etree celementtree py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook scipy special ufuncs py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook pytz py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook tkinter py from opt envs env electron python lib site packages pyinstaller hooks info checking tree info building tree because tree toc is non existent info building tree tree toc info checking tree info building tree because tree toc is non existent info building tree tree toc info checking tree info building tree because tree toc is non existent info building tree tree toc info loading module hook hook scipy spatial transform rotation py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook encodings py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook pil imagefilter py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook distutils util py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook keyring py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook pandas io formats style py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook pandas plotting py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook scipy sparse csgraph py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook pil py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook setuptools py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook importlib resources py from opt envs env electron python lib site packages pyinstaller hooks warning hidden import importlib resources trees not found info loading module hook hook zope interface py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook gevent py from opt envs env electron python lib site packages pyinstaller hooks traceback most recent call last file line in walk packages file opt envs env electron python lib site packages gevent testing init py line in from unittest import mock file opt envs env electron python lib unittest mock py line in import asyncio file opt envs env electron python lib asyncio init py line in from base events import file opt envs env electron python lib asyncio base events py line in import concurrent futures file opt envs env electron python lib site packages concurrent futures init py line in from concurrent futures base import first completed file opt envs env electron python lib site packages concurrent futures base py line raise type self exception self exception self traceback syntaxerror invalid syntax collect submodules failed to import gevent testing info determining a mapping of distributions to packages warning unable to find package for requirement zope event from package gevent warning unable to find package for requirement zope interface from package gevent info packages required by gevent info loading module hook hook matplotlib py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook xml dom domreg py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook pil image py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook scipy special ellip harm py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook scipy io matlab py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook packaging py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook pickle py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook matplotlib backends py from opt envs env electron python lib site packages pyinstaller hooks info matplotlib backend ignored the backends require pygobject info matplotlib backend ignored cairo backend requires that pycairo or cairocffi is installed info matplotlib backend ignored the backends require pygobject info matplotlib backend ignored cairo backend requires that pycairo or cairocffi is installed info matplotlib backend macosx added info matplotlib backend nbagg ignored no module named ipykernel info matplotlib backend qtagg ignored failed to import any of the following qt binding modules info matplotlib backend qtcairo ignored cairo backend requires that pycairo or cairocffi is installed info matplotlib backend ignored failed to import any of the following qt binding modules info matplotlib backend ignored cairo backend requires that pycairo or cairocffi is installed info matplotlib backend tkagg added info matplotlib backend tkcairo ignored cairo backend requires that pycairo or cairocffi is installed info matplotlib backend webagg ignored traceback most recent call last file opt envs env electron python lib site packages matplotlib backends backend webagg py line in import tornado modulenotfounderror no module named tornado the above exception was the direct cause of the following exception traceback most recent call last file line in file opt envs env electron python lib site packages matplotlib backends backend webagg py line in raise runtimeerror the webagg backend requires tornado from err runtimeerror the webagg backend requires tornado info matplotlib backend wx ignored no module named wx info matplotlib backend wxagg ignored no module named wx info matplotlib backend wxcairo ignored no module named wx info matplotlib backend agg added info matplotlib backend cairo ignored cairo backend requires that pycairo or cairocffi is installed info matplotlib backend pdf added info matplotlib backend pgf added info matplotlib backend ps added info matplotlib backend svg added info matplotlib backend template added info loading module hook hook importlib metadata py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook heapq py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook scipy stats stats py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook difflib py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook multiprocessing util py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook sysconfig py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook xml py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook distutils py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook numpy pytesttester py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook lxml objectify py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook lxml isoschematron py from opt envs env electron python lib site packages pyinstaller hooks contrib hooks stdhooks info loading module hook hook pil spiderimageplugin py from opt envs env electron python lib site packages pyinstaller hooks info loading module hook hook setuptools msvc py from opt envs env electron python lib site packages pyinstaller hooks info looking for ctypes dlls warning library required via ctypes not found warning library msvcrt required via ctypes not found info analyzing run time hooks info including run time hook opt envs env electron python lib site packages pyinstaller hooks rthooks pyi rth pkgutil py info including run time hook opt envs env electron python lib site packages pyinstaller hooks rthooks pyi rth multiprocessing py info including run time hook opt envs env electron python lib site packages pyinstaller hooks rthooks pyi rth inspect py info including run time hook opt envs env electron python lib site packages pyinstaller hooks rthooks pyi rth tkinter py info including run time hook opt envs env electron python lib site packages pyinstaller hooks rthooks pyi rth pkgres py info including run time hook opt envs env electron python lib site packages pyinstaller hooks rthooks pyi rth mplconfig py info looking for dynamic libraries traceback most recent call last file opt envs env electron python lib runpy py line in run module as main return run code code main globals none file opt envs env electron python lib runpy py line in run code exec code run globals file opt envs env electron python lib site packages pyinstaller main py line in run file opt envs env electron python lib site packages pyinstaller main py line in run run build pyi config spec file vars args file opt envs env electron python lib site packages pyinstaller main py line in run build pyinstaller building build main main pyi config spec file kwargs file opt envs env electron python lib site packages pyinstaller building build main py line in main build specfile kw get distpath kw get workpath kw get clean build file opt envs env electron python lib site packages pyinstaller building build main py line in build exec code spec namespace file users garrettflynn documents github nwb guide app spec line in a analysis file opt envs env electron python lib site packages pyinstaller building build main py line in init self postinit file opt envs env electron python lib site packages pyinstaller building datastruct py line in postinit self assemble file opt envs env electron python lib site packages pyinstaller building build main py line in assemble self binaries extend bindepend dependencies self binaries redirects self binding redirects file opt envs env electron python lib site packages pyinstaller depend bindepend py line in dependencies for lib npth in selectimports pth xtrapath file opt envs env electron python lib site packages pyinstaller depend bindepend py line in selectimports dlls getimports pth file opt envs env electron python lib site packages pyinstaller depend bindepend py line in getimports return getimports macholib pth file opt envs env electron python lib site packages pyinstaller depend bindepend py line in getimports macholib m macho pth file opt envs env electron python lib site packages macholib macho py line in init self load fp file opt envs env electron python lib site packages macholib macho py line in load self load header fh size file opt envs env electron python lib site packages macholib macho py line in load header raise valueerror unknown mach o header in r header fh valueerror unknown mach o header in
1
250,772
7,987,475,276
IssuesEvent
2018-07-19 07:55:49
geosolutions-it/smb-portal
https://api.github.com/repos/geosolutions-it/smb-portal
closed
reduce bike UUID to 8 chars
Priority: High review
The bike uuid is too long and not human readable. I guess it's safe to reduce it to 8 chars without risking clashes
1.0
reduce bike UUID to 8 chars - The bike uuid is too long and not human readable. I guess it's safe to reduce it to 8 chars without risking clashes
priority
reduce bike uuid to chars the bike uuid is too long and not human readable i guess it s safe to reduce it to chars without risking clashes
1
650,818
21,418,333,020
IssuesEvent
2022-04-22 13:15:00
mdfbaam/ORNL-Slicer-2-Issue-Tracker
https://api.github.com/repos/mdfbaam/ORNL-Slicer-2-Issue-Tracker
closed
V0.99.1 instantly crashing upon start up. Was running 4/15/22.
bug core-ui high-priority
## Expected Behavior I have been using v0.99.1 for a few weeks now successfully. I wanted to review a slice I had, so I went to the Start Menu to select ORNL Slicer 2, and expected the UI to appear. ## Actual Behavior Upon initializing ORNL Slicer 2 (v0.99.1) by selecting it from the windows start menu, the icon flashes as a new window appears and then it disappears instantly. No UI is brought up at all. No processes that clearly scream ORNL 2 are running in Task Manager. ## Possible Solution Unknown. ## Steps to Reproduce the Problem Attempt to open Slicer 2. ## Specifications Windows 10 platform, 64 bit. Dell precision 7500 series laptop.
1.0
V0.99.1 instantly crashing upon start up. Was running 4/15/22. - ## Expected Behavior I have been using v0.99.1 for a few weeks now successfully. I wanted to review a slice I had, so I went to the Start Menu to select ORNL Slicer 2, and expected the UI to appear. ## Actual Behavior Upon initializing ORNL Slicer 2 (v0.99.1) by selecting it from the windows start menu, the icon flashes as a new window appears and then it disappears instantly. No UI is brought up at all. No processes that clearly scream ORNL 2 are running in Task Manager. ## Possible Solution Unknown. ## Steps to Reproduce the Problem Attempt to open Slicer 2. ## Specifications Windows 10 platform, 64 bit. Dell precision 7500 series laptop.
priority
instantly crashing upon start up was running expected behavior i have been using for a few weeks now successfully i wanted to review a slice i had so i went to the start menu to select ornl slicer and expected the ui to appear actual behavior upon initializing ornl slicer by selecting it from the windows start menu the icon flashes as a new window appears and then it disappears instantly no ui is brought up at all no processes that clearly scream ornl are running in task manager possible solution unknown steps to reproduce the problem attempt to open slicer specifications windows platform bit dell precision series laptop
1
705,812
24,249,900,091
IssuesEvent
2022-09-27 13:30:58
COS301-SE-2022/Vote-Vault
https://api.github.com/repos/COS301-SE-2022/Vote-Vault
closed
Hmaburger menu (responsive navbar)
enhancement scope:ui priority:high
Implement a responsive navbar (hamburger menu on mobile view)
1.0
Hmaburger menu (responsive navbar) - Implement a responsive navbar (hamburger menu on mobile view)
priority
hmaburger menu responsive navbar implement a responsive navbar hamburger menu on mobile view
1
292,269
8,955,612,255
IssuesEvent
2019-01-26 09:38:14
SunwellWoW/Sunwell-TBC-Bugtracker
https://api.github.com/repos/SunwellWoW/Sunwell-TBC-Bugtracker
closed
Stealth tickrate is awful
Fixed and implemented. High Priority rogue
Description: Stealth tickrate is too low for competitive PvP. Renders stealth detection useless. How it works: Tested it multiple times. 50% of the time rogue won't be revealed once he enters stealth detection range for few seconds until stealth update happens. Other times rogue is visible the second he is on top of the flag. https://www.youtube.com/watch?v=MMECUuHKGoA Both players have 60ms ping. Rogue isn't even sprinting. How it should work: Rogue should be visible the second he enters Stealth detection range. Source (you should point out proofs of your report, please give us some source):
1.0
Stealth tickrate is awful - Description: Stealth tickrate is too low for competitive PvP. Renders stealth detection useless. How it works: Tested it multiple times. 50% of the time rogue won't be revealed once he enters stealth detection range for few seconds until stealth update happens. Other times rogue is visible the second he is on top of the flag. https://www.youtube.com/watch?v=MMECUuHKGoA Both players have 60ms ping. Rogue isn't even sprinting. How it should work: Rogue should be visible the second he enters Stealth detection range. Source (you should point out proofs of your report, please give us some source):
priority
stealth tickrate is awful description stealth tickrate is too low for competitive pvp renders stealth detection useless how it works tested it multiple times of the time rogue won t be revealed once he enters stealth detection range for few seconds until stealth update happens other times rogue is visible the second he is on top of the flag both players have ping rogue isn t even sprinting how it should work rogue should be visible the second he enters stealth detection range source you should point out proofs of your report please give us some source
1
591,784
17,861,304,504
IssuesEvent
2021-09-06 01:08:55
ShunjiHashimoto/tang
https://api.github.com/repos/ShunjiHashimoto/tang
closed
実験動画撮影(今週の土曜日に試すのを目標とする、ロボットを使った実験)
Priority-High
- [ ] 赤色検出精度向上の様子を撮影(before afterを撮影する) - [ ] 人物検出して追従する様子を撮影 - [ ] 赤色&人物検出で追従する様子 - [ ] パーティクルフィルタを使った実験動画
1.0
実験動画撮影(今週の土曜日に試すのを目標とする、ロボットを使った実験) - - [ ] 赤色検出精度向上の様子を撮影(before afterを撮影する) - [ ] 人物検出して追従する様子を撮影 - [ ] 赤色&人物検出で追従する様子 - [ ] パーティクルフィルタを使った実験動画
priority
実験動画撮影(今週の土曜日に試すのを目標とする、ロボットを使った実験) 赤色検出精度向上の様子を撮影(before afterを撮影する) 人物検出して追従する様子を撮影 赤色&人物検出で追従する様子 パーティクルフィルタを使った実験動画
1
442,882
12,752,314,978
IssuesEvent
2020-06-27 15:48:31
BlackBoxVision/react-native-mercadopago-px
https://api.github.com/repos/BlackBoxVision/react-native-mercadopago-px
closed
[Feature] - Support for Flipper on IOS
enhancement platform:ios priority:high
## Motivation - Flipper is currently the de facto tooling for react-native >= 0.60. - Give the possibility for users in the IOS side to keep using Flipper. ### Current limitations As we've started building the library we found some limitations around Flipper dependencies that generated issues when trying to startup the compilation process to run a debug build on simulator. For the sake of v1, enabling Flipper on IOS is really necessary, because Flipper is the de facto tooling for debugging apps during development process.
1.0
[Feature] - Support for Flipper on IOS - ## Motivation - Flipper is currently the de facto tooling for react-native >= 0.60. - Give the possibility for users in the IOS side to keep using Flipper. ### Current limitations As we've started building the library we found some limitations around Flipper dependencies that generated issues when trying to startup the compilation process to run a debug build on simulator. For the sake of v1, enabling Flipper on IOS is really necessary, because Flipper is the de facto tooling for debugging apps during development process.
priority
support for flipper on ios motivation flipper is currently the de facto tooling for react native give the possibility for users in the ios side to keep using flipper current limitations as we ve started building the library we found some limitations around flipper dependencies that generated issues when trying to startup the compilation process to run a debug build on simulator for the sake of enabling flipper on ios is really necessary because flipper is the de facto tooling for debugging apps during development process
1
138,528
5,343,281,457
IssuesEvent
2017-02-17 10:50:50
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
opened
Fix Login Language plugins order
bug Priority: High Project: C040
When add a new plugin in omnibar for the home page, user and language selector have a switched order
1.0
Fix Login Language plugins order - When add a new plugin in omnibar for the home page, user and language selector have a switched order
priority
fix login language plugins order when add a new plugin in omnibar for the home page user and language selector have a switched order
1
112,330
4,519,982,766
IssuesEvent
2016-09-06 08:43:23
centre-for-educational-technology/edidaktikum
https://api.github.com/repos/centre-for-educational-technology/edidaktikum
opened
Õpperühmade valik tudengi profiilis
high priority
Tudengil on võimalik määrata profiili lehel õpperühm (drop-down). Õpperühmadeks (valikuteks) on: 1. KUKKM - Käsitöö ja kodunduse õpetaja 2. TSKOM - kehakultuuri õpetaja 3. KAKPM - kutseõpetaja 4. KAMOM - mitme aine õpetaja 5. MLGLM - gümnaasiumi loodusteaduslike ainete õpetaja 6. MLMOM - matemaatikaõpetaja 7. KUKAM - kunstiõpetaja 8. AIAOM - ajaloo ja ühiskonnaõpetuse õpetaja 9. EKEOM - eesti keele ja kirjanduse õpetaja 10. GRVOM - I - võõrkeele õpetaja (inglise keel) 11. GRVOM - S - võõrkeele õpetaja (saksa keel) 12. GRVOM - P - võõrkeele õpetaja (prantsuse keel) 13. SKVOM - vene keele ja kirjanduse õpetaja 14. KUMUM - muusikaõpetaja KUMUM 15. EMTAOM - EMTA muusikaõpetaja
1.0
Õpperühmade valik tudengi profiilis - Tudengil on võimalik määrata profiili lehel õpperühm (drop-down). Õpperühmadeks (valikuteks) on: 1. KUKKM - Käsitöö ja kodunduse õpetaja 2. TSKOM - kehakultuuri õpetaja 3. KAKPM - kutseõpetaja 4. KAMOM - mitme aine õpetaja 5. MLGLM - gümnaasiumi loodusteaduslike ainete õpetaja 6. MLMOM - matemaatikaõpetaja 7. KUKAM - kunstiõpetaja 8. AIAOM - ajaloo ja ühiskonnaõpetuse õpetaja 9. EKEOM - eesti keele ja kirjanduse õpetaja 10. GRVOM - I - võõrkeele õpetaja (inglise keel) 11. GRVOM - S - võõrkeele õpetaja (saksa keel) 12. GRVOM - P - võõrkeele õpetaja (prantsuse keel) 13. SKVOM - vene keele ja kirjanduse õpetaja 14. KUMUM - muusikaõpetaja KUMUM 15. EMTAOM - EMTA muusikaõpetaja
priority
õpperühmade valik tudengi profiilis tudengil on võimalik määrata profiili lehel õpperühm drop down õpperühmadeks valikuteks on kukkm käsitöö ja kodunduse õpetaja tskom kehakultuuri õpetaja kakpm kutseõpetaja kamom mitme aine õpetaja mlglm gümnaasiumi loodusteaduslike ainete õpetaja mlmom matemaatikaõpetaja kukam kunstiõpetaja aiaom ajaloo ja ühiskonnaõpetuse õpetaja ekeom eesti keele ja kirjanduse õpetaja grvom i võõrkeele õpetaja inglise keel grvom s võõrkeele õpetaja saksa keel grvom p võõrkeele õpetaja prantsuse keel skvom vene keele ja kirjanduse õpetaja kumum muusikaõpetaja kumum emtaom emta muusikaõpetaja
1
535,525
15,689,690,692
IssuesEvent
2021-03-25 15:56:05
wso2/docs-mg
https://api.github.com/repos/wso2/docs-mg
closed
Update analytics doc
Priority/Highest
**Description:** <!-- Give a brief description of the issue --> update the following section https://mg.docs.wso2.com/en/latest/how-tos/analytics-for-microgateway/#generating-a-microgateway-usage-report change it to generate reports in analytics dashboard instead of admin portal. **Suggested Labels:** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees:** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> **Affected Product Version:** **OS, DB, other environment details and versions:** **Steps to reproduce:** **Related Issues:** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
1.0
Update analytics doc - **Description:** <!-- Give a brief description of the issue --> update the following section https://mg.docs.wso2.com/en/latest/how-tos/analytics-for-microgateway/#generating-a-microgateway-usage-report change it to generate reports in analytics dashboard instead of admin portal. **Suggested Labels:** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees:** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> **Affected Product Version:** **OS, DB, other environment details and versions:** **Steps to reproduce:** **Related Issues:** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
priority
update analytics doc description update the following section change it to generate reports in analytics dashboard instead of admin portal suggested labels suggested assignees affected product version os db other environment details and versions steps to reproduce related issues
1
671,679
22,772,114,874
IssuesEvent
2022-07-08 11:01:10
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Cannot start the pack with Open JDK 17 against Windows OS
Priority/Highest Severity/Blocker bug Affected-6.0.0 QA-Reported JDK-17
**How to reproduce:** 1. Get the pack alpha 3 snapshot 2. Install open jdk 17.0.2.1 on windows 11 3. Set Java_HOME 4. Try to up the pack Getting below Error ![javaopenjdk](https://user-images.githubusercontent.com/31848014/177752030-16f8dd4c-5268-4c32-b134-3e500b0c2cbb.png) When add a new environmental variable as CARBON_HOME for running packs IS-HOME path still getting below error. ![image (6)](https://user-images.githubusercontent.com/31848014/177752595-bfc6e932-d5f6-44c1-9404-c4991d4028ce.png) **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** Open jdk 17.0.2 Windows 11
1.0
Cannot start the pack with Open JDK 17 against Windows OS - **How to reproduce:** 1. Get the pack alpha 3 snapshot 2. Install open jdk 17.0.2.1 on windows 11 3. Set Java_HOME 4. Try to up the pack Getting below Error ![javaopenjdk](https://user-images.githubusercontent.com/31848014/177752030-16f8dd4c-5268-4c32-b134-3e500b0c2cbb.png) When add a new environmental variable as CARBON_HOME for running packs IS-HOME path still getting below error. ![image (6)](https://user-images.githubusercontent.com/31848014/177752595-bfc6e932-d5f6-44c1-9404-c4991d4028ce.png) **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** Open jdk 17.0.2 Windows 11
priority
cannot start the pack with open jdk against windows os how to reproduce get the pack alpha snapshot install open jdk on windows set java home try to up the pack getting below error when add a new environmental variable as carbon home for running packs is home path still getting below error environment information please complete the following information remove any unnecessary fields open jdk windows
1
365,595
10,789,606,767
IssuesEvent
2019-11-05 12:19:36
eclipse/deeplearning4j
https://api.github.com/repos/eclipse/deeplearning4j
closed
mkldnn and dilation
Bug High Priority LIBND4J
At this moment conv operations that use mkldnn do not take dilation into account. Obviously, that's a bug, and should be addressed asap.
1.0
mkldnn and dilation - At this moment conv operations that use mkldnn do not take dilation into account. Obviously, that's a bug, and should be addressed asap.
priority
mkldnn and dilation at this moment conv operations that use mkldnn do not take dilation into account obviously that s a bug and should be addressed asap
1
426,607
12,375,108,453
IssuesEvent
2020-05-19 03:39:15
Thorium-Sim/thorium
https://api.github.com/repos/Thorium-Sim/thorium
closed
Remove Task Step Bug
priority/high type/bug
### Requested By: Lissa Hadfield (lissaeagar@gmail.com) ### Priority: High ### Version: 2.11.0 I tried to remove a task flow step and it asked if I really wanted to do that, so I said yes. It flashed, but stayed. I refreshed the screen and tried again and it still stayed. ### Steps to Reproduce Step 1: Create a task flow step Step 2: Try and remove one of the steps you created Step 3: Watch it not die
1.0
Remove Task Step Bug - ### Requested By: Lissa Hadfield (lissaeagar@gmail.com) ### Priority: High ### Version: 2.11.0 I tried to remove a task flow step and it asked if I really wanted to do that, so I said yes. It flashed, but stayed. I refreshed the screen and tried again and it still stayed. ### Steps to Reproduce Step 1: Create a task flow step Step 2: Try and remove one of the steps you created Step 3: Watch it not die
priority
remove task step bug requested by lissa hadfield lissaeagar gmail com priority high version i tried to remove a task flow step and it asked if i really wanted to do that so i said yes it flashed but stayed i refreshed the screen and tried again and it still stayed steps to reproduce step create a task flow step step try and remove one of the steps you created step watch it not die
1
147,634
5,643,116,514
IssuesEvent
2017-04-06 23:03:15
Tour-de-Force/btc-infrastructure
https://api.github.com/repos/Tour-de-Force/btc-infrastructure
closed
Fix msbuild error so that we can stop force returning 0 from the installation script
bug needs review Priority: High
Currently the install_app Powershell script in nodejs_deploy.rb forces an exit 0 at the end to keep Chef happy. This is needed for https://github.com/Tour-de-Force/btc-infrastructure/issues/1 We should fix the msbuild error or find some way to make npm stop returning a failure error code if an optional dependency failed. I believe it is passing along the nonzero exit code from msbuild.exe
1.0
Fix msbuild error so that we can stop force returning 0 from the installation script - Currently the install_app Powershell script in nodejs_deploy.rb forces an exit 0 at the end to keep Chef happy. This is needed for https://github.com/Tour-de-Force/btc-infrastructure/issues/1 We should fix the msbuild error or find some way to make npm stop returning a failure error code if an optional dependency failed. I believe it is passing along the nonzero exit code from msbuild.exe
priority
fix msbuild error so that we can stop force returning from the installation script currently the install app powershell script in nodejs deploy rb forces an exit at the end to keep chef happy this is needed for we should fix the msbuild error or find some way to make npm stop returning a failure error code if an optional dependency failed i believe it is passing along the nonzero exit code from msbuild exe
1
738,026
25,542,330,648
IssuesEvent
2022-11-29 16:08:12
calcom/cal.com
https://api.github.com/repos/calcom/cal.com
closed
[CAL-436] When creating a booking based on newly created Recurring Event Type - creates a one time event
linear High priority
Found a bug? Please fill out the sections below. 👍 ### Issue Summary The very first time when selecting a recurring Event Type, the event gets created as a single event, ### Steps to Reproduce 1. Create a new recurring event. 2. Preview or Copy link for that event. 3. Select a date and time. Notice it's missing the recurring dates. 4. Go to bookings. Notice it's missing recurring events. 5. Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead? When scheduling a booking based on this Event Type the second, third, etc time, it's working as expected. Just the very first time, when creating a new recurring event type it's having this issue. https://user-images.githubusercontent.com/74431325/203147849-edde113a-8214-48d3-b73a-60ffb90a85df.webm Self Hosted, main branch v2.2.2 > From [SyncLinear.com](https://synclinear.com)
1.0
[CAL-436] When creating a booking based on newly created Recurring Event Type - creates a one time event - Found a bug? Please fill out the sections below. 👍 ### Issue Summary The very first time when selecting a recurring Event Type, the event gets created as a single event, ### Steps to Reproduce 1. Create a new recurring event. 2. Preview or Copy link for that event. 3. Select a date and time. Notice it's missing the recurring dates. 4. Go to bookings. Notice it's missing recurring events. 5. Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead? When scheduling a booking based on this Event Type the second, third, etc time, it's working as expected. Just the very first time, when creating a new recurring event type it's having this issue. https://user-images.githubusercontent.com/74431325/203147849-edde113a-8214-48d3-b73a-60ffb90a85df.webm Self Hosted, main branch v2.2.2 > From [SyncLinear.com](https://synclinear.com)
priority
when creating a booking based on newly created recurring event type creates a one time event found a bug please fill out the sections below 👍 issue summary the very first time when selecting a recurring event type the event gets created as a single event steps to reproduce create a new recurring event preview or copy link for that event select a date and time notice it s missing the recurring dates go to bookings notice it s missing recurring events any other relevant information for example why do you consider this a bug and what did you expect to happen instead when scheduling a booking based on this event type the second third etc time it s working as expected just the very first time when creating a new recurring event type it s having this issue self hosted main branch from
1
184,813
6,716,390,545
IssuesEvent
2017-10-14 07:24:59
nlsdfnbch/btfxwss
https://api.github.com/repos/nlsdfnbch/btfxwss
closed
Unable to Subscribe to Candle Channel
bug help wanted High Priority
``` test_is_connected_decorator_works_as_expected (__main__.BtfxWssTests) ... ok test_subscribing_to_data_works (__main__.BtfxWssTests) ... ERROR ====================================================================== ERROR: test_subscribing_to_data_works (__main__.BtfxWssTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Users\bxty9\Desktop\client_tests.py", line 27, in test_subscribing_to_data_works wss.tickers('BTCUSD').get(block=False) File "C:\ProgramData\Anaconda3\lib\site-packages\btfxwss\client.py", line 228, in tickers raise KeyError(pair) KeyError: 'BTCUSD' ---------------------------------------------------------------------- Ran 2 tests in 13.095s FAILED (errors=1) ```
1.0
Unable to Subscribe to Candle Channel - ``` test_is_connected_decorator_works_as_expected (__main__.BtfxWssTests) ... ok test_subscribing_to_data_works (__main__.BtfxWssTests) ... ERROR ====================================================================== ERROR: test_subscribing_to_data_works (__main__.BtfxWssTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Users\bxty9\Desktop\client_tests.py", line 27, in test_subscribing_to_data_works wss.tickers('BTCUSD').get(block=False) File "C:\ProgramData\Anaconda3\lib\site-packages\btfxwss\client.py", line 228, in tickers raise KeyError(pair) KeyError: 'BTCUSD' ---------------------------------------------------------------------- Ran 2 tests in 13.095s FAILED (errors=1) ```
priority
unable to subscribe to candle channel test is connected decorator works as expected main btfxwsstests ok test subscribing to data works main btfxwsstests error error test subscribing to data works main btfxwsstests traceback most recent call last file c users desktop client tests py line in test subscribing to data works wss tickers btcusd get block false file c programdata lib site packages btfxwss client py line in tickers raise keyerror pair keyerror btcusd ran tests in failed errors
1
625,402
19,727,436,190
IssuesEvent
2022-01-13 21:30:26
CAKES-coding/swe574-group2
https://api.github.com/repos/CAKES-coding/swe574-group2
closed
Delivery Demo
effort: 2 priority: High
System and user manuals are ready. #153 , #151 Hand over the project to the customer. Show how to use features.
1.0
Delivery Demo - System and user manuals are ready. #153 , #151 Hand over the project to the customer. Show how to use features.
priority
delivery demo system and user manuals are ready hand over the project to the customer show how to use features
1
800,887
28,436,885,961
IssuesEvent
2023-04-15 12:30:40
pygame-community/pyga.me
https://api.github.com/repos/pygame-community/pyga.me
closed
New visuals for Pygame Powered
Priority.High Type.Enhancement Impact.Medium
This was cooked up in a few minutes and planned as a temporary solution. The more permanent solution will be done by me. <img width="1280" alt="image" src="https://user-images.githubusercontent.com/35881688/218564998-0d8aab99-9e01-4d28-807f-238fd3853284.png">
1.0
New visuals for Pygame Powered - This was cooked up in a few minutes and planned as a temporary solution. The more permanent solution will be done by me. <img width="1280" alt="image" src="https://user-images.githubusercontent.com/35881688/218564998-0d8aab99-9e01-4d28-807f-238fd3853284.png">
priority
new visuals for pygame powered this was cooked up in a few minutes and planned as a temporary solution the more permanent solution will be done by me img width alt image src
1
588,476
17,661,116,913
IssuesEvent
2021-08-21 14:24:23
wrightedu/Programmers-Guide-to-the-Galaxy
https://api.github.com/repos/wrightedu/Programmers-Guide-to-the-Galaxy
closed
Air Camp
high priority
- [x] Make new private repo - [x] Make laptop setup - [x] Make laptop image - [x] Make USB image - [x] Add USB markdown guide
1.0
Air Camp - - [x] Make new private repo - [x] Make laptop setup - [x] Make laptop image - [x] Make USB image - [x] Add USB markdown guide
priority
air camp make new private repo make laptop setup make laptop image make usb image add usb markdown guide
1
512,084
14,888,000,855
IssuesEvent
2021-01-20 19:10:42
mit-cml/appinventor-sources
https://api.github.com/repos/mit-cml/appinventor-sources
opened
Compare texts not equal gives wrong answers
affects: ucr bug issue: accepted priority: high status: in progress
**Describe the bug** The compare strings block when checking for inequality returns false for the strings "0" and "0.0", which it should not (for example). [Original thread](https://community.appinventor.mit.edu/t/bugs-in-string-functions-split-at-and-compare/23633?u=ewpatton). This is due to the not-equals version mapping to `yail-not-equals?`, which invokes typecasting when potential numeric values are involved. **Affects** <!-- Please check off the part of the system that is affected by the bug. --> - [ ] Designer - [ ] Blocks editor - [x] Companion - [x] Compiled apps - [ ] Buildserver - [ ] Debugging - [ ] Other... (please describe) **Expected behavior** <!-- Please describe what you expected to happen before you encountered the bug. --> "0" != "0.0" when using text compare. **Steps to reproduce** <!-- Please describe the steps needed to reproduce the bug. If possible, please include a minimal example project that demonstrates the issue. --> Using Do It, evaluate compare text not equal("0", "0.0") and see that it returns false rather than true.
1.0
Compare texts not equal gives wrong answers - **Describe the bug** The compare strings block when checking for inequality returns false for the strings "0" and "0.0", which it should not (for example). [Original thread](https://community.appinventor.mit.edu/t/bugs-in-string-functions-split-at-and-compare/23633?u=ewpatton). This is due to the not-equals version mapping to `yail-not-equals?`, which invokes typecasting when potential numeric values are involved. **Affects** <!-- Please check off the part of the system that is affected by the bug. --> - [ ] Designer - [ ] Blocks editor - [x] Companion - [x] Compiled apps - [ ] Buildserver - [ ] Debugging - [ ] Other... (please describe) **Expected behavior** <!-- Please describe what you expected to happen before you encountered the bug. --> "0" != "0.0" when using text compare. **Steps to reproduce** <!-- Please describe the steps needed to reproduce the bug. If possible, please include a minimal example project that demonstrates the issue. --> Using Do It, evaluate compare text not equal("0", "0.0") and see that it returns false rather than true.
priority
compare texts not equal gives wrong answers describe the bug the compare strings block when checking for inequality returns false for the strings and which it should not for example this is due to the not equals version mapping to yail not equals which invokes typecasting when potential numeric values are involved affects please check off the part of the system that is affected by the bug designer blocks editor companion compiled apps buildserver debugging other please describe expected behavior please describe what you expected to happen before you encountered the bug when using text compare steps to reproduce please describe the steps needed to reproduce the bug if possible please include a minimal example project that demonstrates the issue using do it evaluate compare text not equal and see that it returns false rather than true
1
496,083
14,331,914,188
IssuesEvent
2020-11-27 00:31:25
YuriyLisovskiy/OOA_Team_XAEA
https://api.github.com/repos/YuriyLisovskiy/OOA_Team_XAEA
closed
reverse constructs urls incorrectly
bug high priority
`url = reverse('api_v1:artwork:vote', args=[1])` Expected result: `url = '/api/v1/artworks/1/vote'` Actual result: `url = '/api/v1artworks1/vote'`
1.0
reverse constructs urls incorrectly - `url = reverse('api_v1:artwork:vote', args=[1])` Expected result: `url = '/api/v1/artworks/1/vote'` Actual result: `url = '/api/v1artworks1/vote'`
priority
reverse constructs urls incorrectly url reverse api artwork vote args expected result url api artworks vote actual result url api vote
1
366,939
10,832,303,821
IssuesEvent
2019-11-11 10:18:30
eirikdahlen/TDT4290_Aqeous
https://api.github.com/repos/eirikdahlen/TDT4290_Aqeous
opened
Align values in widget/controllapp
bug high priority
![image](https://user-images.githubusercontent.com/37441744/68579617-d8e7aa80-0474-11ea-9fda-0d3e9501c60e.png) The border for velocity in NF in Controllapp is -10/10 m/s, but -20/20 in widget. Should not be able to set it that high using the gamepad.
1.0
Align values in widget/controllapp - ![image](https://user-images.githubusercontent.com/37441744/68579617-d8e7aa80-0474-11ea-9fda-0d3e9501c60e.png) The border for velocity in NF in Controllapp is -10/10 m/s, but -20/20 in widget. Should not be able to set it that high using the gamepad.
priority
align values in widget controllapp the border for velocity in nf in controllapp is m s but in widget should not be able to set it that high using the gamepad
1
311,112
9,528,795,062
IssuesEvent
2019-04-29 09:26:33
projectacrn/acrn-hypervisor
https://api.github.com/repos/projectacrn/acrn-hypervisor
closed
LaaG GPU hang due to preemption timeout during MTBF test.
priority: P2-High status: implemented type: bug
Environment: E2E NUC image: https://download.clearlinux.org/latest (28900) Bug detailed description: LaaG hang in MTBF stability test. But SOS is alive and keeps working normally. Reproduce steps: 1. Enable no passwd ssh for SOS and UOS, and enable UOS auto boot. 2. Connect with $SOS_IP & $UOS_IP by ssh. 3. In SOS, continually run "./daimler_ic-wayland -m 61 -x 2560 -y 960" 4. In UOS, continually and repeatedly run workloads loop, including stress-ng,stress,iozone,iperf,fio,stress_wayland,glmark,videoplayback,MSDK,Geekbench. Curren result: LaaG hang in MTBF stability test. But SOS is alive and keeps working normally. Expected result: LaaG can keep working normally in MTBF test. Attachments: logs
1.0
LaaG GPU hang due to preemption timeout during MTBF test. - Environment: E2E NUC image: https://download.clearlinux.org/latest (28900) Bug detailed description: LaaG hang in MTBF stability test. But SOS is alive and keeps working normally. Reproduce steps: 1. Enable no passwd ssh for SOS and UOS, and enable UOS auto boot. 2. Connect with $SOS_IP & $UOS_IP by ssh. 3. In SOS, continually run "./daimler_ic-wayland -m 61 -x 2560 -y 960" 4. In UOS, continually and repeatedly run workloads loop, including stress-ng,stress,iozone,iperf,fio,stress_wayland,glmark,videoplayback,MSDK,Geekbench. Curren result: LaaG hang in MTBF stability test. But SOS is alive and keeps working normally. Expected result: LaaG can keep working normally in MTBF test. Attachments: logs
priority
laag gpu hang due to preemption timeout during mtbf test environment nuc image bug detailed description laag hang in mtbf stability test but sos is alive and keeps working normally reproduce steps enable no passwd ssh for sos and uos and enable uos auto boot connect with sos ip uos ip by ssh in sos continually run daimler ic wayland m x y in uos continually and repeatedly run workloads loop including stress ng stress iozone iperf fio stress wayland glmark videoplayback msdk geekbench curren result laag hang in mtbf stability test but sos is alive and keeps working normally expected result laag can keep working normally in mtbf test attachments logs
1
494,046
14,244,142,979
IssuesEvent
2020-11-19 06:17:39
UC-Davis-molecular-computing/scadnano
https://api.github.com/repos/UC-Davis-molecular-computing/scadnano
opened
re-make tutorial
high priority invalid
The tutorial is a bit out of date. Re-make it showing the current interface, and showing current features where appropriate (e.g., [ability to add whole columns of deletions](https://github.com/UC-Davis-molecular-computing/scadnano/issues/494) with Ctrl+click).
1.0
re-make tutorial - The tutorial is a bit out of date. Re-make it showing the current interface, and showing current features where appropriate (e.g., [ability to add whole columns of deletions](https://github.com/UC-Davis-molecular-computing/scadnano/issues/494) with Ctrl+click).
priority
re make tutorial the tutorial is a bit out of date re make it showing the current interface and showing current features where appropriate e g with ctrl click
1
677,278
23,156,938,906
IssuesEvent
2022-07-29 13:52:33
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Organization SSO option still available in the UI
Priority/Highest Severity/Critical bug Affected-6.0.0 QA-Reported Organization Management
**Describe the issue:** 1. Go to IDP creation flow from console ![a](https://user-images.githubusercontent.com/31848014/181772383-e1377ebb-6721-4110-9a66-c2a7cbccf8cf.png) Used pack is https://wso2.org/jenkins/job/products/job/product-is/4190/artifact/modules/distribution/target/wso2is-6.0.0-alpha4-SNAPSHOT.zip
1.0
Organization SSO option still available in the UI - **Describe the issue:** 1. Go to IDP creation flow from console ![a](https://user-images.githubusercontent.com/31848014/181772383-e1377ebb-6721-4110-9a66-c2a7cbccf8cf.png) Used pack is https://wso2.org/jenkins/job/products/job/product-is/4190/artifact/modules/distribution/target/wso2is-6.0.0-alpha4-SNAPSHOT.zip
priority
organization sso option still available in the ui describe the issue go to idp creation flow from console used pack is
1
704,903
24,213,872,571
IssuesEvent
2022-09-26 03:53:35
AY2223S1-CS2103T-T11-1/tp
https://api.github.com/repos/AY2223S1-CS2103T-T11-1/tp
opened
Categorise contacts
priority.High type.Story
As a basic user, I can group contacts into different teams so that I can categorise my contacts properly.
1.0
Categorise contacts - As a basic user, I can group contacts into different teams so that I can categorise my contacts properly.
priority
categorise contacts as a basic user i can group contacts into different teams so that i can categorise my contacts properly
1
500,088
14,489,736,914
IssuesEvent
2020-12-11 00:36:25
ess-dive-community/essdive-community-space-guide
https://api.github.com/repos/ess-dive-community/essdive-community-space-guide
opened
Revise the readme file template
high-priority
We are in the process of uploading several reporting formats to ESS-DIVE. Now, based on iterating through several drafts of the reporting format READMEs, the template in this repo needs updating.
1.0
Revise the readme file template - We are in the process of uploading several reporting formats to ESS-DIVE. Now, based on iterating through several drafts of the reporting format READMEs, the template in this repo needs updating.
priority
revise the readme file template we are in the process of uploading several reporting formats to ess dive now based on iterating through several drafts of the reporting format readmes the template in this repo needs updating
1
222,010
7,404,597,290
IssuesEvent
2018-03-20 05:51:09
wso2/testgrid
https://api.github.com/repos/wso2/testgrid
closed
Introduce icons to new TestGrid statuses
Priority/High Severity/Critical Status/In Progress Type/Improvement
**Description:** New icons should be introduced for the new TestGrid statuses: DIDNT_RUN, ERROR, INCOMPLETE <!-- Give a brief description of the issue --> **Suggested Labels:** Improvement <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees:** pasindujw <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> **Related Issues:** #581 <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
1.0
Introduce icons to new TestGrid statuses - **Description:** New icons should be introduced for the new TestGrid statuses: DIDNT_RUN, ERROR, INCOMPLETE <!-- Give a brief description of the issue --> **Suggested Labels:** Improvement <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees:** pasindujw <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> **Related Issues:** #581 <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
priority
introduce icons to new testgrid statuses description new icons should be introduced for the new testgrid statuses didnt run error incomplete suggested labels improvement suggested assignees pasindujw related issues
1
562,556
16,663,366,764
IssuesEvent
2021-06-06 18:36:13
LDSSA/wiki
https://api.github.com/repos/LDSSA/wiki
closed
Marketing Calendar with Batch 5 dates
Admissions AOR Batch 5 Executive Team Marketing and Communications AOR priority:high
Hi everyone! [Here ](https://docs.google.com/spreadsheets/d/1EHLP0L1DyfTMdNA_ek1wDxWXMXkyr-kaK7FQB1dY-_s/edit?usp=sharing)is the promotional calendar for Batch 5. Our rationale behind it is to create a Waiting List and align efforts to have a good populated Waiting List. This waiting list will be an exclusive landing page. This landing page will be a clone of the Starters Academy webpage with updated information The plan is to have the Waiting List promoted in 3 distinct moments: 1. First it will be shared with students from the Prep Course on the 25th of May 2. Secondly it will be shared with our general mailing list on the 31st of May 3. Finally it will be shared on our public social media platforms on the 7th of June. On this day, the waiting list will be the public Starters Academy webpage. This will be the day when the updated information will be public to everyone. This will allow evaluating where the interest is coming from. When signups open, the waiting list database will receive the "signups email". If on the second day we see that signups are low, then we can have a backup email that can be sent to the general mailing list. One thing that can happen is that people from the Prep Course start sharing the "exclusive" landing page before it's released to the general mailing list. If this happens, I think that we can adjust and send an email saying "we were leaked!" and use this as a positive thing. Let me know your thoughts on this or if there are any objections to this plan. Actionables are documented in the calendar. However, there's a cross-AOR necessity here. The Marketing team needs help on the following until the 23th of May: - Review of the current website from Admissions and Teaching (@dominguezmaria and @CatarinaSilva ) - Updated curriculum photo from Teaching (@CatarinaSilva) We'll also be updating the testimonials and the list of volunteers. Let us know if you have any questions or thoughts on this!
1.0
Marketing Calendar with Batch 5 dates - Hi everyone! [Here ](https://docs.google.com/spreadsheets/d/1EHLP0L1DyfTMdNA_ek1wDxWXMXkyr-kaK7FQB1dY-_s/edit?usp=sharing)is the promotional calendar for Batch 5. Our rationale behind it is to create a Waiting List and align efforts to have a good populated Waiting List. This waiting list will be an exclusive landing page. This landing page will be a clone of the Starters Academy webpage with updated information The plan is to have the Waiting List promoted in 3 distinct moments: 1. First it will be shared with students from the Prep Course on the 25th of May 2. Secondly it will be shared with our general mailing list on the 31st of May 3. Finally it will be shared on our public social media platforms on the 7th of June. On this day, the waiting list will be the public Starters Academy webpage. This will be the day when the updated information will be public to everyone. This will allow evaluating where the interest is coming from. When signups open, the waiting list database will receive the "signups email". If on the second day we see that signups are low, then we can have a backup email that can be sent to the general mailing list. One thing that can happen is that people from the Prep Course start sharing the "exclusive" landing page before it's released to the general mailing list. If this happens, I think that we can adjust and send an email saying "we were leaked!" and use this as a positive thing. Let me know your thoughts on this or if there are any objections to this plan. Actionables are documented in the calendar. However, there's a cross-AOR necessity here. The Marketing team needs help on the following until the 23th of May: - Review of the current website from Admissions and Teaching (@dominguezmaria and @CatarinaSilva ) - Updated curriculum photo from Teaching (@CatarinaSilva) We'll also be updating the testimonials and the list of volunteers. Let us know if you have any questions or thoughts on this!
priority
marketing calendar with batch dates hi everyone the promotional calendar for batch our rationale behind it is to create a waiting list and align efforts to have a good populated waiting list this waiting list will be an exclusive landing page this landing page will be a clone of the starters academy webpage with updated information the plan is to have the waiting list promoted in distinct moments first it will be shared with students from the prep course on the of may secondly it will be shared with our general mailing list on the of may finally it will be shared on our public social media platforms on the of june on this day the waiting list will be the public starters academy webpage this will be the day when the updated information will be public to everyone this will allow evaluating where the interest is coming from when signups open the waiting list database will receive the signups email if on the second day we see that signups are low then we can have a backup email that can be sent to the general mailing list one thing that can happen is that people from the prep course start sharing the exclusive landing page before it s released to the general mailing list if this happens i think that we can adjust and send an email saying we were leaked and use this as a positive thing let me know your thoughts on this or if there are any objections to this plan actionables are documented in the calendar however there s a cross aor necessity here the marketing team needs help on the following until the of may review of the current website from admissions and teaching dominguezmaria and catarinasilva updated curriculum photo from teaching catarinasilva we ll also be updating the testimonials and the list of volunteers let us know if you have any questions or thoughts on this
1
204,254
7,086,042,773
IssuesEvent
2018-01-11 13:17:34
sunpy/sunpy
https://api.github.com/repos/sunpy/sunpy
opened
Fido.fetch should accept pathlib.Path objects.
Bug? Effort Low Package Novice Priority High
i.e.: ```python path = Path('/home/stuart/sunpy/data/jsocflare/') results = Fido.search(...) files = Fido.fetch(results, path=path) ```
1.0
Fido.fetch should accept pathlib.Path objects. - i.e.: ```python path = Path('/home/stuart/sunpy/data/jsocflare/') results = Fido.search(...) files = Fido.fetch(results, path=path) ```
priority
fido fetch should accept pathlib path objects i e python path path home stuart sunpy data jsocflare results fido search files fido fetch results path path
1
543,273
15,879,413,595
IssuesEvent
2021-04-09 12:25:52
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
dePromotePolicy gives '200 success' even for non-existing policies.
Affected/5.4.0 Component/XACML Priority/High Severity/Major bug
**Steps To Recreate:** 1. Invoke the dePromotePolicy operation of EntitlementPolicyAdminService as providing non-existing policyID(TimeBasePolicy1234) ``` <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://org.apache.axis2/xsd"> <soapenv:Header/> <soapenv:Body> <xsd:dePromotePolicy> <!--Optional:--> <xsd:policyId>TimeBasePolicy1234</xsd:policyId> </xsd:dePromotePolicy> </soapenv:Body> </soapenv:Envelope> ``` **Actual Result:** Getting success response with 200 HTTP status which is same as valid request is sent ``` <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <ns:dePromotePolicyResponse xmlns:ns="http://org.apache.axis2/xsd"> <ns:return xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </ns:dePromotePolicyResponse> </soapenv:Body> </soapenv:Envelope> ``` **Expected Result:** Error response code(404) and valid response message should be returned to the user when provided policyId is not exist.
1.0
dePromotePolicy gives '200 success' even for non-existing policies. - **Steps To Recreate:** 1. Invoke the dePromotePolicy operation of EntitlementPolicyAdminService as providing non-existing policyID(TimeBasePolicy1234) ``` <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://org.apache.axis2/xsd"> <soapenv:Header/> <soapenv:Body> <xsd:dePromotePolicy> <!--Optional:--> <xsd:policyId>TimeBasePolicy1234</xsd:policyId> </xsd:dePromotePolicy> </soapenv:Body> </soapenv:Envelope> ``` **Actual Result:** Getting success response with 200 HTTP status which is same as valid request is sent ``` <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <ns:dePromotePolicyResponse xmlns:ns="http://org.apache.axis2/xsd"> <ns:return xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </ns:dePromotePolicyResponse> </soapenv:Body> </soapenv:Envelope> ``` **Expected Result:** Error response code(404) and valid response message should be returned to the user when provided policyId is not exist.
priority
depromotepolicy gives success even for non existing policies steps to recreate invoke the depromotepolicy operation of entitlementpolicyadminservice as providing non existing policyid soapenv envelope xmlns soapenv xmlns xsd actual result getting success response with http status which is same as valid request is sent soapenv envelope xmlns soapenv ns depromotepolicyresponse xmlns ns ns return xsi nil true xmlns xsi expected result error response code and valid response message should be returned to the user when provided policyid is not exist
1
703,328
24,153,950,608
IssuesEvent
2022-09-22 05:35:05
AY2223S1-CS2103T-T10-1/tp
https://api.github.com/repos/AY2223S1-CS2103T-T10-1/tp
closed
As a developer, I have access to a comprehensive developer guide
type.Epic priority.High
...so that I can have an overview of the following items when developing the application: * **Target user profile, value proposition, and user stories**: User profiles of the application's users * **Use cases**: Use cases (textual form) for a few representative user stories that need multiple steps to complete. * **Non-functional requirements**: Project constraints * **Glossary**: Define key terms of the project
1.0
As a developer, I have access to a comprehensive developer guide - ...so that I can have an overview of the following items when developing the application: * **Target user profile, value proposition, and user stories**: User profiles of the application's users * **Use cases**: Use cases (textual form) for a few representative user stories that need multiple steps to complete. * **Non-functional requirements**: Project constraints * **Glossary**: Define key terms of the project
priority
as a developer i have access to a comprehensive developer guide so that i can have an overview of the following items when developing the application target user profile value proposition and user stories user profiles of the application s users use cases use cases textual form for a few representative user stories that need multiple steps to complete non functional requirements project constraints glossary define key terms of the project
1
766,328
26,879,202,798
IssuesEvent
2023-02-05 12:30:55
isXander/Controlify
https://api.github.com/repos/isXander/Controlify
closed
Vanilla screen compatibility
high-priority screens
All vanilla screens should be able to be operated fully with no drawbacks or annoyances to using that specific UI with a controller ### Screens - [x] **Singleplayer world select** can't select world unless focusing on bottom world - [x] **Title screen** no change needed - [x] **Multiplayer server select** can't edit/delete server unless focusing on bottom server - [x] **Options menu and submenus** slider focus behaviour needs improving - [x] **Container screens** can't shift click items - [x] **Creative block picker** can't move through tabs without vmouse - [x] **Creative inventory** can't clear inventory - [x] **Survival inventory** can't shift click items onto body - [x] **Language select screen** can't navigate to close screen without focusing on bottom language
1.0
Vanilla screen compatibility - All vanilla screens should be able to be operated fully with no drawbacks or annoyances to using that specific UI with a controller ### Screens - [x] **Singleplayer world select** can't select world unless focusing on bottom world - [x] **Title screen** no change needed - [x] **Multiplayer server select** can't edit/delete server unless focusing on bottom server - [x] **Options menu and submenus** slider focus behaviour needs improving - [x] **Container screens** can't shift click items - [x] **Creative block picker** can't move through tabs without vmouse - [x] **Creative inventory** can't clear inventory - [x] **Survival inventory** can't shift click items onto body - [x] **Language select screen** can't navigate to close screen without focusing on bottom language
priority
vanilla screen compatibility all vanilla screens should be able to be operated fully with no drawbacks or annoyances to using that specific ui with a controller screens singleplayer world select can t select world unless focusing on bottom world title screen no change needed multiplayer server select can t edit delete server unless focusing on bottom server options menu and submenus slider focus behaviour needs improving container screens can t shift click items creative block picker can t move through tabs without vmouse creative inventory can t clear inventory survival inventory can t shift click items onto body language select screen can t navigate to close screen without focusing on bottom language
1
828,526
31,832,236,962
IssuesEvent
2023-09-14 11:22:31
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
opened
Welcome message missing from messages widget
High Priority Bug ISIS Team: Core Found in Beta
**Describe the bug** When launching mantid workbench, the welcome message is not displayed. This is a regression since the last release. Note that if you launch from within the terminal, the `notice` level message is printed there. **To Reproduce** Open mantid workbench **Expected behavior** Welcome message displayed, e.g: ``` Welcome to Mantid 6.7.0 Please cite: http://dx.doi.org/10.1016/j.nima.2014.07.029 and this release: http://dx.doi.org/10.5286/Software/Mantid6.7 All instrument definitions up to date ``` **Screenshots** ![image](https://github.com/mantidproject/mantid/assets/8058899/bf4500b1-0587-4143-a397-ff0093a8ef0b) **Platform/Version (please complete the following information):** - OS: all - Mantid Version 6.7 nightly used in manual testing.
1.0
Welcome message missing from messages widget - **Describe the bug** When launching mantid workbench, the welcome message is not displayed. This is a regression since the last release. Note that if you launch from within the terminal, the `notice` level message is printed there. **To Reproduce** Open mantid workbench **Expected behavior** Welcome message displayed, e.g: ``` Welcome to Mantid 6.7.0 Please cite: http://dx.doi.org/10.1016/j.nima.2014.07.029 and this release: http://dx.doi.org/10.5286/Software/Mantid6.7 All instrument definitions up to date ``` **Screenshots** ![image](https://github.com/mantidproject/mantid/assets/8058899/bf4500b1-0587-4143-a397-ff0093a8ef0b) **Platform/Version (please complete the following information):** - OS: all - Mantid Version 6.7 nightly used in manual testing.
priority
welcome message missing from messages widget describe the bug when launching mantid workbench the welcome message is not displayed this is a regression since the last release note that if you launch from within the terminal the notice level message is printed there to reproduce open mantid workbench expected behavior welcome message displayed e g welcome to mantid please cite and this release all instrument definitions up to date screenshots platform version please complete the following information os all mantid version nightly used in manual testing
1
791,236
27,856,706,329
IssuesEvent
2023-03-20 23:57:57
OpenC3/cosmos
https://api.github.com/repos/OpenC3/cosmos
closed
Local screens
enhancement high priority
Create local screen definitions from scripts and have them open in another TlmViewer tab
1.0
Local screens - Create local screen definitions from scripts and have them open in another TlmViewer tab
priority
local screens create local screen definitions from scripts and have them open in another tlmviewer tab
1
511,583
14,876,976,983
IssuesEvent
2021-01-20 02:04:49
Uconnect-Technologies/wertik-js
https://api.github.com/repos/Uconnect-Technologies/wertik-js
closed
Return stats after executing a database query
Feature Request High Priority enhancement under-review
**Is your feature request related to a problem? Please describe.** Currently only returning item, now return stats after executing a query, For example for bulk create it was: BulkCreateRole: [Role] Now it should return items with rows effected and other stats, Like for BulkCreateRole, it should be BulkCreateRole: { rows_efftected: Int rows: [Role] } Same goes for Rest API.
1.0
Return stats after executing a database query - **Is your feature request related to a problem? Please describe.** Currently only returning item, now return stats after executing a query, For example for bulk create it was: BulkCreateRole: [Role] Now it should return items with rows effected and other stats, Like for BulkCreateRole, it should be BulkCreateRole: { rows_efftected: Int rows: [Role] } Same goes for Rest API.
priority
return stats after executing a database query is your feature request related to a problem please describe currently only returning item now return stats after executing a query for example for bulk create it was bulkcreaterole now it should return items with rows effected and other stats like for bulkcreaterole it should be bulkcreaterole rows efftected int rows same goes for rest api
1
95,850
3,961,197,888
IssuesEvent
2016-05-02 11:43:38
ESA-VirES/WebClient-Framework
https://api.github.com/repos/ESA-VirES/WebClient-Framework
closed
Tutorial update
priority high
The tutorial needs to be reviewed ensure it being up-to-date. Some errors I found: 1. In "Geomagnetic field models - settings" it refers to the cogs icon for settings, 2. In Field lines it refers to the tools widget 3. In Field lines it refers to the Area button icon - which has been replaced by a button with text
1.0
Tutorial update - The tutorial needs to be reviewed ensure it being up-to-date. Some errors I found: 1. In "Geomagnetic field models - settings" it refers to the cogs icon for settings, 2. In Field lines it refers to the tools widget 3. In Field lines it refers to the Area button icon - which has been replaced by a button with text
priority
tutorial update the tutorial needs to be reviewed ensure it being up to date some errors i found in geomagnetic field models settings it refers to the cogs icon for settings in field lines it refers to the tools widget in field lines it refers to the area button icon which has been replaced by a button with text
1
286,081
8,783,714,435
IssuesEvent
2018-12-20 07:17:58
metasfresh/metasfresh-webui-frontend
https://api.github.com/repos/metasfresh/metasfresh-webui-frontend
closed
Overlays open in narrow window on latest Chrome
branch:master priority:high type:bug
### Is this a bug or feature request? Bug ### What is the current behavior? ![2018-12-14 12_35_50-metasfresh](https://user-images.githubusercontent.com/513460/50008123-74e20b00-ffb3-11e8-9dc2-3741d7c96ff5.png) #### Which are the steps to reproduce? Add new location in BPartner window. ### What is the expected or desired behavior? Modal should take the same width as before.
1.0
Overlays open in narrow window on latest Chrome - ### Is this a bug or feature request? Bug ### What is the current behavior? ![2018-12-14 12_35_50-metasfresh](https://user-images.githubusercontent.com/513460/50008123-74e20b00-ffb3-11e8-9dc2-3741d7c96ff5.png) #### Which are the steps to reproduce? Add new location in BPartner window. ### What is the expected or desired behavior? Modal should take the same width as before.
priority
overlays open in narrow window on latest chrome is this a bug or feature request bug what is the current behavior which are the steps to reproduce add new location in bpartner window what is the expected or desired behavior modal should take the same width as before
1
176,682
6,562,365,770
IssuesEvent
2017-09-07 16:18:29
WhitewidowScanner/whitewidow
https://api.github.com/repos/WhitewidowScanner/whitewidow
closed
need to create a way to verify that the web application is vulnerable before spitting out something
bug enhancement FALSE POSITIVE priority: high
![issue_10](https://cloud.githubusercontent.com/assets/14183473/26289496/3f84b742-3e66-11e7-93ce-abdb0a3a60e0.PNG)
1.0
need to create a way to verify that the web application is vulnerable before spitting out something - ![issue_10](https://cloud.githubusercontent.com/assets/14183473/26289496/3f84b742-3e66-11e7-93ce-abdb0a3a60e0.PNG)
priority
need to create a way to verify that the web application is vulnerable before spitting out something
1
522,895
15,169,160,241
IssuesEvent
2021-02-12 20:38:50
micronaut-projects/micronaut-starter
https://api.github.com/repos/micronaut-projects/micronaut-starter
closed
Old version of micronaut-discovery-client being used in project templates
priority: high status: pr submitted type: bug
The following dependency is being used: https://github.com/micronaut-projects/micronaut-starter/blob/2.3.x/starter-core/src/main/java/io/micronaut/starter/feature/build/gradle/templates/dependencies.rocker.raw#L90-L95 The group has changed to `io.micronaut.discovery` and this dependency is incorrect
1.0
Old version of micronaut-discovery-client being used in project templates - The following dependency is being used: https://github.com/micronaut-projects/micronaut-starter/blob/2.3.x/starter-core/src/main/java/io/micronaut/starter/feature/build/gradle/templates/dependencies.rocker.raw#L90-L95 The group has changed to `io.micronaut.discovery` and this dependency is incorrect
priority
old version of micronaut discovery client being used in project templates the following dependency is being used the group has changed to io micronaut discovery and this dependency is incorrect
1
821,577
30,827,378,803
IssuesEvent
2023-08-01 21:16:32
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Port examples away from drake-visualizer
component: distribution type: cleanup priority: high
We should stop using `drake-vizualizer` in our examples (see #16215). This issue maintains the checklist of programs that we'll need to port to use meshcat (or otherwise). Add your username after any items you'd like to take on. Examples: - [x] examples/acrobot (#16263) - [x] examples/allegro_hand (#16452) - [x] examples/atlas (#16452) - [x] examples/compass_gait (#16452) - [x] examples/kinova_jaco_arm (#16452) - [x] examples/kuka_iiwa_arm (#16452) - [ ] examples/manipulation_station - [x] examples/mass_spring_cloth (#16248) - [x] examples/multibody/acrobot (#16452) - [x] examples/multibody/cart_pole (#16452) - [x] examples/multibody/cylinder_with_multicontact (#16452) - [x] examples/multibody/four_bar (#16452) - [ ] examples/multibody/inclined_plane_with_body - [ ] examples/multibody/pendulum - [ ] examples/multibody/rolling_sphere - [x] examples/multibody/strandbeest (#16436) - [x] examples/particles (#16452) - [ ] examples/pendulum - [x] examples/planar_gripper (#16452) - [ ] examples/quadrotor - [x] examples/rimless_wheel (#16452) - [ ] examples/rod2d - [ ] examples/scene_graph - [x] examples/simple_gripper (#16452) Tests: - [ ] geometry/profiling/contact_surface_rigid_bowl_soft_ball - [ ] manipulation/models/realsense2_description/test/realsense_parse_test (@jwnimmer-tri) - [x] manipulation/models/ycb/test/parse_test (#16220) - [ ] multibody/contact_solvers/test/multibody_sim_driver - [ ] multibody/optimization/test/optimization_with_contact_utilities - [ ] multibody/plant/test/multibody_plant_hydroelastic_test - [ ] multibody/plant/test/multibody_plant_reaction_forces_test
1.0
Port examples away from drake-visualizer - We should stop using `drake-vizualizer` in our examples (see #16215). This issue maintains the checklist of programs that we'll need to port to use meshcat (or otherwise). Add your username after any items you'd like to take on. Examples: - [x] examples/acrobot (#16263) - [x] examples/allegro_hand (#16452) - [x] examples/atlas (#16452) - [x] examples/compass_gait (#16452) - [x] examples/kinova_jaco_arm (#16452) - [x] examples/kuka_iiwa_arm (#16452) - [ ] examples/manipulation_station - [x] examples/mass_spring_cloth (#16248) - [x] examples/multibody/acrobot (#16452) - [x] examples/multibody/cart_pole (#16452) - [x] examples/multibody/cylinder_with_multicontact (#16452) - [x] examples/multibody/four_bar (#16452) - [ ] examples/multibody/inclined_plane_with_body - [ ] examples/multibody/pendulum - [ ] examples/multibody/rolling_sphere - [x] examples/multibody/strandbeest (#16436) - [x] examples/particles (#16452) - [ ] examples/pendulum - [x] examples/planar_gripper (#16452) - [ ] examples/quadrotor - [x] examples/rimless_wheel (#16452) - [ ] examples/rod2d - [ ] examples/scene_graph - [x] examples/simple_gripper (#16452) Tests: - [ ] geometry/profiling/contact_surface_rigid_bowl_soft_ball - [ ] manipulation/models/realsense2_description/test/realsense_parse_test (@jwnimmer-tri) - [x] manipulation/models/ycb/test/parse_test (#16220) - [ ] multibody/contact_solvers/test/multibody_sim_driver - [ ] multibody/optimization/test/optimization_with_contact_utilities - [ ] multibody/plant/test/multibody_plant_hydroelastic_test - [ ] multibody/plant/test/multibody_plant_reaction_forces_test
priority
port examples away from drake visualizer we should stop using drake vizualizer in our examples see this issue maintains the checklist of programs that we ll need to port to use meshcat or otherwise add your username after any items you d like to take on examples examples acrobot examples allegro hand examples atlas examples compass gait examples kinova jaco arm examples kuka iiwa arm examples manipulation station examples mass spring cloth examples multibody acrobot examples multibody cart pole examples multibody cylinder with multicontact examples multibody four bar examples multibody inclined plane with body examples multibody pendulum examples multibody rolling sphere examples multibody strandbeest examples particles examples pendulum examples planar gripper examples quadrotor examples rimless wheel examples examples scene graph examples simple gripper tests geometry profiling contact surface rigid bowl soft ball manipulation models description test realsense parse test jwnimmer tri manipulation models ycb test parse test multibody contact solvers test multibody sim driver multibody optimization test optimization with contact utilities multibody plant test multibody plant hydroelastic test multibody plant test multibody plant reaction forces test
1
652,233
21,526,245,371
IssuesEvent
2022-04-28 18:45:37
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[studio-ui] A change in non-directly referenced content on a page doesn't trigger reload notification
enhancement priority: high validate
### Bug Report #### Crafter CMS Version 4.0.0-SNAPSHOT #### Date of Build April 7, 2022 #### Describe the bug A change in non-directly referenced content on a page doesn't trigger reload notification. When a piece of content changes, an event is sent to the UI indicating the same, however, if the content is directly model-referenced, the UI doesn't trigger a reload notification, which leaves the user with a stale page. Additionally, the lock notification should be displayed when a user locks a content item referenced indirectly by the viewed page. #### To Reproduce Steps to reproduce the behavior: 1. Go to Editorial BP-based site 2. Login with two users and navigate to the same page 3. Edit the head with user 1 4. Note user 2 is not notified 5. Review the events/messages in SharedWorker and note that the content event for the header change has indeed been emitted #### Logs {{If applicable, attach the logs/stack trace (use https://gist.github.com).}} #### Screenshots {{If applicable, add screenshots to help explain your problem.}}
1.0
[studio-ui] A change in non-directly referenced content on a page doesn't trigger reload notification - ### Bug Report #### Crafter CMS Version 4.0.0-SNAPSHOT #### Date of Build April 7, 2022 #### Describe the bug A change in non-directly referenced content on a page doesn't trigger reload notification. When a piece of content changes, an event is sent to the UI indicating the same, however, if the content is directly model-referenced, the UI doesn't trigger a reload notification, which leaves the user with a stale page. Additionally, the lock notification should be displayed when a user locks a content item referenced indirectly by the viewed page. #### To Reproduce Steps to reproduce the behavior: 1. Go to Editorial BP-based site 2. Login with two users and navigate to the same page 3. Edit the head with user 1 4. Note user 2 is not notified 5. Review the events/messages in SharedWorker and note that the content event for the header change has indeed been emitted #### Logs {{If applicable, attach the logs/stack trace (use https://gist.github.com).}} #### Screenshots {{If applicable, add screenshots to help explain your problem.}}
priority
a change in non directly referenced content on a page doesn t trigger reload notification bug report crafter cms version snapshot date of build april describe the bug a change in non directly referenced content on a page doesn t trigger reload notification when a piece of content changes an event is sent to the ui indicating the same however if the content is directly model referenced the ui doesn t trigger a reload notification which leaves the user with a stale page additionally the lock notification should be displayed when a user locks a content item referenced indirectly by the viewed page to reproduce steps to reproduce the behavior go to editorial bp based site login with two users and navigate to the same page edit the head with user note user is not notified review the events messages in sharedworker and note that the content event for the header change has indeed been emitted logs if applicable attach the logs stack trace use screenshots if applicable add screenshots to help explain your problem
1
153,873
5,905,125,992
IssuesEvent
2017-05-19 11:54:39
quintel/etengine
https://api.github.com/repos/quintel/etengine
closed
Beta scenario for derived dataset doesn't load
Bug High priority
As seen by @jorisberkhout Steps to reproduce 1. Open https://beta-pro.energytransitionmodel.com 2. Pick a derived dataset from the list 3. Click start Stacktrace ETEngine beta server: ```` NoMethodError (undefined method `+' for nil:NilClass): app/models/qernel/plugins/merit/aggregate_curve.rb:57:in `balanced_mix' app/models/qernel/plugins/merit/aggregate_curve.rb:17:in `build' app/models/qernel/plugins/merit/curves.rb:40:in `ev_demand' app/models/qernel/plugins/merit/curves.rb:20:in `public_send' app/models/qernel/plugins/merit/curves.rb:20:in `block in combined' app/models/qernel/plugins/merit/curves.rb:20:in `map' app/models/qernel/plugins/merit/curves.rb:20:in `combined' app/models/qernel/plugins/merit_order.rb:93:in `total_demand' app/models/qernel/plugins/simple_merit_order.rb:94:in `total_demand_curve' app/models/qernel/plugins/merit_order.rb:83:in `total_demand_curve' app/models/qernel/plugins/simple_merit_order.rb:81:in `setup' app/models/qernel/plugins/merit_order.rb:67:in `setup' app/models/qernel/plugins/plugin.rb:28:in `block in trigger' app/models/qernel/plugins/plugin.rb:26:in `each' app/models/qernel/plugins/plugin.rb:26:in `trigger' app/models/qernel/lifecycle.rb:62:in `block in with_callback' ````
1.0
Beta scenario for derived dataset doesn't load - As seen by @jorisberkhout Steps to reproduce 1. Open https://beta-pro.energytransitionmodel.com 2. Pick a derived dataset from the list 3. Click start Stacktrace ETEngine beta server: ```` NoMethodError (undefined method `+' for nil:NilClass): app/models/qernel/plugins/merit/aggregate_curve.rb:57:in `balanced_mix' app/models/qernel/plugins/merit/aggregate_curve.rb:17:in `build' app/models/qernel/plugins/merit/curves.rb:40:in `ev_demand' app/models/qernel/plugins/merit/curves.rb:20:in `public_send' app/models/qernel/plugins/merit/curves.rb:20:in `block in combined' app/models/qernel/plugins/merit/curves.rb:20:in `map' app/models/qernel/plugins/merit/curves.rb:20:in `combined' app/models/qernel/plugins/merit_order.rb:93:in `total_demand' app/models/qernel/plugins/simple_merit_order.rb:94:in `total_demand_curve' app/models/qernel/plugins/merit_order.rb:83:in `total_demand_curve' app/models/qernel/plugins/simple_merit_order.rb:81:in `setup' app/models/qernel/plugins/merit_order.rb:67:in `setup' app/models/qernel/plugins/plugin.rb:28:in `block in trigger' app/models/qernel/plugins/plugin.rb:26:in `each' app/models/qernel/plugins/plugin.rb:26:in `trigger' app/models/qernel/lifecycle.rb:62:in `block in with_callback' ````
priority
beta scenario for derived dataset doesn t load as seen by jorisberkhout steps to reproduce open pick a derived dataset from the list click start stacktrace etengine beta server nomethoderror undefined method for nil nilclass app models qernel plugins merit aggregate curve rb in balanced mix app models qernel plugins merit aggregate curve rb in build app models qernel plugins merit curves rb in ev demand app models qernel plugins merit curves rb in public send app models qernel plugins merit curves rb in block in combined app models qernel plugins merit curves rb in map app models qernel plugins merit curves rb in combined app models qernel plugins merit order rb in total demand app models qernel plugins simple merit order rb in total demand curve app models qernel plugins merit order rb in total demand curve app models qernel plugins simple merit order rb in setup app models qernel plugins merit order rb in setup app models qernel plugins plugin rb in block in trigger app models qernel plugins plugin rb in each app models qernel plugins plugin rb in trigger app models qernel lifecycle rb in block in with callback
1
93,425
3,899,946,828
IssuesEvent
2016-04-18 01:22:12
durhamatletico/durhamatletico-cms
https://api.github.com/repos/durhamatletico/durhamatletico-cms
closed
schedule doesn't display fractions of an hour
bug content high priority
the schedule online is displaying all 7:30 games as starting at 7, 8:30 games as starting at 8pm, etc.
1.0
schedule doesn't display fractions of an hour - the schedule online is displaying all 7:30 games as starting at 7, 8:30 games as starting at 8pm, etc.
priority
schedule doesn t display fractions of an hour the schedule online is displaying all games as starting at games as starting at etc
1
663,622
22,199,524,311
IssuesEvent
2022-06-07 09:54:12
astronomer/astro-sdk
https://api.github.com/repos/astronomer/astro-sdk
closed
Improve load_file and save_file speed for bigquery
priority/high improvement
During testing, we found that the load speed of dataframe -> postgres to be fairly slow. We believe that there should be a faster native way to load data into postgres. Acceptance criteria: A notable speed improvement on postgres load and save numbers in the load and save file detailed instructions for users to add any needed extensions to their database that would enable these features (e.g. s3 support)
1.0
Improve load_file and save_file speed for bigquery - During testing, we found that the load speed of dataframe -> postgres to be fairly slow. We believe that there should be a faster native way to load data into postgres. Acceptance criteria: A notable speed improvement on postgres load and save numbers in the load and save file detailed instructions for users to add any needed extensions to their database that would enable these features (e.g. s3 support)
priority
improve load file and save file speed for bigquery during testing we found that the load speed of dataframe postgres to be fairly slow we believe that there should be a faster native way to load data into postgres acceptance criteria a notable speed improvement on postgres load and save numbers in the load and save file detailed instructions for users to add any needed extensions to their database that would enable these features e g support
1
215,063
7,286,376,853
IssuesEvent
2018-02-23 09:31:09
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
closed
No filtering or sorting available for lifecycle history view in publisher
2.2.0 Priority/High Severity/Major Type/Improvement
**Description** The user has no option to do filtering and sorting for the lifecycle history view table in the publisher. This is a useful option when there are plenty of records for the same API. Currently all the history records are listing under the LifeCylce section and newest record is at the bottom. Please see the screen below. ![image](https://user-images.githubusercontent.com/7115693/34659452-c71bb634-f45e-11e7-8e66-7946e353b926.png)
1.0
No filtering or sorting available for lifecycle history view in publisher - **Description** The user has no option to do filtering and sorting for the lifecycle history view table in the publisher. This is a useful option when there are plenty of records for the same API. Currently all the history records are listing under the LifeCylce section and newest record is at the bottom. Please see the screen below. ![image](https://user-images.githubusercontent.com/7115693/34659452-c71bb634-f45e-11e7-8e66-7946e353b926.png)
priority
no filtering or sorting available for lifecycle history view in publisher description the user has no option to do filtering and sorting for the lifecycle history view table in the publisher this is a useful option when there are plenty of records for the same api currently all the history records are listing under the lifecylce section and newest record is at the bottom please see the screen below
1
273,093
8,526,588,233
IssuesEvent
2018-11-02 16:42:47
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
closed
unit test failure: Unified API Nodes controller
Priority: High Type: Bug
``` unittest/pfappserver/Model/Search/Node.t ........................ 1/39 # Failed test 'MAC ASC' # at unittest/pfappserver/Model/Search/Node.t line 57. # Structures begin differing at: # $got = ARRAY(0xa398468) # $expected = HASH(0xa3b8c90) # Failed test 'MAC ASC default order' # at unittest/pfappserver/Model/Search/Node.t line 59. # Structures begin differing at: # $got = ARRAY(0x25426a0) # $expected = HASH(0xa3b8d38) # Failed test 'MAC DESC' # at unittest/pfappserver/Model/Search/Node.t line 61. # Structures begin differing at: # $got = ARRAY(0xa3b8ca8) # $expected = HASH(0x25421c0) # Failed test 'MAC DESC upper' # at unittest/pfappserver/Model/Search/Node.t line 63. # Structures begin differing at: # $got = ARRAY(0x25420a0) # $expected = HASH(0xa3b8f18) # Failed test 'MAC ASC upper' # at unittest/pfappserver/Model/Search/Node.t line 65. # Structures begin differing at: # $got = ARRAY(0xa3b8c90) # $expected = HASH(0xa3b9038) # Failed test 'MAC ASC bad' # at unittest/pfappserver/Model/Search/Node.t line 67. # Structures begin differing at: # $got = ARRAY(0x25421c0) # $expected = HASH(0xa3b8e28) # Failed test 'Build a simple search' # at unittest/pfappserver/Model/Search/Node.t line 280. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3b92f0) # $expected->{-order_by} = ARRAY(0xa3b8ca8) # Failed test 'Skip search with a null value and the operator is not null' # at unittest/pfappserver/Model/Search/Node.t line 300. # Structures begin differing at: # $got->{-order_by} = HASH(0x25421f0) # $expected->{-order_by} = ARRAY(0xa3bba60) # Failed test 'Search with an online date' # at unittest/pfappserver/Model/Search/Node.t line 356. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3b8fa8) # $expected->{-order_by} = ARRAY(0xa3bbbf8) # Failed test 'Search with an online date ' # at unittest/pfappserver/Model/Search/Node.t line 404. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3b9758) # $expected->{-order_by} = ARRAY(0x2542010) # Failed test 'Search with an online date ' # at unittest/pfappserver/Model/Search/Node.t line 453. # Structures begin differing at: # $got->{-order_by} = HASH(0x2542190) # $expected->{-order_by} = ARRAY(0xa3bbcd0) # Failed test 'Search online = 'on' ' # at unittest/pfappserver/Model/Search/Node.t line 488. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3bbe38) # $expected->{-order_by} = ARRAY(0xa3bbfe8) # Failed test 'Search online = 'off' ' # at unittest/pfappserver/Model/Search/Node.t line 528. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3bb1c0) # $expected->{-order_by} = ARRAY(0xa3bc030) # Failed test 'Search online == 'unknown' ' # at unittest/pfappserver/Model/Search/Node.t line 568. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3b92f0) # $expected->{-order_by} = ARRAY(0xa3c2448) # Failed test 'Search with an online date ' # at unittest/pfappserver/Model/Search/Node.t line 603. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3b8fa8) # $expected->{-order_by} = ARRAY(0xa3bfd48) # Looks like you failed 15 tests of 39. unittest/pfappserver/Model/Search/Node.t ........................ Dubious, test returned 15 (wstat 3840, 0xf00) ```
1.0
unit test failure: Unified API Nodes controller - ``` unittest/pfappserver/Model/Search/Node.t ........................ 1/39 # Failed test 'MAC ASC' # at unittest/pfappserver/Model/Search/Node.t line 57. # Structures begin differing at: # $got = ARRAY(0xa398468) # $expected = HASH(0xa3b8c90) # Failed test 'MAC ASC default order' # at unittest/pfappserver/Model/Search/Node.t line 59. # Structures begin differing at: # $got = ARRAY(0x25426a0) # $expected = HASH(0xa3b8d38) # Failed test 'MAC DESC' # at unittest/pfappserver/Model/Search/Node.t line 61. # Structures begin differing at: # $got = ARRAY(0xa3b8ca8) # $expected = HASH(0x25421c0) # Failed test 'MAC DESC upper' # at unittest/pfappserver/Model/Search/Node.t line 63. # Structures begin differing at: # $got = ARRAY(0x25420a0) # $expected = HASH(0xa3b8f18) # Failed test 'MAC ASC upper' # at unittest/pfappserver/Model/Search/Node.t line 65. # Structures begin differing at: # $got = ARRAY(0xa3b8c90) # $expected = HASH(0xa3b9038) # Failed test 'MAC ASC bad' # at unittest/pfappserver/Model/Search/Node.t line 67. # Structures begin differing at: # $got = ARRAY(0x25421c0) # $expected = HASH(0xa3b8e28) # Failed test 'Build a simple search' # at unittest/pfappserver/Model/Search/Node.t line 280. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3b92f0) # $expected->{-order_by} = ARRAY(0xa3b8ca8) # Failed test 'Skip search with a null value and the operator is not null' # at unittest/pfappserver/Model/Search/Node.t line 300. # Structures begin differing at: # $got->{-order_by} = HASH(0x25421f0) # $expected->{-order_by} = ARRAY(0xa3bba60) # Failed test 'Search with an online date' # at unittest/pfappserver/Model/Search/Node.t line 356. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3b8fa8) # $expected->{-order_by} = ARRAY(0xa3bbbf8) # Failed test 'Search with an online date ' # at unittest/pfappserver/Model/Search/Node.t line 404. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3b9758) # $expected->{-order_by} = ARRAY(0x2542010) # Failed test 'Search with an online date ' # at unittest/pfappserver/Model/Search/Node.t line 453. # Structures begin differing at: # $got->{-order_by} = HASH(0x2542190) # $expected->{-order_by} = ARRAY(0xa3bbcd0) # Failed test 'Search online = 'on' ' # at unittest/pfappserver/Model/Search/Node.t line 488. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3bbe38) # $expected->{-order_by} = ARRAY(0xa3bbfe8) # Failed test 'Search online = 'off' ' # at unittest/pfappserver/Model/Search/Node.t line 528. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3bb1c0) # $expected->{-order_by} = ARRAY(0xa3bc030) # Failed test 'Search online == 'unknown' ' # at unittest/pfappserver/Model/Search/Node.t line 568. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3b92f0) # $expected->{-order_by} = ARRAY(0xa3c2448) # Failed test 'Search with an online date ' # at unittest/pfappserver/Model/Search/Node.t line 603. # Structures begin differing at: # $got->{-order_by} = HASH(0xa3b8fa8) # $expected->{-order_by} = ARRAY(0xa3bfd48) # Looks like you failed 15 tests of 39. unittest/pfappserver/Model/Search/Node.t ........................ Dubious, test returned 15 (wstat 3840, 0xf00) ```
priority
unit test failure unified api nodes controller unittest pfappserver model search node t failed test mac asc at unittest pfappserver model search node t line structures begin differing at got array expected hash failed test mac asc default order at unittest pfappserver model search node t line structures begin differing at got array expected hash failed test mac desc at unittest pfappserver model search node t line structures begin differing at got array expected hash failed test mac desc upper at unittest pfappserver model search node t line structures begin differing at got array expected hash failed test mac asc upper at unittest pfappserver model search node t line structures begin differing at got array expected hash failed test mac asc bad at unittest pfappserver model search node t line structures begin differing at got array expected hash failed test build a simple search at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test skip search with a null value and the operator is not null at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search with an online date at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search with an online date at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search with an online date at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search online on at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search online off at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search online unknown at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array failed test search with an online date at unittest pfappserver model search node t line structures begin differing at got order by hash expected order by array looks like you failed tests of unittest pfappserver model search node t dubious test returned wstat
1
387,806
11,470,648,888
IssuesEvent
2020-02-09 05:03:49
ShabadOS/desktop
https://api.github.com/repos/ShabadOS/desktop
opened
Add remote control without wifi / "Shabad OS Connect"
Priority: 3 High Status: In Research Type: Feature/Enhancement
Add some kind of method to connect and control Shabad OS without the wifi. So basically what we already allow with browsers on the network, but without the network part... Allows multiple streamers to pull captioning from one central shabad os without requiring all streamers to share gurdwara internet bandwidth Allows users to remote control shabad os when the gurdwara wifi is locked down (passwords not shared) Allows elderly people to connect for reader purposes again in the same scenario above where the wifi is not shared in gurdwaras or is set up by non gurdwara committee members. Allows people to follow along on live streams started on phones (so facebook / youtube for smartphones) where captioning isn't available. Will be needed for mobile app anyways. Part of the idea of "Connnect to Shabad OS Nearby" or via some ID. Can use 4 non-ambiguous upper case letters (24) to get about 24^4 = 330k unique ids. I doubt that we will have that many concurrent users, but can always go for 3 pairs of numbers which is a million unique IDs. Marking it high since it will be used in the future for a second project. Marking it "in research" to try and spec it out before any work is done. So if you have any UI questions or user flows, let's figure it out here first.
1.0
Add remote control without wifi / "Shabad OS Connect" - Add some kind of method to connect and control Shabad OS without the wifi. So basically what we already allow with browsers on the network, but without the network part... Allows multiple streamers to pull captioning from one central shabad os without requiring all streamers to share gurdwara internet bandwidth Allows users to remote control shabad os when the gurdwara wifi is locked down (passwords not shared) Allows elderly people to connect for reader purposes again in the same scenario above where the wifi is not shared in gurdwaras or is set up by non gurdwara committee members. Allows people to follow along on live streams started on phones (so facebook / youtube for smartphones) where captioning isn't available. Will be needed for mobile app anyways. Part of the idea of "Connnect to Shabad OS Nearby" or via some ID. Can use 4 non-ambiguous upper case letters (24) to get about 24^4 = 330k unique ids. I doubt that we will have that many concurrent users, but can always go for 3 pairs of numbers which is a million unique IDs. Marking it high since it will be used in the future for a second project. Marking it "in research" to try and spec it out before any work is done. So if you have any UI questions or user flows, let's figure it out here first.
priority
add remote control without wifi shabad os connect add some kind of method to connect and control shabad os without the wifi so basically what we already allow with browsers on the network but without the network part allows multiple streamers to pull captioning from one central shabad os without requiring all streamers to share gurdwara internet bandwidth allows users to remote control shabad os when the gurdwara wifi is locked down passwords not shared allows elderly people to connect for reader purposes again in the same scenario above where the wifi is not shared in gurdwaras or is set up by non gurdwara committee members allows people to follow along on live streams started on phones so facebook youtube for smartphones where captioning isn t available will be needed for mobile app anyways part of the idea of connnect to shabad os nearby or via some id can use non ambiguous upper case letters to get about unique ids i doubt that we will have that many concurrent users but can always go for pairs of numbers which is a million unique ids marking it high since it will be used in the future for a second project marking it in research to try and spec it out before any work is done so if you have any ui questions or user flows let s figure it out here first
1
725,783
24,975,877,677
IssuesEvent
2022-11-02 07:44:38
AY2223S1-CS2103T-T15-2/tp
https://api.github.com/repos/AY2223S1-CS2103T-T15-2/tp
closed
[PE-D][Tester D] Not handle empty input
priority.HIGH type.Bug severity.High
The system accepts the following input : `edit 1 exam/` <!--session: 1666943972502-91a48475-7f27-4e9f-94a8-3894b0cb105f--> <!--Version: Web v3.4.4--> ------------- Labels: `severity.Medium` `type.FunctionalityBug` original: lilythchu/ped#6
1.0
[PE-D][Tester D] Not handle empty input - The system accepts the following input : `edit 1 exam/` <!--session: 1666943972502-91a48475-7f27-4e9f-94a8-3894b0cb105f--> <!--Version: Web v3.4.4--> ------------- Labels: `severity.Medium` `type.FunctionalityBug` original: lilythchu/ped#6
priority
not handle empty input the system accepts the following input edit exam labels severity medium type functionalitybug original lilythchu ped
1
710,178
24,409,246,781
IssuesEvent
2022-10-05 10:48:12
Rehachoudhary0/hotel_testing
https://api.github.com/repos/Rehachoudhary0/hotel_testing
opened
🐛 Bug Report:Hotel Booking calculation not correct
bug High priority
### 👟 Reproduction steps when we book the hotel ,the calculation off hotel is not right according to booking . ### 👍 Expected behavior The booking calculation should be correct. ### 👎 Actual Behavior . ![WhatsApp Image 2022-10-05 at 2 48 21 PM](https://user-images.githubusercontent.com/85510636/194043143-181559f4-9d7e-46d4-a9c8-db507c103471.jpeg) ### 🎲 App version Version 22.10.05+01 ### 💻 Operating system Android ### 👀 Have you spent some time to check if this issue has been raised before? - [X] I checked and didn't find similar issue ### 🏢 Have you read the Code of Conduct? - [X] I have read the [Code of Conduct](https://github.com/Rehachoudhary0/hotel_testing/blob/HEAD/CODE_OF_CONDUCT.md)
1.0
🐛 Bug Report:Hotel Booking calculation not correct - ### 👟 Reproduction steps when we book the hotel ,the calculation off hotel is not right according to booking . ### 👍 Expected behavior The booking calculation should be correct. ### 👎 Actual Behavior . ![WhatsApp Image 2022-10-05 at 2 48 21 PM](https://user-images.githubusercontent.com/85510636/194043143-181559f4-9d7e-46d4-a9c8-db507c103471.jpeg) ### 🎲 App version Version 22.10.05+01 ### 💻 Operating system Android ### 👀 Have you spent some time to check if this issue has been raised before? - [X] I checked and didn't find similar issue ### 🏢 Have you read the Code of Conduct? - [X] I have read the [Code of Conduct](https://github.com/Rehachoudhary0/hotel_testing/blob/HEAD/CODE_OF_CONDUCT.md)
priority
🐛 bug report hotel booking calculation not correct 👟 reproduction steps when we book the hotel the calculation off hotel is not right according to booking 👍 expected behavior the booking calculation should be correct 👎 actual behavior 🎲 app version version 💻 operating system android 👀 have you spent some time to check if this issue has been raised before i checked and didn t find similar issue 🏢 have you read the code of conduct i have read the
1
557,368
16,508,480,886
IssuesEvent
2021-05-25 22:56:04
LLK/scratch-www
https://api.github.com/repos/LLK/scratch-www
closed
Change www static assets deploy to set surrogate key, purge by that key
High Impact Medium Severity caching priority 2
Currently, scratch-www issues a "purge all" to the www-staging or www-production fastly services on deploy. This could be a problem in the future because we only really want to purge the static assets that www is deploying, not any other content that is cached by Fastly. Possible solution: instead of purging all, purge a "static_assets" surrogate key, and add that surrogate key to endpoints that return static assets now.
1.0
Change www static assets deploy to set surrogate key, purge by that key - Currently, scratch-www issues a "purge all" to the www-staging or www-production fastly services on deploy. This could be a problem in the future because we only really want to purge the static assets that www is deploying, not any other content that is cached by Fastly. Possible solution: instead of purging all, purge a "static_assets" surrogate key, and add that surrogate key to endpoints that return static assets now.
priority
change www static assets deploy to set surrogate key purge by that key currently scratch www issues a purge all to the www staging or www production fastly services on deploy this could be a problem in the future because we only really want to purge the static assets that www is deploying not any other content that is cached by fastly possible solution instead of purging all purge a static assets surrogate key and add that surrogate key to endpoints that return static assets now
1
198,629
6,974,981,819
IssuesEvent
2017-12-12 04:01:47
uva-slp/meals
https://api.github.com/repos/uva-slp/meals
closed
Change HTML static file references
bug priority-high story-points-5
A large reason for the difference between local runs and course server runs is that the course server fails to get access to static files. This is due to improper static files reference in html files. Example is the loginPage.html. Has "link href="/static/homepage/login_style.css" rel="stylesheet" type="text/css". The course server will never access this reference /static/homepage/login_style.css since that leads to https://pegasus.cs.virginia.edu/static/homepage/login_style.css. We want to get href to point to https://pegasus.cs.virginia.edu/meals/static/homepage/login_style.css. Need to change html files to use the "static" template tag to build the link to static files, avoid hardcoding the path to static files. For more information, go to https://docs.djangoproject.com/en/2.0/howto/static-files/
1.0
Change HTML static file references - A large reason for the difference between local runs and course server runs is that the course server fails to get access to static files. This is due to improper static files reference in html files. Example is the loginPage.html. Has "link href="/static/homepage/login_style.css" rel="stylesheet" type="text/css". The course server will never access this reference /static/homepage/login_style.css since that leads to https://pegasus.cs.virginia.edu/static/homepage/login_style.css. We want to get href to point to https://pegasus.cs.virginia.edu/meals/static/homepage/login_style.css. Need to change html files to use the "static" template tag to build the link to static files, avoid hardcoding the path to static files. For more information, go to https://docs.djangoproject.com/en/2.0/howto/static-files/
priority
change html static file references a large reason for the difference between local runs and course server runs is that the course server fails to get access to static files this is due to improper static files reference in html files example is the loginpage html has link href static homepage login style css rel stylesheet type text css the course server will never access this reference static homepage login style css since that leads to we want to get href to point to need to change html files to use the static template tag to build the link to static files avoid hardcoding the path to static files for more information go to
1
532,339
15,554,447,263
IssuesEvent
2021-03-16 03:51:46
numbersprotocol/capture-lite
https://api.github.com/repos/numbersprotocol/capture-lite
closed
拍完照片後須等待 19s ~ 38s 才會出現在手機 Capture 頁面裡,等待時間過長
fix/feature verified priority:high uiux
## Description 不管是 ios 還是 android 測試時都有發現如果是連家用 wifi 約5~15s 可完成顯示在 capture 如果是使用手機本身 4G 網路 時間會拖到 30s 甚至以上的時間 Tammy 28 minutes ago @Sean Wu 這是因為下載原圖的關係對吧? 如果是的話,之後想變成兩段 1. 先下載 thumbnail 顯示 2. 再下載原圖蓋掉
1.0
拍完照片後須等待 19s ~ 38s 才會出現在手機 Capture 頁面裡,等待時間過長 - ## Description 不管是 ios 還是 android 測試時都有發現如果是連家用 wifi 約5~15s 可完成顯示在 capture 如果是使用手機本身 4G 網路 時間會拖到 30s 甚至以上的時間 Tammy 28 minutes ago @Sean Wu 這是因為下載原圖的關係對吧? 如果是的話,之後想變成兩段 1. 先下載 thumbnail 顯示 2. 再下載原圖蓋掉
priority
拍完照片後須等待 才會出現在手機 capture 頁面裡,等待時間過長 description 不管是 ios 還是 android 測試時都有發現如果是連家用 wifi 可完成顯示在 capture 如果是使用手機本身 網路 時間會拖到 甚至以上的時間 tammy minutes ago sean wu 這是因為下載原圖的關係對吧 如果是的話,之後想變成兩段 先下載 thumbnail 顯示 再下載原圖蓋掉
1
772,157
27,108,780,667
IssuesEvent
2023-02-15 14:00:46
noctuelles/42-ft_transcendance
https://api.github.com/repos/noctuelles/42-ft_transcendance
closed
Ban utilisateur
bug high priority
Quand un utilisateur est ban, - Il peut pas envoyer de message, mais il devrai etre kick du channel, et ne plus pouvoir le join avant la date indique par celui qui a effectue le ban. - Il peut encore envoyer une demande pour jouer avec les autres. - On peut toujours promote un utilsateur ban - On peut reban un utilisateur deja ban
1.0
Ban utilisateur - Quand un utilisateur est ban, - Il peut pas envoyer de message, mais il devrai etre kick du channel, et ne plus pouvoir le join avant la date indique par celui qui a effectue le ban. - Il peut encore envoyer une demande pour jouer avec les autres. - On peut toujours promote un utilsateur ban - On peut reban un utilisateur deja ban
priority
ban utilisateur quand un utilisateur est ban il peut pas envoyer de message mais il devrai etre kick du channel et ne plus pouvoir le join avant la date indique par celui qui a effectue le ban il peut encore envoyer une demande pour jouer avec les autres on peut toujours promote un utilsateur ban on peut reban un utilisateur deja ban
1
232,762
7,674,795,545
IssuesEvent
2018-05-15 06:15:38
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
"but" Keyword based suggestions needs to be implemented
Priority/High Severity/Major Type/Improvement component/LanguageServer
**Description:** In the current Language Server completion implementation, "but" keyword related suggestions are not supported **Affected Versions:** v0.970.0
1.0
"but" Keyword based suggestions needs to be implemented - **Description:** In the current Language Server completion implementation, "but" keyword related suggestions are not supported **Affected Versions:** v0.970.0
priority
but keyword based suggestions needs to be implemented description in the current language server completion implementation but keyword related suggestions are not supported affected versions
1
83,939
3,645,256,209
IssuesEvent
2016-02-15 13:53:20
liam4/programming-language-thing
https://api.github.com/repos/liam4/programming-language-thing
closed
Comparison/boolean operators
enhancement high priority resolved
- [x] `gt(x y)` (greater than, `x > y`) - [x] `lt(x y)` (less than, `x < y`) - [x] `eq(x y)` - [x] `not(x)` - [x] `and(x y)` - [x] `or(x y)`
1.0
Comparison/boolean operators - - [x] `gt(x y)` (greater than, `x > y`) - [x] `lt(x y)` (less than, `x < y`) - [x] `eq(x y)` - [x] `not(x)` - [x] `and(x y)` - [x] `or(x y)`
priority
comparison boolean operators gt x y greater than x y lt x y less than x y eq x y not x and x y or x y
1
121,013
4,803,798,017
IssuesEvent
2016-11-02 11:20:39
onaio/onadata
https://api.github.com/repos/onaio/onadata
closed
TypeError: must be string, not float, export error
Error Module: Exports Priority: High Size: Small (≤1)
```python Exception in request: TypeError: must be string, not floatTraceback (most recent call last): File "/.../onadata/apps/viewer/tasks.py", line 115, in create_xls_export options File "/.../onadata/libs/utils/export_tools.py", line 175, in generate_export options=options, columns_with_hxl=columns_with_hxl File "/.../onadata/libs/utils/export_builder.py", line 671, in to_xls_export self.pre_process_row(row, section), File "/.../onadata/libs/utils/export_builder.py", line 470, in pre_process_row value, elm['type']) File "/.../onadata/libs/utils/export_builder.py", line 437, in convert_type return func(value) File "/.../onadata/libs/utils/export_builder.py", line 190, in <lambda> 'date': lambda x: ExportBuilder.string_to_date_with_xls_validation(x), File "/.../onadata/libs/utils/export_builder.py", line 201, in string_to_date_with_xls_validation date_obj = datetime.strptime(date_str, '%Y-%m-%d').date() TypeError: must be string, not float ```
1.0
TypeError: must be string, not float, export error - ```python Exception in request: TypeError: must be string, not floatTraceback (most recent call last): File "/.../onadata/apps/viewer/tasks.py", line 115, in create_xls_export options File "/.../onadata/libs/utils/export_tools.py", line 175, in generate_export options=options, columns_with_hxl=columns_with_hxl File "/.../onadata/libs/utils/export_builder.py", line 671, in to_xls_export self.pre_process_row(row, section), File "/.../onadata/libs/utils/export_builder.py", line 470, in pre_process_row value, elm['type']) File "/.../onadata/libs/utils/export_builder.py", line 437, in convert_type return func(value) File "/.../onadata/libs/utils/export_builder.py", line 190, in <lambda> 'date': lambda x: ExportBuilder.string_to_date_with_xls_validation(x), File "/.../onadata/libs/utils/export_builder.py", line 201, in string_to_date_with_xls_validation date_obj = datetime.strptime(date_str, '%Y-%m-%d').date() TypeError: must be string, not float ```
priority
typeerror must be string not float export error python exception in request typeerror must be string not floattraceback most recent call last file onadata apps viewer tasks py line in create xls export options file onadata libs utils export tools py line in generate export options options columns with hxl columns with hxl file onadata libs utils export builder py line in to xls export self pre process row row section file onadata libs utils export builder py line in pre process row value elm file onadata libs utils export builder py line in convert type return func value file onadata libs utils export builder py line in date lambda x exportbuilder string to date with xls validation x file onadata libs utils export builder py line in string to date with xls validation date obj datetime strptime date str y m d date typeerror must be string not float
1
660,710
21,996,228,161
IssuesEvent
2022-05-26 06:42:10
admiral-team/admiralui-ios
https://api.github.com/repos/admiral-team/admiralui-ios
closed
[FEATURE] - Добавить сертификаты на CI и поменять настройки в проекте
enhancement high priority
**Описание задачи:** Добавить сертификаты на CI и поменять настройки в проекте **Фреймворк** AdmiralUIKit AdmiralSwiftUI AdmiralThemes AdmiralUIRessources **Ресурсы:** Ссылка на макеты или ресурсы...
1.0
[FEATURE] - Добавить сертификаты на CI и поменять настройки в проекте - **Описание задачи:** Добавить сертификаты на CI и поменять настройки в проекте **Фреймворк** AdmiralUIKit AdmiralSwiftUI AdmiralThemes AdmiralUIRessources **Ресурсы:** Ссылка на макеты или ресурсы...
priority
добавить сертификаты на ci и поменять настройки в проекте описание задачи добавить сертификаты на ci и поменять настройки в проекте фреймворк admiraluikit admiralswiftui admiralthemes admiraluiressources ресурсы ссылка на макеты или ресурсы
1
35,925
2,793,820,640
IssuesEvent
2015-05-11 13:37:31
elecoest/allevents-3-2
https://api.github.com/repos/elecoest/allevents-3-2
closed
Front-End - module calendar - présentation HTML comme en 2.5
auto-migrated Priority-High Type-Enhancement
``` J'aimais bien la présentation de la version 1.5.2 avec la liste des agendas en légende et le survol de date. Prévu avec AE 3.2 ? ``` Original issue reported on code.google.com by `gilles.f...@gmail.com` on 11 Jan 2015 at 3:57 Attachments: * [Ancienne.jpg](https://storage.googleapis.com/google-code-attachments/allevents-3-2/issue-369/comment-0/Ancienne.jpg)
1.0
Front-End - module calendar - présentation HTML comme en 2.5 - ``` J'aimais bien la présentation de la version 1.5.2 avec la liste des agendas en légende et le survol de date. Prévu avec AE 3.2 ? ``` Original issue reported on code.google.com by `gilles.f...@gmail.com` on 11 Jan 2015 at 3:57 Attachments: * [Ancienne.jpg](https://storage.googleapis.com/google-code-attachments/allevents-3-2/issue-369/comment-0/Ancienne.jpg)
priority
front end module calendar présentation html comme en j aimais bien la présentation de la version avec la liste des agendas en légende et le survol de date prévu avec ae original issue reported on code google com by gilles f gmail com on jan at attachments
1
767,176
26,913,788,732
IssuesEvent
2023-02-07 03:33:38
CCICB/CRUX
https://api.github.com/repos/CCICB/CRUX
closed
improve available datasets module
High Priority
Its just confusing to have a table of included datasets with a 'not loaded' column early on in the UI - end users just end up trying to load the datasets of interest
1.0
improve available datasets module - Its just confusing to have a table of included datasets with a 'not loaded' column early on in the UI - end users just end up trying to load the datasets of interest
priority
improve available datasets module its just confusing to have a table of included datasets with a not loaded column early on in the ui end users just end up trying to load the datasets of interest
1
441,418
12,717,566,269
IssuesEvent
2020-06-24 05:32:22
Automattic/abacus
https://api.github.com/repos/Automattic/abacus
closed
Exclude Any Method Regardless of Signature
[!priority] high [component] experimenter interface [type] bug
We have declared a TypeScript type that picks all properties of another type excluding a method with a single parameter. But we want to exclude any function regardless of the number of parameters. This bug was discovered when trying to add a new method that takes a parameter.
1.0
Exclude Any Method Regardless of Signature - We have declared a TypeScript type that picks all properties of another type excluding a method with a single parameter. But we want to exclude any function regardless of the number of parameters. This bug was discovered when trying to add a new method that takes a parameter.
priority
exclude any method regardless of signature we have declared a typescript type that picks all properties of another type excluding a method with a single parameter but we want to exclude any function regardless of the number of parameters this bug was discovered when trying to add a new method that takes a parameter
1
428,859
12,418,262,558
IssuesEvent
2020-05-22 23:30:00
phetsims/axon
https://api.github.com/repos/phetsims/axon
opened
what is the visibility of setPropertyValue?
priority:2-high
Property.js, added by @samreid: ```js * @protected - for overriding only */ setPropertyValue( value ) { ``` TinyProperty.js, added by @jonathanolson: ```js * @public * * @param {*} value */ setPropertyValue( value ) { this._value = value; } ``` Note the different visibility annotations. Is there a reason why they are different? If not, which is correct? I have an immediate need to use Property.setPropertyValue in Natural Selection.
1.0
what is the visibility of setPropertyValue? - Property.js, added by @samreid: ```js * @protected - for overriding only */ setPropertyValue( value ) { ``` TinyProperty.js, added by @jonathanolson: ```js * @public * * @param {*} value */ setPropertyValue( value ) { this._value = value; } ``` Note the different visibility annotations. Is there a reason why they are different? If not, which is correct? I have an immediate need to use Property.setPropertyValue in Natural Selection.
priority
what is the visibility of setpropertyvalue property js added by samreid js protected for overriding only setpropertyvalue value tinyproperty js added by jonathanolson js public param value setpropertyvalue value this value value note the different visibility annotations is there a reason why they are different if not which is correct i have an immediate need to use property setpropertyvalue in natural selection
1
63,712
3,197,795,626
IssuesEvent
2015-10-01 08:12:07
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
opened
Fix bug in ReflectometryReduction algorithms
Component: Framework Component: Reflectometry Priority: High
It looks like a distance from sample to detector is not calculated correctly in SpecularReflectionPositionCorrect. Tim Charlton has provided us with the following ipython notebook which demonstrates the problem. [ReflectomertyReductionOneAuto-BugTesting.txt](https://github.com/mantidproject/mantid/files/5781/ReflectomertyReductionOneAuto-BugTesting.txt)
1.0
Fix bug in ReflectometryReduction algorithms - It looks like a distance from sample to detector is not calculated correctly in SpecularReflectionPositionCorrect. Tim Charlton has provided us with the following ipython notebook which demonstrates the problem. [ReflectomertyReductionOneAuto-BugTesting.txt](https://github.com/mantidproject/mantid/files/5781/ReflectomertyReductionOneAuto-BugTesting.txt)
priority
fix bug in reflectometryreduction algorithms it looks like a distance from sample to detector is not calculated correctly in specularreflectionpositioncorrect tim charlton has provided us with the following ipython notebook which demonstrates the problem
1
146,031
5,592,329,344
IssuesEvent
2017-03-30 03:53:42
sussol/mobile
https://api.github.com/repos/sussol/mobile
closed
Stock lines with no batch invisible
Priority: High
Build Number: 30 Description: Stock lines with no batch are not showing up on mobile Reproducible: Yes Reproduction Steps: On demo.msupply.org server, compare SI's for Mobile Store 1 on server vs mobile Comments: Eek! Problem found by Andrew Davies while trying to setup demo for him (Medical Action Myanmar)
1.0
Stock lines with no batch invisible - Build Number: 30 Description: Stock lines with no batch are not showing up on mobile Reproducible: Yes Reproduction Steps: On demo.msupply.org server, compare SI's for Mobile Store 1 on server vs mobile Comments: Eek! Problem found by Andrew Davies while trying to setup demo for him (Medical Action Myanmar)
priority
stock lines with no batch invisible build number description stock lines with no batch are not showing up on mobile reproducible yes reproduction steps on demo msupply org server compare si s for mobile store on server vs mobile comments eek problem found by andrew davies while trying to setup demo for him medical action myanmar
1
752,273
26,278,449,960
IssuesEvent
2023-01-07 02:57:16
Eliza-Diggins/PyCS
https://api.github.com/repos/Eliza-Diggins/PyCS
closed
Issue with uniting in combined profiles.
bug question High Priority Backend Related Visualizations Analysis/PyNbody
``` PyCS_System:text_utils:file_select: [FILE WIZARD]: Selected Col_1-5_2000.dat. PyCS_Tools:run_ICReport: Loading initial condition log data for Col_1-5_2000.dat... [DONE] PyCS_Tools:run_ICReport: Loading initial condition snapshot... [DONE] PyCS_Tools:run_ICReport: Gathering general data...[DONE] PyCS_Tools:run_ICReport: Gathering general data for family gas...[DONE] PyCS_Tools:run_ICReport: Gathering general data for family dm...[DONE] PyCS_Tools:run_ICReport: File recognized as a cluster-binary. Generating binary data...[DONE] PyCS_Tools:run_ICReport: Generating collision data... [DONE] PyCS_Tools:run_ICReport: Writing report...[DONE] PyCS_Tools:run_ICReport: Gathering generating plot parameter files...[DONE] PyCS_Tools:run_ICReport: Plotting Cluster Density profile for subsnap 1... 1.00e+10 Msol kpc**-3 [DONE] PyCS_Tools:run_ICReport: Plotting ICM Temperature profile for subsnap 1... K [DONE] PyCS_Tools:run_ICReport: Plotting Enclosed Mass profile for subsnap 1... 1.00e+10 Msol [DONE] PyCS_Tools:run_ICReport: Plotting Dynamical Time profile for subsnap 1... 7.07e-06 kpc**3/2 G**-1/2 Msol**-1/2 [DONE] PyCS_Tools:run_ICReport: Plotting Spherical Potential profile for subsnap 1... 1.00e+10 G Msol kpc**-2 [DONE] PyCS_Tools:run_ICReport: Plotting Gas Pressure profile for subsnap 1... Pa [DONE] PyCS_Tools:run_ICReport: Plotting group densities for subsnap 1... Traceback (most recent call last): File "/uufs/astro.utah.edu/common/home/u1281896/PyCS/PyCS_Tools/run_ICReport.py", line 533, in <module>make_profiles_plot( File "/uufs/astro.utah.edu/common/home/u1281896/PyCS/PyCS_Analysis/Profiles.py", line 560, in make_profiles_plot if len(list(set(list([__quantities[qty]["unit"][ndim] for qty in quantities])))) > 1: File "/uufs/astro.utah.edu/common/home/u1281896/PyCS/PyCS_Analysis/Profiles.py", line 560, in <listcomp> if len(list(set(list([__quantities[qty]["unit"][ndim] for qty in quantities])))) > 1: TypeError: unhashable type: 'dict' ```
1.0
Issue with uniting in combined profiles. - ``` PyCS_System:text_utils:file_select: [FILE WIZARD]: Selected Col_1-5_2000.dat. PyCS_Tools:run_ICReport: Loading initial condition log data for Col_1-5_2000.dat... [DONE] PyCS_Tools:run_ICReport: Loading initial condition snapshot... [DONE] PyCS_Tools:run_ICReport: Gathering general data...[DONE] PyCS_Tools:run_ICReport: Gathering general data for family gas...[DONE] PyCS_Tools:run_ICReport: Gathering general data for family dm...[DONE] PyCS_Tools:run_ICReport: File recognized as a cluster-binary. Generating binary data...[DONE] PyCS_Tools:run_ICReport: Generating collision data... [DONE] PyCS_Tools:run_ICReport: Writing report...[DONE] PyCS_Tools:run_ICReport: Gathering generating plot parameter files...[DONE] PyCS_Tools:run_ICReport: Plotting Cluster Density profile for subsnap 1... 1.00e+10 Msol kpc**-3 [DONE] PyCS_Tools:run_ICReport: Plotting ICM Temperature profile for subsnap 1... K [DONE] PyCS_Tools:run_ICReport: Plotting Enclosed Mass profile for subsnap 1... 1.00e+10 Msol [DONE] PyCS_Tools:run_ICReport: Plotting Dynamical Time profile for subsnap 1... 7.07e-06 kpc**3/2 G**-1/2 Msol**-1/2 [DONE] PyCS_Tools:run_ICReport: Plotting Spherical Potential profile for subsnap 1... 1.00e+10 G Msol kpc**-2 [DONE] PyCS_Tools:run_ICReport: Plotting Gas Pressure profile for subsnap 1... Pa [DONE] PyCS_Tools:run_ICReport: Plotting group densities for subsnap 1... Traceback (most recent call last): File "/uufs/astro.utah.edu/common/home/u1281896/PyCS/PyCS_Tools/run_ICReport.py", line 533, in <module>make_profiles_plot( File "/uufs/astro.utah.edu/common/home/u1281896/PyCS/PyCS_Analysis/Profiles.py", line 560, in make_profiles_plot if len(list(set(list([__quantities[qty]["unit"][ndim] for qty in quantities])))) > 1: File "/uufs/astro.utah.edu/common/home/u1281896/PyCS/PyCS_Analysis/Profiles.py", line 560, in <listcomp> if len(list(set(list([__quantities[qty]["unit"][ndim] for qty in quantities])))) > 1: TypeError: unhashable type: 'dict' ```
priority
issue with uniting in combined profiles pycs system text utils file select selected col dat pycs tools run icreport loading initial condition log data for col dat pycs tools run icreport loading initial condition snapshot pycs tools run icreport gathering general data pycs tools run icreport gathering general data for family gas pycs tools run icreport gathering general data for family dm pycs tools run icreport file recognized as a cluster binary generating binary data pycs tools run icreport generating collision data pycs tools run icreport writing report pycs tools run icreport gathering generating plot parameter files pycs tools run icreport plotting cluster density profile for subsnap msol kpc pycs tools run icreport plotting icm temperature profile for subsnap k pycs tools run icreport plotting enclosed mass profile for subsnap msol pycs tools run icreport plotting dynamical time profile for subsnap kpc g msol pycs tools run icreport plotting spherical potential profile for subsnap g msol kpc pycs tools run icreport plotting gas pressure profile for subsnap pa pycs tools run icreport plotting group densities for subsnap traceback most recent call last file uufs astro utah edu common home pycs pycs tools run icreport py line in make profiles plot file uufs astro utah edu common home pycs pycs analysis profiles py line in make profiles plot if len list set list for qty in quantities file uufs astro utah edu common home pycs pycs analysis profiles py line in if len list set list for qty in quantities typeerror unhashable type dict
1
690,142
23,646,833,096
IssuesEvent
2022-08-25 23:39:42
City-Bureau/city-scrapers-atl
https://api.github.com/repos/City-Bureau/city-scrapers-atl
closed
New Scraper: Gwinnett County Board of Education
priority-high
Create a new scraper for Gwinnett County Board of Education Website: https://go.boarddocs.com/ga/gcps/Board.nsf/Public Jurisdiction: Gwinnett County Classification: Education Meetings also here: https://www.gcpsk12.org/domain/11841
1.0
New Scraper: Gwinnett County Board of Education - Create a new scraper for Gwinnett County Board of Education Website: https://go.boarddocs.com/ga/gcps/Board.nsf/Public Jurisdiction: Gwinnett County Classification: Education Meetings also here: https://www.gcpsk12.org/domain/11841
priority
new scraper gwinnett county board of education create a new scraper for gwinnett county board of education website jurisdiction gwinnett county classification education meetings also here
1
88,244
3,775,325,560
IssuesEvent
2016-03-17 13:08:15
mantidproject/autoreduce
https://api.github.com/repos/mantidproject/autoreduce
opened
WISH script is writing certain run numbers out wrong
Bugfix High Priority
Pascal reported that for run numbers ending with zero, like 33280, such run numbers get saved as 3328 in this instance for example.
1.0
WISH script is writing certain run numbers out wrong - Pascal reported that for run numbers ending with zero, like 33280, such run numbers get saved as 3328 in this instance for example.
priority
wish script is writing certain run numbers out wrong pascal reported that for run numbers ending with zero like such run numbers get saved as in this instance for example
1
597,608
18,167,509,073
IssuesEvent
2021-09-27 16:02:44
lea927/drop-that-beat
https://api.github.com/repos/lea927/drop-that-beat
opened
When the user plays the game and navigates to a different page, the music does not stop
Type: ☹︎ Bug Priority: High State: Backlog
**Describe the bug** When the user plays the game and navigates to a different page, the music does not stop **To Reproduce** Steps to reproduce the behavior: 1. Login the music app 2. In the navbar, click on 'All Rooms' 3. Click on any room 4. Click on `Start Game' button 5. In the navbar, click on 'All Rooms' 6. See error **Expected behavior** When the user plays the game and navigates to a different page, the music should stop
1.0
When the user plays the game and navigates to a different page, the music does not stop - **Describe the bug** When the user plays the game and navigates to a different page, the music does not stop **To Reproduce** Steps to reproduce the behavior: 1. Login the music app 2. In the navbar, click on 'All Rooms' 3. Click on any room 4. Click on `Start Game' button 5. In the navbar, click on 'All Rooms' 6. See error **Expected behavior** When the user plays the game and navigates to a different page, the music should stop
priority
when the user plays the game and navigates to a different page the music does not stop describe the bug when the user plays the game and navigates to a different page the music does not stop to reproduce steps to reproduce the behavior login the music app in the navbar click on all rooms click on any room click on start game button in the navbar click on all rooms see error expected behavior when the user plays the game and navigates to a different page the music should stop
1
783,558
27,536,789,664
IssuesEvent
2023-03-07 04:31:16
AY2223S2-CS2113-W15-1/tp
https://api.github.com/repos/AY2223S2-CS2113-W15-1/tp
opened
Parse input #1
priority.High type.Story
As a user, I can key in my weight on a daily basis so that I can keep track of my weight loss/ gain.
1.0
Parse input #1 - As a user, I can key in my weight on a daily basis so that I can keep track of my weight loss/ gain.
priority
parse input as a user i can key in my weight on a daily basis so that i can keep track of my weight loss gain
1
145,627
5,578,965,401
IssuesEvent
2017-03-28 13:40:22
CS2103JAN2017-W15-B4/main
https://api.github.com/repos/CS2103JAN2017-W15-B4/main
closed
UI Display of Task Done
priority.high type.UI
1: color code for different kinds of tasks 2: see color changes immediately after done/undone 3: Grey Everything, strikethrough title
1.0
UI Display of Task Done - 1: color code for different kinds of tasks 2: see color changes immediately after done/undone 3: Grey Everything, strikethrough title
priority
ui display of task done color code for different kinds of tasks see color changes immediately after done undone grey everything strikethrough title
1
98,717
4,030,586,744
IssuesEvent
2016-05-18 14:41:42
ow2-proactive/scheduling
https://api.github.com/repos/ow2-proactive/scheduling
closed
Python script task fails to execute
priority:high severity:major type:bug
When executing a python script, the following error occurs. ``` [139t0@trydev.activeeon.com;10:42:31] Failed to execute task: SyntaxError: mismatched input ' ' expecting EOF in SimpleScript at line number 3 at column number 20 [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scheduler.task.executors.InProcessTaskExecutor.execute(InProcessTaskExecutor.java:202) [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scheduler.task.executors.InProcessTaskExecutor.execute(InProcessTaskExecutor.java:141) [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scheduler.task.executors.forked.env.ExecuteForkedTaskInsideNewJvm.fromForkedJVM(ExecuteForkedTaskInsideNewJvm.java:88) [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scheduler.task.executors.forked.env.ExecuteForkedTaskInsideNewJvm.main(ExecuteForkedTaskInsideNewJvm.java:78) [139t0@trydev.activeeon.com;10:42:31] Caused by: org.ow2.proactive.scripting.ScriptException: SyntaxError: mismatched input ' ' expecting EOF in SimpleScript at line number 3 at column number 20 [139t0@trydev.activeeon.com;10:42:31] at org.python.jsr223.PyScriptEngine.scriptException(PyScriptEngine.java:190) [139t0@trydev.activeeon.com;10:42:31] at org.python.jsr223.PyScriptEngine.compileScript(PyScriptEngine.java:88) [139t0@trydev.activeeon.com;10:42:31] at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:47) [139t0@trydev.activeeon.com;10:42:31] at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:249) [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scripting.Script.execute(Script.java:319) [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scripting.ScriptHandler.handle(ScriptHandler.java:76) [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scheduler.task.executors.InProcessTaskExecutor.execute(InProcessTaskExecutor.java:198) [139t0@trydev.activeeon.com;10:42:31] ... 3 more ```
1.0
Python script task fails to execute - When executing a python script, the following error occurs. ``` [139t0@trydev.activeeon.com;10:42:31] Failed to execute task: SyntaxError: mismatched input ' ' expecting EOF in SimpleScript at line number 3 at column number 20 [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scheduler.task.executors.InProcessTaskExecutor.execute(InProcessTaskExecutor.java:202) [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scheduler.task.executors.InProcessTaskExecutor.execute(InProcessTaskExecutor.java:141) [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scheduler.task.executors.forked.env.ExecuteForkedTaskInsideNewJvm.fromForkedJVM(ExecuteForkedTaskInsideNewJvm.java:88) [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scheduler.task.executors.forked.env.ExecuteForkedTaskInsideNewJvm.main(ExecuteForkedTaskInsideNewJvm.java:78) [139t0@trydev.activeeon.com;10:42:31] Caused by: org.ow2.proactive.scripting.ScriptException: SyntaxError: mismatched input ' ' expecting EOF in SimpleScript at line number 3 at column number 20 [139t0@trydev.activeeon.com;10:42:31] at org.python.jsr223.PyScriptEngine.scriptException(PyScriptEngine.java:190) [139t0@trydev.activeeon.com;10:42:31] at org.python.jsr223.PyScriptEngine.compileScript(PyScriptEngine.java:88) [139t0@trydev.activeeon.com;10:42:31] at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:47) [139t0@trydev.activeeon.com;10:42:31] at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:249) [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scripting.Script.execute(Script.java:319) [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scripting.ScriptHandler.handle(ScriptHandler.java:76) [139t0@trydev.activeeon.com;10:42:31] at org.ow2.proactive.scheduler.task.executors.InProcessTaskExecutor.execute(InProcessTaskExecutor.java:198) [139t0@trydev.activeeon.com;10:42:31] ... 3 more ```
priority
python script task fails to execute when executing a python script the following error occurs failed to execute task syntaxerror mismatched input expecting eof in simplescript at line number at column number at org proactive scheduler task executors inprocesstaskexecutor execute inprocesstaskexecutor java at org proactive scheduler task executors inprocesstaskexecutor execute inprocesstaskexecutor java at org proactive scheduler task executors forked env executeforkedtaskinsidenewjvm fromforkedjvm executeforkedtaskinsidenewjvm java at org proactive scheduler task executors forked env executeforkedtaskinsidenewjvm main executeforkedtaskinsidenewjvm java caused by org proactive scripting scriptexception syntaxerror mismatched input expecting eof in simplescript at line number at column number at org python pyscriptengine scriptexception pyscriptengine java at org python pyscriptengine compilescript pyscriptengine java at org python pyscriptengine eval pyscriptengine java at javax script abstractscriptengine eval abstractscriptengine java at org proactive scripting script execute script java at org proactive scripting scripthandler handle scripthandler java at org proactive scheduler task executors inprocesstaskexecutor execute inprocesstaskexecutor java more
1
272,959
8,519,567,061
IssuesEvent
2018-11-01 15:01:40
commerceblock/mainstay
https://api.github.com/repos/commerceblock/mainstay
closed
Service: Commitment Model
Priority: High :fire: Status: In Progress :coffee: Type: Enhancement
The Commitment Model will replace the latest Ocean hash being used so far for attestations. This will incorporate the hashes from all clients into a merle tree. Template: ``` type Commitment struct { commitments type map < position , hash > root type hash updated type bool } GetRoot() // calculate and update merkle root GetHashForPosition(position) // get hash at position UpdateHash(position, hash) // update commitments and trigger root update ``` Changes required: - [x] Commitment model - [x] Merkle tree util and testing - [x] Attestation model to move from Hash to Commitment - [x] AttestService to request/store/use Commitment instead of hash - [x] Server to store latest Commitment not Hash per client - [x] Commitment proofs
1.0
Service: Commitment Model - The Commitment Model will replace the latest Ocean hash being used so far for attestations. This will incorporate the hashes from all clients into a merle tree. Template: ``` type Commitment struct { commitments type map < position , hash > root type hash updated type bool } GetRoot() // calculate and update merkle root GetHashForPosition(position) // get hash at position UpdateHash(position, hash) // update commitments and trigger root update ``` Changes required: - [x] Commitment model - [x] Merkle tree util and testing - [x] Attestation model to move from Hash to Commitment - [x] AttestService to request/store/use Commitment instead of hash - [x] Server to store latest Commitment not Hash per client - [x] Commitment proofs
priority
service commitment model the commitment model will replace the latest ocean hash being used so far for attestations this will incorporate the hashes from all clients into a merle tree template type commitment struct commitments type map root type hash updated type bool getroot calculate and update merkle root gethashforposition position get hash at position updatehash position hash update commitments and trigger root update changes required commitment model merkle tree util and testing attestation model to move from hash to commitment attestservice to request store use commitment instead of hash server to store latest commitment not hash per client commitment proofs
1
614,187
19,144,339,246
IssuesEvent
2021-12-02 05:08:34
cse110-fa21-group27/cse110-fa21-group27
https://api.github.com/repos/cse110-fa21-group27/cse110-fa21-group27
opened
Recipe Collections (front-end)
Type: Enhancement Priority: High Status: Available
In order for our Saved Recipes page to look like the figma, we need to be able to have a collections page that will display all the recipe cards that correspond to the recipeIds contained in the collection. # Todo: ## New Component - [ ] Create a `<user-collection>` web component. - Should be relatively simple and contain a div for `<recipe-card>`'s to go into. - `set data(data)` 's parameter should contain the collection object associated with the collection we want to display - should have access to `main.js` 's `renderRecipes()` function through a property set before `.data` is assigned. ![image](https://user-images.githubusercontent.com/19500878/144361368-47776356-5489-478d-814b-6e2eefff88cb.png) ## main.js - [ ] Create a `collectionPage(collection)` page function - `collection` will be the collection from `storage.userInfo` that is intended to be displayed - should set `renderRecipes` as a property to the created `<user-collection>` custom element - [ ] Change the existing `savedRecipesPage()` page function - we want to pass a function as a property that will navigate to a collectionPage. This requires the new functionality from #195. - [ ] add the collectionPage page function to the router. ## Saved Recipe Custom Component - [ ] should render each collection as a small subset of recipe cards that can't be clicked directly - [ ] clicking on the collection should navigate to the corresponding collection ![image](https://user-images.githubusercontent.com/19500878/144361270-42503484-7278-4ca2-87c8-8ed3af18604c.png)
1.0
Recipe Collections (front-end) - In order for our Saved Recipes page to look like the figma, we need to be able to have a collections page that will display all the recipe cards that correspond to the recipeIds contained in the collection. # Todo: ## New Component - [ ] Create a `<user-collection>` web component. - Should be relatively simple and contain a div for `<recipe-card>`'s to go into. - `set data(data)` 's parameter should contain the collection object associated with the collection we want to display - should have access to `main.js` 's `renderRecipes()` function through a property set before `.data` is assigned. ![image](https://user-images.githubusercontent.com/19500878/144361368-47776356-5489-478d-814b-6e2eefff88cb.png) ## main.js - [ ] Create a `collectionPage(collection)` page function - `collection` will be the collection from `storage.userInfo` that is intended to be displayed - should set `renderRecipes` as a property to the created `<user-collection>` custom element - [ ] Change the existing `savedRecipesPage()` page function - we want to pass a function as a property that will navigate to a collectionPage. This requires the new functionality from #195. - [ ] add the collectionPage page function to the router. ## Saved Recipe Custom Component - [ ] should render each collection as a small subset of recipe cards that can't be clicked directly - [ ] clicking on the collection should navigate to the corresponding collection ![image](https://user-images.githubusercontent.com/19500878/144361270-42503484-7278-4ca2-87c8-8ed3af18604c.png)
priority
recipe collections front end in order for our saved recipes page to look like the figma we need to be able to have a collections page that will display all the recipe cards that correspond to the recipeids contained in the collection todo new component create a web component should be relatively simple and contain a div for s to go into set data data s parameter should contain the collection object associated with the collection we want to display should have access to main js s renderrecipes function through a property set before data is assigned main js create a collectionpage collection page function collection will be the collection from storage userinfo that is intended to be displayed should set renderrecipes as a property to the created custom element change the existing savedrecipespage page function we want to pass a function as a property that will navigate to a collectionpage this requires the new functionality from add the collectionpage page function to the router saved recipe custom component should render each collection as a small subset of recipe cards that can t be clicked directly clicking on the collection should navigate to the corresponding collection
1