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
534,668
15,646,288,676
IssuesEvent
2021-03-23 00:33:06
bazelbuild/rules_fuzzing
https://api.github.com/repos/bazelbuild/rules_fuzzing
opened
Unrecognized source names in OSS-Fuzz coverage mode
bug priority:high
See https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32258 for an example of the failure. Originally reported in https://github.com/google/oss-fuzz/pull/5326.
1.0
Unrecognized source names in OSS-Fuzz coverage mode - See https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32258 for an example of the failure. Originally reported in https://github.com/google/oss-fuzz/pull/5326.
priority
unrecognized source names in oss fuzz coverage mode see for an example of the failure originally reported in
1
509,562
14,739,781,713
IssuesEvent
2021-01-07 07:55:08
MikeVedsted/JoinMe
https://api.github.com/repos/MikeVedsted/JoinMe
closed
[FEAT] Not Found message component
Priority: High :bomb: Status: Done :heavy_check_mark: Type: Enhancement :rocket:
Message to display when the events/ users are not found. **🚀 I'm ready for take off** Before submitting, please mark if you: - [ ] Checked that this feature doesn't already exists - [ ] Checked that a feature request doesn't already exists - [ ] Went through the user flow, and understand the impact - [ ] Made sure the request shows why it is important to users but doesn't exaggerate the value
1.0
[FEAT] Not Found message component - Message to display when the events/ users are not found. **🚀 I'm ready for take off** Before submitting, please mark if you: - [ ] Checked that this feature doesn't already exists - [ ] Checked that a feature request doesn't already exists - [ ] Went through the user flow, and understand the impact - [ ] Made sure the request shows why it is important to users but doesn't exaggerate the value
priority
not found message component message to display when the events users are not found 🚀 i m ready for take off before submitting please mark if you checked that this feature doesn t already exists checked that a feature request doesn t already exists went through the user flow and understand the impact made sure the request shows why it is important to users but doesn t exaggerate the value
1
115,017
4,650,900,099
IssuesEvent
2016-10-03 07:48:46
rndsolutions/hawkcd
https://api.github.com/repos/rndsolutions/hawkcd
closed
Server throws NullPointerException if more agents execute one Pipeline.
awaiting verification bug high priority server
**Steps to reproduce** 1. Log as Admin 2. Create Pipeline with multiple Stages and Tasks. 3. Connect more then two agents. 4. Start a Pipeline when there is more than one Agent available. **ACTUAL** Server is throwing NullPointerException after a short time. **EXPECTED** Pipeline should be executed successfully without errors.
1.0
Server throws NullPointerException if more agents execute one Pipeline. - **Steps to reproduce** 1. Log as Admin 2. Create Pipeline with multiple Stages and Tasks. 3. Connect more then two agents. 4. Start a Pipeline when there is more than one Agent available. **ACTUAL** Server is throwing NullPointerException after a short time. **EXPECTED** Pipeline should be executed successfully without errors.
priority
server throws nullpointerexception if more agents execute one pipeline steps to reproduce log as admin create pipeline with multiple stages and tasks connect more then two agents start a pipeline when there is more than one agent available actual server is throwing nullpointerexception after a short time expected pipeline should be executed successfully without errors
1
611,098
18,945,036,865
IssuesEvent
2021-11-18 09:16:35
turbot/steampipe-plugin-aws
https://api.github.com/repos/turbot/steampipe-plugin-aws
closed
Add examples to IAM role docs
enhancement priority:high
**Is your feature request related to a problem? Please describe.** Some more important examples around IAM role https://medium.com/inside-the-tech-by-softserve/aws-privilege-escalation-exploring-odd-features-of-the-trust-policy-7a970a32861 **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context**
1.0
Add examples to IAM role docs - **Is your feature request related to a problem? Please describe.** Some more important examples around IAM role https://medium.com/inside-the-tech-by-softserve/aws-privilege-escalation-exploring-odd-features-of-the-trust-policy-7a970a32861 **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context**
priority
add examples to iam role docs is your feature request related to a problem please describe some more important examples around iam role describe the solution you d like a clear and concise description of what you want to happen describe alternatives you ve considered a clear and concise description of any alternative solutions or features you ve considered additional context
1
146,441
5,621,433,740
IssuesEvent
2017-04-04 09:56:42
python/mypy
https://api.github.com/repos/python/mypy
closed
Incompatible dictionary results in confusing error message
bug priority-0-high
Dictionary literals with incompatible keys/values result in weird error message, because mypy translate the expression internally to something quite different before type checking. ``` from typing import Dict d = {1 : ''} # type: Dict[int, int] ``` This gives a confusing error message: ``` t2.py:2: error: List item 0 has incompatible type "Tuple[int, str]" ```
1.0
Incompatible dictionary results in confusing error message - Dictionary literals with incompatible keys/values result in weird error message, because mypy translate the expression internally to something quite different before type checking. ``` from typing import Dict d = {1 : ''} # type: Dict[int, int] ``` This gives a confusing error message: ``` t2.py:2: error: List item 0 has incompatible type "Tuple[int, str]" ```
priority
incompatible dictionary results in confusing error message dictionary literals with incompatible keys values result in weird error message because mypy translate the expression internally to something quite different before type checking from typing import dict d type dict this gives a confusing error message py error list item has incompatible type tuple
1
639,409
20,752,852,770
IssuesEvent
2022-03-15 09:24:48
wso2/product-microgateway
https://api.github.com/repos/wso2/product-microgateway
closed
Trim spaces in backend endpoints
Type/Bug Priority/High
### Description: In APIM publisher we can set endpoints with trailing spaces, which better to trim from the CC side. for eg: ``` http://run.mocky.io/v2/5185415ba171ea3a00704eed<SPACE_HERE> ``` When invoking the API getting 400, may confuse the user. ### Steps to reproduce: ### Affected Product Version: <!-- Members can use Affected/*** labels --> ### Environment details (with versions): - OS: - Client: - Env (Docker/K8s): --- ### Optional Fields #### Related Issues: <!-- Any related issues from this/other repositories--> #### Suggested Labels: <!--Only to be used by non-members--> #### Suggested Assignees: <!--Only to be used by non-members-->
1.0
Trim spaces in backend endpoints - ### Description: In APIM publisher we can set endpoints with trailing spaces, which better to trim from the CC side. for eg: ``` http://run.mocky.io/v2/5185415ba171ea3a00704eed<SPACE_HERE> ``` When invoking the API getting 400, may confuse the user. ### Steps to reproduce: ### Affected Product Version: <!-- Members can use Affected/*** labels --> ### Environment details (with versions): - OS: - Client: - Env (Docker/K8s): --- ### Optional Fields #### Related Issues: <!-- Any related issues from this/other repositories--> #### Suggested Labels: <!--Only to be used by non-members--> #### Suggested Assignees: <!--Only to be used by non-members-->
priority
trim spaces in backend endpoints description in apim publisher we can set endpoints with trailing spaces which better to trim from the cc side for eg when invoking the api getting may confuse the user steps to reproduce affected product version environment details with versions os client env docker optional fields related issues suggested labels suggested assignees
1
775,825
27,238,328,407
IssuesEvent
2023-02-21 18:03:41
Kong/kubernetes-ingress-controller
https://api.github.com/repos/Kong/kubernetes-ingress-controller
closed
KIC crashes when KIC and Kong in one pod and --kong-admin-svc set
bug priority/high
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If KIC and kong proxy are deployed in one pod, and `CONTROLLER_KONG_ADMIN_SVC` env is set, KIC container will fail because it could get no endpoints for kong admin service. This looks much like a deadlock: KIC container needs get endpoints of kong admin service to get ready, but the endpoints will become ready before KIC container gets ready. ### Expected Behavior KIC container and whole pod becomes ready. ### Steps To Reproduce ```markdown 1. Create an admin service, for example: apiVersion: v1 kind: Service metadata: namespace: kong name: kong-admin spec: type: LoadBalancer selector: app: ingress-kong ports: - name: admin-tls port: 443 targetPort: 8444 2. configure envs: 2.1 open admin port of kong container: set KONG_ADMIN_LISTEN to "0.0.0.0:8444 http2 ssl reuseport backlog=16384" 2.2 set SCD of KIC container: CONTROLLER_KONG_ADMIN_SVC="kong/kong-admin" ``` ### Kong Ingress Controller version ```shell latest main branch of kong ``` ### Kubernetes version ```shell 1.24.4 ``` ### Anything else? _No response_
1.0
KIC crashes when KIC and Kong in one pod and --kong-admin-svc set - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If KIC and kong proxy are deployed in one pod, and `CONTROLLER_KONG_ADMIN_SVC` env is set, KIC container will fail because it could get no endpoints for kong admin service. This looks much like a deadlock: KIC container needs get endpoints of kong admin service to get ready, but the endpoints will become ready before KIC container gets ready. ### Expected Behavior KIC container and whole pod becomes ready. ### Steps To Reproduce ```markdown 1. Create an admin service, for example: apiVersion: v1 kind: Service metadata: namespace: kong name: kong-admin spec: type: LoadBalancer selector: app: ingress-kong ports: - name: admin-tls port: 443 targetPort: 8444 2. configure envs: 2.1 open admin port of kong container: set KONG_ADMIN_LISTEN to "0.0.0.0:8444 http2 ssl reuseport backlog=16384" 2.2 set SCD of KIC container: CONTROLLER_KONG_ADMIN_SVC="kong/kong-admin" ``` ### Kong Ingress Controller version ```shell latest main branch of kong ``` ### Kubernetes version ```shell 1.24.4 ``` ### Anything else? _No response_
priority
kic crashes when kic and kong in one pod and kong admin svc set is there an existing issue for this i have searched the existing issues current behavior if kic and kong proxy are deployed in one pod and controller kong admin svc env is set kic container will fail because it could get no endpoints for kong admin service this looks much like a deadlock kic container needs get endpoints of kong admin service to get ready but the endpoints will become ready before kic container gets ready expected behavior kic container and whole pod becomes ready steps to reproduce markdown create an admin service for example apiversion kind service metadata namespace kong name kong admin spec type loadbalancer selector app ingress kong ports name admin tls port targetport configure envs open admin port of kong container set kong admin listen to ssl reuseport backlog set scd of kic container controller kong admin svc kong kong admin kong ingress controller version shell latest main branch of kong kubernetes version shell anything else no response
1
5,153
2,572,144,451
IssuesEvent
2015-02-10 20:42:10
Connexions/cnx-authoring
https://api.github.com/repos/Connexions/cnx-authoring
closed
areContainedPublishable is not updating
bug High Priority wontfix
Steps to reproduce: 1. Create book 2. Create page 1 3. Create page 2 and add a role 4. Click workspace 5. Click book that was just created 6. areContainedPublishable is true in JSON. It should be false since page 2 has a pending role. 7. Add a role to the first page - now areContainedPublishable is false
1.0
areContainedPublishable is not updating - Steps to reproduce: 1. Create book 2. Create page 1 3. Create page 2 and add a role 4. Click workspace 5. Click book that was just created 6. areContainedPublishable is true in JSON. It should be false since page 2 has a pending role. 7. Add a role to the first page - now areContainedPublishable is false
priority
arecontainedpublishable is not updating steps to reproduce create book create page create page and add a role click workspace click book that was just created arecontainedpublishable is true in json it should be false since page has a pending role add a role to the first page now arecontainedpublishable is false
1
626,819
19,844,200,329
IssuesEvent
2022-01-21 02:56:31
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
isin is incorrect when given non-contiguous inputs on CPU
high priority module: cpu triaged module: correctness (silent) module: sorting and selection
Run test_noncontiguous_samples_isin_cpu (requires removing the xfail from the OpInfo). cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @VitalyFedyunin
1.0
isin is incorrect when given non-contiguous inputs on CPU - Run test_noncontiguous_samples_isin_cpu (requires removing the xfail from the OpInfo). cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @VitalyFedyunin
priority
isin is incorrect when given non contiguous inputs on cpu run test noncontiguous samples isin cpu requires removing the xfail from the opinfo cc ezyang gchanan bdhirsh jbschlosser vitalyfedyunin
1
438,023
12,609,997,148
IssuesEvent
2020-06-12 03:28:07
ya64/Vortex
https://api.github.com/repos/ya64/Vortex
reopened
Purge command needed
enhancement google doc high priority
?purge command to mass delete messages that match certain conditions e.g. deleting the last 20 messages, deleting messages that contain a certain word or from a specific user.
1.0
Purge command needed - ?purge command to mass delete messages that match certain conditions e.g. deleting the last 20 messages, deleting messages that contain a certain word or from a specific user.
priority
purge command needed purge command to mass delete messages that match certain conditions e g deleting the last messages deleting messages that contain a certain word or from a specific user
1
248,280
7,928,827,784
IssuesEvent
2018-07-06 13:08:51
elementary/greeter
https://api.github.com/repos/elementary/greeter
closed
Missing indicators
Priority: High
I feel like this happened recently? It seems like both Martin and I are missing indicators on the greeter. Must investigate!
1.0
Missing indicators - I feel like this happened recently? It seems like both Martin and I are missing indicators on the greeter. Must investigate!
priority
missing indicators i feel like this happened recently it seems like both martin and i are missing indicators on the greeter must investigate
1
370,655
10,935,136,327
IssuesEvent
2019-11-24 16:19:01
arrow-kt/arrow-meta
https://api.github.com/repos/arrow-kt/arrow-meta
closed
Create specific Twitter card for Arrow Meta
critical high-priority web
We need a specific Twitter card for Arrow Meta project instead of using the generic one for Arrow
1.0
Create specific Twitter card for Arrow Meta - We need a specific Twitter card for Arrow Meta project instead of using the generic one for Arrow
priority
create specific twitter card for arrow meta we need a specific twitter card for arrow meta project instead of using the generic one for arrow
1
72,911
3,392,791,143
IssuesEvent
2015-11-30 21:09:06
datastethoscope/code
https://api.github.com/repos/datastethoscope/code
closed
Bug: some UI elements stop working
High Priority StethoVis
This is a major issue with Unity's UI system. Sliders will stop working if the render mode for the canvas they are on changes. More research will need to be done to resolve this, but it is an issue on Unity's end, not ours.
1.0
Bug: some UI elements stop working - This is a major issue with Unity's UI system. Sliders will stop working if the render mode for the canvas they are on changes. More research will need to be done to resolve this, but it is an issue on Unity's end, not ours.
priority
bug some ui elements stop working this is a major issue with unity s ui system sliders will stop working if the render mode for the canvas they are on changes more research will need to be done to resolve this but it is an issue on unity s end not ours
1
587,417
17,615,336,295
IssuesEvent
2021-08-18 09:01:18
lucyy-mc/Squirtgun
https://api.github.com/repos/lucyy-mc/Squirtgun
closed
Reindent all code to 4 spaces
priority: high
my code is weirdly formatted because i'm a terrible developer make it not
1.0
Reindent all code to 4 spaces - my code is weirdly formatted because i'm a terrible developer make it not
priority
reindent all code to spaces my code is weirdly formatted because i m a terrible developer make it not
1
197,871
6,965,623,540
IssuesEvent
2017-12-09 08:43:43
gavazquez/LunaMultiPlayer
https://api.github.com/repos/gavazquez/LunaMultiPlayer
closed
Add a system for syncinc kerbals in a vessel
bug high priority
Errors: 1) If you recover a vessel, it's crew goes to KIA 2) If you board a controlled vessel, the vessel controller won't have his portraits updated (he will still see only 1 kerbal) 3) If you are spectating a vessel you should not be able to go on EVA (check BlockAllControls variable) 4) If a kerbal is transferred inside a vessel or goes to eva the new vessel definition is sent but on the clients the new vessel must be reloaded
1.0
Add a system for syncinc kerbals in a vessel - Errors: 1) If you recover a vessel, it's crew goes to KIA 2) If you board a controlled vessel, the vessel controller won't have his portraits updated (he will still see only 1 kerbal) 3) If you are spectating a vessel you should not be able to go on EVA (check BlockAllControls variable) 4) If a kerbal is transferred inside a vessel or goes to eva the new vessel definition is sent but on the clients the new vessel must be reloaded
priority
add a system for syncinc kerbals in a vessel errors if you recover a vessel it s crew goes to kia if you board a controlled vessel the vessel controller won t have his portraits updated he will still see only kerbal if you are spectating a vessel you should not be able to go on eva check blockallcontrols variable if a kerbal is transferred inside a vessel or goes to eva the new vessel definition is sent but on the clients the new vessel must be reloaded
1
166,732
6,310,741,542
IssuesEvent
2017-07-23 13:26:28
OWASP/BLT
https://api.github.com/repos/OWASP/BLT
reopened
Sourav Badami - Enter in all of your tasks from your proposal into Github - split them into the weekly milestones
priority: high
https://docs.google.com/document/d/1sh2bdhTHzKnLJpSpAGZpUipMYRNZSCg-p3HBBDA9NZ8/edit?usp=sharing
1.0
Sourav Badami - Enter in all of your tasks from your proposal into Github - split them into the weekly milestones - https://docs.google.com/document/d/1sh2bdhTHzKnLJpSpAGZpUipMYRNZSCg-p3HBBDA9NZ8/edit?usp=sharing
priority
sourav badami enter in all of your tasks from your proposal into github split them into the weekly milestones
1
327,497
9,976,420,405
IssuesEvent
2019-07-09 15:01:02
poanetwork/blockscout
https://api.github.com/repos/poanetwork/blockscout
closed
Indexer.TokenBalance.Fetcher duplicated Token Balance error
bug :bug: priority: high severity: 3 team: developer
The `token_balances` seems to be repeated in the list and it raises an exception: ``` [conflict_target: [:address_hash, :token_contract_address_hash, :block_number], on_conflict: #Ecto.Query<from t in Explorer.Chain.Address.TokenBalance, update: [set: [inserted_at: fragment("LEAST(EXCLUDED.inserted_at, ?)", t.inserted_at), updated_at: fragment("GREATEST(EXCLUDED.updated_at, ?)", t.updated_at), value: fragment("CASE WHEN EXCLUDED.value IS NOT NULL AND (? IS NULL OR EXCLUDED.value_fetched_at > ?) THEN\n EXCLUDED.value\n ELSE\n ?\nEND\n", t.value_fetched_at, t.value_fetched_at, t.value), value_fetched_at: fragment("CASE WHEN EXCLUDED.value IS NOT NULL AND (? IS NULL OR EXCLUDED.value_fetched_at > ?) THEN\n EXCLUDED.value_fetched_at\n ELSE\n ?\nEND\n", t.value_fetched_at, t.value_fetched_at, t.value_fetched_at)]]>, returning: true, timeout: 60000, timestamps: %{inserted_at: #DateTime<2018-11-07 15:45:46.430679Z>, updated_at: #DateTime<2018-11-07 15:45:46.430679Z>}] Exception: ** (Postgrex.Error) ERROR 21000 (cardinality_violation): ON CONFLICT DO UPDATE command cannot affect row a second time 13:45:46.470 [error] Task #PID<0.31628.0> started from Indexer.TokenBalance.Fetcher terminating ** (Postgrex.Error) ERROR 21000 (cardinality_violation): ON CONFLICT DO UPDATE command cannot affect row a second time (explorer) lib/explorer/repo.ex:58: anonymous fn/5 in Explorer.Repo.safe_insert_all/3 (elixir) lib/enum.ex:1925: Enum."-reduce/3-lists^foldl/2-0-"/3 (explorer) lib/explorer/chain/import.ex:304: Explorer.Chain.Import.insert_changes_list/2 (explorer) lib/explorer/chain/import/address/token_balances.ex:66: Explorer.Chain.Import.Address.TokenBalances.insert/2 (ecto) lib/ecto/multi.ex:421: Ecto.Multi.apply_operation/5 (elixir) lib/enum.ex:1925: Enum."-reduce/3-lists^foldl/2-0-"/3 (ecto) lib/ecto/multi.ex:411: anonymous fn/5 in Ecto.Multi.apply_operations/5 (ecto) lib/ecto/adapters/sql.ex:576: anonymous fn/3 in Ecto.Adapters.SQL.do_transaction/3 (db_connection) lib/db_connection.ex:1283: DBConnection.transaction_run/4 (db_connection) lib/db_connection.ex:1207: DBConnection.run_begin/3 (db_connection) lib/db_connection.ex:798: DBConnection.transaction/3 (ecto) lib/ecto/repo/queryable.ex:23: Ecto.Repo.Queryable.transaction/4 (explorer) lib/explorer/chain/import.ex:132: Explorer.Chain.Import.all/1 (indexer) lib/indexer/token_balance/fetcher.ex:92: Indexer.TokenBalance.Fetcher.import_token_balances/1 (indexer) lib/indexer/token_balance/fetcher.ex:65: Indexer.TokenBalance.Fetcher.run/2 (elixir) lib/task/supervised.ex:89: Task.Supervised.do_apply/2 (elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5 (stdlib) proc_lib.erl:249: :proc_lib.init_p_do_apply/3 Function: &Indexer.TokenBalance.Fetcher.run/2 ``` ### Steps to reproduce Try to index using the `genoda` node.
1.0
Indexer.TokenBalance.Fetcher duplicated Token Balance error - The `token_balances` seems to be repeated in the list and it raises an exception: ``` [conflict_target: [:address_hash, :token_contract_address_hash, :block_number], on_conflict: #Ecto.Query<from t in Explorer.Chain.Address.TokenBalance, update: [set: [inserted_at: fragment("LEAST(EXCLUDED.inserted_at, ?)", t.inserted_at), updated_at: fragment("GREATEST(EXCLUDED.updated_at, ?)", t.updated_at), value: fragment("CASE WHEN EXCLUDED.value IS NOT NULL AND (? IS NULL OR EXCLUDED.value_fetched_at > ?) THEN\n EXCLUDED.value\n ELSE\n ?\nEND\n", t.value_fetched_at, t.value_fetched_at, t.value), value_fetched_at: fragment("CASE WHEN EXCLUDED.value IS NOT NULL AND (? IS NULL OR EXCLUDED.value_fetched_at > ?) THEN\n EXCLUDED.value_fetched_at\n ELSE\n ?\nEND\n", t.value_fetched_at, t.value_fetched_at, t.value_fetched_at)]]>, returning: true, timeout: 60000, timestamps: %{inserted_at: #DateTime<2018-11-07 15:45:46.430679Z>, updated_at: #DateTime<2018-11-07 15:45:46.430679Z>}] Exception: ** (Postgrex.Error) ERROR 21000 (cardinality_violation): ON CONFLICT DO UPDATE command cannot affect row a second time 13:45:46.470 [error] Task #PID<0.31628.0> started from Indexer.TokenBalance.Fetcher terminating ** (Postgrex.Error) ERROR 21000 (cardinality_violation): ON CONFLICT DO UPDATE command cannot affect row a second time (explorer) lib/explorer/repo.ex:58: anonymous fn/5 in Explorer.Repo.safe_insert_all/3 (elixir) lib/enum.ex:1925: Enum."-reduce/3-lists^foldl/2-0-"/3 (explorer) lib/explorer/chain/import.ex:304: Explorer.Chain.Import.insert_changes_list/2 (explorer) lib/explorer/chain/import/address/token_balances.ex:66: Explorer.Chain.Import.Address.TokenBalances.insert/2 (ecto) lib/ecto/multi.ex:421: Ecto.Multi.apply_operation/5 (elixir) lib/enum.ex:1925: Enum."-reduce/3-lists^foldl/2-0-"/3 (ecto) lib/ecto/multi.ex:411: anonymous fn/5 in Ecto.Multi.apply_operations/5 (ecto) lib/ecto/adapters/sql.ex:576: anonymous fn/3 in Ecto.Adapters.SQL.do_transaction/3 (db_connection) lib/db_connection.ex:1283: DBConnection.transaction_run/4 (db_connection) lib/db_connection.ex:1207: DBConnection.run_begin/3 (db_connection) lib/db_connection.ex:798: DBConnection.transaction/3 (ecto) lib/ecto/repo/queryable.ex:23: Ecto.Repo.Queryable.transaction/4 (explorer) lib/explorer/chain/import.ex:132: Explorer.Chain.Import.all/1 (indexer) lib/indexer/token_balance/fetcher.ex:92: Indexer.TokenBalance.Fetcher.import_token_balances/1 (indexer) lib/indexer/token_balance/fetcher.ex:65: Indexer.TokenBalance.Fetcher.run/2 (elixir) lib/task/supervised.ex:89: Task.Supervised.do_apply/2 (elixir) lib/task/supervised.ex:38: Task.Supervised.reply/5 (stdlib) proc_lib.erl:249: :proc_lib.init_p_do_apply/3 Function: &Indexer.TokenBalance.Fetcher.run/2 ``` ### Steps to reproduce Try to index using the `genoda` node.
priority
indexer tokenbalance fetcher duplicated token balance error the token balances seems to be repeated in the list and it raises an exception on conflict ecto query returning true timeout timestamps inserted at datetime updated at datetime exception postgrex error error cardinality violation on conflict do update command cannot affect row a second time task pid started from indexer tokenbalance fetcher terminating postgrex error error cardinality violation on conflict do update command cannot affect row a second time explorer lib explorer repo ex anonymous fn in explorer repo safe insert all elixir lib enum ex enum reduce lists foldl explorer lib explorer chain import ex explorer chain import insert changes list explorer lib explorer chain import address token balances ex explorer chain import address tokenbalances insert ecto lib ecto multi ex ecto multi apply operation elixir lib enum ex enum reduce lists foldl ecto lib ecto multi ex anonymous fn in ecto multi apply operations ecto lib ecto adapters sql ex anonymous fn in ecto adapters sql do transaction db connection lib db connection ex dbconnection transaction run db connection lib db connection ex dbconnection run begin db connection lib db connection ex dbconnection transaction ecto lib ecto repo queryable ex ecto repo queryable transaction explorer lib explorer chain import ex explorer chain import all indexer lib indexer token balance fetcher ex indexer tokenbalance fetcher import token balances indexer lib indexer token balance fetcher ex indexer tokenbalance fetcher run elixir lib task supervised ex task supervised do apply elixir lib task supervised ex task supervised reply stdlib proc lib erl proc lib init p do apply function indexer tokenbalance fetcher run steps to reproduce try to index using the genoda node
1
214,997
7,285,649,131
IssuesEvent
2018-02-23 05:43:49
ballerina-lang/ballerina
https://api.github.com/repos/ballerina-lang/ballerina
opened
[Composer] Fix welcome page issue with samples properly
Priority/Highest component/Composer
**Description:** Samples needs to be removed from pack, but composer welcome page needs those samples, so those samples were moved back to tools distribution tempoararily. Need to find a better solution and fix the problem properly **Steps to reproduce:** **Affected Versions:** 0.963.0 **OS, DB, other environment details and versions:** **Related Issues (optional):** this temporary move was done with PR - https://github.com/ballerina-lang/ballerina/pull/4826
1.0
[Composer] Fix welcome page issue with samples properly - **Description:** Samples needs to be removed from pack, but composer welcome page needs those samples, so those samples were moved back to tools distribution tempoararily. Need to find a better solution and fix the problem properly **Steps to reproduce:** **Affected Versions:** 0.963.0 **OS, DB, other environment details and versions:** **Related Issues (optional):** this temporary move was done with PR - https://github.com/ballerina-lang/ballerina/pull/4826
priority
fix welcome page issue with samples properly description samples needs to be removed from pack but composer welcome page needs those samples so those samples were moved back to tools distribution tempoararily need to find a better solution and fix the problem properly steps to reproduce affected versions os db other environment details and versions related issues optional this temporary move was done with pr
1
658,803
21,903,017,174
IssuesEvent
2022-05-20 15:06:36
CLOSER-Cohorts/archivist
https://api.github.com/repos/CLOSER-Cohorts/archivist
closed
REACT: /cc_questions.txt to include question grid items from Y axis
High priority react
The current /cc_questions.txt includes a list of question items (their ID, label and question text), e.g. https://closer-archivist-staging.herokuapp.com/instruments/heaf_13_base/cc_questions.txt but it doesn't list out the question grids. Can we add the question grids to this list but it would also need to include the XY axis (i.e. $1;1) and the categories for these as well, otherwise it will only be the same question literal repeated. e.g. qc_9_a-b$1;1 In an average week, and outside any paid jobs that you do, roughly how many hours would you spend doing the following activities? (Please answer each question) Physical activities sufficient to make you hot or sweaty (e.g. heavy gardening, dancing, cycling, jogging) qc_9_a-b$1;2 In an average week, and outside any paid jobs that you do, roughly how many hours would you spend doing the following activities? (Please answer each question) Meeting or doing things with friends or relatives who do not live in your home I have attached an example. This what it is like now - [heaf_13_base_questions_now.txt](https://github.com/CLOSER-Cohorts/archivist/files/8676297/heaf_13_base_questions_now.txt) This would be the ideal format - [heaf_13_base_questions.txt](https://github.com/CLOSER-Cohorts/archivist/files/8676291/heaf_13_base_questions.txt)
1.0
REACT: /cc_questions.txt to include question grid items from Y axis - The current /cc_questions.txt includes a list of question items (their ID, label and question text), e.g. https://closer-archivist-staging.herokuapp.com/instruments/heaf_13_base/cc_questions.txt but it doesn't list out the question grids. Can we add the question grids to this list but it would also need to include the XY axis (i.e. $1;1) and the categories for these as well, otherwise it will only be the same question literal repeated. e.g. qc_9_a-b$1;1 In an average week, and outside any paid jobs that you do, roughly how many hours would you spend doing the following activities? (Please answer each question) Physical activities sufficient to make you hot or sweaty (e.g. heavy gardening, dancing, cycling, jogging) qc_9_a-b$1;2 In an average week, and outside any paid jobs that you do, roughly how many hours would you spend doing the following activities? (Please answer each question) Meeting or doing things with friends or relatives who do not live in your home I have attached an example. This what it is like now - [heaf_13_base_questions_now.txt](https://github.com/CLOSER-Cohorts/archivist/files/8676297/heaf_13_base_questions_now.txt) This would be the ideal format - [heaf_13_base_questions.txt](https://github.com/CLOSER-Cohorts/archivist/files/8676291/heaf_13_base_questions.txt)
priority
react cc questions txt to include question grid items from y axis the current cc questions txt includes a list of question items their id label and question text e g but it doesn t list out the question grids can we add the question grids to this list but it would also need to include the xy axis i e and the categories for these as well otherwise it will only be the same question literal repeated e g qc a b in an average week and outside any paid jobs that you do roughly how many hours would you spend doing the following activities please answer each question physical activities sufficient to make you hot or sweaty e g heavy gardening dancing cycling jogging qc a b in an average week and outside any paid jobs that you do roughly how many hours would you spend doing the following activities please answer each question meeting or doing things with friends or relatives who do not live in your home i have attached an example this what it is like now this would be the ideal format
1
80,370
3,561,167,072
IssuesEvent
2016-01-23 16:25:40
gama-platform/gama
https://api.github.com/repos/gama-platform/gama
closed
Add a "state" to the RNG
> Enhancement Affects Usability Concerns Development Concerns Modeling Concerns Persistence OS All Priority High Version All
The current random number generator (in `RandomUtils`) should provide an accessor for its state, so as to be able to be restored quickly: its seed, its actual algorithm, and the number of times it has been invoked. This way, we will be able to save & restore it together with the state of the simulation.
1.0
Add a "state" to the RNG - The current random number generator (in `RandomUtils`) should provide an accessor for its state, so as to be able to be restored quickly: its seed, its actual algorithm, and the number of times it has been invoked. This way, we will be able to save & restore it together with the state of the simulation.
priority
add a state to the rng the current random number generator in randomutils should provide an accessor for its state so as to be able to be restored quickly its seed its actual algorithm and the number of times it has been invoked this way we will be able to save restore it together with the state of the simulation
1
172,679
6,515,291,629
IssuesEvent
2017-08-26 13:50:11
redstone/LegacyFactions
https://api.github.com/repos/redstone/LegacyFactions
closed
Alphanumeric Problem
Confirmed Bug Priority: high
I found a bug in the lastest version 1.4.2.I can use some chinese words,and that will make server stop responding.And after restart server,The faction's name will become 123. ![image](https://i.loli.net/2017/08/26/59a159b7a963a.png)
1.0
Alphanumeric Problem - I found a bug in the lastest version 1.4.2.I can use some chinese words,and that will make server stop responding.And after restart server,The faction's name will become 123. ![image](https://i.loli.net/2017/08/26/59a159b7a963a.png)
priority
alphanumeric problem i found a bug in the lastest version i can use some chinese words and that will make server stop responding and after restart server the faction s name will become
1
1,126
2,507,947,795
IssuesEvent
2015-01-12 21:54:34
OSU-Net/cyder
https://api.github.com/repos/OSU-Net/cyder
closed
Eliminate uncertainty about permissions
high priority
[`cyder.core.cyuser.backends`](https://github.com/OSU-Net/cyder/blob/4ecce80/cyder/core/cyuser/backends.py) has sixteen occurrences of the comment `# ?`. If the lines in question are correct (as I assume they are), the comments should be removed.
1.0
Eliminate uncertainty about permissions - [`cyder.core.cyuser.backends`](https://github.com/OSU-Net/cyder/blob/4ecce80/cyder/core/cyuser/backends.py) has sixteen occurrences of the comment `# ?`. If the lines in question are correct (as I assume they are), the comments should be removed.
priority
eliminate uncertainty about permissions has sixteen occurrences of the comment if the lines in question are correct as i assume they are the comments should be removed
1
657,393
21,792,768,812
IssuesEvent
2022-05-15 06:41:11
hengband/hengband
https://api.github.com/repos/hengband/hengband
closed
【バグ】GitHub Actionsが失敗するようになった
bug Priority:HIGH
## 環境 - OS: Ubuntu 20.04 on Azure - バージョン: 3.0.0Alpha59以降 ## バグの詳細 PRを出してもビルドプロセスの途中で失敗する (手順は自明なので省略) ## 期待される正常な動作 エラーが出ない ## スクリーンショット 可能であれば、バグ発生時のスクリーンショットを添付 ![ビルドエラーログ](https://user-images.githubusercontent.com/66951241/168459558-53d9a57d-fbd7-4162-a94f-8c900e61a4bb.png) ## 補足事項 本件は既知の事象であり、aptコマンドでinstallする前にupdateすれば動作する可能性が高い そのように修正する https://github.com/actions/virtual-environments/issues/5470
1.0
【バグ】GitHub Actionsが失敗するようになった - ## 環境 - OS: Ubuntu 20.04 on Azure - バージョン: 3.0.0Alpha59以降 ## バグの詳細 PRを出してもビルドプロセスの途中で失敗する (手順は自明なので省略) ## 期待される正常な動作 エラーが出ない ## スクリーンショット 可能であれば、バグ発生時のスクリーンショットを添付 ![ビルドエラーログ](https://user-images.githubusercontent.com/66951241/168459558-53d9a57d-fbd7-4162-a94f-8c900e61a4bb.png) ## 補足事項 本件は既知の事象であり、aptコマンドでinstallする前にupdateすれば動作する可能性が高い そのように修正する https://github.com/actions/virtual-environments/issues/5470
priority
【バグ】github actionsが失敗するようになった 環境 os ubuntu on azure バージョン バグの詳細 prを出してもビルドプロセスの途中で失敗する 手順は自明なので省略 期待される正常な動作 エラーが出ない スクリーンショット 可能であれば、バグ発生時のスクリーンショットを添付 補足事項 本件は既知の事象であり、aptコマンドでinstallする前にupdateすれば動作する可能性が高い そのように修正する
1
45,432
2,931,354,242
IssuesEvent
2015-06-29 11:56:40
thesgc/chembiohub_helpdesk
https://api.github.com/repos/thesgc/chembiohub_helpdesk
closed
Search results for a batch of compounds just uploaded doesn't show custom field values. Fields are
app: ChemReg name: Karen priority: High status: Closed status: New
Search results for a batch of compounds just uploaded doesn't show custom field values. Fields are blank, though downloading shows the input values to have been loaded to uncurated fields rather than the mapped ones specified in the upload process.In Chrome, on sandbox.
1.0
Search results for a batch of compounds just uploaded doesn't show custom field values. Fields are - Search results for a batch of compounds just uploaded doesn't show custom field values. Fields are blank, though downloading shows the input values to have been loaded to uncurated fields rather than the mapped ones specified in the upload process.In Chrome, on sandbox.
priority
search results for a batch of compounds just uploaded doesn t show custom field values fields are search results for a batch of compounds just uploaded doesn t show custom field values fields are blank though downloading shows the input values to have been loaded to uncurated fields rather than the mapped ones specified in the upload process in chrome on sandbox
1
600,391
18,294,851,016
IssuesEvent
2021-10-05 19:22:27
AY2122S1-CS2103T-T10-2/tp
https://api.github.com/repos/AY2122S1-CS2103T-T10-2/tp
closed
Delete events from list
type.Story priority.High
As an event organiser, I can delete events from my list so that I can keep my list tidy. - [ ] Delete Event
1.0
Delete events from list - As an event organiser, I can delete events from my list so that I can keep my list tidy. - [ ] Delete Event
priority
delete events from list as an event organiser i can delete events from my list so that i can keep my list tidy delete event
1
114,156
4,614,860,429
IssuesEvent
2016-09-25 20:15:41
c0gent/NeverClicker
https://api.github.com/repos/c0gent/NeverClicker
opened
Profession tasks not being re-added to queue upon startup
bug priority high
This and other quirks with the queue system will be looked at shortly.
1.0
Profession tasks not being re-added to queue upon startup - This and other quirks with the queue system will be looked at shortly.
priority
profession tasks not being re added to queue upon startup this and other quirks with the queue system will be looked at shortly
1
316,569
9,651,819,359
IssuesEvent
2019-05-18 11:36:36
gamificalostudio/Tankerfield
https://api.github.com/repos/gamificalostudio/Tankerfield
opened
There's an invisible Brute second game loop first round.
Frequency: High Priority: Major
**Bug description** There's an invisible Brute second game loop first round. **Steps to reproduce** Loose a game, play again, and there's a invisible brute that starts visible, you hit it for once, and then it disappears, and can just be seen in the hit animation. **Expected behaviour** **Actual behaviour** **Game version** Tankerfield 0.8 **Screenshots** ![invisible brute](https://user-images.githubusercontent.com/25729787/57968977-e151a380-7971-11e9-8a9d-eba0da1aa709.png) **Additional context**
1.0
There's an invisible Brute second game loop first round. - **Bug description** There's an invisible Brute second game loop first round. **Steps to reproduce** Loose a game, play again, and there's a invisible brute that starts visible, you hit it for once, and then it disappears, and can just be seen in the hit animation. **Expected behaviour** **Actual behaviour** **Game version** Tankerfield 0.8 **Screenshots** ![invisible brute](https://user-images.githubusercontent.com/25729787/57968977-e151a380-7971-11e9-8a9d-eba0da1aa709.png) **Additional context**
priority
there s an invisible brute second game loop first round bug description there s an invisible brute second game loop first round steps to reproduce loose a game play again and there s a invisible brute that starts visible you hit it for once and then it disappears and can just be seen in the hit animation expected behaviour actual behaviour game version tankerfield screenshots additional context
1
531,691
15,502,946,266
IssuesEvent
2021-03-11 12:30:49
AY2021S2-CS2103-T14-3/tp
https://api.github.com/repos/AY2021S2-CS2103-T14-3/tp
closed
Add and modify classes in Logic Packages
priority.High type.Task
- Create separate packages for each `Command` entity - Rename classes that contain `addressbook` to `tutortracker` - Add skeleton classes for `Appointment`'s command and parser. After the integration with `Appointment` and `Tutor` classes, then update the relevant `Command` and `Parser` classes as it's not ideal to use stubs to test; else it will be the same as re-creating the entire class. This modification can be pushed to 1.2b.
1.0
Add and modify classes in Logic Packages - - Create separate packages for each `Command` entity - Rename classes that contain `addressbook` to `tutortracker` - Add skeleton classes for `Appointment`'s command and parser. After the integration with `Appointment` and `Tutor` classes, then update the relevant `Command` and `Parser` classes as it's not ideal to use stubs to test; else it will be the same as re-creating the entire class. This modification can be pushed to 1.2b.
priority
add and modify classes in logic packages create separate packages for each command entity rename classes that contain addressbook to tutortracker add skeleton classes for appointment s command and parser after the integration with appointment and tutor classes then update the relevant command and parser classes as it s not ideal to use stubs to test else it will be the same as re creating the entire class this modification can be pushed to
1
763,176
26,746,639,265
IssuesEvent
2023-01-30 16:25:02
gerasy1987/hiddenmeta
https://api.github.com/repos/gerasy1987/hiddenmeta
closed
need handler for reading study parameters from google spreadsheets
estimation feature priority-high
Need this to create a list similar to the one in vignettes from google spreadsheet
1.0
need handler for reading study parameters from google spreadsheets - Need this to create a list similar to the one in vignettes from google spreadsheet
priority
need handler for reading study parameters from google spreadsheets need this to create a list similar to the one in vignettes from google spreadsheet
1
575,873
17,064,599,152
IssuesEvent
2021-07-07 05:05:31
bryntum/support
https://api.github.com/repos/bryntum/support
closed
Browser unresponsive with large data set
bug high-priority regression resolved
https://www.bryntum.com/forum/viewtopic.php?f=51&t=18015&p=89186#p89186 ``` const scheduler = new Scheduler({ appendTo : 'container', crudManager : { autoLoad : true, transport : { load : { url : 'data/data.json' } } }, startDate : new Date(2017, 1, 7, 8), endDate : new Date(2017, 1, 7, 22), tbar : [ { type : 'button', icon : 'b-icon b-icon-trash', color : 'b-red', text : 'Add events', onAction : () => { const eventARR = []; for (let i = 0; i < 4000; i++) { eventARR.push({ id : i, resourceId : 'a', name : 'Team scrum ' + i, startDate : '2017-02-07 11:00', endDate : '2017-02-07 13:00', location : 'Some office', eventType : 'Meeting', eventColor : '#ff0000', iconCls : 'b-fa b-fa-users' }); } scheduler.eventStore.add(eventARR); } } ] }); ```
1.0
Browser unresponsive with large data set - https://www.bryntum.com/forum/viewtopic.php?f=51&t=18015&p=89186#p89186 ``` const scheduler = new Scheduler({ appendTo : 'container', crudManager : { autoLoad : true, transport : { load : { url : 'data/data.json' } } }, startDate : new Date(2017, 1, 7, 8), endDate : new Date(2017, 1, 7, 22), tbar : [ { type : 'button', icon : 'b-icon b-icon-trash', color : 'b-red', text : 'Add events', onAction : () => { const eventARR = []; for (let i = 0; i < 4000; i++) { eventARR.push({ id : i, resourceId : 'a', name : 'Team scrum ' + i, startDate : '2017-02-07 11:00', endDate : '2017-02-07 13:00', location : 'Some office', eventType : 'Meeting', eventColor : '#ff0000', iconCls : 'b-fa b-fa-users' }); } scheduler.eventStore.add(eventARR); } } ] }); ```
priority
browser unresponsive with large data set const scheduler new scheduler appendto container crudmanager autoload true transport load url data data json startdate new date enddate new date tbar type button icon b icon b icon trash color b red text add events onaction const eventarr for let i i i eventarr push id i resourceid a name team scrum i startdate enddate location some office eventtype meeting eventcolor iconcls b fa b fa users scheduler eventstore add eventarr
1
247,524
7,919,514,935
IssuesEvent
2018-07-04 17:16:33
robotframework/robotframework
https://api.github.com/repos/robotframework/robotframework
opened
Support `.resource` extension with resource files
enhancement priority: high
It would sometimes be handy to be able to separate resource files from test case just by looking at the file name. We can easily accomplish that by allowing resource files to have a separate `.resource` extension. This would make it possible to do something like `robot path/*.robot` without worrying are there resource files in the same directory. It would also mean that we can name resource files like `login.resource` instead of `login_resource.robot`. The idea of this proposal is not to remote or even deprecate the support to keep using `.robot` extension with resource files. Even after this change test case files and test suite initialization files (`__init__.robot`) would still share the same extension. It's easy to separate initialization files due to their special basename, and the earlier example could be changed to `robot path/[^_]*.robot` to avoid them. I've proposed this enhancement earlier on our Slack channel but there wasn't much interest. Since that this functionality would have been useful for me few times, and thus I plan to add this and do it already in RF 3.1. If there are objections, this decision can still be changed.
1.0
Support `.resource` extension with resource files - It would sometimes be handy to be able to separate resource files from test case just by looking at the file name. We can easily accomplish that by allowing resource files to have a separate `.resource` extension. This would make it possible to do something like `robot path/*.robot` without worrying are there resource files in the same directory. It would also mean that we can name resource files like `login.resource` instead of `login_resource.robot`. The idea of this proposal is not to remote or even deprecate the support to keep using `.robot` extension with resource files. Even after this change test case files and test suite initialization files (`__init__.robot`) would still share the same extension. It's easy to separate initialization files due to their special basename, and the earlier example could be changed to `robot path/[^_]*.robot` to avoid them. I've proposed this enhancement earlier on our Slack channel but there wasn't much interest. Since that this functionality would have been useful for me few times, and thus I plan to add this and do it already in RF 3.1. If there are objections, this decision can still be changed.
priority
support resource extension with resource files it would sometimes be handy to be able to separate resource files from test case just by looking at the file name we can easily accomplish that by allowing resource files to have a separate resource extension this would make it possible to do something like robot path robot without worrying are there resource files in the same directory it would also mean that we can name resource files like login resource instead of login resource robot the idea of this proposal is not to remote or even deprecate the support to keep using robot extension with resource files even after this change test case files and test suite initialization files init robot would still share the same extension it s easy to separate initialization files due to their special basename and the earlier example could be changed to robot path robot to avoid them i ve proposed this enhancement earlier on our slack channel but there wasn t much interest since that this functionality would have been useful for me few times and thus i plan to add this and do it already in rf if there are objections this decision can still be changed
1
416,077
12,139,180,443
IssuesEvent
2020-04-23 18:26:26
BoiseState-AdaptLab/adapt-lidar-tools
https://api.github.com/repos/BoiseState-AdaptLab/adapt-lidar-tools
closed
Incorrect calculation of c!!!!!!!
High Priority bug
In first differencing, we calculate the FWHM by solving the equation of a Gaussian given our amplitude, amp location, and a data point on the gaussian. However we then calculate c in Gaussian Fitting by dividing the FWHM by 2log(2), which is incorrect. The relationship between c and width is as follows: w = 2sqrt(2ln(n)) * c given w is the width when y = Amp/n. Therefore with the FWHM, n = 2 and c = w / 2sqrt(2ln(2)). However we do not need to calculate these two variable this way. Here is an alternative method: Given data point (xi, yi), amplitude a, and amp location t, xi - t is half of the full width (w) at yi yi can be put in terms of A/n by noting that yi = A * yi/A This means 1/n = yi/A and n = A/yi and w = 2sqrt(2ln(A/yi)) * c and c = w / 2sqrt(2ln(A/yi)) Now we know that for the FWHM, n = 2 and so FWHM = 2sqrt(2ln(2)) * c When we substitute c, FWHM = 2sqrt(2ln(2)) * w / 2sqrt(2ln(A/yi)) = w * sqrt(ln(2) / ln(A/yi)) = (xi - t) * sqrt(ln(2) / ln(A/yi)) Thus we can use ANY data point to calculate the FWHM as that point gives us yi and xi and we know A and t. Then in gaussian fitting, we simply note that c = w / 2sqrt(2ln(2)). This gives us a much more accurate answer for FWHM and thus c as we can use the actual data instead of the closest point to half maximum.
1.0
Incorrect calculation of c!!!!!!! - In first differencing, we calculate the FWHM by solving the equation of a Gaussian given our amplitude, amp location, and a data point on the gaussian. However we then calculate c in Gaussian Fitting by dividing the FWHM by 2log(2), which is incorrect. The relationship between c and width is as follows: w = 2sqrt(2ln(n)) * c given w is the width when y = Amp/n. Therefore with the FWHM, n = 2 and c = w / 2sqrt(2ln(2)). However we do not need to calculate these two variable this way. Here is an alternative method: Given data point (xi, yi), amplitude a, and amp location t, xi - t is half of the full width (w) at yi yi can be put in terms of A/n by noting that yi = A * yi/A This means 1/n = yi/A and n = A/yi and w = 2sqrt(2ln(A/yi)) * c and c = w / 2sqrt(2ln(A/yi)) Now we know that for the FWHM, n = 2 and so FWHM = 2sqrt(2ln(2)) * c When we substitute c, FWHM = 2sqrt(2ln(2)) * w / 2sqrt(2ln(A/yi)) = w * sqrt(ln(2) / ln(A/yi)) = (xi - t) * sqrt(ln(2) / ln(A/yi)) Thus we can use ANY data point to calculate the FWHM as that point gives us yi and xi and we know A and t. Then in gaussian fitting, we simply note that c = w / 2sqrt(2ln(2)). This gives us a much more accurate answer for FWHM and thus c as we can use the actual data instead of the closest point to half maximum.
priority
incorrect calculation of c in first differencing we calculate the fwhm by solving the equation of a gaussian given our amplitude amp location and a data point on the gaussian however we then calculate c in gaussian fitting by dividing the fwhm by which is incorrect the relationship between c and width is as follows w n c given w is the width when y amp n therefore with the fwhm n and c w however we do not need to calculate these two variable this way here is an alternative method given data point xi yi amplitude a and amp location t xi t is half of the full width w at yi yi can be put in terms of a n by noting that yi a yi a this means n yi a and n a yi and w a yi c and c w a yi now we know that for the fwhm n and so fwhm c when we substitute c fwhm w a yi w sqrt ln ln a yi xi t sqrt ln ln a yi thus we can use any data point to calculate the fwhm as that point gives us yi and xi and we know a and t then in gaussian fitting we simply note that c w this gives us a much more accurate answer for fwhm and thus c as we can use the actual data instead of the closest point to half maximum
1
147,871
5,655,005,192
IssuesEvent
2017-04-09 14:08:43
umurtrky/Spring2017Swe573_UmurTurkay
https://api.github.com/repos/umurtrky/Spring2017Swe573_UmurTurkay
opened
Integrate Kendo UI
backend frontend high priority
- Integrate Kendo UI as the UI framework - Specify the components to use by looking at the mock ups - Test the components and state the issues
1.0
Integrate Kendo UI - - Integrate Kendo UI as the UI framework - Specify the components to use by looking at the mock ups - Test the components and state the issues
priority
integrate kendo ui integrate kendo ui as the ui framework specify the components to use by looking at the mock ups test the components and state the issues
1
121,463
4,816,845,204
IssuesEvent
2016-11-04 11:33:14
SuperTux/supertux
https://api.github.com/repos/SuperTux/supertux
closed
Bintray downloads yield 403 error
category:meta priority:high
Downloading from bintray yields 403 errors. Can anyone, preferably maths22, find out what the hell is wrong? Thanks!
1.0
Bintray downloads yield 403 error - Downloading from bintray yields 403 errors. Can anyone, preferably maths22, find out what the hell is wrong? Thanks!
priority
bintray downloads yield error downloading from bintray yields errors can anyone preferably find out what the hell is wrong thanks
1
447,670
12,891,625,950
IssuesEvent
2020-07-13 18:04:24
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YW] On-premise nodes don't have the custom ssh port option enabled and so backups/ssh commands fail
area/platform priority/high
It appears that on-premise installations do not execute the flow reset the ssh_port to 54422 as it does in the cloud providers. We need to therefore not display `-p 54422` in the ssh connect string or default it in the yb_backup script from YW and allow the default to be port 22.
1.0
[YW] On-premise nodes don't have the custom ssh port option enabled and so backups/ssh commands fail - It appears that on-premise installations do not execute the flow reset the ssh_port to 54422 as it does in the cloud providers. We need to therefore not display `-p 54422` in the ssh connect string or default it in the yb_backup script from YW and allow the default to be port 22.
priority
on premise nodes don t have the custom ssh port option enabled and so backups ssh commands fail it appears that on premise installations do not execute the flow reset the ssh port to as it does in the cloud providers we need to therefore not display p in the ssh connect string or default it in the yb backup script from yw and allow the default to be port
1
534,878
15,651,007,959
IssuesEvent
2021-03-23 09:41:24
nextcloud/mail
https://api.github.com/repos/nextcloud/mail
opened
Add UI to assign tags
1. to develop enhancement feature parity priority:high
This is another split-off from https://github.com/nextcloud/mail/issues/4805 for the UI part of assigning tags to a message. As of #4665 we have full back-end support for user tags and each user gets five default tags assign by default. However as a user you can currently only see and influence the *important* tag. We need a UI mechanism that allows you to assign any other configured tag to a message. If I remember we had some possible ideas for this * The envelope/message actions menu gets an entry *Tag as ... and when you click the action is replaced with n actions that each represent a certain tag * The envelope/message actions menu get an entry *Tag as ...* and when you click a sub action menu expands, showing an action for each configured tag * There is a separate actions menu just for tags and it only lists the available tags for the user to click. I don't recall where we wanted to put the *trigger* for the menu, but possibly that was meant for the envelope/message component. @miaulalala wasn't that your idea? https://github.com/nextcloud/mail/issues/4806 is required for user-defined tags, but that doesn't block this ticket. cc @nimisha-vijay :)
1.0
Add UI to assign tags - This is another split-off from https://github.com/nextcloud/mail/issues/4805 for the UI part of assigning tags to a message. As of #4665 we have full back-end support for user tags and each user gets five default tags assign by default. However as a user you can currently only see and influence the *important* tag. We need a UI mechanism that allows you to assign any other configured tag to a message. If I remember we had some possible ideas for this * The envelope/message actions menu gets an entry *Tag as ... and when you click the action is replaced with n actions that each represent a certain tag * The envelope/message actions menu get an entry *Tag as ...* and when you click a sub action menu expands, showing an action for each configured tag * There is a separate actions menu just for tags and it only lists the available tags for the user to click. I don't recall where we wanted to put the *trigger* for the menu, but possibly that was meant for the envelope/message component. @miaulalala wasn't that your idea? https://github.com/nextcloud/mail/issues/4806 is required for user-defined tags, but that doesn't block this ticket. cc @nimisha-vijay :)
priority
add ui to assign tags this is another split off from for the ui part of assigning tags to a message as of we have full back end support for user tags and each user gets five default tags assign by default however as a user you can currently only see and influence the important tag we need a ui mechanism that allows you to assign any other configured tag to a message if i remember we had some possible ideas for this the envelope message actions menu gets an entry tag as and when you click the action is replaced with n actions that each represent a certain tag the envelope message actions menu get an entry tag as and when you click a sub action menu expands showing an action for each configured tag there is a separate actions menu just for tags and it only lists the available tags for the user to click i don t recall where we wanted to put the trigger for the menu but possibly that was meant for the envelope message component miaulalala wasn t that your idea is required for user defined tags but that doesn t block this ticket cc nimisha vijay
1
242,517
7,843,593,453
IssuesEvent
2018-06-19 06:47:06
SoteriaAI/soter.ai
https://api.github.com/repos/SoteriaAI/soter.ai
opened
Get bootstrap theme
front-end priority: HIGH
We have looked at the following theme so far with positive reactions from all members. Feel free to research and find any other potential themes. https://adminlte.io/ To-do - Decide on theme (confirm with everyone) - Add/Download theme and all necessary contents to the filesystem - Add any dependencies to docker - Commit & Push
1.0
Get bootstrap theme - We have looked at the following theme so far with positive reactions from all members. Feel free to research and find any other potential themes. https://adminlte.io/ To-do - Decide on theme (confirm with everyone) - Add/Download theme and all necessary contents to the filesystem - Add any dependencies to docker - Commit & Push
priority
get bootstrap theme we have looked at the following theme so far with positive reactions from all members feel free to research and find any other potential themes to do decide on theme confirm with everyone add download theme and all necessary contents to the filesystem add any dependencies to docker commit push
1
97,927
4,009,083,460
IssuesEvent
2016-05-13 01:08:36
honza-rychtar/kramerius-web-client
https://api.github.com/repos/honza-rychtar/kramerius-web-client
closed
Model supplement u periodik
High Priority
Mám otázku, jak je to s přílohami v periodiku (model supplement a vazba z ročníku hasIntCompPart). U Brněnských novin se pod ročníky nezobrazují přílohy. K příloze jsem se dostala fulltextem, ale tam není možnost se dostat do periodika, jen do zbytku přílohy (tady ještě chybí datum vydání přílohy): http://www.digitalniknihovna.cz/mzk/view/uuid:8daa5830-81e2-11e3-a70e-005056822549?page=uuid:831463a0-863f-11e3-a70e-005056822549
1.0
Model supplement u periodik - Mám otázku, jak je to s přílohami v periodiku (model supplement a vazba z ročníku hasIntCompPart). U Brněnských novin se pod ročníky nezobrazují přílohy. K příloze jsem se dostala fulltextem, ale tam není možnost se dostat do periodika, jen do zbytku přílohy (tady ještě chybí datum vydání přílohy): http://www.digitalniknihovna.cz/mzk/view/uuid:8daa5830-81e2-11e3-a70e-005056822549?page=uuid:831463a0-863f-11e3-a70e-005056822549
priority
model supplement u periodik mám otázku jak je to s přílohami v periodiku model supplement a vazba z ročníku hasintcomppart u brněnských novin se pod ročníky nezobrazují přílohy k příloze jsem se dostala fulltextem ale tam není možnost se dostat do periodika jen do zbytku přílohy tady ještě chybí datum vydání přílohy
1
498,904
14,435,403,104
IssuesEvent
2020-12-07 08:41:10
enso-org/enso
https://api.github.com/repos/enso-org/enso
opened
Runtime Interpreter Enter Nodes Multiple Times
Category: Interpreter Change: Non-Breaking Difficulty: Core Contributor Priority: High Type: Bug
<!-- Please ensure that you are running the latest version of Enso before reporting the bug! It may have been fixed since. --> ### General Summary When the interpreter executes an expression resulting in an error, for example ``` from Base import all main = here.foo ``` When you fix the error, the runtime starts to execute expressions several times: ``` from Base import all main = IO.println "Hello World!" ``` ``` [info] [2020-12-07T08:27:20.171Z] [enso] ON_COMPUTED 6cbb7803-33cc-4742-9634-5c65052d1f68 [info] [2020-12-07T08:27:20.171Z] [enso] ON_COMPUTED 6cbb7803-33cc-4742-9634-5c65052d1f68 [info] [2020-12-07T08:27:21.377Z] [enso] ON_COMPUTED 7bda6d0c-c836-4c93-9d48-38bd756c3d66 [info] [2020-12-07T08:27:21.378Z] [enso] ON_COMPUTED b9c852cb-6e62-4ddf-b6ad-df3a116451a9 [info] [2020-12-07T08:27:21.379Z] [enso] ON_COMPUTED b9c852cb-6e62-4ddf-b6ad-df3a116451a9 [info] [2020-12-07T08:27:21.395Z] [enso] Job ExecuteJob finished. ``` <!-- - Please include a high-level description of your bug here. --> ### Steps to Reproduce 1. Open an IDE and make an error in the code. ``` from Base import all main = here.foo ``` 2. Fix the error. ``` from Base import all main = IO.println "Hello World" ``` 3. See the project-manager logs: ``` [info] [2020-12-07T08:27:20.171Z] [enso] ON_COMPUTED 6cbb7803-33cc-4742-9634-5c65052d1f68 [info] [2020-12-07T08:27:20.171Z] [enso] ON_COMPUTED 6cbb7803-33cc-4742-9634-5c65052d1f68 [info] [2020-12-07T08:27:21.377Z] [enso] ON_COMPUTED 7bda6d0c-c836-4c93-9d48-38bd756c3d66 [info] [2020-12-07T08:27:21.378Z] [enso] ON_COMPUTED b9c852cb-6e62-4ddf-b6ad-df3a116451a9 [info] [2020-12-07T08:27:21.379Z] [enso] ON_COMPUTED b9c852cb-6e62-4ddf-b6ad-df3a116451a9 [info] [2020-12-07T08:27:21.395Z] [enso] Job ExecuteJob finished. ``` <!-- Please list the reproduction steps for your bug. For example: 1. Launch the enso interpreter in server mode `enso --server --socket:8080`. 2. Send it a message as follows, where `path/to/project` doesn't exist. ```json { message-type: "load-project", load-project: { path: "path/to/project" } ... } ``` 3. Observe that the compiler crashes. --> ### Expected Result Every node is executed a single time. <!-- - A description of the results you expected from the reproduction steps. --> ### Actual Result Nodes executed several times. <!-- - A description of what actually happens when you run these steps. - Please include any error output if relevant. --> ### Enso Version main @ d80089ab6916f86d0b8ce479438520f24a2ae345 <!-- - Please include the output of `enso --version`. For example: ``` Enso Compiler and Runtime Version: 0.1.0 Built with: scala-2.13.3 for GraalVM 20.2.0 Built from: main* @ 919ffbdfacc44cc35a1b38f1bad5b573acdbe358 Running on: OpenJDK 64-Bit Server VM, GraalVM Community, JDK 11.0.8+10-jvmci-20.2-b03 Linux 4.15.0-112-generic (amd64) ``` -->
1.0
Runtime Interpreter Enter Nodes Multiple Times - <!-- Please ensure that you are running the latest version of Enso before reporting the bug! It may have been fixed since. --> ### General Summary When the interpreter executes an expression resulting in an error, for example ``` from Base import all main = here.foo ``` When you fix the error, the runtime starts to execute expressions several times: ``` from Base import all main = IO.println "Hello World!" ``` ``` [info] [2020-12-07T08:27:20.171Z] [enso] ON_COMPUTED 6cbb7803-33cc-4742-9634-5c65052d1f68 [info] [2020-12-07T08:27:20.171Z] [enso] ON_COMPUTED 6cbb7803-33cc-4742-9634-5c65052d1f68 [info] [2020-12-07T08:27:21.377Z] [enso] ON_COMPUTED 7bda6d0c-c836-4c93-9d48-38bd756c3d66 [info] [2020-12-07T08:27:21.378Z] [enso] ON_COMPUTED b9c852cb-6e62-4ddf-b6ad-df3a116451a9 [info] [2020-12-07T08:27:21.379Z] [enso] ON_COMPUTED b9c852cb-6e62-4ddf-b6ad-df3a116451a9 [info] [2020-12-07T08:27:21.395Z] [enso] Job ExecuteJob finished. ``` <!-- - Please include a high-level description of your bug here. --> ### Steps to Reproduce 1. Open an IDE and make an error in the code. ``` from Base import all main = here.foo ``` 2. Fix the error. ``` from Base import all main = IO.println "Hello World" ``` 3. See the project-manager logs: ``` [info] [2020-12-07T08:27:20.171Z] [enso] ON_COMPUTED 6cbb7803-33cc-4742-9634-5c65052d1f68 [info] [2020-12-07T08:27:20.171Z] [enso] ON_COMPUTED 6cbb7803-33cc-4742-9634-5c65052d1f68 [info] [2020-12-07T08:27:21.377Z] [enso] ON_COMPUTED 7bda6d0c-c836-4c93-9d48-38bd756c3d66 [info] [2020-12-07T08:27:21.378Z] [enso] ON_COMPUTED b9c852cb-6e62-4ddf-b6ad-df3a116451a9 [info] [2020-12-07T08:27:21.379Z] [enso] ON_COMPUTED b9c852cb-6e62-4ddf-b6ad-df3a116451a9 [info] [2020-12-07T08:27:21.395Z] [enso] Job ExecuteJob finished. ``` <!-- Please list the reproduction steps for your bug. For example: 1. Launch the enso interpreter in server mode `enso --server --socket:8080`. 2. Send it a message as follows, where `path/to/project` doesn't exist. ```json { message-type: "load-project", load-project: { path: "path/to/project" } ... } ``` 3. Observe that the compiler crashes. --> ### Expected Result Every node is executed a single time. <!-- - A description of the results you expected from the reproduction steps. --> ### Actual Result Nodes executed several times. <!-- - A description of what actually happens when you run these steps. - Please include any error output if relevant. --> ### Enso Version main @ d80089ab6916f86d0b8ce479438520f24a2ae345 <!-- - Please include the output of `enso --version`. For example: ``` Enso Compiler and Runtime Version: 0.1.0 Built with: scala-2.13.3 for GraalVM 20.2.0 Built from: main* @ 919ffbdfacc44cc35a1b38f1bad5b573acdbe358 Running on: OpenJDK 64-Bit Server VM, GraalVM Community, JDK 11.0.8+10-jvmci-20.2-b03 Linux 4.15.0-112-generic (amd64) ``` -->
priority
runtime interpreter enter nodes multiple times please ensure that you are running the latest version of enso before reporting the bug it may have been fixed since general summary when the interpreter executes an expression resulting in an error for example from base import all main here foo when you fix the error the runtime starts to execute expressions several times from base import all main io println hello world on computed on computed on computed on computed on computed job executejob finished please include a high level description of your bug here steps to reproduce open an ide and make an error in the code from base import all main here foo fix the error from base import all main io println hello world see the project manager logs on computed on computed on computed on computed on computed job executejob finished please list the reproduction steps for your bug for example launch the enso interpreter in server mode enso server socket send it a message as follows where path to project doesn t exist json message type load project load project path path to project observe that the compiler crashes expected result every node is executed a single time a description of the results you expected from the reproduction steps actual result nodes executed several times a description of what actually happens when you run these steps please include any error output if relevant enso version main please include the output of enso version for example enso compiler and runtime version built with scala for graalvm built from main running on openjdk bit server vm graalvm community jdk jvmci linux generic
1
24,960
2,674,931,554
IssuesEvent
2015-03-25 08:43:44
cs2103jan2015-t15-1j/main
https://api.github.com/repos/cs2103jan2015-t15-1j/main
closed
A user can update/edit an existing task
priority.high type.story
...so that changes can be easily made when new information is available instead of deleting an existing task and creating a new one.
1.0
A user can update/edit an existing task - ...so that changes can be easily made when new information is available instead of deleting an existing task and creating a new one.
priority
a user can update edit an existing task so that changes can be easily made when new information is available instead of deleting an existing task and creating a new one
1
382,810
11,320,157,596
IssuesEvent
2020-01-21 02:51:44
openmsupply/mobile
https://api.github.com/repos/openmsupply/mobile
closed
PropTypes in SupplierRequisitionPage
Bug: development Docs: not needed Effort: small Module: indicators Priority: high
## Describe the bug - Many prop type warnings in `SupplierRequisitionPage` for non-program requisition ### To reproduce 1. Create a non-program requisition 4. See error ### Expected behaviour No prop type warnings ### Proposed Solution Fix the prop type warnings ### Version and device info - App version: 3.1.1 development - Tablet model: N/A - OS version: N/A ### Additional context <img width="1366" alt="image" src="https://user-images.githubusercontent.com/35858975/72573250-e8c6b380-3929-11ea-8257-1762a264d6f0.png">
1.0
PropTypes in SupplierRequisitionPage - ## Describe the bug - Many prop type warnings in `SupplierRequisitionPage` for non-program requisition ### To reproduce 1. Create a non-program requisition 4. See error ### Expected behaviour No prop type warnings ### Proposed Solution Fix the prop type warnings ### Version and device info - App version: 3.1.1 development - Tablet model: N/A - OS version: N/A ### Additional context <img width="1366" alt="image" src="https://user-images.githubusercontent.com/35858975/72573250-e8c6b380-3929-11ea-8257-1762a264d6f0.png">
priority
proptypes in supplierrequisitionpage describe the bug many prop type warnings in supplierrequisitionpage for non program requisition to reproduce create a non program requisition see error expected behaviour no prop type warnings proposed solution fix the prop type warnings version and device info app version development tablet model n a os version n a additional context img width alt image src
1
330,824
10,056,181,029
IssuesEvent
2019-07-22 08:33:35
projectacrn/acrn-hypervisor
https://api.github.com/repos/projectacrn/acrn-hypervisor
closed
virtio-console: cannot parse multi ports parameters.
priority: P2-High type: bug
In current code, the virtio-console cannot parse multi ports parameter, only support one port. But it was designed to support multi ports: virtio-console,[@]stdio|tty|pty|file:portname[=portpath]\ [,[@]stdio|tty|pty|file:portname[=portpath]] Need to fix this bug.
1.0
virtio-console: cannot parse multi ports parameters. - In current code, the virtio-console cannot parse multi ports parameter, only support one port. But it was designed to support multi ports: virtio-console,[@]stdio|tty|pty|file:portname[=portpath]\ [,[@]stdio|tty|pty|file:portname[=portpath]] Need to fix this bug.
priority
virtio console cannot parse multi ports parameters in current code the virtio console cannot parse multi ports parameter only support one port but it was designed to support multi ports virtio console stdio tty pty file portname stdio tty pty file portname need to fix this bug
1
125,899
4,969,174,024
IssuesEvent
2016-12-05 12:27:41
BinPar/eBooks
https://api.github.com/repos/BinPar/eBooks
opened
Login descarga imágenes
Eureka Priority: High
Hoy he estado probando Eureka en el despacho de Ángel Herráez en la UAH y han surgido estos temas. Espero que se entiendan bien todos, porque ha sido un testado muy exhaustivo: Ángel Herráez es un gran usuario de recursos digitales y se maneja muy bien por la web. hemos podido hacer una prueba bastante completa de Eureka. Desafortunadamente, han surgido varias incidencias importantes y también Ángel ha aportado algunas sugerencias de mejora. Su IP es 212.128.10.97 Entramos en la página principal de Eureka y hasta ahí todo bien. Buscamos un título en el buscador y le damos a abrir ebook. Va un poco lenta la apertura pero de momento todo bien. La incidencia ha surgido cuando hemos intentado descargar una imagen. Aquí se bifurcan las incidencias y hemos detectado haciendo pruebas que depende del título en cuestión con el que se esté trabajando. Tipo de incidencia 1: Por un lado hemos detectado algunos títulos donde se produce siempre el mismo fallo: al dar a descargar la imagen, pide que se registre y hasta ahí correcto, pero cuando se registra, le manda directamente a la pantalla de fuera de Eureka siguiente: ![1](https://cloud.githubusercontent.com/assets/22492646/20884955/7e7a51ec-baee-11e6-9ad8-1299f5532910.jpg) Es como si no le reconociera como usuario registrado. Además se pierde la pantalla del ebook abierto. De los títulos probados (que no han sido todos los del catálogo de la UAH en Eureka) hemos detectado que pasa esto con: Watson, Pierce y Alberts. Para descartar que fuera el buscador lo hemos probado con Chrome y con Firefox con el mismo resultado en ambos casos. Hemos probado a que se registrara en nuestra web antes de abrir Eureka en otra pantalla y tampoco reconoce que esté registrado. Igualmente también hemos probado a que se registrara en nuestra web después de intentar descargar una imagen y tampoco lo reconoce. (todo esto ocurre sólo en ciertos títulos concretos) Ángel ha probado incluso a borrar las Cookies y tampoco ha funcionado. Para descartar que fuera por inestabilidad de la web, y estar seguros de que es un fallo asociado a ciertos títulos concretos, hemos probado con otros 3 títulos distintos de estos tres y en otros títulos el registro sí es reconocido y te lleva al ebook. En concreto de los probados, funciona bien con Feduchi, Lodish y Brown. Pero en estos títulos que aparentemente funcionan, surge otro tipo de incidencia: Tipo de incidencia 2: En estos títulos en los que reconoce el registro, el problema que surge es que muchas veces al registrarte te lleva al ebook en el que estabas intentando descargar la imagen, pero, a una página diferente de aquella donde estaba la imagen a descargar con lo que te obliga a buscarla por el ebook. Creo que debería llevarte a la página en la que estabas trabajando no a cualquier otra. Tipo de incidencia 3: (no se en este caso si llamarlo incidencia o posible mejora): Cuando estás trabajando con un ebook (de los que funciona el registro) y te ha reconocido tu registro de usuario, puedes descargar y subrayar etc en ese título todas las veces que quieras y te sigue reconociendo, pero si cambias de título y abres otro, y das a descargar una imagen, al cambiar de título te vuelve a pedir que te registres para esa primera descarga en ese nuevo ebook. Yo creo que una vez registrado, si no te has salido de Eureka, debería dejarte hacer descargas en cualquier ebook, sin volver a pedirte que te registres cada vez que cambias de título ¿no? Por lo que hemos visto, el momento registro es algo a repasar y mejorar. Habría que probar todos los títulos suscritos, para ver cuáles tienen estas incidencias y cuáles no ya que las pruebas han sido realizadas sólo con 6 de los muchos títulos que tienen actualmente abiertos en la UAH en Eureka. Para descartar que todas estas incidencias fueran una problema concreto de esta IP, He hecho las mismas pruebas en la IP de otra profesora y da los mismos fallos. Sugerencia de mejora 1: Ángel sugiere que haya un indicador más claro cuando estás en Eureka donde veas que tu sesión está iniciada. O que en la pantalla principal tengas una tecla en la que registrarte antes de empezar a trabajar con los ebook. Sugerencia de mejora 2: Hay algunas imágenes y cuadros en los que no aparece el botón de descargar. A veces en el mismo título das con imágenes que te las agranda pero les falta ese botón. Sugerencia de mejora 3: Hay un pequeño detalle de usabilidad mejorable en los iconos de Previsualizar y de Abrir contenido al lado de cada título en la parte derecha de la pantalla principal de Eureka. Cuando te apoyas en el círculo de Previsualizar aparece un pequeño mensaje en negro que pone “previsualizar” y tapa el círculo de Abrir Contenido. Queda como muy marcado y hay que hacer maniobras extrañas con el cursor para que se quite ese “previsualizar” de encima del otro círculo y aparezca el mensaje en negro de “Abrir contenido” Aunque tengas el cursor encima del circulo de Abrir contenido Os enseño aquí una pantalla de lo que ocurre: En este momento, aunque ponga el cursor sobre el círculo de Abrir contenido en el título de Cardiología pediátrica, cuesta que me deje hacerlo porque prevalece lo de Previsualizar. Quizá esto se evitaría si el mensaje saliera debajo de los círculos en vez de en su lado derecho. ![2](https://cloud.githubusercontent.com/assets/22492646/20884934/6631237c-baee-11e6-8e0c-7bdf79b7d3a9.jpg) Saludos,
1.0
Login descarga imágenes - Hoy he estado probando Eureka en el despacho de Ángel Herráez en la UAH y han surgido estos temas. Espero que se entiendan bien todos, porque ha sido un testado muy exhaustivo: Ángel Herráez es un gran usuario de recursos digitales y se maneja muy bien por la web. hemos podido hacer una prueba bastante completa de Eureka. Desafortunadamente, han surgido varias incidencias importantes y también Ángel ha aportado algunas sugerencias de mejora. Su IP es 212.128.10.97 Entramos en la página principal de Eureka y hasta ahí todo bien. Buscamos un título en el buscador y le damos a abrir ebook. Va un poco lenta la apertura pero de momento todo bien. La incidencia ha surgido cuando hemos intentado descargar una imagen. Aquí se bifurcan las incidencias y hemos detectado haciendo pruebas que depende del título en cuestión con el que se esté trabajando. Tipo de incidencia 1: Por un lado hemos detectado algunos títulos donde se produce siempre el mismo fallo: al dar a descargar la imagen, pide que se registre y hasta ahí correcto, pero cuando se registra, le manda directamente a la pantalla de fuera de Eureka siguiente: ![1](https://cloud.githubusercontent.com/assets/22492646/20884955/7e7a51ec-baee-11e6-9ad8-1299f5532910.jpg) Es como si no le reconociera como usuario registrado. Además se pierde la pantalla del ebook abierto. De los títulos probados (que no han sido todos los del catálogo de la UAH en Eureka) hemos detectado que pasa esto con: Watson, Pierce y Alberts. Para descartar que fuera el buscador lo hemos probado con Chrome y con Firefox con el mismo resultado en ambos casos. Hemos probado a que se registrara en nuestra web antes de abrir Eureka en otra pantalla y tampoco reconoce que esté registrado. Igualmente también hemos probado a que se registrara en nuestra web después de intentar descargar una imagen y tampoco lo reconoce. (todo esto ocurre sólo en ciertos títulos concretos) Ángel ha probado incluso a borrar las Cookies y tampoco ha funcionado. Para descartar que fuera por inestabilidad de la web, y estar seguros de que es un fallo asociado a ciertos títulos concretos, hemos probado con otros 3 títulos distintos de estos tres y en otros títulos el registro sí es reconocido y te lleva al ebook. En concreto de los probados, funciona bien con Feduchi, Lodish y Brown. Pero en estos títulos que aparentemente funcionan, surge otro tipo de incidencia: Tipo de incidencia 2: En estos títulos en los que reconoce el registro, el problema que surge es que muchas veces al registrarte te lleva al ebook en el que estabas intentando descargar la imagen, pero, a una página diferente de aquella donde estaba la imagen a descargar con lo que te obliga a buscarla por el ebook. Creo que debería llevarte a la página en la que estabas trabajando no a cualquier otra. Tipo de incidencia 3: (no se en este caso si llamarlo incidencia o posible mejora): Cuando estás trabajando con un ebook (de los que funciona el registro) y te ha reconocido tu registro de usuario, puedes descargar y subrayar etc en ese título todas las veces que quieras y te sigue reconociendo, pero si cambias de título y abres otro, y das a descargar una imagen, al cambiar de título te vuelve a pedir que te registres para esa primera descarga en ese nuevo ebook. Yo creo que una vez registrado, si no te has salido de Eureka, debería dejarte hacer descargas en cualquier ebook, sin volver a pedirte que te registres cada vez que cambias de título ¿no? Por lo que hemos visto, el momento registro es algo a repasar y mejorar. Habría que probar todos los títulos suscritos, para ver cuáles tienen estas incidencias y cuáles no ya que las pruebas han sido realizadas sólo con 6 de los muchos títulos que tienen actualmente abiertos en la UAH en Eureka. Para descartar que todas estas incidencias fueran una problema concreto de esta IP, He hecho las mismas pruebas en la IP de otra profesora y da los mismos fallos. Sugerencia de mejora 1: Ángel sugiere que haya un indicador más claro cuando estás en Eureka donde veas que tu sesión está iniciada. O que en la pantalla principal tengas una tecla en la que registrarte antes de empezar a trabajar con los ebook. Sugerencia de mejora 2: Hay algunas imágenes y cuadros en los que no aparece el botón de descargar. A veces en el mismo título das con imágenes que te las agranda pero les falta ese botón. Sugerencia de mejora 3: Hay un pequeño detalle de usabilidad mejorable en los iconos de Previsualizar y de Abrir contenido al lado de cada título en la parte derecha de la pantalla principal de Eureka. Cuando te apoyas en el círculo de Previsualizar aparece un pequeño mensaje en negro que pone “previsualizar” y tapa el círculo de Abrir Contenido. Queda como muy marcado y hay que hacer maniobras extrañas con el cursor para que se quite ese “previsualizar” de encima del otro círculo y aparezca el mensaje en negro de “Abrir contenido” Aunque tengas el cursor encima del circulo de Abrir contenido Os enseño aquí una pantalla de lo que ocurre: En este momento, aunque ponga el cursor sobre el círculo de Abrir contenido en el título de Cardiología pediátrica, cuesta que me deje hacerlo porque prevalece lo de Previsualizar. Quizá esto se evitaría si el mensaje saliera debajo de los círculos en vez de en su lado derecho. ![2](https://cloud.githubusercontent.com/assets/22492646/20884934/6631237c-baee-11e6-8e0c-7bdf79b7d3a9.jpg) Saludos,
priority
login descarga imágenes hoy he estado probando eureka en el despacho de ángel herráez en la uah y han surgido estos temas espero que se entiendan bien todos porque ha sido un testado muy exhaustivo ángel herráez es un gran usuario de recursos digitales y se maneja muy bien por la web hemos podido hacer una prueba bastante completa de eureka desafortunadamente han surgido varias incidencias importantes y también ángel ha aportado algunas sugerencias de mejora su ip es entramos en la página principal de eureka y hasta ahí todo bien buscamos un título en el buscador y le damos a abrir ebook va un poco lenta la apertura pero de momento todo bien la incidencia ha surgido cuando hemos intentado descargar una imagen aquí se bifurcan las incidencias y hemos detectado haciendo pruebas que depende del título en cuestión con el que se esté trabajando tipo de incidencia por un lado hemos detectado algunos títulos donde se produce siempre el mismo fallo al dar a descargar la imagen pide que se registre y hasta ahí correcto pero cuando se registra le manda directamente a la pantalla de fuera de eureka siguiente es como si no le reconociera como usuario registrado además se pierde la pantalla del ebook abierto de los títulos probados que no han sido todos los del catálogo de la uah en eureka hemos detectado que pasa esto con watson pierce y alberts para descartar que fuera el buscador lo hemos probado con chrome y con firefox con el mismo resultado en ambos casos hemos probado a que se registrara en nuestra web antes de abrir eureka en otra pantalla y tampoco reconoce que esté registrado igualmente también hemos probado a que se registrara en nuestra web después de intentar descargar una imagen y tampoco lo reconoce todo esto ocurre sólo en ciertos títulos concretos ángel ha probado incluso a borrar las cookies y tampoco ha funcionado para descartar que fuera por inestabilidad de la web y estar seguros de que es un fallo asociado a ciertos títulos concretos hemos probado con otros títulos distintos de estos tres y en otros títulos el registro sí es reconocido y te lleva al ebook en concreto de los probados funciona bien con feduchi lodish y brown pero en estos títulos que aparentemente funcionan surge otro tipo de incidencia tipo de incidencia en estos títulos en los que reconoce el registro el problema que surge es que muchas veces al registrarte te lleva al ebook en el que estabas intentando descargar la imagen pero a una página diferente de aquella donde estaba la imagen a descargar con lo que te obliga a buscarla por el ebook creo que debería llevarte a la página en la que estabas trabajando no a cualquier otra tipo de incidencia no se en este caso si llamarlo incidencia o posible mejora cuando estás trabajando con un ebook de los que funciona el registro y te ha reconocido tu registro de usuario puedes descargar y subrayar etc en ese título todas las veces que quieras y te sigue reconociendo pero si cambias de título y abres otro y das a descargar una imagen al cambiar de título te vuelve a pedir que te registres para esa primera descarga en ese nuevo ebook yo creo que una vez registrado si no te has salido de eureka debería dejarte hacer descargas en cualquier ebook sin volver a pedirte que te registres cada vez que cambias de título ¿no por lo que hemos visto el momento registro es algo a repasar y mejorar habría que probar todos los títulos suscritos para ver cuáles tienen estas incidencias y cuáles no ya que las pruebas han sido realizadas sólo con de los muchos títulos que tienen actualmente abiertos en la uah en eureka para descartar que todas estas incidencias fueran una problema concreto de esta ip he hecho las mismas pruebas en la ip de otra profesora y da los mismos fallos sugerencia de mejora ángel sugiere que haya un indicador más claro cuando estás en eureka donde veas que tu sesión está iniciada o que en la pantalla principal tengas una tecla en la que registrarte antes de empezar a trabajar con los ebook sugerencia de mejora hay algunas imágenes y cuadros en los que no aparece el botón de descargar a veces en el mismo título das con imágenes que te las agranda pero les falta ese botón sugerencia de mejora hay un pequeño detalle de usabilidad mejorable en los iconos de previsualizar y de abrir contenido al lado de cada título en la parte derecha de la pantalla principal de eureka cuando te apoyas en el círculo de previsualizar aparece un pequeño mensaje en negro que pone “previsualizar” y tapa el círculo de abrir contenido queda como muy marcado y hay que hacer maniobras extrañas con el cursor para que se quite ese “previsualizar” de encima del otro círculo y aparezca el mensaje en negro de “abrir contenido” aunque tengas el cursor encima del circulo de abrir contenido os enseño aquí una pantalla de lo que ocurre en este momento aunque ponga el cursor sobre el círculo de abrir contenido en el título de cardiología pediátrica cuesta que me deje hacerlo porque prevalece lo de previsualizar quizá esto se evitaría si el mensaje saliera debajo de los círculos en vez de en su lado derecho saludos
1
197,652
6,962,338,979
IssuesEvent
2017-12-08 13:21:08
Mandiklopper/UBA-People-Connect
https://api.github.com/repos/Mandiklopper/UBA-People-Connect
opened
MSS Leave Modification
High Priority
- Leave Admin/ Supervisor should be able to perform changes to applied leave on behalf of subordinate
1.0
MSS Leave Modification - - Leave Admin/ Supervisor should be able to perform changes to applied leave on behalf of subordinate
priority
mss leave modification leave admin supervisor should be able to perform changes to applied leave on behalf of subordinate
1
761,660
26,690,366,251
IssuesEvent
2023-01-27 03:59:59
wso2/api-manager
https://api.github.com/repos/wso2/api-manager
closed
Log Tracing is not working as expected in OpenTracing
Type/Bug Priority/Highest Component/APIM 4.x.x 4.2.0-beta
### Description When you enable log tracing as mentioned in [1], the log file will not contain correct information. It only prints something like, `n14:11:48,992 [-] [PassThroughMessageProcessor-1] TRACE ` ### Steps to Reproduce Follow the steps in [1] ### Affected Component APIM ### Version 4.2.0-Pre-Alpha ### Environment Details (with versions) _No response_ ### Relevant Log Output ```shell n14:11:48,992 [-] [PassThroughMessageProcessor-1] TRACE n14:11:50,073 [-] [PassThroughMessageProcessor-2] TRACE n14:11:51,513 [-] [PassThroughMessageProcessor-3] TRACE n14:11:51,513 [-] [PassThroughMessageProcessor-3] TRACE n14:11:51,515 [-] [PassThroughMessageProcessor-3] TRACE n14:11:51,552 [-] [PassThroughMessageProcessor-4] TRACE n14:11:51,571 [-] [PassThroughMessageProcessor-4] TRACE n14:11:51,575 [-] [PassThroughMessageProcessor-4] TRACE n14:11:51,576 [-] [PassThroughMessageProcessor-4] TRACE n14:11:51,576 [-] [PassThroughMessageProcessor-4] TRACE n14:11:52,178 [-] [PassThroughMessageProcessor-5] TRACE n14:11:52,179 [-] [PassThroughMessageProcessor-5] TRACE n14:11:52,180 [-] [PassThroughMessageProcessor-5] TRACE n14:11:52,180 [-] [PassThroughMessageProcessor-5] TRACE ``` ### Related Issues - https://github.com/wso2/api-manager/issues/1118 ### Suggested Labels _No response_ [1] https://apim.docs.wso2.com/en/4.2.0/observe/api-manager/traces/monitoring-with-opentracing/#enabling-log-tracing
1.0
Log Tracing is not working as expected in OpenTracing - ### Description When you enable log tracing as mentioned in [1], the log file will not contain correct information. It only prints something like, `n14:11:48,992 [-] [PassThroughMessageProcessor-1] TRACE ` ### Steps to Reproduce Follow the steps in [1] ### Affected Component APIM ### Version 4.2.0-Pre-Alpha ### Environment Details (with versions) _No response_ ### Relevant Log Output ```shell n14:11:48,992 [-] [PassThroughMessageProcessor-1] TRACE n14:11:50,073 [-] [PassThroughMessageProcessor-2] TRACE n14:11:51,513 [-] [PassThroughMessageProcessor-3] TRACE n14:11:51,513 [-] [PassThroughMessageProcessor-3] TRACE n14:11:51,515 [-] [PassThroughMessageProcessor-3] TRACE n14:11:51,552 [-] [PassThroughMessageProcessor-4] TRACE n14:11:51,571 [-] [PassThroughMessageProcessor-4] TRACE n14:11:51,575 [-] [PassThroughMessageProcessor-4] TRACE n14:11:51,576 [-] [PassThroughMessageProcessor-4] TRACE n14:11:51,576 [-] [PassThroughMessageProcessor-4] TRACE n14:11:52,178 [-] [PassThroughMessageProcessor-5] TRACE n14:11:52,179 [-] [PassThroughMessageProcessor-5] TRACE n14:11:52,180 [-] [PassThroughMessageProcessor-5] TRACE n14:11:52,180 [-] [PassThroughMessageProcessor-5] TRACE ``` ### Related Issues - https://github.com/wso2/api-manager/issues/1118 ### Suggested Labels _No response_ [1] https://apim.docs.wso2.com/en/4.2.0/observe/api-manager/traces/monitoring-with-opentracing/#enabling-log-tracing
priority
log tracing is not working as expected in opentracing description when you enable log tracing as mentioned in the log file will not contain correct information it only prints something like trace steps to reproduce follow the steps in affected component apim version pre alpha environment details with versions no response relevant log output shell trace trace trace trace trace trace trace trace trace trace trace trace trace trace related issues suggested labels no response
1
305,740
9,376,435,844
IssuesEvent
2019-04-04 07:56:40
DynaSlum/satsense
https://api.github.com/repos/DynaSlum/satsense
closed
User Documentation
High Priority enhancement
**As a** remote sensing user of satsense **I would like to** be able to look up how to use the relevant parts of satsense in the documentation **because** without documentation using satsense will be very hard - [x] Check public interface for docstrings - [x] Example Jupyter Notebooks #17 - [x] Write User Guide - [x] Readthedocs documentation (sphinx) Estimate: 8 (timeboxed to 5)
1.0
User Documentation - **As a** remote sensing user of satsense **I would like to** be able to look up how to use the relevant parts of satsense in the documentation **because** without documentation using satsense will be very hard - [x] Check public interface for docstrings - [x] Example Jupyter Notebooks #17 - [x] Write User Guide - [x] Readthedocs documentation (sphinx) Estimate: 8 (timeboxed to 5)
priority
user documentation as a remote sensing user of satsense i would like to be able to look up how to use the relevant parts of satsense in the documentation because without documentation using satsense will be very hard check public interface for docstrings example jupyter notebooks write user guide readthedocs documentation sphinx estimate timeboxed to
1
361,082
10,704,097,085
IssuesEvent
2019-10-24 10:57:36
code4romania/mon-vot-android-kotlin
https://api.github.com/repos/code4romania/mon-vot-android-kotlin
closed
Display observers guide when the user selects the action from the menu
enhancement good first issue help wanted high-priority kotlin
Please use the same display method as the old app: https://github.com/code4romania/monitorizare-vot-android The url for the observers guide should be extracted in a config file.
1.0
Display observers guide when the user selects the action from the menu - Please use the same display method as the old app: https://github.com/code4romania/monitorizare-vot-android The url for the observers guide should be extracted in a config file.
priority
display observers guide when the user selects the action from the menu please use the same display method as the old app the url for the observers guide should be extracted in a config file
1
257,079
8,132,682,794
IssuesEvent
2018-08-18 15:04:36
collinbarrett/FilterLists
https://api.github.com/repos/collinbarrett/FilterLists
closed
use EF Core's transaction control in SnapshotService
agent enhancement high priority
Try using [EF Core's transaction control](https://docs.microsoft.com/en-us/ef/core/saving/transactions) rather than the manual `Snapshot.IsCompleted` property/column.
1.0
use EF Core's transaction control in SnapshotService - Try using [EF Core's transaction control](https://docs.microsoft.com/en-us/ef/core/saving/transactions) rather than the manual `Snapshot.IsCompleted` property/column.
priority
use ef core s transaction control in snapshotservice try using rather than the manual snapshot iscompleted property column
1
95,157
3,934,825,936
IssuesEvent
2016-04-26 00:48:35
music-encoding/encoding-tools
https://api.github.com/repos/music-encoding/encoding-tools
opened
Usage of saxon:evaluate() in musicxml2mei-3.0.xsl
Component: Tools Priority: High Type: Bug
_From @ahankinson on May 28, 2015 18:13_ _From [roewenst...@gmail.com](https://code.google.com/u/107386258860154419675/) on July 31, 2014 10:12:27_ The usage of the Saxon extension function evaluate() forces users to have a Saxon EE license and it doesn't seem to be necessary. The line 1790 could be rewritten from \<xsl:value-of select="saxon:evaluate(ancestor::part[attributes/time/beats]/attributes/time/beats)"/> to \<xsl:value-of select="ancestor::part[attributes/time/beats]/attributes/time/beats"/> The lines 1794, 3857, 3861 can be rewritten in the same way. Cheers, Daniel _Original issue: http://code.google.com/p/music-encoding/issues/detail?id=196_ _Copied from original issue: music-encoding/music-encoding#196_
1.0
Usage of saxon:evaluate() in musicxml2mei-3.0.xsl - _From @ahankinson on May 28, 2015 18:13_ _From [roewenst...@gmail.com](https://code.google.com/u/107386258860154419675/) on July 31, 2014 10:12:27_ The usage of the Saxon extension function evaluate() forces users to have a Saxon EE license and it doesn't seem to be necessary. The line 1790 could be rewritten from \<xsl:value-of select="saxon:evaluate(ancestor::part[attributes/time/beats]/attributes/time/beats)"/> to \<xsl:value-of select="ancestor::part[attributes/time/beats]/attributes/time/beats"/> The lines 1794, 3857, 3861 can be rewritten in the same way. Cheers, Daniel _Original issue: http://code.google.com/p/music-encoding/issues/detail?id=196_ _Copied from original issue: music-encoding/music-encoding#196_
priority
usage of saxon evaluate in xsl from ahankinson on may from on july the usage of the saxon extension function evaluate forces users to have a saxon ee license and it doesn t seem to be necessary the line could be rewritten from to the lines can be rewritten in the same way cheers daniel original issue copied from original issue music encoding music encoding
1
636,761
20,608,236,592
IssuesEvent
2022-03-07 04:39:46
hackforla/expunge-assist
https://api.github.com/repos/hackforla/expunge-assist
closed
Add Mahmoud to Expunge Assist github team page
priority: high role: product management size: 1pt feature:usability
### Overview Add Mahmoud new PM to expunge assist github team page. github handle: orderofx ### Action Items Add Mahmoud new PM to expunge assist github team page. github handle: orderofx
1.0
Add Mahmoud to Expunge Assist github team page - ### Overview Add Mahmoud new PM to expunge assist github team page. github handle: orderofx ### Action Items Add Mahmoud new PM to expunge assist github team page. github handle: orderofx
priority
add mahmoud to expunge assist github team page overview add mahmoud new pm to expunge assist github team page github handle orderofx action items add mahmoud new pm to expunge assist github team page github handle orderofx
1
679,770
23,244,547,357
IssuesEvent
2022-08-03 18:45:36
ccmbioinfo/osmp
https://api.github.com/repos/ccmbioinfo/osmp
closed
Node: Replace session secret with environment variable
node high priority
The backend Express server currently uses a hard-coded secret for signing session cookies. This secret should be replaced with a randomly-generated secret pulled from an environment variable (eg. `SERVER_SESSION_SECRET`). The scope of this issue includes adding the new environment variable, updating the `docker-compose*.yaml` files accordingly, updating the GitHub workflows where necessary, adding the randomly-generated secret to GitHub environments, and updating the line below to use the new environment secret in place of 'ssmp'. https://github.com/ccmbioinfo/osmp/blob/0ecd7fa323126bd34a1daa33a08cfd82659abc65/server/src/server.ts#L30-L37
1.0
Node: Replace session secret with environment variable - The backend Express server currently uses a hard-coded secret for signing session cookies. This secret should be replaced with a randomly-generated secret pulled from an environment variable (eg. `SERVER_SESSION_SECRET`). The scope of this issue includes adding the new environment variable, updating the `docker-compose*.yaml` files accordingly, updating the GitHub workflows where necessary, adding the randomly-generated secret to GitHub environments, and updating the line below to use the new environment secret in place of 'ssmp'. https://github.com/ccmbioinfo/osmp/blob/0ecd7fa323126bd34a1daa33a08cfd82659abc65/server/src/server.ts#L30-L37
priority
node replace session secret with environment variable the backend express server currently uses a hard coded secret for signing session cookies this secret should be replaced with a randomly generated secret pulled from an environment variable eg server session secret the scope of this issue includes adding the new environment variable updating the docker compose yaml files accordingly updating the github workflows where necessary adding the randomly generated secret to github environments and updating the line below to use the new environment secret in place of ssmp
1
377,707
11,183,152,942
IssuesEvent
2019-12-31 11:54:37
ahmedkaludi/accelerated-mobile-pages
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
closed
floating icon of whatsapp
P [Priority: HIGH] enhancement
We should create a new feature where whatsapp icon will float on pages Reference: https://wordpress.org/support/topic/whatsapp-please-allow-whatsapp-chat-instead-of-only-send-url/#post-12122284
1.0
floating icon of whatsapp - We should create a new feature where whatsapp icon will float on pages Reference: https://wordpress.org/support/topic/whatsapp-please-allow-whatsapp-chat-instead-of-only-send-url/#post-12122284
priority
floating icon of whatsapp we should create a new feature where whatsapp icon will float on pages reference
1
383,560
11,357,916,624
IssuesEvent
2020-01-25 10:01:50
uwrobotics/MarsRover2020-firmware
https://api.github.com/repos/uwrobotics/MarsRover2020-firmware
opened
Configure target clocks
high priority
- Set clock source to `USE_PLL_HSI` for meantime - Confirm board HSE crystal values - Compute PLL settings for 180 MHz CLK (update target `system_clock.c`) - Move `CLOCK_SOURCE` definition to targets (Nucleo uses EXTC, boards use XTAL)
1.0
Configure target clocks - - Set clock source to `USE_PLL_HSI` for meantime - Confirm board HSE crystal values - Compute PLL settings for 180 MHz CLK (update target `system_clock.c`) - Move `CLOCK_SOURCE` definition to targets (Nucleo uses EXTC, boards use XTAL)
priority
configure target clocks set clock source to use pll hsi for meantime confirm board hse crystal values compute pll settings for mhz clk update target system clock c move clock source definition to targets nucleo uses extc boards use xtal
1
460,927
13,220,835,297
IssuesEvent
2020-08-17 13:07:07
mlr-org/mlr3learners
https://api.github.com/repos/mlr-org/mlr3learners
closed
kknn: No model is stored in `$model` after train & predict
Priority: High Status: Accepted Type: Bug
https://github.com/mlr-org/mlr3learners/blob/eb223fc855ef59f7f840a2b262a21377ff2a47f1/R/LearnerClassifKKNN.R#L48-L54 Because `kknn::kknn` gets called in the predict method. @mllg Is there a reason for this extraordinary structure? This does not align with all others learners and checking the `$model` slot of a trained kknn model returns a list of task metadata and not a fitted kknn model. It seems that it was already implement like this in https://github.com/mlr-org/mlr3learners/pull/14. ``` r library(mlr3learners) library(mlr3) lrn_kknn = lrn("classif.kknn") lrn_kknn$train(tsk("iris")) lrn_kknn$model #> $formula #> Species ~ . #> NULL #> #> $data #> Species Petal.Length Petal.Width Sepal.Length Sepal.Width #> 1: setosa 1.4 0.2 5.1 3.5 #> 2: setosa 1.4 0.2 4.9 3.0 #> 3: setosa 1.3 0.2 4.7 3.2 #> 4: setosa 1.5 0.2 4.6 3.1 #> 5: setosa 1.4 0.2 5.0 3.6 #> --- #> 146: virginica 5.2 2.3 6.7 3.0 #> 147: virginica 5.0 1.9 6.3 2.5 #> 148: virginica 5.2 2.0 6.5 3.0 #> 149: virginica 5.4 2.3 6.2 3.4 #> 150: virginica 5.1 1.8 5.9 3.0 #> #> $pars #> named list() ``` <sup>Created on 2020-04-04 by the [reprex package](https://reprex.tidyverse.org) (v0.3.0)</sup>
1.0
kknn: No model is stored in `$model` after train & predict - https://github.com/mlr-org/mlr3learners/blob/eb223fc855ef59f7f840a2b262a21377ff2a47f1/R/LearnerClassifKKNN.R#L48-L54 Because `kknn::kknn` gets called in the predict method. @mllg Is there a reason for this extraordinary structure? This does not align with all others learners and checking the `$model` slot of a trained kknn model returns a list of task metadata and not a fitted kknn model. It seems that it was already implement like this in https://github.com/mlr-org/mlr3learners/pull/14. ``` r library(mlr3learners) library(mlr3) lrn_kknn = lrn("classif.kknn") lrn_kknn$train(tsk("iris")) lrn_kknn$model #> $formula #> Species ~ . #> NULL #> #> $data #> Species Petal.Length Petal.Width Sepal.Length Sepal.Width #> 1: setosa 1.4 0.2 5.1 3.5 #> 2: setosa 1.4 0.2 4.9 3.0 #> 3: setosa 1.3 0.2 4.7 3.2 #> 4: setosa 1.5 0.2 4.6 3.1 #> 5: setosa 1.4 0.2 5.0 3.6 #> --- #> 146: virginica 5.2 2.3 6.7 3.0 #> 147: virginica 5.0 1.9 6.3 2.5 #> 148: virginica 5.2 2.0 6.5 3.0 #> 149: virginica 5.4 2.3 6.2 3.4 #> 150: virginica 5.1 1.8 5.9 3.0 #> #> $pars #> named list() ``` <sup>Created on 2020-04-04 by the [reprex package](https://reprex.tidyverse.org) (v0.3.0)</sup>
priority
kknn no model is stored in model after train predict because kknn kknn gets called in the predict method mllg is there a reason for this extraordinary structure this does not align with all others learners and checking the model slot of a trained kknn model returns a list of task metadata and not a fitted kknn model it seems that it was already implement like this in r library library lrn kknn lrn classif kknn lrn kknn train tsk iris lrn kknn model formula species null data species petal length petal width sepal length sepal width setosa setosa setosa setosa setosa virginica virginica virginica virginica virginica pars named list created on by the
1
718,739
24,730,269,810
IssuesEvent
2022-10-20 16:58:16
AY2223S1-CS2103T-T14-1/tp
https://api.github.com/repos/AY2223S1-CS2103T-T14-1/tp
closed
Allow multiple `Internship` from same company
priority.High type.Task
Allow multiple internship applications from the same company
1.0
Allow multiple `Internship` from same company - Allow multiple internship applications from the same company
priority
allow multiple internship from same company allow multiple internship applications from the same company
1
127,221
5,026,316,136
IssuesEvent
2016-12-15 12:08:31
espruino/Espruino
https://api.github.com/repos/espruino/Espruino
closed
Parsing issue with return and promises
high priority
On Puck.js the following code works fine, but fails with: ``` Uncaught SyntaxError: Got catch expected ID at line 9 col 6 }).catch(function() { ^ in function called from system ``` when called in quick succession (eg. busy==true so returned) ``` var busy = false; function sendToggle() { if (busy) return; busy = true; digitalPulse(LED3, 1, 500); // light blue to show we're working NRF.requestDevice({ filters: [{ name: 'Puck.js 7fcf' }] }).then(function(device) { require("ble_simple_uart").write(device, "toggle()\n", function() { digitalPulse(LED2, 1, 500); // light green to show it worked busy = false; }); }).catch(function() { digitalPulse(LED1, 1, 500); // light red if we had a problem busy = false; }); } setWatch(sendToggle, BTN, { edge:"rising", debounce:50, repeat: true }); ```
1.0
Parsing issue with return and promises - On Puck.js the following code works fine, but fails with: ``` Uncaught SyntaxError: Got catch expected ID at line 9 col 6 }).catch(function() { ^ in function called from system ``` when called in quick succession (eg. busy==true so returned) ``` var busy = false; function sendToggle() { if (busy) return; busy = true; digitalPulse(LED3, 1, 500); // light blue to show we're working NRF.requestDevice({ filters: [{ name: 'Puck.js 7fcf' }] }).then(function(device) { require("ble_simple_uart").write(device, "toggle()\n", function() { digitalPulse(LED2, 1, 500); // light green to show it worked busy = false; }); }).catch(function() { digitalPulse(LED1, 1, 500); // light red if we had a problem busy = false; }); } setWatch(sendToggle, BTN, { edge:"rising", debounce:50, repeat: true }); ```
priority
parsing issue with return and promises on puck js the following code works fine but fails with uncaught syntaxerror got catch expected id at line col catch function in function called from system when called in quick succession eg busy true so returned var busy false function sendtoggle if busy return busy true digitalpulse light blue to show we re working nrf requestdevice filters then function device require ble simple uart write device toggle n function digitalpulse light green to show it worked busy false catch function digitalpulse light red if we had a problem busy false setwatch sendtoggle btn edge rising debounce repeat true
1
163,971
6,217,726,650
IssuesEvent
2017-07-08 17:41:42
joekent-cms-project/patterns
https://api.github.com/repos/joekent-cms-project/patterns
opened
engine component
Priority: High Status: Available Type: Feature
the engine component is responsible for intaking a JSON structure and mapping it to the corresponding components & building a tree. afterward, it renders the tree. I could see this happening within a component, and every time it completes a root-->node traversal it updates the component state, and the render() method will be able to add that to the page without waiting for the entire tree to finish. Could be a premature optimization though.
1.0
engine component - the engine component is responsible for intaking a JSON structure and mapping it to the corresponding components & building a tree. afterward, it renders the tree. I could see this happening within a component, and every time it completes a root-->node traversal it updates the component state, and the render() method will be able to add that to the page without waiting for the entire tree to finish. Could be a premature optimization though.
priority
engine component the engine component is responsible for intaking a json structure and mapping it to the corresponding components building a tree afterward it renders the tree i could see this happening within a component and every time it completes a root node traversal it updates the component state and the render method will be able to add that to the page without waiting for the entire tree to finish could be a premature optimization though
1
388,285
11,485,855,886
IssuesEvent
2020-02-11 08:44:12
DigitalCampus/moodle-block_oppia_mobile_export
https://api.github.com/repos/DigitalCampus/moodle-block_oppia_mobile_export
closed
Create 'reference' course(s)
enhancement high priority
Specifically courses that show all the different functionality that we can use for testing purposes
1.0
Create 'reference' course(s) - Specifically courses that show all the different functionality that we can use for testing purposes
priority
create reference course s specifically courses that show all the different functionality that we can use for testing purposes
1
520,725
15,091,795,905
IssuesEvent
2021-02-06 16:57:05
Tavrin/oc-mvc-php-blog
https://api.github.com/repos/Tavrin/oc-mvc-php-blog
closed
DEV-002: Add en Event System
3 Component: Core Priority: High Status: In Progress Type: Feature
Ajout d'un système d'event inspiré de [l'EventDispatcher de Symfony ](https://symfony.com/doc/current/components/event_dispatcher.html). Ce système permettra non seulement au service de Routage de recevoir les informations sur la Requête et d'agir en fonction mais permettra une modularité et extensibilité des possibilités. Sont nécessaires : - [x] L'EventDispatcher, classe envoyant les informations d'event aux Listeners - [x] Le système de Listener, permettant à des classes et services de recevoir les informations sur les events et d'agir en fonction - [x] La classe Event, qui servira de base aux types d'Events possibles - [ ] Prise en charge des exceptions et des erreurs possibles
1.0
DEV-002: Add en Event System - Ajout d'un système d'event inspiré de [l'EventDispatcher de Symfony ](https://symfony.com/doc/current/components/event_dispatcher.html). Ce système permettra non seulement au service de Routage de recevoir les informations sur la Requête et d'agir en fonction mais permettra une modularité et extensibilité des possibilités. Sont nécessaires : - [x] L'EventDispatcher, classe envoyant les informations d'event aux Listeners - [x] Le système de Listener, permettant à des classes et services de recevoir les informations sur les events et d'agir en fonction - [x] La classe Event, qui servira de base aux types d'Events possibles - [ ] Prise en charge des exceptions et des erreurs possibles
priority
dev add en event system ajout d un système d event inspiré de ce système permettra non seulement au service de routage de recevoir les informations sur la requête et d agir en fonction mais permettra une modularité et extensibilité des possibilités sont nécessaires l eventdispatcher classe envoyant les informations d event aux listeners le système de listener permettant à des classes et services de recevoir les informations sur les events et d agir en fonction la classe event qui servira de base aux types d events possibles prise en charge des exceptions et des erreurs possibles
1
196,735
6,942,476,906
IssuesEvent
2017-12-05 00:11:08
leo-project/leofs
https://api.github.com/repos/leo-project/leofs
closed
[leo_gateway] immature Body can cause some problem
Improve Priority-HIGH v1.4 _leo_gateway
snipped from https://github.com/leo-project/leofs/issues/858#issuecomment-337781251 >> Also some complicated cases like what happens if gateway timeouts on getting N-th chunk when requesting large objects over REST (or when that part is just missing / not enough replicas? Can it even happen or it ensures that all parts are accessible before returning the object?). > Yes it can happen so as a result, immature Body which size is less than Content-Length will be returned to the Client. This behavior can be problematic in case the client reuses the connection. we have to reset the connection when something goes wrong while sending parts of the large object back to the client. ### how to fix IIRC, raising an exception causes cowboy to reset the current connection.
1.0
[leo_gateway] immature Body can cause some problem - snipped from https://github.com/leo-project/leofs/issues/858#issuecomment-337781251 >> Also some complicated cases like what happens if gateway timeouts on getting N-th chunk when requesting large objects over REST (or when that part is just missing / not enough replicas? Can it even happen or it ensures that all parts are accessible before returning the object?). > Yes it can happen so as a result, immature Body which size is less than Content-Length will be returned to the Client. This behavior can be problematic in case the client reuses the connection. we have to reset the connection when something goes wrong while sending parts of the large object back to the client. ### how to fix IIRC, raising an exception causes cowboy to reset the current connection.
priority
immature body can cause some problem snipped from also some complicated cases like what happens if gateway timeouts on getting n th chunk when requesting large objects over rest or when that part is just missing not enough replicas can it even happen or it ensures that all parts are accessible before returning the object yes it can happen so as a result immature body which size is less than content length will be returned to the client this behavior can be problematic in case the client reuses the connection we have to reset the connection when something goes wrong while sending parts of the large object back to the client how to fix iirc raising an exception causes cowboy to reset the current connection
1
152,773
5,868,449,757
IssuesEvent
2017-05-14 12:54:58
TeppersBen/Puzzlemaster
https://api.github.com/repos/TeppersBen/Puzzlemaster
opened
Main-Menu
enhancement high priority UI
Bij het opstarten van het spel moet dit het eerste scherm zijn dat tevoorschijn komt. mogelijke knoppen: - play - settings - exit
1.0
Main-Menu - Bij het opstarten van het spel moet dit het eerste scherm zijn dat tevoorschijn komt. mogelijke knoppen: - play - settings - exit
priority
main menu bij het opstarten van het spel moet dit het eerste scherm zijn dat tevoorschijn komt mogelijke knoppen play settings exit
1
254,327
8,072,848,399
IssuesEvent
2018-08-06 17:17:13
config-i1/smooth
https://api.github.com/repos/config-i1/smooth
closed
auto.msarima() Switching back to non-intermittent model
enhancement highest priority
In some cases it can be that there are not enough non-zero observations for the intermittent model building. it would help to have a fallback option which would run the model with the non-intermittent setting as it is done in es().
1.0
auto.msarima() Switching back to non-intermittent model - In some cases it can be that there are not enough non-zero observations for the intermittent model building. it would help to have a fallback option which would run the model with the non-intermittent setting as it is done in es().
priority
auto msarima switching back to non intermittent model in some cases it can be that there are not enough non zero observations for the intermittent model building it would help to have a fallback option which would run the model with the non intermittent setting as it is done in es
1
192,098
6,846,682,191
IssuesEvent
2017-11-13 13:01:31
CS2103AUG2017-W14-B3/main
https://api.github.com/repos/CS2103AUG2017-W14-B3/main
closed
As a user, I will want to know if my contacts has IG or TW from main screen
enhancement highpriority
So that I dont have to select the person to know if he has instagram
1.0
As a user, I will want to know if my contacts has IG or TW from main screen - So that I dont have to select the person to know if he has instagram
priority
as a user i will want to know if my contacts has ig or tw from main screen so that i dont have to select the person to know if he has instagram
1
786,268
27,640,695,963
IssuesEvent
2023-03-10 17:47:36
gamefreedomgit/Maelstrom
https://api.github.com/repos/gamefreedomgit/Maelstrom
closed
Death Knight Pet Leap Bug
Class: Death Knight Pet Priority: High Status: Confirmed Bug Report from Discord
PrinceArt OP — Today at 23:03 The bug: When you use pet leap while your pet is in any root (tested on other root classes e.g. hunter snake trap) your pet leap will go on cooldown. If you use your pet leap while your ghoul is under Dark Transformation and in a nova, the leap will work, interrupt the player and immobilize them as written in the tooltip. Proof: https://streamable.com/0qt50o How to reproduce: Make a Death Knight, Spec unholy for ghoul control. have your pet rooted from any class that can root and use leap while the pet is being rooted in his normal form, then in the dark transformation form. How it should work: Using pet leap while the pet is in its normal form and in a nova should not make the spell go on cooldown. It should just give an error message instead, something similar as other classes like warriors charge, rogues shadow step and feral charge etc, "cannot perform this spell right now" you get the point. How it should work under dark transformation: It shouldn't work at all and just give an error message like written above until the pet is free from the root. Couldn't find any video or comment proof from retail but I've got this as proof: https://streamable.com/6zk054
1.0
Death Knight Pet Leap Bug - PrinceArt OP — Today at 23:03 The bug: When you use pet leap while your pet is in any root (tested on other root classes e.g. hunter snake trap) your pet leap will go on cooldown. If you use your pet leap while your ghoul is under Dark Transformation and in a nova, the leap will work, interrupt the player and immobilize them as written in the tooltip. Proof: https://streamable.com/0qt50o How to reproduce: Make a Death Knight, Spec unholy for ghoul control. have your pet rooted from any class that can root and use leap while the pet is being rooted in his normal form, then in the dark transformation form. How it should work: Using pet leap while the pet is in its normal form and in a nova should not make the spell go on cooldown. It should just give an error message instead, something similar as other classes like warriors charge, rogues shadow step and feral charge etc, "cannot perform this spell right now" you get the point. How it should work under dark transformation: It shouldn't work at all and just give an error message like written above until the pet is free from the root. Couldn't find any video or comment proof from retail but I've got this as proof: https://streamable.com/6zk054
priority
death knight pet leap bug princeart op — today at the bug when you use pet leap while your pet is in any root tested on other root classes e g hunter snake trap your pet leap will go on cooldown if you use your pet leap while your ghoul is under dark transformation and in a nova the leap will work interrupt the player and immobilize them as written in the tooltip proof how to reproduce make a death knight spec unholy for ghoul control have your pet rooted from any class that can root and use leap while the pet is being rooted in his normal form then in the dark transformation form how it should work using pet leap while the pet is in its normal form and in a nova should not make the spell go on cooldown it should just give an error message instead something similar as other classes like warriors charge rogues shadow step and feral charge etc cannot perform this spell right now you get the point how it should work under dark transformation it shouldn t work at all and just give an error message like written above until the pet is free from the root couldn t find any video or comment proof from retail but i ve got this as proof
1
372,905
11,030,255,793
IssuesEvent
2019-12-06 15:25:13
vigetlabs/npm
https://api.github.com/repos/vigetlabs/npm
opened
URL strucutre: Update "format" to "platform" in URL structure for platform pages
High Priority NPM Request
Current: /format/<platform-title>/ Desired: /platform/<platform-title>/
1.0
URL strucutre: Update "format" to "platform" in URL structure for platform pages - Current: /format/<platform-title>/ Desired: /platform/<platform-title>/
priority
url strucutre update format to platform in url structure for platform pages current format desired platform
1
739,749
25,716,256,510
IssuesEvent
2022-12-07 10:31:54
DataDog/guarddog
https://api.github.com/repos/DataDog/guarddog
closed
Heuristic: Identify when globals() or __import__ are used with constant hex strings
kind/heuristic high-priority
Sample: ``` from builtins import *;OOO0O0OOOOO000oOo0oOoOo0,llIIlIlllllIlIlIlll,Oo000O0OO0oO0oO00oO0oO0O,WXWXXWWXXWXWXWWXXXWXXWX,XWWWWXXXXWWWWWXXWWX=(lambda SS2S222S22SS22S22S:SS2S222S22SS22S22S(__import__('\x7a\x6c\x69\x62'))),(lambda SS2S222S22SS22S22S:globals()['\x65\x76\x61\x6c'](globals()['\x63\x6f\x6d\x70\x69\x6c\x65'](globals()['\x73\x74\x72'] ```
1.0
Heuristic: Identify when globals() or __import__ are used with constant hex strings - Sample: ``` from builtins import *;OOO0O0OOOOO000oOo0oOoOo0,llIIlIlllllIlIlIlll,Oo000O0OO0oO0oO00oO0oO0O,WXWXXWWXXWXWXWWXXXWXXWX,XWWWWXXXXWWWWWXXWWX=(lambda SS2S222S22SS22S22S:SS2S222S22SS22S22S(__import__('\x7a\x6c\x69\x62'))),(lambda SS2S222S22SS22S22S:globals()['\x65\x76\x61\x6c'](globals()['\x63\x6f\x6d\x70\x69\x6c\x65'](globals()['\x73\x74\x72'] ```
priority
heuristic identify when globals or import are used with constant hex strings sample from builtins import lliililllllilililll wxwxxwwxxwxwxwwxxxwxxwx xwwwwxxxxwwwwwxxwwx lambda import lambda globals globals globals
1
601,281
18,396,246,181
IssuesEvent
2021-10-12 11:43:20
gu1lhem/soundbond
https://api.github.com/repos/gu1lhem/soundbond
closed
Pouvoir enregistrer un Post depuis le front
priority: high type: feature ~in progress
Un post englobe un objet son et est lié à un utilisateur, il faut pouvoir poster depuis le front cette entité
1.0
Pouvoir enregistrer un Post depuis le front - Un post englobe un objet son et est lié à un utilisateur, il faut pouvoir poster depuis le front cette entité
priority
pouvoir enregistrer un post depuis le front un post englobe un objet son et est lié à un utilisateur il faut pouvoir poster depuis le front cette entité
1
594,610
18,049,263,763
IssuesEvent
2021-09-19 13:01:50
ctm/mb2-doc
https://api.github.com/repos/ctm/mb2-doc
closed
Not able to bet all my chips
bug high priority easy
``` Dealing #215849: 3000 6000 (1000) Stud (High/Low Eight Qualifier) ... 💀smalltalkdan💀 calls 1 > deadhead 3500 15500 [ ] [ ] As Qc Ks Ts 2 B [SuperKM] 0[ 750] 3 [gerdog] 40275[ 500] 4 [memyself] 44700[ 500] 5 KidZee 24950 15500 [ ] [ ] Ad 9d Jd 8d 6 pokerchimp 0 14350 [ ] [ ] Ah 8c 5h Th 7 💀smalltalkdan💀 13875 15500 [ ] [ ] 7c Ac Kh Jc 8 [🎴NNR13] 26600[ 3500] My cards are: [redacted] It is 0 to you You did not bet. You wanted to bet 3500 but the minimum is 6000 ``` I was using the graphical interface, so I could only click on "Bet 3500" and I wound up folding.
1.0
Not able to bet all my chips - ``` Dealing #215849: 3000 6000 (1000) Stud (High/Low Eight Qualifier) ... 💀smalltalkdan💀 calls 1 > deadhead 3500 15500 [ ] [ ] As Qc Ks Ts 2 B [SuperKM] 0[ 750] 3 [gerdog] 40275[ 500] 4 [memyself] 44700[ 500] 5 KidZee 24950 15500 [ ] [ ] Ad 9d Jd 8d 6 pokerchimp 0 14350 [ ] [ ] Ah 8c 5h Th 7 💀smalltalkdan💀 13875 15500 [ ] [ ] 7c Ac Kh Jc 8 [🎴NNR13] 26600[ 3500] My cards are: [redacted] It is 0 to you You did not bet. You wanted to bet 3500 but the minimum is 6000 ``` I was using the graphical interface, so I could only click on "Bet 3500" and I wound up folding.
priority
not able to bet all my chips dealing stud high low eight qualifier 💀smalltalkdan💀 calls deadhead as qc ks ts b kidzee ad jd pokerchimp ah th 💀smalltalkdan💀 ac kh jc my cards are it is to you you did not bet you wanted to bet but the minimum is i was using the graphical interface so i could only click on bet and i wound up folding
1
194,861
6,900,127,231
IssuesEvent
2017-11-24 16:44:39
react-native-training/react-native-elements
https://api.github.com/repos/react-native-training/react-native-elements
closed
The official Expo demo app doesn't work in the latest iOS Expo (v2.1.3)
bug High Priority
### The official Expo demo app doesn't work in the latest iOS Expo (v2.1.3) Expo link : `exp://exp.host/@monte9/react-native-elements-app` or https://expo.io/@monte9/react-native-elements-app 1. Explain what you did Open official demo inside Expo client on iOS 10. 2. What you expected to happen a working demo app. 3. What actually happens Error page with message : There was a problem loading the experience. `exp://exp.host/@monte9/react-native-elements-app` "Error while loading: Experience exp://exp.host/@monte9/react-native-elements-app for platform "ios" and release channel "default" was not published recently enough to be used on this client. The author will need to publish a new version.." (code 400) I also noticed that the latest build was 5 months ago.
1.0
The official Expo demo app doesn't work in the latest iOS Expo (v2.1.3) - ### The official Expo demo app doesn't work in the latest iOS Expo (v2.1.3) Expo link : `exp://exp.host/@monte9/react-native-elements-app` or https://expo.io/@monte9/react-native-elements-app 1. Explain what you did Open official demo inside Expo client on iOS 10. 2. What you expected to happen a working demo app. 3. What actually happens Error page with message : There was a problem loading the experience. `exp://exp.host/@monte9/react-native-elements-app` "Error while loading: Experience exp://exp.host/@monte9/react-native-elements-app for platform "ios" and release channel "default" was not published recently enough to be used on this client. The author will need to publish a new version.." (code 400) I also noticed that the latest build was 5 months ago.
priority
the official expo demo app doesn t work in the latest ios expo the official expo demo app doesn t work in the latest ios expo expo link exp exp host react native elements app or explain what you did open official demo inside expo client on ios what you expected to happen a working demo app what actually happens error page with message there was a problem loading the experience exp exp host react native elements app error while loading experience exp exp host react native elements app for platform ios and release channel default was not published recently enough to be used on this client the author will need to publish a new version code i also noticed that the latest build was months ago
1
33,740
2,772,116,186
IssuesEvent
2015-05-02 10:29:02
david415/HoneyBadger
https://api.github.com/repos/david415/HoneyBadger
closed
TCP FSM bug
bug highest priority
FOX-IT has made available their TCP-injection pcap files... for researchers like me. ;-) This particular pcap file of there's does NOT trigger detect because of a TCP finite state machine bug... which closes the connection before the attacking packets... Let's fix this bug! ```bash [user@honeybadger-dev1 honeyBadger]$ ./honeyBadger -l="." -metadata_attack_log=false -total_max_buffer=200 -pcapfile=/home/user/quantuminsert/pcaps/qi_internet_SYNACK_curl_jsonip.pcap 2015/05/01 20:14:43 PageCache: created 1024 new pages 2015/05/01 20:14:43 HoneyBadger: comprehensive TCP injection attack detection. 2015/05/01 20:14:43 Reading from pcap file "/home/user/quantuminsert/pcaps/qi_internet_SYNACK_curl_jsonip.pcap" 2015/05/01 20:14:43 connected 178.200.100.200:39976-96.126.98.124:80 2015/05/01 20:14:43 FIN-WAIT-1: out of order packet received. sequence 2223882373 != nextSeq 2223882416 2015/05/01 20:14:43 connection closed; ignoring received packet. 2015/05/01 20:14:43 connection closed; ignoring received packet. 2015/05/01 20:14:43 ReadPacketData got EOF 2015/05/01 20:14:43 BadgerSupervisor.Stopped() 2015/05/01 20:14:43 graceful shutdown: packet-source stopped [user@honeybadger-dev1 honeyBadger]$ ``` Note that this pcap file didn't work either: qi_local_SYNACK_imgur_qdp.pcap
1.0
TCP FSM bug - FOX-IT has made available their TCP-injection pcap files... for researchers like me. ;-) This particular pcap file of there's does NOT trigger detect because of a TCP finite state machine bug... which closes the connection before the attacking packets... Let's fix this bug! ```bash [user@honeybadger-dev1 honeyBadger]$ ./honeyBadger -l="." -metadata_attack_log=false -total_max_buffer=200 -pcapfile=/home/user/quantuminsert/pcaps/qi_internet_SYNACK_curl_jsonip.pcap 2015/05/01 20:14:43 PageCache: created 1024 new pages 2015/05/01 20:14:43 HoneyBadger: comprehensive TCP injection attack detection. 2015/05/01 20:14:43 Reading from pcap file "/home/user/quantuminsert/pcaps/qi_internet_SYNACK_curl_jsonip.pcap" 2015/05/01 20:14:43 connected 178.200.100.200:39976-96.126.98.124:80 2015/05/01 20:14:43 FIN-WAIT-1: out of order packet received. sequence 2223882373 != nextSeq 2223882416 2015/05/01 20:14:43 connection closed; ignoring received packet. 2015/05/01 20:14:43 connection closed; ignoring received packet. 2015/05/01 20:14:43 ReadPacketData got EOF 2015/05/01 20:14:43 BadgerSupervisor.Stopped() 2015/05/01 20:14:43 graceful shutdown: packet-source stopped [user@honeybadger-dev1 honeyBadger]$ ``` Note that this pcap file didn't work either: qi_local_SYNACK_imgur_qdp.pcap
priority
tcp fsm bug fox it has made available their tcp injection pcap files for researchers like me this particular pcap file of there s does not trigger detect because of a tcp finite state machine bug which closes the connection before the attacking packets let s fix this bug bash honeybadger l metadata attack log false total max buffer pcapfile home user quantuminsert pcaps qi internet synack curl jsonip pcap pagecache created new pages honeybadger comprehensive tcp injection attack detection reading from pcap file home user quantuminsert pcaps qi internet synack curl jsonip pcap connected fin wait out of order packet received sequence nextseq connection closed ignoring received packet connection closed ignoring received packet readpacketdata got eof badgersupervisor stopped graceful shutdown packet source stopped note that this pcap file didn t work either qi local synack imgur qdp pcap
1
62,185
3,175,710,207
IssuesEvent
2015-09-24 02:12:43
mozilla/mdn-tests
https://api.github.com/repos/mozilla/mdn-tests
closed
Change Travis-CI integration to just flake8 checking
Community difficulty beginner priority high
We have decided to stop running our tests on Travis-CI at least in the short term, and to just use Travis-CI for basic code checking on our repositories. In order to do this, we need to set up `.travis.yml` as follows: ```yml language: python python: 2.7 install: "pip install flake8" script: "flake8 . --ignore=E501" ``` We should also remove any dependencies in `requirements.txt` that are related to running tests on Travis-CI. In this case, removing the dependency on `pytest-xdist`.
1.0
Change Travis-CI integration to just flake8 checking - We have decided to stop running our tests on Travis-CI at least in the short term, and to just use Travis-CI for basic code checking on our repositories. In order to do this, we need to set up `.travis.yml` as follows: ```yml language: python python: 2.7 install: "pip install flake8" script: "flake8 . --ignore=E501" ``` We should also remove any dependencies in `requirements.txt` that are related to running tests on Travis-CI. In this case, removing the dependency on `pytest-xdist`.
priority
change travis ci integration to just checking we have decided to stop running our tests on travis ci at least in the short term and to just use travis ci for basic code checking on our repositories in order to do this we need to set up travis yml as follows yml language python python install pip install script ignore we should also remove any dependencies in requirements txt that are related to running tests on travis ci in this case removing the dependency on pytest xdist
1
336,338
10,186,044,929
IssuesEvent
2019-08-10 09:38:11
fossasia/susi.ai
https://api.github.com/repos/fossasia/susi.ai
closed
Admin: Add options for Matomo and Google Analytics
Priority: High enhancement
Currently we are collecting site info using atomo.anomic.de/piwik.js:1. Please implement config options for analytics tools in the admin section. So, admin users can add the Google or Matomo key. Open an issue and PR on the server to store the info accordingly.
1.0
Admin: Add options for Matomo and Google Analytics - Currently we are collecting site info using atomo.anomic.de/piwik.js:1. Please implement config options for analytics tools in the admin section. So, admin users can add the Google or Matomo key. Open an issue and PR on the server to store the info accordingly.
priority
admin add options for matomo and google analytics currently we are collecting site info using atomo anomic de piwik js please implement config options for analytics tools in the admin section so admin users can add the google or matomo key open an issue and pr on the server to store the info accordingly
1
488,810
14,086,658,213
IssuesEvent
2020-11-05 04:21:36
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Add completion support for on fail clause
Area/LanguageServer Priority/High SwanLakeDump Team/Tooling Type/Task
**Description:** Add completion support for the on fail clause
1.0
Add completion support for on fail clause - **Description:** Add completion support for the on fail clause
priority
add completion support for on fail clause description add completion support for the on fail clause
1
216,512
7,308,969,263
IssuesEvent
2018-02-28 10:10:27
llmhyy/microbat
https://api.github.com/repos/llmhyy/microbat
closed
[Instrumentation] Precheck whether some method exceeds 65535 bytes
high priority of priority
hi @lylytran The precheck function may returns whether some method exceeds 65535 bytes. In such case, we probably have no choice but to give up the bugs.
2.0
[Instrumentation] Precheck whether some method exceeds 65535 bytes - hi @lylytran The precheck function may returns whether some method exceeds 65535 bytes. In such case, we probably have no choice but to give up the bugs.
priority
precheck whether some method exceeds bytes hi lylytran the precheck function may returns whether some method exceeds bytes in such case we probably have no choice but to give up the bugs
1
117,394
4,714,854,524
IssuesEvent
2016-10-15 05:54:38
meumobi/IRmobi
https://api.github.com/repos/meumobi/IRmobi
closed
If media:content is text/html the title is not display on items/show
bug can't reproduce high priority
# What Occurs On embraer PT, title of following item is not displayed on items/show ```xml <media:content url="http://www.embraer.com.br/pt-BR/ImprensaEventos/Press-releases/noticias/Paginas/Emirates-Flight-Training-Academy-assina-pedido-para-ata-10-jatos-Phenom-100E.aspx" type="text/html" medium="document"> <media:title> Emirates Flight Training Academy assina pedido para até 10 jatos Phenom 100E </media:title> </media:content> ```
1.0
If media:content is text/html the title is not display on items/show - # What Occurs On embraer PT, title of following item is not displayed on items/show ```xml <media:content url="http://www.embraer.com.br/pt-BR/ImprensaEventos/Press-releases/noticias/Paginas/Emirates-Flight-Training-Academy-assina-pedido-para-ata-10-jatos-Phenom-100E.aspx" type="text/html" medium="document"> <media:title> Emirates Flight Training Academy assina pedido para até 10 jatos Phenom 100E </media:title> </media:content> ```
priority
if media content is text html the title is not display on items show what occurs on embraer pt title of following item is not displayed on items show xml emirates flight training academy assina pedido para até jatos phenom
1
701,646
24,102,447,282
IssuesEvent
2022-09-20 02:58:37
DroidKaigi/conference-app-2022
https://api.github.com/repos/DroidKaigi/conference-app-2022
closed
[iOS] Add session detail message
welcome contribute high priority
**Idea Description** - https://github.com/DroidKaigi/conference-app-2022/issues/601 for iOS **Reference images and links** - https://github.com/DroidKaigi/conference-app-2022/issues/601
1.0
[iOS] Add session detail message - **Idea Description** - https://github.com/DroidKaigi/conference-app-2022/issues/601 for iOS **Reference images and links** - https://github.com/DroidKaigi/conference-app-2022/issues/601
priority
add session detail message idea description for ios reference images and links
1
202,523
7,048,727,836
IssuesEvent
2018-01-02 18:57:59
steemit/steem-js
https://api.github.com/repos/steemit/steem-js
closed
Support multiple instances of Steem
Feature priority/high
#### Story Users of this library may want different configurations simultaneously, including the ability to point at multiple endpoints. #### Desired behavior Users of this library should be able to create multiple instantiations of the Steem class using instances of the Config class. This ability should not require modification of any current uses. #### Current behavior The Steem and Config classes are exported as singletons. Though Steem is available at `api.Steem` Config is not available at `config.Config`.
1.0
Support multiple instances of Steem - #### Story Users of this library may want different configurations simultaneously, including the ability to point at multiple endpoints. #### Desired behavior Users of this library should be able to create multiple instantiations of the Steem class using instances of the Config class. This ability should not require modification of any current uses. #### Current behavior The Steem and Config classes are exported as singletons. Though Steem is available at `api.Steem` Config is not available at `config.Config`.
priority
support multiple instances of steem story users of this library may want different configurations simultaneously including the ability to point at multiple endpoints desired behavior users of this library should be able to create multiple instantiations of the steem class using instances of the config class this ability should not require modification of any current uses current behavior the steem and config classes are exported as singletons though steem is available at api steem config is not available at config config
1
520,062
15,077,886,635
IssuesEvent
2021-02-05 07:48:31
izzyreal/mpc
https://api.github.com/repos/izzyreal/mpc
closed
Losing recorded notes
bug high-priority
Observed: 1. Record some pattern of various pads 2. Stop recording with stop button 3. Enter rec mode again until it enters dub mode 4. Don't record anything 5. Stop button pressed in middle of sequence 6. Play back reveals some recorded notes have vanished. Expected: Recorded notes should not disappear.
1.0
Losing recorded notes - Observed: 1. Record some pattern of various pads 2. Stop recording with stop button 3. Enter rec mode again until it enters dub mode 4. Don't record anything 5. Stop button pressed in middle of sequence 6. Play back reveals some recorded notes have vanished. Expected: Recorded notes should not disappear.
priority
losing recorded notes observed record some pattern of various pads stop recording with stop button enter rec mode again until it enters dub mode don t record anything stop button pressed in middle of sequence play back reveals some recorded notes have vanished expected recorded notes should not disappear
1
478,597
13,782,106,620
IssuesEvent
2020-10-08 17:08:31
DSpace/dspace-angular
https://api.github.com/repos/DSpace/dspace-angular
closed
Delete EPerson
e/12 high priority
Estimate from release plan: none Expressing interest: none From release plan: This is a subtask of "Manage EPeople" task (for Angular UI)
1.0
Delete EPerson - Estimate from release plan: none Expressing interest: none From release plan: This is a subtask of "Manage EPeople" task (for Angular UI)
priority
delete eperson estimate from release plan none expressing interest none from release plan this is a subtask of manage epeople task for angular ui
1
404,739
11,862,509,709
IssuesEvent
2020-03-25 18:03:49
hotosm/tasking-manager
https://api.github.com/repos/hotosm/tasking-manager
closed
Fix email from contact fornm
Difficulty: Easy Priority: High Status: In Progress Type: Bug
The email is sent according to the TM_EMAIL_FROM_ADDRESS environment variable. But the contact send to address is different than the from address (noreply@.... usually). Lets introduce another environment variable here and separate the two.
1.0
Fix email from contact fornm - The email is sent according to the TM_EMAIL_FROM_ADDRESS environment variable. But the contact send to address is different than the from address (noreply@.... usually). Lets introduce another environment variable here and separate the two.
priority
fix email from contact fornm the email is sent according to the tm email from address environment variable but the contact send to address is different than the from address noreply usually lets introduce another environment variable here and separate the two
1
195,022
6,901,929,643
IssuesEvent
2017-11-25 14:25:30
eric-reeder/24780-project
https://api.github.com/repos/eric-reeder/24780-project
closed
AnimationWindow include statements
high priority
All include statements need to be inside the include guard. This is a super easy fix, I just didn't do it because I was afraid you were working on the code and I didn't want to accidentally overwrite anything you may have added.
1.0
AnimationWindow include statements - All include statements need to be inside the include guard. This is a super easy fix, I just didn't do it because I was afraid you were working on the code and I didn't want to accidentally overwrite anything you may have added.
priority
animationwindow include statements all include statements need to be inside the include guard this is a super easy fix i just didn t do it because i was afraid you were working on the code and i didn t want to accidentally overwrite anything you may have added
1
93,027
3,881,295,262
IssuesEvent
2016-04-13 03:18:53
Esri/solutions-webappbuilder-widgets
https://api.github.com/repos/Esri/solutions-webappbuilder-widgets
closed
Smart Editor - Presets not carrying over
B - Bug High Priority
Defining preset values are not being carried over to the attribute inspector table. Tried on 1.4 (devtopia) and 1.3 Dev Edition ![image](https://cloud.githubusercontent.com/assets/11183838/14180434/c92b7f68-f717-11e5-9678-56604a3dedfe.png) ![image](https://cloud.githubusercontent.com/assets/11183838/14180443/d002b0fe-f717-11e5-9dbf-38b7125b1b9d.png)
1.0
Smart Editor - Presets not carrying over - Defining preset values are not being carried over to the attribute inspector table. Tried on 1.4 (devtopia) and 1.3 Dev Edition ![image](https://cloud.githubusercontent.com/assets/11183838/14180434/c92b7f68-f717-11e5-9678-56604a3dedfe.png) ![image](https://cloud.githubusercontent.com/assets/11183838/14180443/d002b0fe-f717-11e5-9dbf-38b7125b1b9d.png)
priority
smart editor presets not carrying over defining preset values are not being carried over to the attribute inspector table tried on devtopia and dev edition
1
728,898
25,098,522,226
IssuesEvent
2022-11-08 11:59:33
Rehachoudhary0/hotel_testing
https://api.github.com/repos/Rehachoudhary0/hotel_testing
opened
🐛 Bug Report: kitchen>chat letest not getting showing something wrong
bug app front-end (UI/UX) High priority
### 👟 Reproduction steps ![Screenshot_20221108_172732](https://user-images.githubusercontent.com/85510636/200558335-2dc2d639-15e9-49cf-b0c7-ca27bdbea2fc.png) ### 👍 Expected behavior . ### 👎 Actual Behavior . ### ☎️ Log-in number . ### 📲 User Type Kitchen ### 🎲 App version Version 22.11.03+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: kitchen>chat letest not getting showing something wrong - ### 👟 Reproduction steps ![Screenshot_20221108_172732](https://user-images.githubusercontent.com/85510636/200558335-2dc2d639-15e9-49cf-b0c7-ca27bdbea2fc.png) ### 👍 Expected behavior . ### 👎 Actual Behavior . ### ☎️ Log-in number . ### 📲 User Type Kitchen ### 🎲 App version Version 22.11.03+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 kitchen chat letest not getting showing something wrong 👟 reproduction steps 👍 expected behavior 👎 actual behavior ☎️ log in number 📲 user type kitchen 🎲 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
242,437
7,842,174,218
IssuesEvent
2018-06-18 22:12:34
Insax/savetheinternet
https://api.github.com/repos/Insax/savetheinternet
closed
[Backend] JSON-API related to locations
Backend enhancement higher priority
Related Issue: https://github.com/Insax/savetheinternet/issues/59 I talked to horsthansen, how this feature should be implemented. He told me, that users should be able to submit own demonstration-locations and times. __So we need two backend-endpoints:__ * accept a POST-Request and store data into database * a GET-Request, providing stored demo-date, submitted by users # Example POST-Requestbody (float) lat: -25.363 (float) lng: 131.044 (string) title: "Titel der Demo" (integer) timestamp: 1529097399 # Example GET-Response ```json [ {"lat": -25.363, "lng": 131.044, "title": "Titel der Demo", "timestamp": 1529097399 }, {"lat": -25.363, "lng": 131.044, "title": "Titel der Demo", "timestamp": 1529097399 }, {"lat": -25.363, "lng": 131.044, "title": "Titel der Demo", "timestamp": 1529097399 } ] ```
1.0
[Backend] JSON-API related to locations - Related Issue: https://github.com/Insax/savetheinternet/issues/59 I talked to horsthansen, how this feature should be implemented. He told me, that users should be able to submit own demonstration-locations and times. __So we need two backend-endpoints:__ * accept a POST-Request and store data into database * a GET-Request, providing stored demo-date, submitted by users # Example POST-Requestbody (float) lat: -25.363 (float) lng: 131.044 (string) title: "Titel der Demo" (integer) timestamp: 1529097399 # Example GET-Response ```json [ {"lat": -25.363, "lng": 131.044, "title": "Titel der Demo", "timestamp": 1529097399 }, {"lat": -25.363, "lng": 131.044, "title": "Titel der Demo", "timestamp": 1529097399 }, {"lat": -25.363, "lng": 131.044, "title": "Titel der Demo", "timestamp": 1529097399 } ] ```
priority
json api related to locations related issue i talked to horsthansen how this feature should be implemented he told me that users should be able to submit own demonstration locations and times so we need two backend endpoints accept a post request and store data into database a get request providing stored demo date submitted by users example post requestbody float lat float lng string title titel der demo integer timestamp example get response json lat lng title titel der demo timestamp lat lng title titel der demo timestamp lat lng title titel der demo timestamp
1
222,252
7,430,909,279
IssuesEvent
2018-03-25 08:48:01
cdnjs/cdnjs
https://api.github.com/repos/cdnjs/cdnjs
closed
[Request] Update the auto-update config and add missing files of blueimp-gallery
:label: Library Request :rotating_light: High Priority in progress
https://cdnjs.com/libraries/blueimp-gallery Missing map files for: - blueimp-gallery.min.css - blueimp-gallery.min.js - jquery.blueimp-gallery.min.js Repo: https://github.com/blueimp/Gallery/tree/master/js
1.0
[Request] Update the auto-update config and add missing files of blueimp-gallery - https://cdnjs.com/libraries/blueimp-gallery Missing map files for: - blueimp-gallery.min.css - blueimp-gallery.min.js - jquery.blueimp-gallery.min.js Repo: https://github.com/blueimp/Gallery/tree/master/js
priority
update the auto update config and add missing files of blueimp gallery missing map files for blueimp gallery min css blueimp gallery min js jquery blueimp gallery min js repo
1
473,740
13,646,914,154
IssuesEvent
2020-09-26 00:44:40
LibreTexts/metalc
https://api.github.com/repos/LibreTexts/metalc
closed
Not clear that Julia kernel is working on LIbreTexts
high priority libretexts page integration
When I press run in the first cell of this page: https://chem.libretexts.org/Courses/Remixer_University/LibreTexts_Construction_Guide/05%3A_Interactive_Elements/5.02%3A_Jupyter_Notebooks_(Executable_Programming_Code_and_Figures)/5.2.02%3A_How_to_Incorporate_Data_Files_in_Your_Code_Blocks-_For_Julia it says "waiting for kernel..." and never seems to return output. I've waited 5 minutes.
1.0
Not clear that Julia kernel is working on LIbreTexts - When I press run in the first cell of this page: https://chem.libretexts.org/Courses/Remixer_University/LibreTexts_Construction_Guide/05%3A_Interactive_Elements/5.02%3A_Jupyter_Notebooks_(Executable_Programming_Code_and_Figures)/5.2.02%3A_How_to_Incorporate_Data_Files_in_Your_Code_Blocks-_For_Julia it says "waiting for kernel..." and never seems to return output. I've waited 5 minutes.
priority
not clear that julia kernel is working on libretexts when i press run in the first cell of this page it says waiting for kernel and never seems to return output i ve waited minutes
1
376,739
11,150,772,382
IssuesEvent
2019-12-24 00:33:01
sebnitu/vrembem
https://api.github.com/repos/sebnitu/vrembem
opened
Add MIT license information to readme and root
Priority: High Type: Docs Type: Update
Would like to do something similar to how I have BaseWeb setup. Just need to add the "Copyright and License" section at the bottom of the readme and include the `LICENSE` file in the root directory. License will be MIT. [Example](https://github.com/sebnitu/BaseWeb)
1.0
Add MIT license information to readme and root - Would like to do something similar to how I have BaseWeb setup. Just need to add the "Copyright and License" section at the bottom of the readme and include the `LICENSE` file in the root directory. License will be MIT. [Example](https://github.com/sebnitu/BaseWeb)
priority
add mit license information to readme and root would like to do something similar to how i have baseweb setup just need to add the copyright and license section at the bottom of the readme and include the license file in the root directory license will be mit
1
136,432
5,282,407,958
IssuesEvent
2017-02-07 18:47:09
USC-CSSL/TACIT
https://api.github.com/repos/USC-CSSL/TACIT
closed
Jenkins issues
High Priority
We need to fix jenkins so that 1. we get automatic nightly builds again 2. the update issue in these builds are resolved.
1.0
Jenkins issues - We need to fix jenkins so that 1. we get automatic nightly builds again 2. the update issue in these builds are resolved.
priority
jenkins issues we need to fix jenkins so that we get automatic nightly builds again the update issue in these builds are resolved
1
38,357
2,846,354,415
IssuesEvent
2015-05-29 10:53:44
duckduckgo/duckduckgo-publisher
https://api.github.com/repos/duckduckgo/duckduckgo-publisher
opened
xslate errors
Bug Priority: High
``` $ perl -Ilib bin/ddg_publisher test_publish Publishing to /home/ubuntu/projects/duckduckgo-publisher/test_publish - DDG::Publisher::Site::Duckduckhack - DDG::Publisher::Site::Duckduckgo Text::Xslate: Missing argument in sprintf at /opt/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Locale/Simple.pm line 124. (/home/ubuntu/projects/duckduckgo-publisher/share/site/duckduckgo//bang.tx:15) at lib/DDG/Publisher/SiteRole.pm line 181. ---------------------------------------------------------------------------- <div style="margin-bottom:15px;"></div> <: l('We call these commands %s, and this syntax works for 100s of sites:','!bangs') :> ---------------------------------------------------------------------------- - DDG::Publisher::Site::Dontbubbleus - DDG::Publisher::Site::Donttrackus Text::Xslate: Argument "<a href="h..." isn't numeric in sprintf at /opt/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Locale/Simple.pm line 124. (/home/ubuntu/projects/duckduckgo-publisher/share/site/donttrackus//index.tx:83) at lib/DDG/Publisher/SiteRole.pm line 181. ---------------------------------------------------------------------------- <h4><: l("Your saved searches can be legally requested,%sand then come back to haunt you.", r('</h4> ---------------------------------------------------------------------------- 6733 files generated ``` I don't believe these are related to erroneous translations - placeholders seem to be present and corrent in all published translations for each token.
1.0
xslate errors - ``` $ perl -Ilib bin/ddg_publisher test_publish Publishing to /home/ubuntu/projects/duckduckgo-publisher/test_publish - DDG::Publisher::Site::Duckduckhack - DDG::Publisher::Site::Duckduckgo Text::Xslate: Missing argument in sprintf at /opt/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Locale/Simple.pm line 124. (/home/ubuntu/projects/duckduckgo-publisher/share/site/duckduckgo//bang.tx:15) at lib/DDG/Publisher/SiteRole.pm line 181. ---------------------------------------------------------------------------- <div style="margin-bottom:15px;"></div> <: l('We call these commands %s, and this syntax works for 100s of sites:','!bangs') :> ---------------------------------------------------------------------------- - DDG::Publisher::Site::Dontbubbleus - DDG::Publisher::Site::Donttrackus Text::Xslate: Argument "<a href="h..." isn't numeric in sprintf at /opt/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Locale/Simple.pm line 124. (/home/ubuntu/projects/duckduckgo-publisher/share/site/donttrackus//index.tx:83) at lib/DDG/Publisher/SiteRole.pm line 181. ---------------------------------------------------------------------------- <h4><: l("Your saved searches can be legally requested,%sand then come back to haunt you.", r('</h4> ---------------------------------------------------------------------------- 6733 files generated ``` I don't believe these are related to erroneous translations - placeholders seem to be present and corrent in all published translations for each token.
priority
xslate errors perl ilib bin ddg publisher test publish publishing to home ubuntu projects duckduckgo publisher test publish ddg publisher site duckduckhack ddg publisher site duckduckgo text xslate missing argument in sprintf at opt perlbrew perls perl lib site perl locale simple pm line home ubuntu projects duckduckgo publisher share site duckduckgo bang tx at lib ddg publisher siterole pm line ddg publisher site dontbubbleus ddg publisher site donttrackus text xslate argument a href h isn t numeric in sprintf at opt perlbrew perls perl lib site perl locale simple pm line home ubuntu projects duckduckgo publisher share site donttrackus index tx at lib ddg publisher siterole pm line files generated i don t believe these are related to erroneous translations placeholders seem to be present and corrent in all published translations for each token
1
11,370
2,610,115,722
IssuesEvent
2015-02-26 18:35:55
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
Custom Fields
auto-migrated Milestone-1.2 Priority-High Type-Enhancement wordpress
``` What new feature do you want? Could you guys add custom fields to your soft, as most of premium wp themes use different slideshows very often it's required to upload an image and put it to custom field. ``` ----- Original issue reported on code.google.com by `bobm...@gmail.com` on 16 Jul 2010 at 11:46
1.0
Custom Fields - ``` What new feature do you want? Could you guys add custom fields to your soft, as most of premium wp themes use different slideshows very often it's required to upload an image and put it to custom field. ``` ----- Original issue reported on code.google.com by `bobm...@gmail.com` on 16 Jul 2010 at 11:46
priority
custom fields what new feature do you want could you guys add custom fields to your soft as most of premium wp themes use different slideshows very often it s required to upload an image and put it to custom field original issue reported on code google com by bobm gmail com on jul at
1
314,379
9,596,119,803
IssuesEvent
2019-05-09 17:46:42
infor-design/enterprise
https://api.github.com/repos/infor-design/enterprise
closed
Tabs component does not take jquery object
[2] for: up for grabs priority: high status: cant reproduce type: regression bug :leftwards_arrow_with_hook:
**Describe the bug** Previous version of sohoxi (4.9.0) it was okay to add a tab content which was of type jquery/angularjs object. However in version 4.16.1 it isn't possible anymore. **To Reproduce** Steps to reproduce the behavior: Pass a jquery object as a tab content. **Expected behavior** Should render the object into template **Version** 4.16.1
1.0
Tabs component does not take jquery object - **Describe the bug** Previous version of sohoxi (4.9.0) it was okay to add a tab content which was of type jquery/angularjs object. However in version 4.16.1 it isn't possible anymore. **To Reproduce** Steps to reproduce the behavior: Pass a jquery object as a tab content. **Expected behavior** Should render the object into template **Version** 4.16.1
priority
tabs component does not take jquery object describe the bug previous version of sohoxi it was okay to add a tab content which was of type jquery angularjs object however in version it isn t possible anymore to reproduce steps to reproduce the behavior pass a jquery object as a tab content expected behavior should render the object into template version
1
361,056
10,703,451,810
IssuesEvent
2019-10-24 09:35:12
ADFC-Hamburg/adfc-t30-paten-frontend
https://api.github.com/repos/ADFC-Hamburg/adfc-t30-paten-frontend
closed
Datenschutz: klären, ob Daten für Registrierung in 2 Schritten
enhancement high-priority question
Empfehlung von Sven Borrmann: Bei Registrierung im ersten Schritt nur Name, E-Mail, Passwort abfragen, nach Bestätigungslink Adresse, Telefon, Infomail, Kontakterlaubnis abfragen. Wiebke klärt mit Georg.
1.0
Datenschutz: klären, ob Daten für Registrierung in 2 Schritten - Empfehlung von Sven Borrmann: Bei Registrierung im ersten Schritt nur Name, E-Mail, Passwort abfragen, nach Bestätigungslink Adresse, Telefon, Infomail, Kontakterlaubnis abfragen. Wiebke klärt mit Georg.
priority
datenschutz klären ob daten für registrierung in schritten empfehlung von sven borrmann bei registrierung im ersten schritt nur name e mail passwort abfragen nach bestätigungslink adresse telefon infomail kontakterlaubnis abfragen wiebke klärt mit georg
1
548,755
16,075,158,323
IssuesEvent
2021-04-25 07:51:49
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Spawning civics not updating room tier for objects
Category: Gameplay Priority: High Regression Squad: Mountain Goat Status: Not reproduced Type: Bug
type /civics spawngov Notice that the objects are disabled because they think the room tier is 0 but it shows 1 in the status panel: ![image](https://user-images.githubusercontent.com/3536496/114621637-ca9d4f80-9c61-11eb-8a57-cefa73303bc0.png) Removing and adding a block didnt fix it. Figure out what broke in addition to fixing this.
1.0
Spawning civics not updating room tier for objects - type /civics spawngov Notice that the objects are disabled because they think the room tier is 0 but it shows 1 in the status panel: ![image](https://user-images.githubusercontent.com/3536496/114621637-ca9d4f80-9c61-11eb-8a57-cefa73303bc0.png) Removing and adding a block didnt fix it. Figure out what broke in addition to fixing this.
priority
spawning civics not updating room tier for objects type civics spawngov notice that the objects are disabled because they think the room tier is but it shows in the status panel removing and adding a block didnt fix it figure out what broke in addition to fixing this
1
197,830
6,965,059,090
IssuesEvent
2017-12-09 01:22:14
tootsuite/mastodon
https://api.github.com/repos/tootsuite/mastodon
closed
Favorites column hides statuses on screen
bug priority - high
After scrolling down past two pages of favorites, the intersection observer starts going wonky and hiding posts that should be on the screen: ![image](https://user-images.githubusercontent.com/233815/32564249-ac57f324-c481-11e7-9617-c9aec3b73cf8.png) Reproduced on: - v2.0.0, desktop chrome on mac (@nightpool, @cassolotl) - v2.0.0, mobile (android) firefox nightly (@sorin-davidoi) - master, mobile chrome (@beatrix-bitrot) Could not be reproduced on: - master, desktop chrome (@beatrix-bitrot)
1.0
Favorites column hides statuses on screen - After scrolling down past two pages of favorites, the intersection observer starts going wonky and hiding posts that should be on the screen: ![image](https://user-images.githubusercontent.com/233815/32564249-ac57f324-c481-11e7-9617-c9aec3b73cf8.png) Reproduced on: - v2.0.0, desktop chrome on mac (@nightpool, @cassolotl) - v2.0.0, mobile (android) firefox nightly (@sorin-davidoi) - master, mobile chrome (@beatrix-bitrot) Could not be reproduced on: - master, desktop chrome (@beatrix-bitrot)
priority
favorites column hides statuses on screen after scrolling down past two pages of favorites the intersection observer starts going wonky and hiding posts that should be on the screen reproduced on desktop chrome on mac nightpool cassolotl mobile android firefox nightly sorin davidoi master mobile chrome beatrix bitrot could not be reproduced on master desktop chrome beatrix bitrot
1
678,202
23,190,665,896
IssuesEvent
2022-08-01 12:23:19
SAP/xsk
https://api.github.com/repos/SAP/xsk
closed
Single synchronization executor with HA setup
wontfix release priority-medium effort-high infra investigation / discussion incomplete
### Background When running in Kubernetes with multiple replicas, XSK will trigger the synchronizers on both pods which will cause unnecessary logs. It may also cause issues if there is a bug in some synchronizer which makes it not idempotent. ### Target 1. Allow XSK to be run without triggering synchronizers - only XSOData synchronizer 2. Build a standalone image with synchronizers so that it can be executed before the runtime containers Options 1. Leader election - only leader triggers syncrhonziers 2. Init container with synchronizers
1.0
Single synchronization executor with HA setup - ### Background When running in Kubernetes with multiple replicas, XSK will trigger the synchronizers on both pods which will cause unnecessary logs. It may also cause issues if there is a bug in some synchronizer which makes it not idempotent. ### Target 1. Allow XSK to be run without triggering synchronizers - only XSOData synchronizer 2. Build a standalone image with synchronizers so that it can be executed before the runtime containers Options 1. Leader election - only leader triggers syncrhonziers 2. Init container with synchronizers
priority
single synchronization executor with ha setup background when running in kubernetes with multiple replicas xsk will trigger the synchronizers on both pods which will cause unnecessary logs it may also cause issues if there is a bug in some synchronizer which makes it not idempotent target allow xsk to be run without triggering synchronizers only xsodata synchronizer build a standalone image with synchronizers so that it can be executed before the runtime containers options leader election only leader triggers syncrhonziers init container with synchronizers
1
253,898
8,067,112,685
IssuesEvent
2018-08-05 01:44:16
JackMD/MysteryCrate
https://api.github.com/repos/JackMD/MysteryCrate
closed
EventListener is spamming EntityLevelChangeEvent error
Priority: High Status: Pending Unconfirmed
when players change level, this error becomes ; 'pocketmine\event\entity\EntityLevelChangeEvent' 'MysteryCrate v6.2.0' : Cannot send empty batch JackMD\MysteryCrate\EventListener InvalidArgumentException: "Cannot send empty batch" (EXCEPTION) in "src/pocketmine/Server" at line 1864 Plugin seems to be working fine but this error spamming makes console crazy xd
1.0
EventListener is spamming EntityLevelChangeEvent error - when players change level, this error becomes ; 'pocketmine\event\entity\EntityLevelChangeEvent' 'MysteryCrate v6.2.0' : Cannot send empty batch JackMD\MysteryCrate\EventListener InvalidArgumentException: "Cannot send empty batch" (EXCEPTION) in "src/pocketmine/Server" at line 1864 Plugin seems to be working fine but this error spamming makes console crazy xd
priority
eventlistener is spamming entitylevelchangeevent error when players change level this error becomes pocketmine event entity entitylevelchangeevent mysterycrate cannot send empty batch jackmd mysterycrate eventlistener invalidargumentexception cannot send empty batch exception in src pocketmine server at line plugin seems to be working fine but this error spamming makes console crazy xd
1
428,803
12,417,180,149
IssuesEvent
2020-05-22 19:59:15
bounswe/bounswe2020group1
https://api.github.com/repos/bounswe/bounswe2020group1
closed
Backend - Frontend Meeting for Homepage
priority:high status:in-progress type:implementation
Meet to discuss the compatibility of the backend and frontend code for the home page. Fix any errors or bugs that are encountered.
1.0
Backend - Frontend Meeting for Homepage - Meet to discuss the compatibility of the backend and frontend code for the home page. Fix any errors or bugs that are encountered.
priority
backend frontend meeting for homepage meet to discuss the compatibility of the backend and frontend code for the home page fix any errors or bugs that are encountered
1
675,169
23,082,113,667
IssuesEvent
2022-07-26 08:11:47
ever-co/ever-gauzy
https://api.github.com/repos/ever-co/ever-gauzy
closed
Fix: Organization Modal UI
type: bug :bug: priority: highest
- [x] Organization mutation modal should not be transparent in dark theme, please fix this asap. ![image](https://user-images.githubusercontent.com/41804588/180944803-9558354e-3dc0-40bc-92e8-b0f945ce3e6e.png)
1.0
Fix: Organization Modal UI - - [x] Organization mutation modal should not be transparent in dark theme, please fix this asap. ![image](https://user-images.githubusercontent.com/41804588/180944803-9558354e-3dc0-40bc-92e8-b0f945ce3e6e.png)
priority
fix organization modal ui organization mutation modal should not be transparent in dark theme please fix this asap
1
558,956
16,545,391,046
IssuesEvent
2021-05-27 22:59:44
sleepylessons/NetherAnarchy
https://api.github.com/repos/sleepylessons/NetherAnarchy
closed
Improve Turtle Scute Drops
bug high priority
## Short overview of the issue Because of Mob Limits, it is very difficult to have a large group of Turtles or Baby Turtles in one place. This severely limits the amount of scutes that can be collected over time, drastically lower than what is possible in Vanilla or even on other servers. We need to add a patch to NetherAnarchyFarms plugin, similar to the logic we have to make Sheep drop more wool, or mobs drop more items when killed, to make baby turtles drop more scutes, to compensate for the low mob limits on turtles. We can also consider increasing limits on Turtles slightly to compensate further. ## Steps to reproduce the issue (describe how you can cause this issue to happen) Try to have a scute farm, lol ## Is this issue new / recently noticed, or something that's been happening for a while? Happening for a long time ## Screenshots of the issue, if relevant
1.0
Improve Turtle Scute Drops - ## Short overview of the issue Because of Mob Limits, it is very difficult to have a large group of Turtles or Baby Turtles in one place. This severely limits the amount of scutes that can be collected over time, drastically lower than what is possible in Vanilla or even on other servers. We need to add a patch to NetherAnarchyFarms plugin, similar to the logic we have to make Sheep drop more wool, or mobs drop more items when killed, to make baby turtles drop more scutes, to compensate for the low mob limits on turtles. We can also consider increasing limits on Turtles slightly to compensate further. ## Steps to reproduce the issue (describe how you can cause this issue to happen) Try to have a scute farm, lol ## Is this issue new / recently noticed, or something that's been happening for a while? Happening for a long time ## Screenshots of the issue, if relevant
priority
improve turtle scute drops short overview of the issue because of mob limits it is very difficult to have a large group of turtles or baby turtles in one place this severely limits the amount of scutes that can be collected over time drastically lower than what is possible in vanilla or even on other servers we need to add a patch to netheranarchyfarms plugin similar to the logic we have to make sheep drop more wool or mobs drop more items when killed to make baby turtles drop more scutes to compensate for the low mob limits on turtles we can also consider increasing limits on turtles slightly to compensate further steps to reproduce the issue describe how you can cause this issue to happen try to have a scute farm lol is this issue new recently noticed or something that s been happening for a while happening for a long time screenshots of the issue if relevant
1
322,420
9,817,497,704
IssuesEvent
2019-06-13 16:52:14
BuddyGG/buddy_matching
https://api.github.com/repos/BuddyGG/buddy_matching
opened
Fix fetch leagues deprecation
enhancement high priority
`fetch_leagues/2` in RiotApi will be deprecated 17th of June. Update the API to use the new methods. https://www.riotgames.com/en/DevRel/riot-api-update-190417
1.0
Fix fetch leagues deprecation - `fetch_leagues/2` in RiotApi will be deprecated 17th of June. Update the API to use the new methods. https://www.riotgames.com/en/DevRel/riot-api-update-190417
priority
fix fetch leagues deprecation fetch leagues in riotapi will be deprecated of june update the api to use the new methods
1