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
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
35,978
2,794,358,928
IssuesEvent
2015-05-11 16:15:31
marvinlabs/customer-area
https://api.github.com/repos/marvinlabs/customer-area
closed
Category menu items
enhancement Priority - medium
From: http://customer-area.marvinlabs.com/support/topic/adding-categories-using-wp-menu-system/ If I use the widget the top level category shows and works, but sub categories do not display. We also don’t want to use the widget as the theme is full width. Therefore we wan to use a menu. We can get the urls from the widget and copy them to manually created menus. The URL’s are like this /customer-area/pages/my-pages/category/audio-playlist/ and this works OK If I use the menu manager (much easier obviously) to add the categories it uses a url like this /?cuar_private_page_category=audio-playlist Which doesn’t work. It looks like the Menu manager is seeing a raw url rather than the permalinks it should be using
1.0
Category menu items - From: http://customer-area.marvinlabs.com/support/topic/adding-categories-using-wp-menu-system/ If I use the widget the top level category shows and works, but sub categories do not display. We also don’t want to use the widget as the theme is full width. Therefore we wan to use a menu. We can get the urls from the widget and copy them to manually created menus. The URL’s are like this /customer-area/pages/my-pages/category/audio-playlist/ and this works OK If I use the menu manager (much easier obviously) to add the categories it uses a url like this /?cuar_private_page_category=audio-playlist Which doesn’t work. It looks like the Menu manager is seeing a raw url rather than the permalinks it should be using
priority
category menu items from if i use the widget the top level category shows and works but sub categories do not display we also don’t want to use the widget as the theme is full width therefore we wan to use a menu we can get the urls from the widget and copy them to manually created menus the url’s are like this customer area pages my pages category audio playlist and this works ok if i use the menu manager much easier obviously to add the categories it uses a url like this cuar private page category audio playlist which doesn’t work it looks like the menu manager is seeing a raw url rather than the permalinks it should be using
1
641,067
20,817,044,170
IssuesEvent
2022-03-18 11:29:38
WordPress/openverse-api
https://api.github.com/repos/WordPress/openverse-api
closed
Monitoring all the things
🟨 priority: medium 🤖 aspect: dx 🧰 goal: internal improvement
## Problem <!-- Describe a problem solved by this feature; or delete the section entirely. --> We currently have very little visibility into the health of our individual endpoints. ## Description <!-- Describe the feature and how it solves the problem. --> Using Grafana and statsd we should be able to gather some relevant metrics that we can monitor (and potentially work on improving, if need be!) We should look into gathering at least the following for each endpoint: 1. Timings per method 2. Raw request count per method 3. Status codes per method A potential template for these could be something like: - `view-timings.{view_name}.{request_method}` -> time series - `view-frequency.{view_name}.{request_method}` -> simple incremented counter - `view-status.{view_name}.{request_method}.{response_status_code}` -> simple incremented counter We'll need to invest some time setting up anomaly detection. There's a few examples of how to do this online using Grafana/Graphite: http://www.chrisrimondi.com/2015/07/anomaly-detection-with-timeshift-in.html To be honest this gets into some pretty mathy stuff that I'm not really all too good with! I'm hoping someone else will be able to help sort out exactly what we'll need to do with all of graphites available functions to be able to monitor anomalies in grafana. Once we've figured out how to do anomaly detection, we can set up some dashboards in Grafana for it! We'll also want to make sure we can configure Grafana via terraform so that our dashboards aren't _just_ stored in the Grafana database. Luckily there is a terraform provider for Grafana that looks pretty good! https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard ## Implementation <!-- Replace the [ ] with [x] to check the box. --> - [ ] 🙋 I would be interested in implementing this feature.
1.0
Monitoring all the things - ## Problem <!-- Describe a problem solved by this feature; or delete the section entirely. --> We currently have very little visibility into the health of our individual endpoints. ## Description <!-- Describe the feature and how it solves the problem. --> Using Grafana and statsd we should be able to gather some relevant metrics that we can monitor (and potentially work on improving, if need be!) We should look into gathering at least the following for each endpoint: 1. Timings per method 2. Raw request count per method 3. Status codes per method A potential template for these could be something like: - `view-timings.{view_name}.{request_method}` -> time series - `view-frequency.{view_name}.{request_method}` -> simple incremented counter - `view-status.{view_name}.{request_method}.{response_status_code}` -> simple incremented counter We'll need to invest some time setting up anomaly detection. There's a few examples of how to do this online using Grafana/Graphite: http://www.chrisrimondi.com/2015/07/anomaly-detection-with-timeshift-in.html To be honest this gets into some pretty mathy stuff that I'm not really all too good with! I'm hoping someone else will be able to help sort out exactly what we'll need to do with all of graphites available functions to be able to monitor anomalies in grafana. Once we've figured out how to do anomaly detection, we can set up some dashboards in Grafana for it! We'll also want to make sure we can configure Grafana via terraform so that our dashboards aren't _just_ stored in the Grafana database. Luckily there is a terraform provider for Grafana that looks pretty good! https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/dashboard ## Implementation <!-- Replace the [ ] with [x] to check the box. --> - [ ] 🙋 I would be interested in implementing this feature.
priority
monitoring all the things problem we currently have very little visibility into the health of our individual endpoints description using grafana and statsd we should be able to gather some relevant metrics that we can monitor and potentially work on improving if need be we should look into gathering at least the following for each endpoint timings per method raw request count per method status codes per method a potential template for these could be something like view timings view name request method time series view frequency view name request method simple incremented counter view status view name request method response status code simple incremented counter we ll need to invest some time setting up anomaly detection there s a few examples of how to do this online using grafana graphite to be honest this gets into some pretty mathy stuff that i m not really all too good with i m hoping someone else will be able to help sort out exactly what we ll need to do with all of graphites available functions to be able to monitor anomalies in grafana once we ve figured out how to do anomaly detection we can set up some dashboards in grafana for it we ll also want to make sure we can configure grafana via terraform so that our dashboards aren t just stored in the grafana database luckily there is a terraform provider for grafana that looks pretty good implementation 🙋 i would be interested in implementing this feature
1
241,168
7,809,284,038
IssuesEvent
2018-06-11 23:40:03
MARKETProtocol/MARKET.js
https://api.github.com/repos/MARKETProtocol/MARKET.js
closed
[npm] Rename the npm package to @marketprotocol/marketjs
Good First Issue Priority: Medium Status: Available Type: Enhancement
<!-- Hello! Please use the template below for issue ideas or bugs found within MARKET Protocol. If it is general support you need, reach out to us at https://www.marketprotocol.io/discord Provide a general summary of the issue in the title above and use relevant fields below to define the problem. --> <!-- ## Before you `start work` Please read our contribution [guidelines](https://docs.marketprotocol.io/#contributing) and if there is a bounty involved please also see [here](https://docs.marketprotocol.io/#gitcoin-and-bounties) If you have ongoing work from other bounties with us where funding has not been released, please do not pick up a new issue. We would like to involve as many contributors as possible and parallelize the work flow as much as possible. Please make sure to comment in the issue here immediately after starting work so we know your plans for implementation and a timeline. Please also note that in order for work to be accepted, all code must be accompanied by test cases as well. --> ### User Story [comment]: # (As a <user type>, I want to <task> so that <goal>.) ### Why Is this Needed? [comment]: # (Describe the problem and why this task is needed. Provide description of the current state, what you would like to happen, and what actually happen) *Summary*: ### Description Update the npm package to follow the Org scope of @marketprotocol for easy linking across all the other repos. Ref: https://docs.npmjs.com/getting-started/scoped-packages [comment]: # (Feature or Bug? i.e Type: Bug) *Type*: Enhancement ### Current Behavior [comment]: # (Describe what actually happened.) ### Expected Behavior [comment]: # (Describe what you expected to happen.) ### Reproduction [comment]: # (Describe how we can replicate the bug step by step.) ### Solution [comment]: # (Provide a summary of the solution and a task list on what needs to be fixed.) *Summary*: ### Definition of Done [comment]: # (Any other information that would be useful, bullets are helpful.) Change the name of the project from `marketjs` to `@marketprotocol/marketjs` in the `package.json` file. ### Additional Information [comment]: # (Any other information that would be useful, content, screenshots, etc.)
1.0
[npm] Rename the npm package to @marketprotocol/marketjs - <!-- Hello! Please use the template below for issue ideas or bugs found within MARKET Protocol. If it is general support you need, reach out to us at https://www.marketprotocol.io/discord Provide a general summary of the issue in the title above and use relevant fields below to define the problem. --> <!-- ## Before you `start work` Please read our contribution [guidelines](https://docs.marketprotocol.io/#contributing) and if there is a bounty involved please also see [here](https://docs.marketprotocol.io/#gitcoin-and-bounties) If you have ongoing work from other bounties with us where funding has not been released, please do not pick up a new issue. We would like to involve as many contributors as possible and parallelize the work flow as much as possible. Please make sure to comment in the issue here immediately after starting work so we know your plans for implementation and a timeline. Please also note that in order for work to be accepted, all code must be accompanied by test cases as well. --> ### User Story [comment]: # (As a <user type>, I want to <task> so that <goal>.) ### Why Is this Needed? [comment]: # (Describe the problem and why this task is needed. Provide description of the current state, what you would like to happen, and what actually happen) *Summary*: ### Description Update the npm package to follow the Org scope of @marketprotocol for easy linking across all the other repos. Ref: https://docs.npmjs.com/getting-started/scoped-packages [comment]: # (Feature or Bug? i.e Type: Bug) *Type*: Enhancement ### Current Behavior [comment]: # (Describe what actually happened.) ### Expected Behavior [comment]: # (Describe what you expected to happen.) ### Reproduction [comment]: # (Describe how we can replicate the bug step by step.) ### Solution [comment]: # (Provide a summary of the solution and a task list on what needs to be fixed.) *Summary*: ### Definition of Done [comment]: # (Any other information that would be useful, bullets are helpful.) Change the name of the project from `marketjs` to `@marketprotocol/marketjs` in the `package.json` file. ### Additional Information [comment]: # (Any other information that would be useful, content, screenshots, etc.)
priority
rename the npm package to marketprotocol marketjs hello please use the template below for issue ideas or bugs found within market protocol if it is general support you need reach out to us at provide a general summary of the issue in the title above and use relevant fields below to define the problem before you start work please read our contribution and if there is a bounty involved please also see if you have ongoing work from other bounties with us where funding has not been released please do not pick up a new issue we would like to involve as many contributors as possible and parallelize the work flow as much as possible please make sure to comment in the issue here immediately after starting work so we know your plans for implementation and a timeline please also note that in order for work to be accepted all code must be accompanied by test cases as well user story as a i want to so that why is this needed describe the problem and why this task is needed provide description of the current state what you would like to happen and what actually happen summary description update the npm package to follow the org scope of marketprotocol for easy linking across all the other repos ref feature or bug i e type bug type enhancement current behavior describe what actually happened expected behavior describe what you expected to happen reproduction describe how we can replicate the bug step by step solution provide a summary of the solution and a task list on what needs to be fixed summary definition of done any other information that would be useful bullets are helpful change the name of the project from marketjs to marketprotocol marketjs in the package json file additional information any other information that would be useful content screenshots etc
1
683,036
23,366,269,512
IssuesEvent
2022-08-10 15:36:38
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
closed
PR is being updated in dry mode when branch was modified
type:bug priority-3-medium status:in-progress
### How are you running Renovate? Self-hosted ### If you're self-hosting Renovate, tell us what version of Renovate you run. latest ### Please select which platform you are using if self-hosting. github.com ### If you're self-hosting Renovate, tell us what version of the platform you run. _No response_ ### Was this something which used to work for you, and then stopped? I never saw this working ### Describe the bug Renovate will update a existing PR even when in dry run mode. This happens when the renovate branch was modified. Steps to reproduce: - Commit to any renovate feature branch with a non bot git account - ~~Edit the PR body corresponding to the above branch~~ - Run renovate in dry mode Any repro will do, i for one used [this](https://github.com/ladzaretti/alpine-node) ### Relevant debug logs <details><summary>Logs</summary> ``` DEBUG: File config "config": { "platform": "github", "$schema": "https://docs.renovatebot.com/renovate-schema.json", "token": "***********", ... "dryRun": "full" } ... DEBUG: Found existing branch PR (repository=ladzaretti/alpine-node, branch=renovate/node-18.x) DEBUG: PR has been edited (repository=ladzaretti/alpine-node, branch=renovate/node-18.x) "prNo": 2 DEBUG: Updating existing PR to indicate that rebasing is not possible (repository=ladzaretti/alpine-node, branch=renovate/node-18.x) DEBUG: updatePr(2, Update dependency node to v18, body) (repository=ladzaretti/alpine-node, branch=renovate/node-18.x) DEBUG: PR updated (repository=ladzaretti/alpine-node, branch=renovate/node-18.x) "pr": 2 ``` </details> ### Have you created a minimal reproduction repository? I have linked to a minimal reproduction repository in the bug description
1.0
PR is being updated in dry mode when branch was modified - ### How are you running Renovate? Self-hosted ### If you're self-hosting Renovate, tell us what version of Renovate you run. latest ### Please select which platform you are using if self-hosting. github.com ### If you're self-hosting Renovate, tell us what version of the platform you run. _No response_ ### Was this something which used to work for you, and then stopped? I never saw this working ### Describe the bug Renovate will update a existing PR even when in dry run mode. This happens when the renovate branch was modified. Steps to reproduce: - Commit to any renovate feature branch with a non bot git account - ~~Edit the PR body corresponding to the above branch~~ - Run renovate in dry mode Any repro will do, i for one used [this](https://github.com/ladzaretti/alpine-node) ### Relevant debug logs <details><summary>Logs</summary> ``` DEBUG: File config "config": { "platform": "github", "$schema": "https://docs.renovatebot.com/renovate-schema.json", "token": "***********", ... "dryRun": "full" } ... DEBUG: Found existing branch PR (repository=ladzaretti/alpine-node, branch=renovate/node-18.x) DEBUG: PR has been edited (repository=ladzaretti/alpine-node, branch=renovate/node-18.x) "prNo": 2 DEBUG: Updating existing PR to indicate that rebasing is not possible (repository=ladzaretti/alpine-node, branch=renovate/node-18.x) DEBUG: updatePr(2, Update dependency node to v18, body) (repository=ladzaretti/alpine-node, branch=renovate/node-18.x) DEBUG: PR updated (repository=ladzaretti/alpine-node, branch=renovate/node-18.x) "pr": 2 ``` </details> ### Have you created a minimal reproduction repository? I have linked to a minimal reproduction repository in the bug description
priority
pr is being updated in dry mode when branch was modified how are you running renovate self hosted if you re self hosting renovate tell us what version of renovate you run latest please select which platform you are using if self hosting github com if you re self hosting renovate tell us what version of the platform you run no response was this something which used to work for you and then stopped i never saw this working describe the bug renovate will update a existing pr even when in dry run mode this happens when the renovate branch was modified steps to reproduce commit to any renovate feature branch with a non bot git account edit the pr body corresponding to the above branch run renovate in dry mode any repro will do i for one used relevant debug logs logs debug file config config platform github schema token dryrun full debug found existing branch pr repository ladzaretti alpine node branch renovate node x debug pr has been edited repository ladzaretti alpine node branch renovate node x prno debug updating existing pr to indicate that rebasing is not possible repository ladzaretti alpine node branch renovate node x debug updatepr update dependency node to body repository ladzaretti alpine node branch renovate node x debug pr updated repository ladzaretti alpine node branch renovate node x pr have you created a minimal reproduction repository i have linked to a minimal reproduction repository in the bug description
1
504,023
14,611,602,948
IssuesEvent
2020-12-22 03:47:34
bdecon/econ_data
https://api.github.com/repos/bdecon/econ_data
closed
bd CPS: new variable FAMINC
enhancement new variable priority: medium
Read the family income variable in the bdCPS as an ordered categorical with labels. Make sure to adjust for changes to definitions.
1.0
bd CPS: new variable FAMINC - Read the family income variable in the bdCPS as an ordered categorical with labels. Make sure to adjust for changes to definitions.
priority
bd cps new variable faminc read the family income variable in the bdcps as an ordered categorical with labels make sure to adjust for changes to definitions
1
57,852
3,084,068,791
IssuesEvent
2015-08-24 13:12:43
pavel-pimenov/flylinkdc-r5xx
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
opened
[zzxy] (КРИТИЧНО) BACKUP файлы для БД
bug imported Priority-Medium
_From [zzzxzzzy...@gmail.com](https://code.google.com/u/111612712877897236331/) on August 01, 2013 17:26:06_ (502-betta92) ДАВНО НЕОБХОДИМЫЕ ВСЕМ(уверен точно никто не откажется) УЛУЧШЕНИЯ, хотя как по мне их отсутствие = БАГ(и): * BACKUP файлы для БД при рестарте клиента, с автовосстановлением по запросу/предупреждению - в случае порчи, что постоянно периодически происходит напр.из-за зависания дров nVidia или вылета/зависона самого клиента, и на всякий случай - на сл.потенц.глюков в новых бетках с совм.с старой базой, а БД кроме восстановимой шары содержит подсветку иногда на сотни тысяч файлов, которая к примеру мне очень нужна, да и уверен и при меньших количествах многим не понравится сбрасывать подстветку своего просмотренного ранее. Учитывая что SQLite - это реально главней козырь Флая - в сравнении с многими конкурентами с xml, стоит ли позорится потерей баз у пользователей, т.е.нивелированием этого плюса... Импорт обсуждений: \>> "у меня база никогда не слетала." - Вероятно потому что у Вас ПК мало чем занят, перезапускающим его, у меня же обратная проблема - та же минимум Метро LL на последних(вообще за несколько лет) NVidia драйверах - уводит комп в бсод или ребут постоянно-периодически гарантированно и так у многих(долго мучился пока не подобрал такой NV-драйвер что бы и не вываливался и притом не выдавал "10fps").В последней версии NVidia обещали что "что то исправили из жалоб...", в любом случае - к этому моменту её уже прошол... Теперь поставил Fallout New Vegas, аналогично - вылеты... Но, уже вроде-как по причине кривизны самого движка(сейчас никак вот тут с Флаем и просто - нет времени занятся допиливанием его конфига из советов в инете). Это так к примеру, про факторы у разных людей." ">>можете продемонстрировать как сломать sqlite базу?" 1) Не делать BAKUP файлов в свете багов и нижеописанного... 2) Иногда всеголишь обновить до новой версии БД, может и в истории Флая было такое? :/ 3) "Ошибка" [питания] на ПК во время записи любого-вообще файла или записи в эл-т каталога, или журнала ОС, - головка диска может случайно куда угодно прописать изменения... Даже просто при чтении - может неудачно [несильно] ударить головкой диска и повредить данные. Я уже не говорю про просто спонтанные шатания винчестера/СистБлока, у меня например частые(кто-то случайно задевает, или протираешь - бац: а его не выключил), хоть при этом ни разу багов из-за этого не заметил, но это ничего не гарантирует (не говоря уже про [мелкие] землетрясения, тем более частные во многих райнох земли). Бывает и как у меня сейчас - по системнику, на его нынешнем временном местоположении под столом, - коты по несколько раз на день лазят :) 4) Журнал БД - на самоом деле: не 100&#37; гарантия! Для подобного !минимум нужно выключить кэш записи(в ОС полность к тому же не выключаемый судя по всему) в ОС и аппаратный внутри винчестера... И соответсвенно - забыть о том что у вас не 286. Впрочем, и в ук.идеальном случае, и то есть риск ошибок при проблемах в момент компановки журнала, начиная с внештатного выключения ПК [молнией или глюков в ОС/дровах]. Или вот - как раз сегодня: встал, смотрю - комп в ребуте, кто виноват - даже не видно. Может сильный пик в питании, может - ПО. PS: Правда как раз вчера добавил на ночь потестить надёжность этой бетки :/ _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1146_
1.0
[zzxy] (КРИТИЧНО) BACKUP файлы для БД - _From [zzzxzzzy...@gmail.com](https://code.google.com/u/111612712877897236331/) on August 01, 2013 17:26:06_ (502-betta92) ДАВНО НЕОБХОДИМЫЕ ВСЕМ(уверен точно никто не откажется) УЛУЧШЕНИЯ, хотя как по мне их отсутствие = БАГ(и): * BACKUP файлы для БД при рестарте клиента, с автовосстановлением по запросу/предупреждению - в случае порчи, что постоянно периодически происходит напр.из-за зависания дров nVidia или вылета/зависона самого клиента, и на всякий случай - на сл.потенц.глюков в новых бетках с совм.с старой базой, а БД кроме восстановимой шары содержит подсветку иногда на сотни тысяч файлов, которая к примеру мне очень нужна, да и уверен и при меньших количествах многим не понравится сбрасывать подстветку своего просмотренного ранее. Учитывая что SQLite - это реально главней козырь Флая - в сравнении с многими конкурентами с xml, стоит ли позорится потерей баз у пользователей, т.е.нивелированием этого плюса... Импорт обсуждений: \>> "у меня база никогда не слетала." - Вероятно потому что у Вас ПК мало чем занят, перезапускающим его, у меня же обратная проблема - та же минимум Метро LL на последних(вообще за несколько лет) NVidia драйверах - уводит комп в бсод или ребут постоянно-периодически гарантированно и так у многих(долго мучился пока не подобрал такой NV-драйвер что бы и не вываливался и притом не выдавал "10fps").В последней версии NVidia обещали что "что то исправили из жалоб...", в любом случае - к этому моменту её уже прошол... Теперь поставил Fallout New Vegas, аналогично - вылеты... Но, уже вроде-как по причине кривизны самого движка(сейчас никак вот тут с Флаем и просто - нет времени занятся допиливанием его конфига из советов в инете). Это так к примеру, про факторы у разных людей." ">>можете продемонстрировать как сломать sqlite базу?" 1) Не делать BAKUP файлов в свете багов и нижеописанного... 2) Иногда всеголишь обновить до новой версии БД, может и в истории Флая было такое? :/ 3) "Ошибка" [питания] на ПК во время записи любого-вообще файла или записи в эл-т каталога, или журнала ОС, - головка диска может случайно куда угодно прописать изменения... Даже просто при чтении - может неудачно [несильно] ударить головкой диска и повредить данные. Я уже не говорю про просто спонтанные шатания винчестера/СистБлока, у меня например частые(кто-то случайно задевает, или протираешь - бац: а его не выключил), хоть при этом ни разу багов из-за этого не заметил, но это ничего не гарантирует (не говоря уже про [мелкие] землетрясения, тем более частные во многих райнох земли). Бывает и как у меня сейчас - по системнику, на его нынешнем временном местоположении под столом, - коты по несколько раз на день лазят :) 4) Журнал БД - на самоом деле: не 100&#37; гарантия! Для подобного !минимум нужно выключить кэш записи(в ОС полность к тому же не выключаемый судя по всему) в ОС и аппаратный внутри винчестера... И соответсвенно - забыть о том что у вас не 286. Впрочем, и в ук.идеальном случае, и то есть риск ошибок при проблемах в момент компановки журнала, начиная с внештатного выключения ПК [молнией или глюков в ОС/дровах]. Или вот - как раз сегодня: встал, смотрю - комп в ребуте, кто виноват - даже не видно. Может сильный пик в питании, может - ПО. PS: Правда как раз вчера добавил на ночь потестить надёжность этой бетки :/ _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1146_
priority
критично backup файлы для бд from on august давно необходимые всем уверен точно никто не откажется улучшения хотя как по мне их отсутствие баг и backup файлы для бд при рестарте клиента с автовосстановлением по запросу предупреждению в случае порчи что постоянно периодически происходит напр из за зависания дров nvidia или вылета зависона самого клиента и на всякий случай на сл потенц глюков в новых бетках с совм с старой базой а бд кроме восстановимой шары содержит подсветку иногда на сотни тысяч файлов которая к примеру мне очень нужна да и уверен и при меньших количествах многим не понравится сбрасывать подстветку своего просмотренного ранее учитывая что sqlite это реально главней козырь флая в сравнении с многими конкурентами с xml стоит ли позорится потерей баз у пользователей т е нивелированием этого плюса импорт обсуждений у меня база никогда не слетала вероятно потому что у вас пк мало чем занят перезапускающим его у меня же обратная проблема та же минимум метро ll на последних вообще за несколько лет nvidia драйверах уводит комп в бсод или ребут постоянно периодически гарантированно и так у многих долго мучился пока не подобрал такой nv драйвер что бы и не вываливался и притом не выдавал в последней версии nvidia обещали что что то исправили из жалоб в любом случае к этому моменту её уже прошол теперь поставил fallout new vegas аналогично вылеты но уже вроде как по причине кривизны самого движка сейчас никак вот тут с флаем и просто нет времени занятся допиливанием его конфига из советов в инете это так к примеру про факторы у разных людей можете продемонстрировать как сломать sqlite базу не делать bakup файлов в свете багов и нижеописанного иногда всеголишь обновить до новой версии бд может и в истории флая было такое ошибка на пк во время записи любого вообще файла или записи в эл т каталога или журнала ос головка диска может случайно куда угодно прописать изменения даже просто при чтении может неудачно ударить головкой диска и повредить данные я уже не говорю про просто спонтанные шатания винчестера систблока у меня например частые кто то случайно задевает или протираешь бац а его не выключил хоть при этом ни разу багов из за этого не заметил но это ничего не гарантирует не говоря уже про землетрясения тем более частные во многих райнох земли бывает и как у меня сейчас по системнику на его нынешнем временном местоположении под столом коты по несколько раз на день лазят журнал бд на самоом деле не гарантия для подобного минимум нужно выключить кэш записи в ос полность к тому же не выключаемый судя по всему в ос и аппаратный внутри винчестера и соответсвенно забыть о том что у вас не впрочем и в ук идеальном случае и то есть риск ошибок при проблемах в момент компановки журнала начиная с внештатного выключения пк или вот как раз сегодня встал смотрю комп в ребуте кто виноват даже не видно может сильный пик в питании может по ps правда как раз вчера добавил на ночь потестить надёжность этой бетки original issue
1
113,383
4,553,176,995
IssuesEvent
2016-09-13 03:04:47
HabitRPG/habitrpg
https://api.github.com/repos/HabitRPG/habitrpg
closed
Split up "Stats & Achievements" to "Stats" and "Achievements" (or similar)
priority: medium status: issue: in progress type: website improvement
The current layout of the "Stats & Achievements" page gets ungainly once the user has Classes unlocked. The left column is quite long compared to the center column, and the "Pets" information is placed rather arbitrarily. The right column, in turn, can look tiny and wasteful of space if the user has no achievements, or even longer than the left column if they're glittering with badges. Here are some thoughts on how to make this look better: * Split information about the RPG "character" from information about the player or user. Put the current Equipment, Attributes, and Character Build sections on one tab (I'd call this "Character"), and Pets and Achievements on another (maybe just "Achievements"). * Achievements themselves could use an overhaul. Rather than a table or list, make it into a grid of badges--something akin to the Pets and Mounts grids. Attainable but unachieved badges could appear in gray or black, with their name and maybe a hint on mouseover. (The number of pets found out of 90, for instance, as a progress bar mouseover for the Beastmaster badge.) Achieved badges would get the full gold look, with complete description on mouseover. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1386048-split-up-stats-achievements-to-stats-and-achievements-or-similar?utm_campaign=plugin&utm_content=tracker%2F68393&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F68393&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
Split up "Stats & Achievements" to "Stats" and "Achievements" (or similar) - The current layout of the "Stats & Achievements" page gets ungainly once the user has Classes unlocked. The left column is quite long compared to the center column, and the "Pets" information is placed rather arbitrarily. The right column, in turn, can look tiny and wasteful of space if the user has no achievements, or even longer than the left column if they're glittering with badges. Here are some thoughts on how to make this look better: * Split information about the RPG "character" from information about the player or user. Put the current Equipment, Attributes, and Character Build sections on one tab (I'd call this "Character"), and Pets and Achievements on another (maybe just "Achievements"). * Achievements themselves could use an overhaul. Rather than a table or list, make it into a grid of badges--something akin to the Pets and Mounts grids. Attainable but unachieved badges could appear in gray or black, with their name and maybe a hint on mouseover. (The number of pets found out of 90, for instance, as a progress bar mouseover for the Beastmaster badge.) Achieved badges would get the full gold look, with complete description on mouseover. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1386048-split-up-stats-achievements-to-stats-and-achievements-or-similar?utm_campaign=plugin&utm_content=tracker%2F68393&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F68393&utm_medium=issues&utm_source=github). </bountysource-plugin>
priority
split up stats achievements to stats and achievements or similar the current layout of the stats achievements page gets ungainly once the user has classes unlocked the left column is quite long compared to the center column and the pets information is placed rather arbitrarily the right column in turn can look tiny and wasteful of space if the user has no achievements or even longer than the left column if they re glittering with badges here are some thoughts on how to make this look better split information about the rpg character from information about the player or user put the current equipment attributes and character build sections on one tab i d call this character and pets and achievements on another maybe just achievements achievements themselves could use an overhaul rather than a table or list make it into a grid of badges something akin to the pets and mounts grids attainable but unachieved badges could appear in gray or black with their name and maybe a hint on mouseover the number of pets found out of for instance as a progress bar mouseover for the beastmaster badge achieved badges would get the full gold look with complete description on mouseover want to back this issue we accept bounties via
1
158,561
6,029,880,826
IssuesEvent
2017-06-08 19:03:56
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
closed
Greetings cards have a confusing notification when they are read by the recipient
priority: medium status: issue: in progress type: medium level coding
When you read a Greeting Card, Birthday Card, Thank-You Card, or New Year's Card, you see a notification saying that it's been read but it uses the key for the notification rather than its user-friendly name. For example, "birthday has been read" or "nye has been read" (screenshot below). ~It should read "Birthday Card has been read" (and similar text for the other cards). Translatable of course.~ EDIT: The "... has been read" notification should not be shown. ![nye](http://savepic.net/8767290.png)
1.0
Greetings cards have a confusing notification when they are read by the recipient - When you read a Greeting Card, Birthday Card, Thank-You Card, or New Year's Card, you see a notification saying that it's been read but it uses the key for the notification rather than its user-friendly name. For example, "birthday has been read" or "nye has been read" (screenshot below). ~It should read "Birthday Card has been read" (and similar text for the other cards). Translatable of course.~ EDIT: The "... has been read" notification should not be shown. ![nye](http://savepic.net/8767290.png)
priority
greetings cards have a confusing notification when they are read by the recipient when you read a greeting card birthday card thank you card or new year s card you see a notification saying that it s been read but it uses the key for the notification rather than its user friendly name for example birthday has been read or nye has been read screenshot below it should read birthday card has been read and similar text for the other cards translatable of course edit the has been read notification should not be shown
1
146,783
5,627,839,271
IssuesEvent
2017-04-05 03:24:05
dnGrep/dnGrep
https://api.github.com/repos/dnGrep/dnGrep
closed
Comma seperated file extensions not searched
bug imported Priority-Medium
_From [bcole...@cfnva.com](https://code.google.com/u/112689192746716288085/) on February 21, 2014 23:01:32_ What steps will reproduce the problem? 1. Search in / select filter / enter *.c, *.h, *.mcc 2. Asterisk pattern selected 3. Search only looks in *.c files 4. Same if set file filter to be *.{ch}; *.mcc 5. Search only looks in *.c or *.h files. What is the expected output? What do you see instead? Search should look in all the files whose pattern is entered after the comma or semicolon. What version of the product are you using? On what operating system? 2.7.2.0 on Win7 x64 Please provide any additional information below. Did I mention how awesome it is to have a worthy "grep" like tool for use in windows? _Original issue: http://code.google.com/p/dngrep/issues/detail?id=205_
1.0
Comma seperated file extensions not searched - _From [bcole...@cfnva.com](https://code.google.com/u/112689192746716288085/) on February 21, 2014 23:01:32_ What steps will reproduce the problem? 1. Search in / select filter / enter *.c, *.h, *.mcc 2. Asterisk pattern selected 3. Search only looks in *.c files 4. Same if set file filter to be *.{ch}; *.mcc 5. Search only looks in *.c or *.h files. What is the expected output? What do you see instead? Search should look in all the files whose pattern is entered after the comma or semicolon. What version of the product are you using? On what operating system? 2.7.2.0 on Win7 x64 Please provide any additional information below. Did I mention how awesome it is to have a worthy "grep" like tool for use in windows? _Original issue: http://code.google.com/p/dngrep/issues/detail?id=205_
priority
comma seperated file extensions not searched from on february what steps will reproduce the problem search in select filter enter c h mcc asterisk pattern selected search only looks in c files same if set file filter to be ch mcc search only looks in c or h files what is the expected output what do you see instead search should look in all the files whose pattern is entered after the comma or semicolon what version of the product are you using on what operating system on please provide any additional information below did i mention how awesome it is to have a worthy grep like tool for use in windows original issue
1
615,734
19,274,448,170
IssuesEvent
2021-12-10 10:09:59
ivpn/ios-app
https://api.github.com/repos/ivpn/ios-app
closed
Not possible to set DNS over HTTPS/TLS when AntiTracker is enabled
priority: medium type: bug
### Description: When AntiTracker is enabled, it is not possible to set DNS over HTTPs on Custom DNS for VPN, the toggled is also turned off automatically as soon as the user navigates away from the screen, however, if the user disables AntiTracker and goes to the custom DNS screen, it is observed that the DNS over HTTPS is enabled automatically. ### Expected result: The user should be able to set Custom DNS over HTTPS/TLS for VPN at any time, regardless if AntiTracker is enabled or not. ### Steps to reproduce: 1. Install App Store version 2.4.4 or latest beta 2.5.0. 2. Login. 3. Enable AntiTracker. 4. Access Custom DNS for VPN and attempt to set a DNS over HTTPS/TLS. 5. Observe that the toggle is turned on, but the rest of the fields are not shown. 6. Navigate away from the screen and come back to Custom DNS for VPN. 7. Observe that the toggle for DNS over HTTPS/TLS is off. 8. Proceed to the main screen and disable AntiTracker. 9. Access Custom DNS for VPN and observe that DNS over HTTPS/TLS is enabled and the rest of the fields are shows. ### Environment: IVPN: 2.5.0 Device: iPhone XR iOS 15.1
1.0
Not possible to set DNS over HTTPS/TLS when AntiTracker is enabled - ### Description: When AntiTracker is enabled, it is not possible to set DNS over HTTPs on Custom DNS for VPN, the toggled is also turned off automatically as soon as the user navigates away from the screen, however, if the user disables AntiTracker and goes to the custom DNS screen, it is observed that the DNS over HTTPS is enabled automatically. ### Expected result: The user should be able to set Custom DNS over HTTPS/TLS for VPN at any time, regardless if AntiTracker is enabled or not. ### Steps to reproduce: 1. Install App Store version 2.4.4 or latest beta 2.5.0. 2. Login. 3. Enable AntiTracker. 4. Access Custom DNS for VPN and attempt to set a DNS over HTTPS/TLS. 5. Observe that the toggle is turned on, but the rest of the fields are not shown. 6. Navigate away from the screen and come back to Custom DNS for VPN. 7. Observe that the toggle for DNS over HTTPS/TLS is off. 8. Proceed to the main screen and disable AntiTracker. 9. Access Custom DNS for VPN and observe that DNS over HTTPS/TLS is enabled and the rest of the fields are shows. ### Environment: IVPN: 2.5.0 Device: iPhone XR iOS 15.1
priority
not possible to set dns over https tls when antitracker is enabled description when antitracker is enabled it is not possible to set dns over https on custom dns for vpn the toggled is also turned off automatically as soon as the user navigates away from the screen however if the user disables antitracker and goes to the custom dns screen it is observed that the dns over https is enabled automatically expected result the user should be able to set custom dns over https tls for vpn at any time regardless if antitracker is enabled or not steps to reproduce install app store version or latest beta login enable antitracker access custom dns for vpn and attempt to set a dns over https tls observe that the toggle is turned on but the rest of the fields are not shown navigate away from the screen and come back to custom dns for vpn observe that the toggle for dns over https tls is off proceed to the main screen and disable antitracker access custom dns for vpn and observe that dns over https tls is enabled and the rest of the fields are shows environment ivpn device iphone xr ios
1
32,747
2,759,394,494
IssuesEvent
2015-04-28 03:17:43
PowerPointLabs/powerpointlabs
https://api.github.com/repos/PowerPointLabs/powerpointlabs
closed
Cap soft edge radius to 10 points
Feature.EffectsLab Priority-Medium status.releaseCandidate type-enhancement
For recolor/blur remainder, the soft edge applied automatically ended up more than I wanted every time I used the feature. Too little is ok; user can increase it. When too much, things disappear and the user might get confused.
1.0
Cap soft edge radius to 10 points - For recolor/blur remainder, the soft edge applied automatically ended up more than I wanted every time I used the feature. Too little is ok; user can increase it. When too much, things disappear and the user might get confused.
priority
cap soft edge radius to points for recolor blur remainder the soft edge applied automatically ended up more than i wanted every time i used the feature too little is ok user can increase it when too much things disappear and the user might get confused
1
294,202
9,014,277,173
IssuesEvent
2019-02-05 21:54:37
blackbaud/skyux2
https://api.github.com/repos/blackbaud/skyux2
closed
Port over the summary actionbar functionality
Difficulty: Medium Priority: High Status: Ready for release Type: Port
UX 1 documentation: https://skyux.developer.blackbaud.com/components/summaryactionbar/ --- ### For SKY UX team only - [x] Feature approved (pull request: https://github.com/blackbaud/skyux-action-bars/pull/1) - [ ] Released in `x.x.x`. - [ ] Demo written (pull request: ___) - [ ] Documentation written (pull request: ___)
1.0
Port over the summary actionbar functionality - UX 1 documentation: https://skyux.developer.blackbaud.com/components/summaryactionbar/ --- ### For SKY UX team only - [x] Feature approved (pull request: https://github.com/blackbaud/skyux-action-bars/pull/1) - [ ] Released in `x.x.x`. - [ ] Demo written (pull request: ___) - [ ] Documentation written (pull request: ___)
priority
port over the summary actionbar functionality ux documentation for sky ux team only feature approved pull request released in x x x demo written pull request documentation written pull request
1
377,942
11,188,560,276
IssuesEvent
2020-01-02 05:49:18
ockam-network/ockam
https://api.github.com/repos/ockam-network/ockam
closed
goreleaser is broken
Priority: Medium Status: Abandoned Type: Bug
``` » ./build run -i goreleaser release --skip-publish --rm-dist • releasing using goreleaser 0.95.2... • could not load config, using defaults • RUNNING BEFORE HOOKS • GETTING AND VALIDATING GIT STATE ⨯ release failed after 0.01s error=current folder is not a git repository ```
1.0
goreleaser is broken - ``` » ./build run -i goreleaser release --skip-publish --rm-dist • releasing using goreleaser 0.95.2... • could not load config, using defaults • RUNNING BEFORE HOOKS • GETTING AND VALIDATING GIT STATE ⨯ release failed after 0.01s error=current folder is not a git repository ```
priority
goreleaser is broken » build run i goreleaser release skip publish rm dist • releasing using goreleaser • could not load config using defaults • running before hooks • getting and validating git state ⨯ release failed after error current folder is not a git repository
1
614,290
19,178,923,654
IssuesEvent
2021-12-04 03:21:03
OffprintStudios/dragonfish
https://api.github.com/repos/OffprintStudios/dragonfish
closed
Error on Search page if logged out
Bug Medium Priority
message: "Http failure response for https://offprint.net/api/tags/fetch-tags-trees?kind=Fandom: 500 Internal Server Error" ​ name: "HttpErrorResponse"
1.0
Error on Search page if logged out - message: "Http failure response for https://offprint.net/api/tags/fetch-tags-trees?kind=Fandom: 500 Internal Server Error" ​ name: "HttpErrorResponse"
priority
error on search page if logged out message http failure response for internal server error ​ name httperrorresponse
1
650,766
21,416,742,353
IssuesEvent
2022-04-22 11:38:46
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Shop UI bug with removing of "for sale items"
Priority: Medium
I very often get the problem that when i remove a for sale item with the "x" out of my shops, the "x" disappears for all other for sale items so i cannot delete another one without reopening the UI. This problem did not happen for "to buy" items yet.
1.0
Shop UI bug with removing of "for sale items" - I very often get the problem that when i remove a for sale item with the "x" out of my shops, the "x" disappears for all other for sale items so i cannot delete another one without reopening the UI. This problem did not happen for "to buy" items yet.
priority
shop ui bug with removing of for sale items i very often get the problem that when i remove a for sale item with the x out of my shops the x disappears for all other for sale items so i cannot delete another one without reopening the ui this problem did not happen for to buy items yet
1
89,046
3,789,160,978
IssuesEvent
2016-03-21 16:56:51
aseprite/aseprite
https://api.github.com/repos/aseprite/aseprite
closed
Pixel alteration with images (png)
bug imported medium priority
_From [Caen...@gmail.com](https://code.google.com/u/113174249397840125417/) on September 02, 2012 11:39:36_ What steps will reproduce the problem? 1. Create a line art image over a white background with antialias (GIMP), apply an indexed color palette merging the layers to avoid the antialiasing be gone, then export as PNG 2.Open the image in other software like mtPaint or Grafx2, and then in Aseprite, the distortion in pixels is noticeable What is the expected output? What do you see instead? it's better shown in the attached picture, and btw sorry for the size but manipulating or otherwise fixing the size of it would render pointless it's purpose as the idea is showing the distortion of the image in pixels. What version of the product are you using? On what operating system? Xubuntu 12.04, LXDE Desktop Aseprite 0.9.5 **Attachment:** [screen.png](http://code.google.com/p/aseprite/issues/detail?id=168) _Original issue: http://code.google.com/p/aseprite/issues/detail?id=168_
1.0
Pixel alteration with images (png) - _From [Caen...@gmail.com](https://code.google.com/u/113174249397840125417/) on September 02, 2012 11:39:36_ What steps will reproduce the problem? 1. Create a line art image over a white background with antialias (GIMP), apply an indexed color palette merging the layers to avoid the antialiasing be gone, then export as PNG 2.Open the image in other software like mtPaint or Grafx2, and then in Aseprite, the distortion in pixels is noticeable What is the expected output? What do you see instead? it's better shown in the attached picture, and btw sorry for the size but manipulating or otherwise fixing the size of it would render pointless it's purpose as the idea is showing the distortion of the image in pixels. What version of the product are you using? On what operating system? Xubuntu 12.04, LXDE Desktop Aseprite 0.9.5 **Attachment:** [screen.png](http://code.google.com/p/aseprite/issues/detail?id=168) _Original issue: http://code.google.com/p/aseprite/issues/detail?id=168_
priority
pixel alteration with images png from on september what steps will reproduce the problem create a line art image over a white background with antialias gimp apply an indexed color palette merging the layers to avoid the antialiasing be gone then export as png open the image in other software like mtpaint or and then in aseprite the distortion in pixels is noticeable what is the expected output what do you see instead it s better shown in the attached picture and btw sorry for the size but manipulating or otherwise fixing the size of it would render pointless it s purpose as the idea is showing the distortion of the image in pixels what version of the product are you using on what operating system xubuntu lxde desktop aseprite attachment original issue
1
369,658
10,916,021,351
IssuesEvent
2019-11-21 12:28:32
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID :205778] Integer handling issues in include/sys/time_units.h
Coverity bug priority: medium
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/master/include/sys/time_units.h Category: Integer handling issues Function: `z_tmcvt` Component: Other CID: [205778](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=205778) Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v32951/p12996.
1.0
[Coverity CID :205778] Integer handling issues in include/sys/time_units.h - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/master/include/sys/time_units.h Category: Integer handling issues Function: `z_tmcvt` Component: Other CID: [205778](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=205778) Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v32951/p12996.
priority
integer handling issues in include sys time units h static code scan issues found in file category integer handling issues function z tmcvt component other cid please fix or provide comments in coverity using the link
1
41,452
2,869,007,564
IssuesEvent
2015-06-05 22:32:32
dart-lang/http_server
https://api.github.com/repos/dart-lang/http_server
closed
Hard to learn how to use http package
bug Fixed Priority-Medium
<a href="https://github.com/sethladd"><img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sethladd](https://github.com/sethladd)** _Originally opened as dart-lang/sdk#15336_ ---- It's useful, but: \* there's no README, so http://pub.dartlang.org/packages/http doesn't help me \* the API docs aren't api.dartlang.org
1.0
Hard to learn how to use http package - <a href="https://github.com/sethladd"><img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sethladd](https://github.com/sethladd)** _Originally opened as dart-lang/sdk#15336_ ---- It's useful, but: \* there's no README, so http://pub.dartlang.org/packages/http doesn't help me \* the API docs aren't api.dartlang.org
priority
hard to learn how to use http package issue by originally opened as dart lang sdk it s useful but there s no readme so doesn t help me the api docs aren t api dartlang org
1
531,347
15,495,328,506
IssuesEvent
2021-03-11 00:40:21
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
opened
Tagging suggestions not using a user's nickname in groups
bug priority: medium
**Describe the bug** Expected functionality for tagging a user when creating a new group discussion or reply should show a user's "mention" name ([source](https://www.buddyboss.com/resources/reference/functions/bp_activity_get_user_mentionname/)), which is normally the user's nickname. However, in groups, when I start typing a user's name like "@Nicholas", the user_nicename shows up as the "mention" handle, and not the user's defined "nickname". This behavior does not happen in activity updates. **To Reproduce** Steps to reproduce the behavior: Ensure the user's nickname is set to something other than their "user_nicename" (or username). 1. Go to a group 2. Click "Start Discussion" 3. Start typing a group member's name prefixed with "@" (Like "@Nicholas") 4. The "@" mention name shown before the user in the dropdown list will not be their nickname (Note that the JS is optimized in a way that will not make a search request if the member was recently added to the group. Test with an older user and ensure an actual network request is made) **Expected behavior** The mention name should be the user's nickname and not their username. **Fix** The issue is that the class for retrieving suggestions for non-groups is "BP_Members_Suggestions". However, if a group ID is supplied in the request, the class "BP_Groups_Member_Suggestions" is used instead. Group_Members_Suggestions does not return a list of users the same way that Members_Suggestions does. https://github.com/buddyboss/buddyboss-platform/blob/release/src/bp-core/classes/class-bp-members-suggestions.php#L122: ```PHP foreach ( $user_query->results as $user ) { $result = new stdClass(); $result->ID = bp_activity_get_user_mentionname( $user->ID ); $result->user_nicename = $user->user_nicename; $result->image = bp_core_fetch_avatar( array( 'html' => false, 'item_id' => $user->ID, ) ); $result->name = bp_core_get_user_displayname( $user->ID ); $result->user_id = $user->ID; $results[] = $result; } ``` https://github.com/buddyboss/buddyboss-platform/blob/release/src/bp-groups/classes/class-bp-groups-member-suggestions.php#L156: ```PHP foreach ( $user_query->results as $user ) { $result = new stdClass(); $result->ID = $user->user_nicename; $result->image = bp_core_fetch_avatar( array( 'html' => false, 'item_id' => $user->ID, ) ); $result->name = bp_core_get_user_displayname( $user->ID ); $result->user_id = $user->ID; $results[] = $result; }
1.0
Tagging suggestions not using a user's nickname in groups - **Describe the bug** Expected functionality for tagging a user when creating a new group discussion or reply should show a user's "mention" name ([source](https://www.buddyboss.com/resources/reference/functions/bp_activity_get_user_mentionname/)), which is normally the user's nickname. However, in groups, when I start typing a user's name like "@Nicholas", the user_nicename shows up as the "mention" handle, and not the user's defined "nickname". This behavior does not happen in activity updates. **To Reproduce** Steps to reproduce the behavior: Ensure the user's nickname is set to something other than their "user_nicename" (or username). 1. Go to a group 2. Click "Start Discussion" 3. Start typing a group member's name prefixed with "@" (Like "@Nicholas") 4. The "@" mention name shown before the user in the dropdown list will not be their nickname (Note that the JS is optimized in a way that will not make a search request if the member was recently added to the group. Test with an older user and ensure an actual network request is made) **Expected behavior** The mention name should be the user's nickname and not their username. **Fix** The issue is that the class for retrieving suggestions for non-groups is "BP_Members_Suggestions". However, if a group ID is supplied in the request, the class "BP_Groups_Member_Suggestions" is used instead. Group_Members_Suggestions does not return a list of users the same way that Members_Suggestions does. https://github.com/buddyboss/buddyboss-platform/blob/release/src/bp-core/classes/class-bp-members-suggestions.php#L122: ```PHP foreach ( $user_query->results as $user ) { $result = new stdClass(); $result->ID = bp_activity_get_user_mentionname( $user->ID ); $result->user_nicename = $user->user_nicename; $result->image = bp_core_fetch_avatar( array( 'html' => false, 'item_id' => $user->ID, ) ); $result->name = bp_core_get_user_displayname( $user->ID ); $result->user_id = $user->ID; $results[] = $result; } ``` https://github.com/buddyboss/buddyboss-platform/blob/release/src/bp-groups/classes/class-bp-groups-member-suggestions.php#L156: ```PHP foreach ( $user_query->results as $user ) { $result = new stdClass(); $result->ID = $user->user_nicename; $result->image = bp_core_fetch_avatar( array( 'html' => false, 'item_id' => $user->ID, ) ); $result->name = bp_core_get_user_displayname( $user->ID ); $result->user_id = $user->ID; $results[] = $result; }
priority
tagging suggestions not using a user s nickname in groups describe the bug expected functionality for tagging a user when creating a new group discussion or reply should show a user s mention name which is normally the user s nickname however in groups when i start typing a user s name like nicholas the user nicename shows up as the mention handle and not the user s defined nickname this behavior does not happen in activity updates to reproduce steps to reproduce the behavior ensure the user s nickname is set to something other than their user nicename or username go to a group click start discussion start typing a group member s name prefixed with like nicholas the mention name shown before the user in the dropdown list will not be their nickname note that the js is optimized in a way that will not make a search request if the member was recently added to the group test with an older user and ensure an actual network request is made expected behavior the mention name should be the user s nickname and not their username fix the issue is that the class for retrieving suggestions for non groups is bp members suggestions however if a group id is supplied in the request the class bp groups member suggestions is used instead group members suggestions does not return a list of users the same way that members suggestions does php foreach user query results as user result new stdclass result id bp activity get user mentionname user id result user nicename user user nicename result image bp core fetch avatar array html false item id user id result name bp core get user displayname user id result user id user id results result php foreach user query results as user result new stdclass result id user user nicename result image bp core fetch avatar array html false item id user id result name bp core get user displayname user id result user id user id results result
1
48,030
2,990,127,785
IssuesEvent
2015-07-21 07:08:17
jayway/rest-assured
https://api.github.com/repos/jayway/rest-assured
closed
Add appendRoot and noRoot
enhancement imported Priority-Medium
_From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on July 10, 2013 11:06:05_ "appendRoot" would be useful sometimes, e.g. expect(). root("x.y"). body("u", ..) .. appendRoot("z"). body("w", ..) I.e. the root path after appendRoot in this example would be "x.y.z". It may be nice with a "detachRoot" (or something similar) as well _Original issue: http://code.google.com/p/rest-assured/issues/detail?id=248_
1.0
Add appendRoot and noRoot - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on July 10, 2013 11:06:05_ "appendRoot" would be useful sometimes, e.g. expect(). root("x.y"). body("u", ..) .. appendRoot("z"). body("w", ..) I.e. the root path after appendRoot in this example would be "x.y.z". It may be nice with a "detachRoot" (or something similar) as well _Original issue: http://code.google.com/p/rest-assured/issues/detail?id=248_
priority
add appendroot and noroot from on july appendroot would be useful sometimes e g expect root x y body u appendroot z body w i e the root path after appendroot in this example would be x y z it may be nice with a detachroot or something similar as well original issue
1
459,893
13,200,933,677
IssuesEvent
2020-08-14 09:10:23
FAIRsharing/fairsharing.github.io
https://api.github.com/repos/FAIRsharing/fairsharing.github.io
closed
Refactoring Match any and Match All button
Medium priority
- [ ] improving the style - [ ] loading content according to other filters loading time
1.0
Refactoring Match any and Match All button - - [ ] improving the style - [ ] loading content according to other filters loading time
priority
refactoring match any and match all button improving the style loading content according to other filters loading time
1
595,629
18,071,082,527
IssuesEvent
2021-09-21 03:03:26
eatmyvenom/HyArcade
https://api.github.com/repos/eatmyvenom/HyArcade
closed
[BUG] unranked players igns are invisible in /status
bug Medium priority t:discord disc:interactions
**Describe the error** The background box color for /status matches the color for non ranked players too closely making it difficult to read.
1.0
[BUG] unranked players igns are invisible in /status - **Describe the error** The background box color for /status matches the color for non ranked players too closely making it difficult to read.
priority
unranked players igns are invisible in status describe the error the background box color for status matches the color for non ranked players too closely making it difficult to read
1
391,701
11,577,418,415
IssuesEvent
2020-02-21 14:05:11
dhenry-KCI/FredCo-Post-Go-Live-
https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live-
reopened
Inspection count did not increase
Medium Priority
see in test permit 183541 after failing the # 5 fire final, a new one generated which is correct however it is also listed as #5. It should have progressed the count to #6 ![image](https://user-images.githubusercontent.com/47611580/72988210-d9c48300-3db9-11ea-9a4c-ee1788148215.png) ![image](https://user-images.githubusercontent.com/47611580/72988244-e3e68180-3db9-11ea-91a5-a1d7da80fab1.png)
1.0
Inspection count did not increase - see in test permit 183541 after failing the # 5 fire final, a new one generated which is correct however it is also listed as #5. It should have progressed the count to #6 ![image](https://user-images.githubusercontent.com/47611580/72988210-d9c48300-3db9-11ea-9a4c-ee1788148215.png) ![image](https://user-images.githubusercontent.com/47611580/72988244-e3e68180-3db9-11ea-91a5-a1d7da80fab1.png)
priority
inspection count did not increase see in test permit after failing the fire final a new one generated which is correct however it is also listed as it should have progressed the count to
1
502,278
14,543,563,710
IssuesEvent
2020-12-15 17:01:39
graknlabs/client-python
https://api.github.com/repos/graknlabs/client-python
closed
Upgrade to Grakn 2.0
priority: medium type: feature
Our Python client needs to be upgraded to interact with Grakn 2.0. This is a major overhaul that heavily impacts the entire codebase. The main goals are: - alignment of structure and implementation with client-java - compatibility with Grakn 2.0
1.0
Upgrade to Grakn 2.0 - Our Python client needs to be upgraded to interact with Grakn 2.0. This is a major overhaul that heavily impacts the entire codebase. The main goals are: - alignment of structure and implementation with client-java - compatibility with Grakn 2.0
priority
upgrade to grakn our python client needs to be upgraded to interact with grakn this is a major overhaul that heavily impacts the entire codebase the main goals are alignment of structure and implementation with client java compatibility with grakn
1
764,131
26,785,769,319
IssuesEvent
2023-02-01 02:31:40
brandondombrowsky/BastCastle
https://api.github.com/repos/brandondombrowsky/BastCastle
closed
Create a test AMI for the HA instance.
experimentation priority-medium
As a developer, I want to have an AMI for the EC2 instance running HA in a Docker container because it will make spinning up new instances much quicker and easier. Tasks: - [x] Configure Docker and HA on Ubuntu Server 22.04 - [x] Create an AMI from the instance Complete When: - [x] AMI exists for HA instance - [x] Spin up new instance from AMI in a VPC
1.0
Create a test AMI for the HA instance. - As a developer, I want to have an AMI for the EC2 instance running HA in a Docker container because it will make spinning up new instances much quicker and easier. Tasks: - [x] Configure Docker and HA on Ubuntu Server 22.04 - [x] Create an AMI from the instance Complete When: - [x] AMI exists for HA instance - [x] Spin up new instance from AMI in a VPC
priority
create a test ami for the ha instance as a developer i want to have an ami for the instance running ha in a docker container because it will make spinning up new instances much quicker and easier tasks configure docker and ha on ubuntu server create an ami from the instance complete when ami exists for ha instance spin up new instance from ami in a vpc
1
671,413
22,760,509,919
IssuesEvent
2022-07-07 20:39:13
boston-library/curator
https://api.github.com/repos/boston-library/curator
closed
Implement methods for processing oai thumbnails for Curator::Filestreams::Metadata/ Curator::DigitalObject
models priority: medium derivatives attachments
We need the following methods that grab information from a `Curator::DigitalObject`'s metadata and allow the associated `Curator::FileStream::Metadata` object to pass it to the `avi_processor` * `oai_thumbnail_url` - if there is a value retrieved after harvesting(**optional**) * `oai_thumbnail_uri_list` - list of uris for retrieving a thumbnail retrieved during harvesting(**required**) * `oai_system_type` - Should return one of 3 values `[omeka generic wgbh]` and is determined by where the item was harvested(**required**)
1.0
Implement methods for processing oai thumbnails for Curator::Filestreams::Metadata/ Curator::DigitalObject - We need the following methods that grab information from a `Curator::DigitalObject`'s metadata and allow the associated `Curator::FileStream::Metadata` object to pass it to the `avi_processor` * `oai_thumbnail_url` - if there is a value retrieved after harvesting(**optional**) * `oai_thumbnail_uri_list` - list of uris for retrieving a thumbnail retrieved during harvesting(**required**) * `oai_system_type` - Should return one of 3 values `[omeka generic wgbh]` and is determined by where the item was harvested(**required**)
priority
implement methods for processing oai thumbnails for curator filestreams metadata curator digitalobject we need the following methods that grab information from a curator digitalobject s metadata and allow the associated curator filestream metadata object to pass it to the avi processor oai thumbnail url if there is a value retrieved after harvesting optional oai thumbnail uri list list of uris for retrieving a thumbnail retrieved during harvesting required oai system type should return one of values and is determined by where the item was harvested required
1
610,603
18,912,150,873
IssuesEvent
2021-11-16 15:05:45
ibissource/frank-flow
https://api.github.com/repos/ibissource/frank-flow
closed
Implement folder modifications via the Explorer
feature priority:medium work:high
Tasks: - [x] Make backend endpoints - [x] Add calls to frontend - [x] Make saving toastr work again Includes: - [x] #195 - [x] #193
1.0
Implement folder modifications via the Explorer - Tasks: - [x] Make backend endpoints - [x] Add calls to frontend - [x] Make saving toastr work again Includes: - [x] #195 - [x] #193
priority
implement folder modifications via the explorer tasks make backend endpoints add calls to frontend make saving toastr work again includes
1
645,552
21,008,697,759
IssuesEvent
2022-03-30 02:49:46
Yamato-Security/hayabusa
https://api.github.com/repos/Yamato-Security/hayabusa
closed
特定の2つのフィールドの値が一致していることを検知するルールを書きたい。
Priority:Medium
例えば、下記のようなEventLogで、param1とparam2の値が一致しているような場合を検知したい。 cobalt strikeの検知でこういうルールが必要になりそう。 ```` - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" /> <EventID Qualifiers="0">10016</EventID> <Version>0</Version> <Level>3</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8080000000000000</Keywords> <TimeCreated SystemTime="2021-05-13T10:57:54.3440147Z" /> <EventRecordID>14802</EventRecordID> <Correlation ActivityID="{63a6236e-b6d4-455b-94f0-03fb1f2e4ff7}" /> <Execution ProcessID="1624" ThreadID="3452" /> <Channel>System</Channel> <Computer>DESKTOP-ICHIICHI</Computer> <Security UserID="S-1-5-21-2673273881-979819022-3746999991-1001" /> </System> - <EventData> <Data Name="param1">ローカル</Data> <Data Name="param2">ローカル</Data> <Data Name="param3">アクティブ化</Data> <Data Name="param4">{C2F03A33-21F5-47FA-B4BB-156362A2F239}</Data> <Data Name="param5">{316CDED5-E4AE-4B15-9113-7055D84DCC97}</Data> <Data Name="param6">DESKTOP-ICHIICH</Data> <Data Name="param7">takai</Data> <Data Name="param8">S-1-5-21-2673273881-979819022-3746999991-1001</Data> <Data Name="param9">LocalHost (LRPC 使用)</Data> <Data Name="param10">Microsoft.Windows.ShellExperienceHost_10.0.19041.964_neutral_neutral_cw5n1h2txyewy</Data> <Data Name="param11">S-1-15-2-155514346-2573954481-755741238-1654018636-1233331829-3075935687-2861478708</Data> </EventData> </Event> ```
1.0
特定の2つのフィールドの値が一致していることを検知するルールを書きたい。 - 例えば、下記のようなEventLogで、param1とparam2の値が一致しているような場合を検知したい。 cobalt strikeの検知でこういうルールが必要になりそう。 ```` - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" /> <EventID Qualifiers="0">10016</EventID> <Version>0</Version> <Level>3</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8080000000000000</Keywords> <TimeCreated SystemTime="2021-05-13T10:57:54.3440147Z" /> <EventRecordID>14802</EventRecordID> <Correlation ActivityID="{63a6236e-b6d4-455b-94f0-03fb1f2e4ff7}" /> <Execution ProcessID="1624" ThreadID="3452" /> <Channel>System</Channel> <Computer>DESKTOP-ICHIICHI</Computer> <Security UserID="S-1-5-21-2673273881-979819022-3746999991-1001" /> </System> - <EventData> <Data Name="param1">ローカル</Data> <Data Name="param2">ローカル</Data> <Data Name="param3">アクティブ化</Data> <Data Name="param4">{C2F03A33-21F5-47FA-B4BB-156362A2F239}</Data> <Data Name="param5">{316CDED5-E4AE-4B15-9113-7055D84DCC97}</Data> <Data Name="param6">DESKTOP-ICHIICH</Data> <Data Name="param7">takai</Data> <Data Name="param8">S-1-5-21-2673273881-979819022-3746999991-1001</Data> <Data Name="param9">LocalHost (LRPC 使用)</Data> <Data Name="param10">Microsoft.Windows.ShellExperienceHost_10.0.19041.964_neutral_neutral_cw5n1h2txyewy</Data> <Data Name="param11">S-1-15-2-155514346-2573954481-755741238-1654018636-1233331829-3075935687-2861478708</Data> </EventData> </Event> ```
priority
。 例えば、下記のようなeventlogで、 。 cobalt strikeの検知でこういうルールが必要になりそう。 event xmlns system desktop ichiichi ローカル ローカル アクティブ化 desktop ichiich takai s localhost lrpc 使用 microsoft windows shellexperiencehost neutral neutral s
1
55,603
3,073,815,708
IssuesEvent
2015-08-20 00:47:05
RobotiumTech/robotium
https://api.github.com/repos/RobotiumTech/robotium
closed
getCurrentWebElements(By) only returns 1 item
bug imported Priority-Medium
_From [azhar.si...@gmail.com](https://code.google.com/u/111951943551123352585/) on August 26, 2013 21:53:55_ What steps will reproduce the problem? 1. use getCurrentWebElements(by) to obtain list of Divs on the page What is the expected output? What do you see instead? Should return all Divs What version of the product are you using? On what operating system? 4.2, iOS _Original issue: http://code.google.com/p/robotium/issues/detail?id=506_
1.0
getCurrentWebElements(By) only returns 1 item - _From [azhar.si...@gmail.com](https://code.google.com/u/111951943551123352585/) on August 26, 2013 21:53:55_ What steps will reproduce the problem? 1. use getCurrentWebElements(by) to obtain list of Divs on the page What is the expected output? What do you see instead? Should return all Divs What version of the product are you using? On what operating system? 4.2, iOS _Original issue: http://code.google.com/p/robotium/issues/detail?id=506_
priority
getcurrentwebelements by only returns item from on august what steps will reproduce the problem use getcurrentwebelements by to obtain list of divs on the page what is the expected output what do you see instead should return all divs what version of the product are you using on what operating system ios original issue
1
325,197
9,920,731,395
IssuesEvent
2019-06-30 12:14:27
morpheus65535/bazarr
https://api.github.com/repos/morpheus65535/bazarr
closed
[Feature Request] Improvement to the mobile interface
feature request priority:medium
Would. It be possible to add a mobile interface along the same lines of sonarr and radarr? Thanks!
1.0
[Feature Request] Improvement to the mobile interface - Would. It be possible to add a mobile interface along the same lines of sonarr and radarr? Thanks!
priority
improvement to the mobile interface would it be possible to add a mobile interface along the same lines of sonarr and radarr thanks
1
724,420
24,930,058,459
IssuesEvent
2022-10-31 10:50:18
bounswe/bounswe2022group7
https://api.github.com/repos/bounswe/bounswe2022group7
closed
Update hardcoded endpoints from homepage controller
Status: Completed Priority: Medium Difficulty: Easy Type: Implementation Target: Backend
We need to remove hardcoded endpoints from homepage controller. Also, they need to be updated with the repository calls. Basak will fetch the data from database for the endpoints. **Deadline:** 28/10/2022 23.59 **Reviewer:** @sabrimete
1.0
Update hardcoded endpoints from homepage controller - We need to remove hardcoded endpoints from homepage controller. Also, they need to be updated with the repository calls. Basak will fetch the data from database for the endpoints. **Deadline:** 28/10/2022 23.59 **Reviewer:** @sabrimete
priority
update hardcoded endpoints from homepage controller we need to remove hardcoded endpoints from homepage controller also they need to be updated with the repository calls basak will fetch the data from database for the endpoints deadline reviewer sabrimete
1
738,405
25,557,329,265
IssuesEvent
2022-11-30 08:02:06
aleksbobic/csx
https://api.github.com/repos/aleksbobic/csx
opened
Split edge view
enhancement priority:low Complexity:medium
**Is your feature request related to a problem? Please describe.** As a user I should be able to split edges between two nodes with multiple properties on them into multiple edges with single properties. For example if there's an edge with an author city and a keyword between two authors it should be split into two edges between the same two nodes. The edges should be also curved. It could be that we need to modify the backend edge generation.
1.0
Split edge view - **Is your feature request related to a problem? Please describe.** As a user I should be able to split edges between two nodes with multiple properties on them into multiple edges with single properties. For example if there's an edge with an author city and a keyword between two authors it should be split into two edges between the same two nodes. The edges should be also curved. It could be that we need to modify the backend edge generation.
priority
split edge view is your feature request related to a problem please describe as a user i should be able to split edges between two nodes with multiple properties on them into multiple edges with single properties for example if there s an edge with an author city and a keyword between two authors it should be split into two edges between the same two nodes the edges should be also curved it could be that we need to modify the backend edge generation
1
315,489
9,621,324,822
IssuesEvent
2019-05-14 10:21:16
poanetwork/blockscout
https://api.github.com/repos/poanetwork/blockscout
opened
Remove colours markers on copying of decompiled source code
UI contract details priority: medium
**Problem**: Copy button of decompiled smart-contract's code is useless because it copies the raw decompiled code, which has colours markers: ![Screenshot 2019-05-14 at 13 16 14](https://user-images.githubusercontent.com/4341812/57690509-7854ed80-764a-11e9-9ae2-fabbedb9b4a0.png) ``` def storage: owner is addr at storage 0 def owner(): # not payable return owner # # Regular functions # ``` **Solution**: Remove all colours markers from decompiled source-code before copying
1.0
Remove colours markers on copying of decompiled source code - **Problem**: Copy button of decompiled smart-contract's code is useless because it copies the raw decompiled code, which has colours markers: ![Screenshot 2019-05-14 at 13 16 14](https://user-images.githubusercontent.com/4341812/57690509-7854ed80-764a-11e9-9ae2-fabbedb9b4a0.png) ``` def storage: owner is addr at storage 0 def owner(): # not payable return owner # # Regular functions # ``` **Solution**: Remove all colours markers from decompiled source-code before copying
priority
remove colours markers on copying of decompiled source code problem copy button of decompiled smart contract s code is useless because it copies the raw decompiled code which has colours markers     is addr  storage       not payable return    regular functions  solution remove all colours markers from decompiled source code before copying
1
361,759
10,719,911,139
IssuesEvent
2019-10-26 13:56:56
compodoc/compodoc
https://api.github.com/repos/compodoc/compodoc
closed
[FEATURE] Add support for some JSDoc directives : @see, @deprecated
Context : JSDoc Priority: Medium Status: Accepted Type: Enhancement wontfix
##### **Overview of the issue** Please add support for several JSDoc directives: - `@see` - `@deprecated`
1.0
[FEATURE] Add support for some JSDoc directives : @see, @deprecated - ##### **Overview of the issue** Please add support for several JSDoc directives: - `@see` - `@deprecated`
priority
add support for some jsdoc directives see deprecated overview of the issue please add support for several jsdoc directives see deprecated
1
16,345
2,613,777,161
IssuesEvent
2015-02-27 23:33:26
IQSS/dataverse
https://api.github.com/repos/IQSS/dataverse
closed
File Permissions: Grant File Access popup has skewed display in FF
Component: UX & Upgrade Priority: Medium Status: QA Type: Bug
When granting file access, there is a view popup to see which file(s) are requested. In my FF, 35.0.1, the files table is pushed off screen to the right with the top text and buttons to the left. Works ok in Chrome.
1.0
File Permissions: Grant File Access popup has skewed display in FF - When granting file access, there is a view popup to see which file(s) are requested. In my FF, 35.0.1, the files table is pushed off screen to the right with the top text and buttons to the left. Works ok in Chrome.
priority
file permissions grant file access popup has skewed display in ff when granting file access there is a view popup to see which file s are requested in my ff the files table is pushed off screen to the right with the top text and buttons to the left works ok in chrome
1
515,332
14,960,413,868
IssuesEvent
2021-01-27 05:43:42
nlpsandbox/data-node
https://api.github.com/repos/nlpsandbox/data-node
closed
Consider adding flake8 linting as part of tox testing
Priority: Medium
Currently I separate linting tasks from testing. Example of linting code with flake8 using tox: https://github.com/mdomke/pytest-mongodb/blob/develop/tox.ini
1.0
Consider adding flake8 linting as part of tox testing - Currently I separate linting tasks from testing. Example of linting code with flake8 using tox: https://github.com/mdomke/pytest-mongodb/blob/develop/tox.ini
priority
consider adding linting as part of tox testing currently i separate linting tasks from testing example of linting code with using tox
1
283,042
8,713,480,494
IssuesEvent
2018-12-07 02:51:06
aowen87/TicketTester
https://api.github.com/repos/aowen87/TicketTester
closed
It isn't possible to see the material specific values in a mixed material zone in Label plot
bug crash likelihood medium priority reviewed severity high wrong results
Matt Obrien reported that with code he has mixed materials with material specific values. Normally VisIt always displays the whole zone values unless some material selection is being performed. If there are no materials being selected there is a setting that forces material interface reconstruction and allows seeing the per material values. Neither of these mechanisms appear to be working. I couldn't verify this since none of our test data sets appear to have per material values for variables (or at least none that I could find). The first step is to modify the curv2d.silo generator to put out material specific values for the density that are markedly different so that we can test this. Then we should get this working. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 3002 Status: Resolved Project: VisIt Tracker: Bug Priority: High Subject: It isn't possible to see the material specific values in a mixed material zone in Label plot Assigned to: Alister Maguire Category: Target version: 2.13.1 Author: Eric Brugger Start: 01/29/2018 Due date: % Done: 100 Estimated time: 4.0 Created: 01/29/2018 08:17 pm Updated: 02/26/2018 05:00 pm Likelihood: 3 - Occasional Severity: 4 - Crash / Wrong Results Found in version: 2.12.3 Impact: Expected Use: OS: All Support Group: Any Description: Matt Obrien reported that with code he has mixed materials with material specific values. Normally VisIt always displays the whole zone values unless some material selection is being performed. If there are no materials being selected there is a setting that forces material interface reconstruction and allows seeing the per material values. Neither of these mechanisms appear to be working. I couldn't verify this since none of our test data sets appear to have per material values for variables (or at least none that I could find). The first step is to modify the curv2d.silo generator to put out material specific values for the density that are markedly different so that we can test this. Then we should get this working. Comments: pdbdatabase.C has a mixed scalar. Thanks for the tip about pdbdatabase.C containing mixed material variables. I tested VisIt 2.12.3 and it did the right thing. I will ask Matt for a data file. Matt gave me his file and when I force interface reconstruction, a Pseudocolor plot of the mixed material variable splits the cells and displays the material specific value in each piece. When I do a label plot of materials, it splits the cells and labels each piece with the correct material label. When I do a label plot of the mixed material variable it doesn't split the cell and displays the whole zone value. So, it is as Matt described, almost everything works correctly, just this one case doesn't. The data file he gave me is in ~brugger1/visit_obrien_bug on kickit. I suspect that the database generated by pdbdatabase.C should show the same behavior. Ok, specmix_ucd.silo has mixed variable values for variables "p" and "d" Hey everyone,I’ve committed two revisions to the trunk.Revision 32458:This revision fixes a bug with the label plot not being able to correctly label mixed variables. I’ve only been able to test on one dataset, but the issue should be resolved in general.M src/plots/Label/avtLabelFilter.CM src/plots/Label/avtLabelFilter.hRevision 32459:I added in a couple of tests to the label plot test file. These new tests will check to make sure that cells with mixed variables are being labeled correctly.A test/baseline/plots/label/label_11_00.pngA test/baseline/plots/label/label_11_01.pngM test/tests/plots/label.pyBest,Alister
1.0
It isn't possible to see the material specific values in a mixed material zone in Label plot - Matt Obrien reported that with code he has mixed materials with material specific values. Normally VisIt always displays the whole zone values unless some material selection is being performed. If there are no materials being selected there is a setting that forces material interface reconstruction and allows seeing the per material values. Neither of these mechanisms appear to be working. I couldn't verify this since none of our test data sets appear to have per material values for variables (or at least none that I could find). The first step is to modify the curv2d.silo generator to put out material specific values for the density that are markedly different so that we can test this. Then we should get this working. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 3002 Status: Resolved Project: VisIt Tracker: Bug Priority: High Subject: It isn't possible to see the material specific values in a mixed material zone in Label plot Assigned to: Alister Maguire Category: Target version: 2.13.1 Author: Eric Brugger Start: 01/29/2018 Due date: % Done: 100 Estimated time: 4.0 Created: 01/29/2018 08:17 pm Updated: 02/26/2018 05:00 pm Likelihood: 3 - Occasional Severity: 4 - Crash / Wrong Results Found in version: 2.12.3 Impact: Expected Use: OS: All Support Group: Any Description: Matt Obrien reported that with code he has mixed materials with material specific values. Normally VisIt always displays the whole zone values unless some material selection is being performed. If there are no materials being selected there is a setting that forces material interface reconstruction and allows seeing the per material values. Neither of these mechanisms appear to be working. I couldn't verify this since none of our test data sets appear to have per material values for variables (or at least none that I could find). The first step is to modify the curv2d.silo generator to put out material specific values for the density that are markedly different so that we can test this. Then we should get this working. Comments: pdbdatabase.C has a mixed scalar. Thanks for the tip about pdbdatabase.C containing mixed material variables. I tested VisIt 2.12.3 and it did the right thing. I will ask Matt for a data file. Matt gave me his file and when I force interface reconstruction, a Pseudocolor plot of the mixed material variable splits the cells and displays the material specific value in each piece. When I do a label plot of materials, it splits the cells and labels each piece with the correct material label. When I do a label plot of the mixed material variable it doesn't split the cell and displays the whole zone value. So, it is as Matt described, almost everything works correctly, just this one case doesn't. The data file he gave me is in ~brugger1/visit_obrien_bug on kickit. I suspect that the database generated by pdbdatabase.C should show the same behavior. Ok, specmix_ucd.silo has mixed variable values for variables "p" and "d" Hey everyone,I’ve committed two revisions to the trunk.Revision 32458:This revision fixes a bug with the label plot not being able to correctly label mixed variables. I’ve only been able to test on one dataset, but the issue should be resolved in general.M src/plots/Label/avtLabelFilter.CM src/plots/Label/avtLabelFilter.hRevision 32459:I added in a couple of tests to the label plot test file. These new tests will check to make sure that cells with mixed variables are being labeled correctly.A test/baseline/plots/label/label_11_00.pngA test/baseline/plots/label/label_11_01.pngM test/tests/plots/label.pyBest,Alister
priority
it isn t possible to see the material specific values in a mixed material zone in label plot matt obrien reported that with code he has mixed materials with material specific values normally visit always displays the whole zone values unless some material selection is being performed if there are no materials being selected there is a setting that forces material interface reconstruction and allows seeing the per material values neither of these mechanisms appear to be working i couldn t verify this since none of our test data sets appear to have per material values for variables or at least none that i could find the first step is to modify the silo generator to put out material specific values for the density that are markedly different so that we can test this then we should get this working redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority high subject it isn t possible to see the material specific values in a mixed material zone in label plot assigned to alister maguire category target version author eric brugger start due date done estimated time created pm updated pm likelihood occasional severity crash wrong results found in version impact expected use os all support group any description matt obrien reported that with code he has mixed materials with material specific values normally visit always displays the whole zone values unless some material selection is being performed if there are no materials being selected there is a setting that forces material interface reconstruction and allows seeing the per material values neither of these mechanisms appear to be working i couldn t verify this since none of our test data sets appear to have per material values for variables or at least none that i could find the first step is to modify the silo generator to put out material specific values for the density that are markedly different so that we can test this then we should get this working comments pdbdatabase c has a mixed scalar thanks for the tip about pdbdatabase c containing mixed material variables i tested visit and it did the right thing i will ask matt for a data file matt gave me his file and when i force interface reconstruction a pseudocolor plot of the mixed material variable splits the cells and displays the material specific value in each piece when i do a label plot of materials it splits the cells and labels each piece with the correct material label when i do a label plot of the mixed material variable it doesn t split the cell and displays the whole zone value so it is as matt described almost everything works correctly just this one case doesn t the data file he gave me is in visit obrien bug on kickit i suspect that the database generated by pdbdatabase c should show the same behavior ok specmix ucd silo has mixed variable values for variables p and d hey everyone i’ve committed two revisions to the trunk revision this revision fixes a bug with the label plot not being able to correctly label mixed variables i’ve only been able to test on one dataset but the issue should be resolved in general m src plots label avtlabelfilter cm src plots label avtlabelfilter hrevision i added in a couple of tests to the label plot test file these new tests will check to make sure that cells with mixed variables are being labeled correctly a test baseline plots label label pnga test baseline plots label label pngm test tests plots label pybest alister
1
40,971
2,868,959,241
IssuesEvent
2015-06-05 22:12:33
dart-lang/pub
https://api.github.com/repos/dart-lang/pub
closed
Pub serve should transfer files with their correct mime type
bug DevStory Fixed Priority-Medium
<a href="https://github.com/stevemessick"><img src="https://avatars.githubusercontent.com/u/8518285?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [stevemessick](https://github.com/stevemessick)** _Originally opened as dart-lang/sdk#14815_ ---- **[user feedback]** Pub serve should transfer files with their correct mine type, but doesn't seem to do it: Resource interpreted as Script but transferred with MIME type text/plain: &quot;http://localhost:3031/packages/browser/dart.js&quot;. admin.html:15 Resource interpreted as Stylesheet but transferred with MIME type text/plain: &quot;http://localhost:3031/assets/bootstrap/css/bootstrap.min.css&quot;. //////////////////////////////////////////////////////////////////////////////////// Editor: 0.8.7_r29341 (2013-10-28) OS: Windows 8 - amd64 (6.2) JVM: 1.7.0_21 # projects: 2 # open dart files: 0 auto-run pub: true localhost resolves to: 127.0.0.1 mem max/total/free: 1778 / 1289 / 382 MB thread count: 34 index: 592303 relationships in 114639 keys in 780 sources SDK installed: true Dartium installed: true
1.0
Pub serve should transfer files with their correct mime type - <a href="https://github.com/stevemessick"><img src="https://avatars.githubusercontent.com/u/8518285?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [stevemessick](https://github.com/stevemessick)** _Originally opened as dart-lang/sdk#14815_ ---- **[user feedback]** Pub serve should transfer files with their correct mine type, but doesn't seem to do it: Resource interpreted as Script but transferred with MIME type text/plain: &quot;http://localhost:3031/packages/browser/dart.js&quot;. admin.html:15 Resource interpreted as Stylesheet but transferred with MIME type text/plain: &quot;http://localhost:3031/assets/bootstrap/css/bootstrap.min.css&quot;. //////////////////////////////////////////////////////////////////////////////////// Editor: 0.8.7_r29341 (2013-10-28) OS: Windows 8 - amd64 (6.2) JVM: 1.7.0_21 # projects: 2 # open dart files: 0 auto-run pub: true localhost resolves to: 127.0.0.1 mem max/total/free: 1778 / 1289 / 382 MB thread count: 34 index: 592303 relationships in 114639 keys in 780 sources SDK installed: true Dartium installed: true
priority
pub serve should transfer files with their correct mime type issue by originally opened as dart lang sdk pub serve should transfer files with their correct mine type but doesn t seem to do it resource interpreted as script but transferred with mime type text plain quot admin html resource interpreted as stylesheet but transferred with mime type text plain quot editor os windows jvm projects open dart files auto run pub true localhost resolves to mem max total free mb thread count index relationships in keys in sources sdk installed true dartium installed true
1
227,201
7,527,862,486
IssuesEvent
2018-04-13 18:35:34
PlasmaPy/PlasmaPy
https://api.github.com/repos/PlasmaPy/PlasmaPy
opened
Standardize representation of tensors
Feature request Math Needs subject matter expert Priority: medium
For better or for worse, plasma physics tends to involve a lot of tensors. This includes frequent usage of dyadic tensors with notation that isn't used that frequently outside of our field. We should figure out a standard way of representing tensors, both for symbolic manipulation and for situations where we need numerical values. These objects should be able to be operated upon, including with double dot products (which, from what I understand, aren't always defined the same way). We will also need good, easy-to-understand documentation on the tensor calculus used in plasma physics, especially for notations that are not frequently used outside our field. Does anyone know of any libraries that can be used to represent and work with tensors, including dyadic tensors? Do any of you have favorite references on tensor calculus as used in plasma physics? One of my favorites is lecture 2 of Dalton Schnack's book on Lectures in Magnetohydrodynamics. Are there any particularly good references on tensor calculus as used in plasma physics?
1.0
Standardize representation of tensors - For better or for worse, plasma physics tends to involve a lot of tensors. This includes frequent usage of dyadic tensors with notation that isn't used that frequently outside of our field. We should figure out a standard way of representing tensors, both for symbolic manipulation and for situations where we need numerical values. These objects should be able to be operated upon, including with double dot products (which, from what I understand, aren't always defined the same way). We will also need good, easy-to-understand documentation on the tensor calculus used in plasma physics, especially for notations that are not frequently used outside our field. Does anyone know of any libraries that can be used to represent and work with tensors, including dyadic tensors? Do any of you have favorite references on tensor calculus as used in plasma physics? One of my favorites is lecture 2 of Dalton Schnack's book on Lectures in Magnetohydrodynamics. Are there any particularly good references on tensor calculus as used in plasma physics?
priority
standardize representation of tensors for better or for worse plasma physics tends to involve a lot of tensors this includes frequent usage of dyadic tensors with notation that isn t used that frequently outside of our field we should figure out a standard way of representing tensors both for symbolic manipulation and for situations where we need numerical values these objects should be able to be operated upon including with double dot products which from what i understand aren t always defined the same way we will also need good easy to understand documentation on the tensor calculus used in plasma physics especially for notations that are not frequently used outside our field does anyone know of any libraries that can be used to represent and work with tensors including dyadic tensors do any of you have favorite references on tensor calculus as used in plasma physics one of my favorites is lecture of dalton schnack s book on lectures in magnetohydrodynamics are there any particularly good references on tensor calculus as used in plasma physics
1
812,095
30,317,174,652
IssuesEvent
2023-07-10 16:22:04
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YSQL] Flaky Test: org.yb.pgsql.TestYsqlUpgrade.upgradeIsIdempotentSingleConn
kind/bug area/ysql priority/medium
Jira Link: [DB-5115](https://yugabyte.atlassian.net/browse/DB-5115) ### Description The test case org.yb.pgsql.TestYsqlUpgrade.upgradeIsIdempotentSingleConn has been flaky since it was introduced. Over the most recent 50 commits, it has failed 29 of them (58%). Across all runs of this test over the last 50 commits, it has failed 12.2% (40 failures). Error: com.yugabyte.util.PSQLException: FATAL: Could not reconnect to database [DB-5115]: https://yugabyte.atlassian.net/browse/DB-5115?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
[YSQL] Flaky Test: org.yb.pgsql.TestYsqlUpgrade.upgradeIsIdempotentSingleConn - Jira Link: [DB-5115](https://yugabyte.atlassian.net/browse/DB-5115) ### Description The test case org.yb.pgsql.TestYsqlUpgrade.upgradeIsIdempotentSingleConn has been flaky since it was introduced. Over the most recent 50 commits, it has failed 29 of them (58%). Across all runs of this test over the last 50 commits, it has failed 12.2% (40 failures). Error: com.yugabyte.util.PSQLException: FATAL: Could not reconnect to database [DB-5115]: https://yugabyte.atlassian.net/browse/DB-5115?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
priority
flaky test org yb pgsql testysqlupgrade upgradeisidempotentsingleconn jira link description the test case org yb pgsql testysqlupgrade upgradeisidempotentsingleconn has been flaky since it was introduced over the most recent commits it has failed of them across all runs of this test over the last commits it has failed failures error com yugabyte util psqlexception fatal could not reconnect to database
1
316,521
9,648,697,685
IssuesEvent
2019-05-17 16:59:11
nhsconnect/gpconnect-provider-testing
https://api.github.com/repos/nhsconnect/gpconnect-provider-testing
closed
Revise Medication headings
0.7.1 HTML Medium priority
•Change the following headings (and reference to the headings) •Recent Acute Medication > Acute Medication (Last 12 Months) applies to Summary and Medications view •All Medication (Summary) > All Medication applies to Medications view only see #628
1.0
Revise Medication headings - •Change the following headings (and reference to the headings) •Recent Acute Medication > Acute Medication (Last 12 Months) applies to Summary and Medications view •All Medication (Summary) > All Medication applies to Medications view only see #628
priority
revise medication headings •change the following headings and reference to the headings •recent acute medication acute medication last months applies to summary and medications view •all medication summary all medication applies to medications view only see
1
821,439
30,823,405,325
IssuesEvent
2023-08-01 18:03:37
recro/ats-issues
https://api.github.com/repos/recro/ats-issues
opened
Change and increase font size across application
priority/medium area/global
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. the font and font size is sterile and hard to read at times ### Describe the solution you'd like increase font size and change font type ### Additional context _No response_
1.0
Change and increase font size across application - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. the font and font size is sterile and hard to read at times ### Describe the solution you'd like increase font size and change font type ### Additional context _No response_
priority
change and increase font size across application is there an existing issue for this i have searched the existing issues is your feature request related to a problem please describe the problem the font and font size is sterile and hard to read at times describe the solution you d like increase font size and change font type additional context no response
1
500,323
14,496,104,755
IssuesEvent
2020-12-11 12:15:32
enso-org/ide
https://api.github.com/repos/enso-org/ide
opened
Find out how to make WASM test compile dependencies only once.
Difficulty: Hard Priority: Medium Type: Research Needed
### Summary Currently when we run tests in IDE, we run the native test first, and then wasm-pack test for each crate. However wasm-pack test in current configuration does not use already downloaded and compiled dependencies. This makes running tests a very long process, as we compile some libs 4 or even 13 times. ### Value A much faster CI. ### Specification Needs some research. IT should not take very long, as in future we plan to remove wasm unit tests altogether. ### Acceptance Criteria & Test Cases `./run test` logs shows, that no dependency is downloaded unnecessarily.
1.0
Find out how to make WASM test compile dependencies only once. - ### Summary Currently when we run tests in IDE, we run the native test first, and then wasm-pack test for each crate. However wasm-pack test in current configuration does not use already downloaded and compiled dependencies. This makes running tests a very long process, as we compile some libs 4 or even 13 times. ### Value A much faster CI. ### Specification Needs some research. IT should not take very long, as in future we plan to remove wasm unit tests altogether. ### Acceptance Criteria & Test Cases `./run test` logs shows, that no dependency is downloaded unnecessarily.
priority
find out how to make wasm test compile dependencies only once summary currently when we run tests in ide we run the native test first and then wasm pack test for each crate however wasm pack test in current configuration does not use already downloaded and compiled dependencies this makes running tests a very long process as we compile some libs or even times value a much faster ci specification needs some research it should not take very long as in future we plan to remove wasm unit tests altogether acceptance criteria test cases run test logs shows that no dependency is downloaded unnecessarily
1
588,631
17,663,518,178
IssuesEvent
2021-08-22 01:39:48
rocky-linux/os-autoinst-distri-rocky
https://api.github.com/repos/rocky-linux/os-autoinst-distri-rocky
closed
Test suite failure of install_standard_partition_ext4 on rocky-8.4-dvd-iso-x86_64
priority: medium type: bug
## Describe Issue | Test Suite | install_standard_partition_ext4@64bit | |---|---| | Result | **failed** ( 55:20 minutes ) | | Scheduled product | `rocky-8.4-dvd-iso-x86_64` | | Test module | `/var/lib/openqa/share/tests/rocky/tests/disk_custom_standard_partition_ext4_postinstall.pm`<br>`/var/lib/openqa/share/tests/rocky/tests/disk_custom_standard_partition_ext4.pm` (related) | | Analysis | *Test died: output not validating at `/var/lib/openqa/share/tests/rocky/tests/disk_custom_standard_partition_ext4_postinstall.pm` line 17.*<br>Looking for 3 lines with `/dev/vda` in fdisk -l output (2 partitions plus disk header) but configuration has 3 partitions (4 lines) | ## Planned Action - Update test defaults to look for count=4 (header + 3 partitions) in BIOS and count=5 (header + 4 partitions) in UEFI mode.
1.0
Test suite failure of install_standard_partition_ext4 on rocky-8.4-dvd-iso-x86_64 - ## Describe Issue | Test Suite | install_standard_partition_ext4@64bit | |---|---| | Result | **failed** ( 55:20 minutes ) | | Scheduled product | `rocky-8.4-dvd-iso-x86_64` | | Test module | `/var/lib/openqa/share/tests/rocky/tests/disk_custom_standard_partition_ext4_postinstall.pm`<br>`/var/lib/openqa/share/tests/rocky/tests/disk_custom_standard_partition_ext4.pm` (related) | | Analysis | *Test died: output not validating at `/var/lib/openqa/share/tests/rocky/tests/disk_custom_standard_partition_ext4_postinstall.pm` line 17.*<br>Looking for 3 lines with `/dev/vda` in fdisk -l output (2 partitions plus disk header) but configuration has 3 partitions (4 lines) | ## Planned Action - Update test defaults to look for count=4 (header + 3 partitions) in BIOS and count=5 (header + 4 partitions) in UEFI mode.
priority
test suite failure of install standard partition on rocky dvd iso describe issue test suite install standard partition result failed minutes scheduled product rocky dvd iso test module var lib openqa share tests rocky tests disk custom standard partition postinstall pm var lib openqa share tests rocky tests disk custom standard partition pm related analysis test died output not validating at var lib openqa share tests rocky tests disk custom standard partition postinstall pm line looking for lines with dev vda in fdisk l output partitions plus disk header but configuration has partitions lines planned action update test defaults to look for count header partitions in bios and count header partitions in uefi mode
1
212,791
7,242,733,604
IssuesEvent
2018-02-14 09:07:40
chef/chef
https://api.github.com/repos/chef/chef
closed
cookbook name not taken into account in local mode or chef-zero
Priority: Medium Type: Bug
## Description In local mode, the directory name is used as the name of the cookbook, not the `name` in metadata.rb So if you have a cookbook called `foo`, but the dir name is `foo_test` and inside of `foo` you do `include_recipe 'foo::some_recipe'` it'll complain that: ``` Cookbook foo not found. If you're loading foo from another cookbook, make sure you configure the dependency in your metadata ``` Frankly, I was a proponent of adding a Foodcritic rule that required to be the same but @lamont-granquist (I think) chimed in that having them able to be separate is super important. I ended up using this to test something and it turns out not to work. ## Chef Version 12.8.1 ## Platform Version CentOS 7 ## Replication Case See above. ## Client Output See above.
1.0
cookbook name not taken into account in local mode or chef-zero - ## Description In local mode, the directory name is used as the name of the cookbook, not the `name` in metadata.rb So if you have a cookbook called `foo`, but the dir name is `foo_test` and inside of `foo` you do `include_recipe 'foo::some_recipe'` it'll complain that: ``` Cookbook foo not found. If you're loading foo from another cookbook, make sure you configure the dependency in your metadata ``` Frankly, I was a proponent of adding a Foodcritic rule that required to be the same but @lamont-granquist (I think) chimed in that having them able to be separate is super important. I ended up using this to test something and it turns out not to work. ## Chef Version 12.8.1 ## Platform Version CentOS 7 ## Replication Case See above. ## Client Output See above.
priority
cookbook name not taken into account in local mode or chef zero description in local mode the directory name is used as the name of the cookbook not the name in metadata rb so if you have a cookbook called foo but the dir name is foo test and inside of foo you do include recipe foo some recipe it ll complain that cookbook foo not found if you re loading foo from another cookbook make sure you configure the dependency in your metadata frankly i was a proponent of adding a foodcritic rule that required to be the same but lamont granquist i think chimed in that having them able to be separate is super important i ended up using this to test something and it turns out not to work chef version platform version centos replication case see above client output see above
1
349,966
10,476,370,823
IssuesEvent
2019-09-23 18:26:34
hydroshare/hydroshare
https://api.github.com/repos/hydroshare/hydroshare
closed
Unable to modify resource sharabile status
Medium Priority bug
I am unable to modify the public 'sharable' status of resources I have created as non-sharable resources. Please find [this](https://hydroshare.org/resource/e7da635f4f6d404a9845fdf96b136550/) resource as an example. Specifically, my resources do have this symbol ![non-shareable](https://hydroshare.org/static/img/non-shareable.png) rather than ![sharable](https://hydroshare.org/static/img/shareable.png) symbol. Also, I have attempted to modify resources marked as sharable to non-sharable without any success. To determine if this were a potential browser problem, I have attempted to change the resources with both Safari 12.1 and Firefox Quantum 69.0. If you can direct me to the general direction of the code where such an option could be updated, I am happy to open a pull request.
1.0
Unable to modify resource sharabile status - I am unable to modify the public 'sharable' status of resources I have created as non-sharable resources. Please find [this](https://hydroshare.org/resource/e7da635f4f6d404a9845fdf96b136550/) resource as an example. Specifically, my resources do have this symbol ![non-shareable](https://hydroshare.org/static/img/non-shareable.png) rather than ![sharable](https://hydroshare.org/static/img/shareable.png) symbol. Also, I have attempted to modify resources marked as sharable to non-sharable without any success. To determine if this were a potential browser problem, I have attempted to change the resources with both Safari 12.1 and Firefox Quantum 69.0. If you can direct me to the general direction of the code where such an option could be updated, I am happy to open a pull request.
priority
unable to modify resource sharabile status i am unable to modify the public sharable status of resources i have created as non sharable resources please find resource as an example specifically my resources do have this symbol rather than symbol also i have attempted to modify resources marked as sharable to non sharable without any success to determine if this were a potential browser problem i have attempted to change the resources with both safari and firefox quantum if you can direct me to the general direction of the code where such an option could be updated i am happy to open a pull request
1
306,936
9,413,328,237
IssuesEvent
2019-04-10 07:30:41
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Contract Payment Exploit
Medium Priority
Hey, I'm playing with some friends and we just realized we can all change the payment values on each others contracts. This seems super exploitable? Never noticed this in 7.4.7, but we can all do it now.
1.0
Contract Payment Exploit - Hey, I'm playing with some friends and we just realized we can all change the payment values on each others contracts. This seems super exploitable? Never noticed this in 7.4.7, but we can all do it now.
priority
contract payment exploit hey i m playing with some friends and we just realized we can all change the payment values on each others contracts this seems super exploitable never noticed this in but we can all do it now
1
588,310
17,651,832,167
IssuesEvent
2021-08-20 14:10:35
eclipse/dirigible
https://api.github.com/repos/eclipse/dirigible
opened
[Editors] CSV Editor ignoring delimiter and quote char options if header is false
component-ide priority-high efforts-medium
**Describe the bug** When opening CSV files from the CSVIM Editor into CSV Editor, the delimiter and quote char arguments are ignored if the header argument is false. **To Reproduce** Steps to reproduce the behavior: 1. Open a csvim file 2. Disable header 3. Click on "Open" 4. See error **Expected behavior** Arguments passed to the CSV Editor should not be dependent on each other. **Desktop:** - OS: macOS 11.5 - Browser: Firefox 91 - Version: Dirigible 5.12.12
1.0
[Editors] CSV Editor ignoring delimiter and quote char options if header is false - **Describe the bug** When opening CSV files from the CSVIM Editor into CSV Editor, the delimiter and quote char arguments are ignored if the header argument is false. **To Reproduce** Steps to reproduce the behavior: 1. Open a csvim file 2. Disable header 3. Click on "Open" 4. See error **Expected behavior** Arguments passed to the CSV Editor should not be dependent on each other. **Desktop:** - OS: macOS 11.5 - Browser: Firefox 91 - Version: Dirigible 5.12.12
priority
csv editor ignoring delimiter and quote char options if header is false describe the bug when opening csv files from the csvim editor into csv editor the delimiter and quote char arguments are ignored if the header argument is false to reproduce steps to reproduce the behavior open a csvim file disable header click on open see error expected behavior arguments passed to the csv editor should not be dependent on each other desktop os macos browser firefox version dirigible
1
48,235
2,994,862,049
IssuesEvent
2015-07-22 14:11:04
andresriancho/w3af
https://api.github.com/repos/andresriancho/w3af
closed
Add documentation on how to run w3af_api using supervisord
improvement priority:medium rest-api
Add documentation on how to run w3af_api using supervisord
1.0
Add documentation on how to run w3af_api using supervisord - Add documentation on how to run w3af_api using supervisord
priority
add documentation on how to run api using supervisord add documentation on how to run api using supervisord
1
288,829
8,852,009,400
IssuesEvent
2019-01-08 17:08:00
qhacks/qhacks-dashboard
https://api.github.com/repos/qhacks/qhacks-dashboard
opened
Remove resetPasswordHash from database after successful password reset
package: server priority: required (medium) type: bug
## Description Currently when a password reset occurs we do not remove the reset password hash from the database to in theory you can use the password reset hash multiple times. After any password reset we should be setting it to null in the database. Thankfully the hashes do expire so its not a massive deal right now. ### Expected Behavior Reset password hashes should not be able to be used more than once. ### Actual Behavior You can use a reset password has multiple times until it expires. ### Steps to Reproduce 1. Reset password 2. Then use the same reset password link and try again
1.0
Remove resetPasswordHash from database after successful password reset - ## Description Currently when a password reset occurs we do not remove the reset password hash from the database to in theory you can use the password reset hash multiple times. After any password reset we should be setting it to null in the database. Thankfully the hashes do expire so its not a massive deal right now. ### Expected Behavior Reset password hashes should not be able to be used more than once. ### Actual Behavior You can use a reset password has multiple times until it expires. ### Steps to Reproduce 1. Reset password 2. Then use the same reset password link and try again
priority
remove resetpasswordhash from database after successful password reset description currently when a password reset occurs we do not remove the reset password hash from the database to in theory you can use the password reset hash multiple times after any password reset we should be setting it to null in the database thankfully the hashes do expire so its not a massive deal right now expected behavior reset password hashes should not be able to be used more than once actual behavior you can use a reset password has multiple times until it expires steps to reproduce reset password then use the same reset password link and try again
1
401,827
11,798,400,395
IssuesEvent
2020-03-18 14:20:30
codidact/qpixel
https://api.github.com/repos/codidact/qpixel
closed
Live Markdown previews
area: frontend priority: medium type: change request
We need to look into a client-side Markdown renderer and render posts as they're being typed so users have a live preview.
1.0
Live Markdown previews - We need to look into a client-side Markdown renderer and render posts as they're being typed so users have a live preview.
priority
live markdown previews we need to look into a client side markdown renderer and render posts as they re being typed so users have a live preview
1
397,002
11,716,965,543
IssuesEvent
2020-03-09 16:28:11
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
closed
"Collapse checklist" hovertext persists on mouseover and blocks checkboxes for checklist items
priority: medium section: Task Page status: issue: in progress type: medium level coding
> "This was mentioned in the Tavern and I'm seeing it too: in the tasklist on the web, if I hover over the Collapse Checklist button on a task, and then move my mouse down so it's on the label popup, the popup stays until I move my mouse off the popup. The popup covers the top couple checklist items so they can't be checked off (until you move the mouse all the way out of range to get rid of the popup). > I know some popups are designed to stay onscreen if you mouse over them, which makes sense when the popup is designed to time out. The label popup doesn't time out, so I don't think it needs to be 'paused' with a mouseover." Reproduced in Firefox on Windows.
1.0
"Collapse checklist" hovertext persists on mouseover and blocks checkboxes for checklist items - > "This was mentioned in the Tavern and I'm seeing it too: in the tasklist on the web, if I hover over the Collapse Checklist button on a task, and then move my mouse down so it's on the label popup, the popup stays until I move my mouse off the popup. The popup covers the top couple checklist items so they can't be checked off (until you move the mouse all the way out of range to get rid of the popup). > I know some popups are designed to stay onscreen if you mouse over them, which makes sense when the popup is designed to time out. The label popup doesn't time out, so I don't think it needs to be 'paused' with a mouseover." Reproduced in Firefox on Windows.
priority
collapse checklist hovertext persists on mouseover and blocks checkboxes for checklist items this was mentioned in the tavern and i m seeing it too in the tasklist on the web if i hover over the collapse checklist button on a task and then move my mouse down so it s on the label popup the popup stays until i move my mouse off the popup the popup covers the top couple checklist items so they can t be checked off until you move the mouse all the way out of range to get rid of the popup i know some popups are designed to stay onscreen if you mouse over them which makes sense when the popup is designed to time out the label popup doesn t time out so i don t think it needs to be paused with a mouseover reproduced in firefox on windows
1
52,265
3,022,464,720
IssuesEvent
2015-07-31 20:31:10
information-artifact-ontology/IAO
https://api.github.com/repos/information-artifact-ontology/IAO
opened
obsoleted terms
bug imported Priority-Medium
_From [mcour...@gmail.com](https://code.google.com/u/116795168307825520406/) on August 07, 2009 19:44:28_ Obsoleted terms need to point to their replacement and have obsolescence reason instance used. Also need to be coordinated with OBI. obsolete_narrative object(IAO_0000006) => replaced by textual entity and figure obsolete_digital document(IAO_0000105) obsolete_report table(IAO_0000097) => replaced by textual entity table obsolete_binary digital entity(IAO_0000019) obsolete_digital entity(IAO_0000012) obsolete_report(IAO_0000088) => replaced by document _Original issue: http://code.google.com/p/information-artifact-ontology/issues/detail?id=41_
1.0
obsoleted terms - _From [mcour...@gmail.com](https://code.google.com/u/116795168307825520406/) on August 07, 2009 19:44:28_ Obsoleted terms need to point to their replacement and have obsolescence reason instance used. Also need to be coordinated with OBI. obsolete_narrative object(IAO_0000006) => replaced by textual entity and figure obsolete_digital document(IAO_0000105) obsolete_report table(IAO_0000097) => replaced by textual entity table obsolete_binary digital entity(IAO_0000019) obsolete_digital entity(IAO_0000012) obsolete_report(IAO_0000088) => replaced by document _Original issue: http://code.google.com/p/information-artifact-ontology/issues/detail?id=41_
priority
obsoleted terms from on august obsoleted terms need to point to their replacement and have obsolescence reason instance used also need to be coordinated with obi obsolete narrative object iao replaced by textual entity and figure obsolete digital document iao obsolete report table iao replaced by textual entity table obsolete binary digital entity iao obsolete digital entity iao obsolete report iao replaced by document original issue
1
250,079
7,968,286,089
IssuesEvent
2018-07-16 01:29:54
SETI/pds-opus
https://api.github.com/repos/SETI/pds-opus
opened
API needs to be stress tested
A-Bug B-OPUS Django Effort 2 Medium Priority TBD
Right now there are far too many cases where badly formatted requests (missing fields, bad slugs) throw exceptions that are not reported to the user and instead end up in the OPUS error log. The whole exception handling architecture needs to be cleaned up.
1.0
API needs to be stress tested - Right now there are far too many cases where badly formatted requests (missing fields, bad slugs) throw exceptions that are not reported to the user and instead end up in the OPUS error log. The whole exception handling architecture needs to be cleaned up.
priority
api needs to be stress tested right now there are far too many cases where badly formatted requests missing fields bad slugs throw exceptions that are not reported to the user and instead end up in the opus error log the whole exception handling architecture needs to be cleaned up
1
662,587
22,144,956,412
IssuesEvent
2022-06-03 10:58:27
justapagamentos/justa-angular-library
https://api.github.com/repos/justapagamentos/justa-angular-library
closed
Project improvements
Priority: Medium Status: In Progress Type: Maintenance
A list of improvements to this project: **TODO List**: - [ ] Update readme - [x] main readme - [ ] Validators - [ ] Mask Directive - [ ] Paginator - [ ] Add Contributors guide - [x] Add Prettier - [ ] ESLint + TypeScript parser instead TSLint - [x] Add Commit lint (with project scopes) - [x] Git hooks with Husky
1.0
Project improvements - A list of improvements to this project: **TODO List**: - [ ] Update readme - [x] main readme - [ ] Validators - [ ] Mask Directive - [ ] Paginator - [ ] Add Contributors guide - [x] Add Prettier - [ ] ESLint + TypeScript parser instead TSLint - [x] Add Commit lint (with project scopes) - [x] Git hooks with Husky
priority
project improvements a list of improvements to this project todo list update readme main readme validators mask directive paginator add contributors guide add prettier eslint typescript parser instead tslint add commit lint with project scopes git hooks with husky
1
108,373
4,343,406,388
IssuesEvent
2016-07-29 01:34:55
baxter-oop/AndOre
https://api.github.com/repos/baxter-oop/AndOre
closed
Ally with other players
Client High Priority (Work on this next) In Progress Medium Priority Needed for another Issue New Feature Server Suggestion
You should be able to Ally with other players and see them as Allies Waiting on ~~#45~~
2.0
Ally with other players - You should be able to Ally with other players and see them as Allies Waiting on ~~#45~~
priority
ally with other players you should be able to ally with other players and see them as allies waiting on
1
133,489
5,204,326,005
IssuesEvent
2017-01-24 15:18:34
dhowe/AdNauseam
https://api.github.com/repos/dhowe/AdNauseam
opened
Add buttons for backup/restore user settings
PRIORITY: Medium
Request from user: https://github.com/dhowe/AdNauseam/issues/810 We currently don't have these buttons. @cqx931 suggest the following: > My opinion is that the current Export/Import/Clear ads buttons in settings page are actually duplicates. I’m not sure about other users but I mostly use these in the vault instead of settings page. And if having that backup & restore function can help users to backup their settings and rules, I think it is worth the work... I agree that it is a useful feature, however I'm not sure that it should replace our current import/export ads buttons... @mushon? ![screen shot 2017-01-24 at 11 15 54 pm](https://cloud.githubusercontent.com/assets/737638/22253128/67149caa-e28b-11e6-9538-3845669e646d.png)
1.0
Add buttons for backup/restore user settings - Request from user: https://github.com/dhowe/AdNauseam/issues/810 We currently don't have these buttons. @cqx931 suggest the following: > My opinion is that the current Export/Import/Clear ads buttons in settings page are actually duplicates. I’m not sure about other users but I mostly use these in the vault instead of settings page. And if having that backup & restore function can help users to backup their settings and rules, I think it is worth the work... I agree that it is a useful feature, however I'm not sure that it should replace our current import/export ads buttons... @mushon? ![screen shot 2017-01-24 at 11 15 54 pm](https://cloud.githubusercontent.com/assets/737638/22253128/67149caa-e28b-11e6-9538-3845669e646d.png)
priority
add buttons for backup restore user settings request from user we currently don t have these buttons suggest the following my opinion is that the current export import clear ads buttons in settings page are actually duplicates i’m not sure about other users but i mostly use these in the vault instead of settings page and if having that backup restore function can help users to backup their settings and rules i think it is worth the work i agree that it is a useful feature however i m not sure that it should replace our current import export ads buttons mushon
1
379,189
11,217,177,772
IssuesEvent
2020-01-07 08:38:11
containrrr/watchtower
https://api.github.com/repos/containrrr/watchtower
opened
Automated docker container image download doesn't seem to work.
Priority: Medium Status: Available Type: Question
Hi Simon, I'm using watchtower to test a automated container update/download/run mechanism. This is the command I'm running to run watchtower. docker run -d \ --name watchtower \ -v /home/root/.docker/config.json:/config.json \ -v /var/run/docker.sock:/var/run/docker.sock \ containrrr/watchtower registry.xxxx.io/avinashkurup/testcontainerregist gistry.xxxx.io/avinashkurup/testcontainerregistry:mudball-arm64v8 --debug $ docker logs watchtower time="2020-01-07T05:27:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:27:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:27:18Z" level=debug msg="Scheduled next run: 2020-01-07 05:32:18 +0000 UTC" time="2020-01-07T05:32:18Z" level=debug msg="Checking containers for updated images" time="2020-01-07T05:32:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:32:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:32:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:32:18Z" level=debug msg="Scheduled next run: 2020-01-07 05:37:18 +0000 UTC" time="2020-01-07T05:37:18Z" level=debug msg="Checking containers for updated images" time="2020-01-07T05:37:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:37:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:37:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:37:18Z" level=debug msg="Scheduled next run: 2020-01-07 05:42:18 +0000 UTC" # docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 8a4a8b19ca28 containrrr/watchtower "/watchtower registr…" About an hour ago Up About an hour watchtower # docker images REPOSITORY TAG IMAGE ID CREATED SIZE registry.xxxx.io/avinashkurup/testcontainerregistry mudball-arm64v8 eb6acdf50e46 About an hour ago 9.14kB containrrr/watchtower latest 2ad95879d2ee 10 days ago 13.7MB I cannot see the container image updated, also will it automatically run. I am new to docker and watchtower, am I missing something here? Just to add to the above info, I am using a gitlab private registry. Regards, Avinash. B.
1.0
Automated docker container image download doesn't seem to work. - Hi Simon, I'm using watchtower to test a automated container update/download/run mechanism. This is the command I'm running to run watchtower. docker run -d \ --name watchtower \ -v /home/root/.docker/config.json:/config.json \ -v /var/run/docker.sock:/var/run/docker.sock \ containrrr/watchtower registry.xxxx.io/avinashkurup/testcontainerregist gistry.xxxx.io/avinashkurup/testcontainerregistry:mudball-arm64v8 --debug $ docker logs watchtower time="2020-01-07T05:27:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:27:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:27:18Z" level=debug msg="Scheduled next run: 2020-01-07 05:32:18 +0000 UTC" time="2020-01-07T05:32:18Z" level=debug msg="Checking containers for updated images" time="2020-01-07T05:32:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:32:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:32:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:32:18Z" level=debug msg="Scheduled next run: 2020-01-07 05:37:18 +0000 UTC" time="2020-01-07T05:37:18Z" level=debug msg="Checking containers for updated images" time="2020-01-07T05:37:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:37:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:37:18Z" level=debug msg="Retrieving running containers" time="2020-01-07T05:37:18Z" level=debug msg="Scheduled next run: 2020-01-07 05:42:18 +0000 UTC" # docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 8a4a8b19ca28 containrrr/watchtower "/watchtower registr…" About an hour ago Up About an hour watchtower # docker images REPOSITORY TAG IMAGE ID CREATED SIZE registry.xxxx.io/avinashkurup/testcontainerregistry mudball-arm64v8 eb6acdf50e46 About an hour ago 9.14kB containrrr/watchtower latest 2ad95879d2ee 10 days ago 13.7MB I cannot see the container image updated, also will it automatically run. I am new to docker and watchtower, am I missing something here? Just to add to the above info, I am using a gitlab private registry. Regards, Avinash. B.
priority
automated docker container image download doesn t seem to work hi simon i m using watchtower to test a automated container update download run mechanism this is the command i m running to run watchtower docker run d name watchtower v home root docker config json config json v var run docker sock var run docker sock containrrr watchtower registry xxxx io avinashkurup testcontainerregist gistry xxxx io avinashkurup testcontainerregistry mudball debug docker logs watchtower time level debug msg retrieving running containers time level debug msg retrieving running containers time level debug msg scheduled next run utc time level debug msg checking containers for updated images time level debug msg retrieving running containers time level debug msg retrieving running containers time level debug msg retrieving running containers time level debug msg scheduled next run utc time level debug msg checking containers for updated images time level debug msg retrieving running containers time level debug msg retrieving running containers time level debug msg retrieving running containers time level debug msg scheduled next run utc docker ps container id image command created status ports names containrrr watchtower watchtower registr… about an hour ago up about an hour watchtower docker images repository tag image id created size registry xxxx io avinashkurup testcontainerregistry mudball about an hour ago containrrr watchtower latest days ago i cannot see the container image updated also will it automatically run i am new to docker and watchtower am i missing something here just to add to the above info i am using a gitlab private registry regards avinash b
1
32,459
2,754,729,235
IssuesEvent
2015-04-25 23:27:33
raspibo/eventman
https://api.github.com/repos/raspibo/eventman
closed
update web GUI when the QR Code scanner is used
enhancement priority: medium
Once a person is marked as attending using the QR Code scanner, any browser that is open on the event's info page should be updated to reflect the new status.
1.0
update web GUI when the QR Code scanner is used - Once a person is marked as attending using the QR Code scanner, any browser that is open on the event's info page should be updated to reflect the new status.
priority
update web gui when the qr code scanner is used once a person is marked as attending using the qr code scanner any browser that is open on the event s info page should be updated to reflect the new status
1
288,842
8,852,168,982
IssuesEvent
2019-01-08 17:34:16
hydroshare/hydroshare
https://api.github.com/repos/hydroshare/hydroshare
closed
Update nwmZone and nfiehydroZone to iRODS 4.2.1
Medium Priority enhancement iRODS
Update nwmZone and nfiehydroZone to iRODS 4.2.0 when updating other production HydroShare iRODS servers to 4.2.0.
1.0
Update nwmZone and nfiehydroZone to iRODS 4.2.1 - Update nwmZone and nfiehydroZone to iRODS 4.2.0 when updating other production HydroShare iRODS servers to 4.2.0.
priority
update nwmzone and nfiehydrozone to irods update nwmzone and nfiehydrozone to irods when updating other production hydroshare irods servers to
1
387,248
11,458,816,232
IssuesEvent
2020-02-07 04:59:01
SETI/pds-opus
https://api.github.com/repos/SETI/pds-opus
closed
Need tooltips on click not just on hover for mobile devices
A-Bug B-OPUS JS Effort 2 Medium Priority 5 Minor
Right now (i) tooltips only show up on mouse-over hover, making them impossible to read on touch-only screens. The easy fix is to make them show up on both hover and click. Here's one possible solution: https://gist.github.com/csasbach/867744 It might be better to use a fancier tooltip library in general: http://qtip2.com/
1.0
Need tooltips on click not just on hover for mobile devices - Right now (i) tooltips only show up on mouse-over hover, making them impossible to read on touch-only screens. The easy fix is to make them show up on both hover and click. Here's one possible solution: https://gist.github.com/csasbach/867744 It might be better to use a fancier tooltip library in general: http://qtip2.com/
priority
need tooltips on click not just on hover for mobile devices right now i tooltips only show up on mouse over hover making them impossible to read on touch only screens the easy fix is to make them show up on both hover and click here s one possible solution it might be better to use a fancier tooltip library in general
1
605,071
18,724,229,022
IssuesEvent
2021-11-03 14:49:35
bounswe/2021SpringGroup4
https://api.github.com/repos/bounswe/2021SpringGroup4
closed
Find a Name For Our Project
question Priority: Medium Status: In Progress Type: Idea suggestion
I think, it's time for us to find a name for our application and website.. Please write your name options.
1.0
Find a Name For Our Project - I think, it's time for us to find a name for our application and website.. Please write your name options.
priority
find a name for our project i think it s time for us to find a name for our application and website please write your name options
1
615,471
19,255,768,996
IssuesEvent
2021-12-09 11:05:53
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
drivers: can: net: compilation broken and no test cases in CI
bug priority: medium area: CAN has-pr
**Describe the bug** The `drivers/can/can_net.c` implementation is broken (does not compile, see below) and there are no in-tree build tests. I wonder if anybody even uses this code? If not, one option could be to retire it and all that depends on it. **To Reproduce** Steps to reproduce the behavior: 1. `cd samples/net/sockets/echo_server` 2. `mkdir build; cd build` 3. `cmake -DBOARD=nucleo_f767zi -DOVERLAY_CONFIG=overlay-6locan.conf ..` 4. `make` 5. See error: ``` [ 62%] Building C object zephyr/drivers/can/CMakeFiles/drivers__can.dir/can_net.c.obj /home/brix/Projects/zephyrproject/zephyr/drivers/can/can_net.c: In function 'mcast_cb': /home/brix/Projects/zephyrproject/zephyr/drivers/can/can_net.c:191:44: error: incompatible type for argument 2 of 'attach_mcast_filter' 191 | filter_id = attach_mcast_filter(ctx, addr->in6_addr); | ~~~~^~~~~~~~~~ | | | const struct in6_addr /home/brix/Projects/zephyrproject/zephyr/drivers/can/can_net.c:144:34: note: expected 'const struct in6_addr *' but argument is of type 'const struct in6_addr' 144 | const struct in6_addr *addr) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ /home/brix/Projects/zephyrproject/zephyr/drivers/can/can_net.c:197:26: error: incompatible types when assigning to type 'const struct in6_addr *' from type 'const struct in6_addr' 197 | filter_mapping->addr = addr->in6_addr; | ^~~~ /home/brix/Projects/zephyrproject/zephyr/drivers/can/can_net.c:200:50: error: incompatible type for argument 2 of 'can_get_mcast_filter' 200 | filter_mapping = can_get_mcast_filter(ctx, addr->in6_addr); | ~~~~^~~~~~~~~~ | | | const struct in6_addr /home/brix/Projects/zephyrproject/zephyr/drivers/can/can_net.c:32:35: note: expected 'const struct in6_addr *' but argument is of type 'const struct in6_addr' 32 | const struct in6_addr *addr) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ make[2]: *** [zephyr/drivers/can/CMakeFiles/drivers__can.dir/build.make:118: zephyr/drivers/can/CMakeFiles/drivers__can.dir/can_net.c.obj] Error 1 make[1]: *** [CMakeFiles/Makefile2:3777: zephyr/drivers/can/CMakeFiles/drivers__can.dir/all] Error 2 make: *** [Makefile:91: all] Error 2 ``` **Expected behavior** Code compiles and works. Compilation to be tested in CI. **Impact** Presumably dead or unused code, adding to the complexity of the CAN drivers and stack. **Environment (please complete the following information):** - OS: Linux - Toolchain: Zephyr SDK - Commit SHA: 9bea59a8c4b70ebd6da5fe2cd1566eb93ebbbdcf
1.0
drivers: can: net: compilation broken and no test cases in CI - **Describe the bug** The `drivers/can/can_net.c` implementation is broken (does not compile, see below) and there are no in-tree build tests. I wonder if anybody even uses this code? If not, one option could be to retire it and all that depends on it. **To Reproduce** Steps to reproduce the behavior: 1. `cd samples/net/sockets/echo_server` 2. `mkdir build; cd build` 3. `cmake -DBOARD=nucleo_f767zi -DOVERLAY_CONFIG=overlay-6locan.conf ..` 4. `make` 5. See error: ``` [ 62%] Building C object zephyr/drivers/can/CMakeFiles/drivers__can.dir/can_net.c.obj /home/brix/Projects/zephyrproject/zephyr/drivers/can/can_net.c: In function 'mcast_cb': /home/brix/Projects/zephyrproject/zephyr/drivers/can/can_net.c:191:44: error: incompatible type for argument 2 of 'attach_mcast_filter' 191 | filter_id = attach_mcast_filter(ctx, addr->in6_addr); | ~~~~^~~~~~~~~~ | | | const struct in6_addr /home/brix/Projects/zephyrproject/zephyr/drivers/can/can_net.c:144:34: note: expected 'const struct in6_addr *' but argument is of type 'const struct in6_addr' 144 | const struct in6_addr *addr) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ /home/brix/Projects/zephyrproject/zephyr/drivers/can/can_net.c:197:26: error: incompatible types when assigning to type 'const struct in6_addr *' from type 'const struct in6_addr' 197 | filter_mapping->addr = addr->in6_addr; | ^~~~ /home/brix/Projects/zephyrproject/zephyr/drivers/can/can_net.c:200:50: error: incompatible type for argument 2 of 'can_get_mcast_filter' 200 | filter_mapping = can_get_mcast_filter(ctx, addr->in6_addr); | ~~~~^~~~~~~~~~ | | | const struct in6_addr /home/brix/Projects/zephyrproject/zephyr/drivers/can/can_net.c:32:35: note: expected 'const struct in6_addr *' but argument is of type 'const struct in6_addr' 32 | const struct in6_addr *addr) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~ make[2]: *** [zephyr/drivers/can/CMakeFiles/drivers__can.dir/build.make:118: zephyr/drivers/can/CMakeFiles/drivers__can.dir/can_net.c.obj] Error 1 make[1]: *** [CMakeFiles/Makefile2:3777: zephyr/drivers/can/CMakeFiles/drivers__can.dir/all] Error 2 make: *** [Makefile:91: all] Error 2 ``` **Expected behavior** Code compiles and works. Compilation to be tested in CI. **Impact** Presumably dead or unused code, adding to the complexity of the CAN drivers and stack. **Environment (please complete the following information):** - OS: Linux - Toolchain: Zephyr SDK - Commit SHA: 9bea59a8c4b70ebd6da5fe2cd1566eb93ebbbdcf
priority
drivers can net compilation broken and no test cases in ci describe the bug the drivers can can net c implementation is broken does not compile see below and there are no in tree build tests i wonder if anybody even uses this code if not one option could be to retire it and all that depends on it to reproduce steps to reproduce the behavior cd samples net sockets echo server mkdir build cd build cmake dboard nucleo doverlay config overlay conf make see error building c object zephyr drivers can cmakefiles drivers can dir can net c obj home brix projects zephyrproject zephyr drivers can can net c in function mcast cb home brix projects zephyrproject zephyr drivers can can net c error incompatible type for argument of attach mcast filter filter id attach mcast filter ctx addr addr const struct addr home brix projects zephyrproject zephyr drivers can can net c note expected const struct addr but argument is of type const struct addr const struct addr addr home brix projects zephyrproject zephyr drivers can can net c error incompatible types when assigning to type const struct addr from type const struct addr filter mapping addr addr addr home brix projects zephyrproject zephyr drivers can can net c error incompatible type for argument of can get mcast filter filter mapping can get mcast filter ctx addr addr const struct addr home brix projects zephyrproject zephyr drivers can can net c note expected const struct addr but argument is of type const struct addr const struct addr addr make error make error make error expected behavior code compiles and works compilation to be tested in ci impact presumably dead or unused code adding to the complexity of the can drivers and stack environment please complete the following information os linux toolchain zephyr sdk commit sha
1
25,877
2,684,021,701
IssuesEvent
2015-03-28 15:41:39
ConEmu/old-issues
https://api.github.com/repos/ConEmu/old-issues
closed
ConEmu: Работа в Win2k
1 star bug imported Priority-Medium
_From [elemi...@gmail.com](https://code.google.com/u/114444063278190122595/) on October 19, 2011 14:56:17_ Сомневаюсь, что это кого-нибудь волнует, но всё же напишу. Нестабильная версия ConEmu в Win2k не запускается (если смотреть по билдам, выложенным в бинарниках, то на 110629 ещё запускается, а на 110706 уже нет). Падает с заявлением о том, что в kernel32.dll нету функции DebugBreakProcess. _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=435_
1.0
ConEmu: Работа в Win2k - _From [elemi...@gmail.com](https://code.google.com/u/114444063278190122595/) on October 19, 2011 14:56:17_ Сомневаюсь, что это кого-нибудь волнует, но всё же напишу. Нестабильная версия ConEmu в Win2k не запускается (если смотреть по билдам, выложенным в бинарниках, то на 110629 ещё запускается, а на 110706 уже нет). Падает с заявлением о том, что в kernel32.dll нету функции DebugBreakProcess. _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=435_
priority
conemu работа в from on october сомневаюсь что это кого нибудь волнует но всё же напишу нестабильная версия conemu в не запускается если смотреть по билдам выложенным в бинарниках то на ещё запускается а на уже нет падает с заявлением о том что в dll нету функции debugbreakprocess original issue
1
309,583
9,477,394,145
IssuesEvent
2019-04-19 18:27:56
richelbilderbeek/djog_unos_2018
https://api.github.com/repos/richelbilderbeek/djog_unos_2018
closed
Use asserts instead of couting a segfault
medium priority
**Is your feature request related to a problem? Please describe.** I find [here](https://codecov.io/gh/richelbilderbeek/djog_unos_2018/src/master/game.cpp#L198): ```c++ void game::remove_tile(...) { //... try { if(m_tiles[i].get_id() == m_selected.at(0)){ m_selected.pop_back(); } } catch (std::out_of_range) { std::cout << "segmentation fault\n"; } } ``` This is problematic for multiple reasons: * It hides something that is an error * It's a non-standard idiom **Describe alternatives you've considered** Add asserts and use the `operator[]` instead: ```c++ assert(i < static_cast<int>(m_tiles.size()); assert(0 < static_cast<int>(selected.size()) if(m_tiles[i].get_id() == m_selected[0]){ m_selected.pop_back(); } ``` **Additional context** None.
1.0
Use asserts instead of couting a segfault - **Is your feature request related to a problem? Please describe.** I find [here](https://codecov.io/gh/richelbilderbeek/djog_unos_2018/src/master/game.cpp#L198): ```c++ void game::remove_tile(...) { //... try { if(m_tiles[i].get_id() == m_selected.at(0)){ m_selected.pop_back(); } } catch (std::out_of_range) { std::cout << "segmentation fault\n"; } } ``` This is problematic for multiple reasons: * It hides something that is an error * It's a non-standard idiom **Describe alternatives you've considered** Add asserts and use the `operator[]` instead: ```c++ assert(i < static_cast<int>(m_tiles.size()); assert(0 < static_cast<int>(selected.size()) if(m_tiles[i].get_id() == m_selected[0]){ m_selected.pop_back(); } ``` **Additional context** None.
priority
use asserts instead of couting a segfault is your feature request related to a problem please describe i find c void game remove tile try if m tiles get id m selected at m selected pop back catch std out of range std cout segmentation fault n this is problematic for multiple reasons it hides something that is an error it s a non standard idiom describe alternatives you ve considered add asserts and use the operator instead c assert i m tiles size assert selected size if m tiles get id m selected m selected pop back additional context none
1
6,831
2,595,133,838
IssuesEvent
2015-02-20 11:46:51
CUL-DigitalServices/grasshopper-ui
https://api.github.com/repos/CUL-DigitalServices/grasshopper-ui
opened
Catch error when no academic year is set
Medium Priority To Fix
The error that is thrown when no academic year is set should be catched in the UI. The error also prevents the calendar from being loaded.
1.0
Catch error when no academic year is set - The error that is thrown when no academic year is set should be catched in the UI. The error also prevents the calendar from being loaded.
priority
catch error when no academic year is set the error that is thrown when no academic year is set should be catched in the ui the error also prevents the calendar from being loaded
1
161,937
6,143,506,091
IssuesEvent
2017-06-27 05:58:14
pmem/issues
https://api.github.com/repos/pmem/issues
closed
unicode: call to pmem(blk/log/obj)_errormsg() terminates program when buffer doesn't contain any error message
Exposure: Medium OS: Linux OS: Windows Priority: 3 medium State: To be verified Type: Bug
Call to pmemblk_errormsg() (same for log and blk api versions) at the beginning of the program or when no error occurs terminates application with log message: > libpmemblk>: <1> [out.c:597 out_get_errormsgW] Failed to convert string: Invalid argument Found on: 1.2+b2-37-gc092315
1.0
unicode: call to pmem(blk/log/obj)_errormsg() terminates program when buffer doesn't contain any error message - Call to pmemblk_errormsg() (same for log and blk api versions) at the beginning of the program or when no error occurs terminates application with log message: > libpmemblk>: <1> [out.c:597 out_get_errormsgW] Failed to convert string: Invalid argument Found on: 1.2+b2-37-gc092315
priority
unicode call to pmem blk log obj errormsg terminates program when buffer doesn t contain any error message call to pmemblk errormsg same for log and blk api versions at the beginning of the program or when no error occurs terminates application with log message libpmemblk failed to convert string invalid argument found on
1
476,303
13,736,577,387
IssuesEvent
2020-10-05 11:58:46
zeoflow/zson
https://api.github.com/repos/zeoflow/zson
closed
Convert class to another
@feature @good-first-issue @priority-medium
## Easy function to convert class to another ### Full source code of converting a class to another ```java Zson gson = new Zson(); String tmp = zson.toJson(a); CopyA myObject = zson.fromJson(tmp,CopyA.class); ``` ### Source code of the feature ```java public Object convertToAnotherClass(Object oldObject) { Zson zson = new Zson(); String tmp = zson.toJson(oldObject); return zson.fromJson(tmp, Object.class); } ```
1.0
Convert class to another - ## Easy function to convert class to another ### Full source code of converting a class to another ```java Zson gson = new Zson(); String tmp = zson.toJson(a); CopyA myObject = zson.fromJson(tmp,CopyA.class); ``` ### Source code of the feature ```java public Object convertToAnotherClass(Object oldObject) { Zson zson = new Zson(); String tmp = zson.toJson(oldObject); return zson.fromJson(tmp, Object.class); } ```
priority
convert class to another easy function to convert class to another full source code of converting a class to another java zson gson new zson string tmp zson tojson a copya myobject zson fromjson tmp copya class source code of the feature java public object converttoanotherclass object oldobject zson zson new zson string tmp zson tojson oldobject return zson fromjson tmp object class
1
151,195
5,807,268,692
IssuesEvent
2017-05-04 07:10:58
Stratio/egeo-web
https://api.github.com/repos/Stratio/egeo-web
closed
Refactor the scrolling code
Difficult: Medium enhancement PR: Review Priority: Major refactor
** Please don't delete this template or we'll close your issue ** **I'm submitting a ...** - [ ] bug report - [ ] feature request - [ ] question - [x] refactor **Define your petition as much as possible** **What is the current behavior?** **If the current behavior is a bug, please provide the steps to reproduce it** **What is the expected behavior?** **What is the motivation / use case for changing the behavior?** **Please tell us about your environment:** - Egeo version: 1.x.x - Browser: [all | Chrome XX | Firefox XX | IE XX | Edge XX | Safari XX ] **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
1.0
Refactor the scrolling code - ** Please don't delete this template or we'll close your issue ** **I'm submitting a ...** - [ ] bug report - [ ] feature request - [ ] question - [x] refactor **Define your petition as much as possible** **What is the current behavior?** **If the current behavior is a bug, please provide the steps to reproduce it** **What is the expected behavior?** **What is the motivation / use case for changing the behavior?** **Please tell us about your environment:** - Egeo version: 1.x.x - Browser: [all | Chrome XX | Firefox XX | IE XX | Edge XX | Safari XX ] **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
priority
refactor the scrolling code please don t delete this template or we ll close your issue i m submitting a bug report feature request question refactor define your petition as much as possible what is the current behavior if the current behavior is a bug please provide the steps to reproduce it what is the expected behavior what is the motivation use case for changing the behavior please tell us about your environment egeo version x x browser other information e g detailed explanation stacktraces related issues suggestions how to fix links for us to have context eg stackoverflow gitter etc
1
33,335
2,764,039,782
IssuesEvent
2015-04-29 13:33:49
wordpress-mobile/WordPress-iOS
https://api.github.com/repos/wordpress-mobile/WordPress-iOS
closed
Make the app's display name customizeable per build-config.
enhancement General priority-medium
Make the app's display name be customizeable per build-config as we did with the bundle IDs in [this issue](https://github.com/wordpress-mobile/WordPress-iOS/issues/2913).
1.0
Make the app's display name customizeable per build-config. - Make the app's display name be customizeable per build-config as we did with the bundle IDs in [this issue](https://github.com/wordpress-mobile/WordPress-iOS/issues/2913).
priority
make the app s display name customizeable per build config make the app s display name be customizeable per build config as we did with the bundle ids in
1
108,346
4,337,569,767
IssuesEvent
2016-07-28 01:07:46
Netflix/rend
https://api.github.com/repos/Netflix/rend
closed
Collect histogram metrics for L1/L2 sub-operations
enhancement metrics priority-medium under-review
Currently the only timing information captured is around the whole operation for each command. This means that a get that hits L1 is mixed in with the gets that miss in L1, hit L2, and set in L1. This whole series of operations takes much longer, which means that the data is a bit muddy. We should capture timing metrics for the individual operations at the orchestrator level such that L1 gets and L2 gets can be individually observed.
1.0
Collect histogram metrics for L1/L2 sub-operations - Currently the only timing information captured is around the whole operation for each command. This means that a get that hits L1 is mixed in with the gets that miss in L1, hit L2, and set in L1. This whole series of operations takes much longer, which means that the data is a bit muddy. We should capture timing metrics for the individual operations at the orchestrator level such that L1 gets and L2 gets can be individually observed.
priority
collect histogram metrics for sub operations currently the only timing information captured is around the whole operation for each command this means that a get that hits is mixed in with the gets that miss in hit and set in this whole series of operations takes much longer which means that the data is a bit muddy we should capture timing metrics for the individual operations at the orchestrator level such that gets and gets can be individually observed
1
616,541
19,305,430,182
IssuesEvent
2021-12-13 10:59:50
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
closed
GD bbPress Attachments plugin settings does not work with platform but its working with bbpress
bug priority: medium status: need discussion bug: validated
**Describe the bug** GD bbPress Attachments plugin settings does not work with platform but its working with bbpress, showing error message "Sorry, you are not allowed to access this page." https://i.imgur.com/7axb3pU.png **To Reproduce** Steps to reproduce the behavior: 1. install GD bbPress Attachments plugin with platform 2. Click on this plugin settings from plugins page https://i.imgur.com/cN42jHI.png 3. See error **Expected behavior** Should work with platform as its working with bbpress **Screenshots** https://i.imgur.com/cN42jHI.png, https://i.imgur.com/7axb3pU.png **Environment** **Support ticket links** https://secure.helpscout.net/conversation/1651350064/167305?folderId=3709082
1.0
GD bbPress Attachments plugin settings does not work with platform but its working with bbpress - **Describe the bug** GD bbPress Attachments plugin settings does not work with platform but its working with bbpress, showing error message "Sorry, you are not allowed to access this page." https://i.imgur.com/7axb3pU.png **To Reproduce** Steps to reproduce the behavior: 1. install GD bbPress Attachments plugin with platform 2. Click on this plugin settings from plugins page https://i.imgur.com/cN42jHI.png 3. See error **Expected behavior** Should work with platform as its working with bbpress **Screenshots** https://i.imgur.com/cN42jHI.png, https://i.imgur.com/7axb3pU.png **Environment** **Support ticket links** https://secure.helpscout.net/conversation/1651350064/167305?folderId=3709082
priority
gd bbpress attachments plugin settings does not work with platform but its working with bbpress describe the bug gd bbpress attachments plugin settings does not work with platform but its working with bbpress showing error message sorry you are not allowed to access this page to reproduce steps to reproduce the behavior install gd bbpress attachments plugin with platform click on this plugin settings from plugins page see error expected behavior should work with platform as its working with bbpress screenshots environment support ticket links
1
75,980
3,479,221,479
IssuesEvent
2015-12-28 18:38:19
jpppina/migracion-galeno-art-forms11g
https://api.github.com/repos/jpppina/migracion-galeno-art-forms11g
opened
Halley - Migracion de nuevos Forms y cambbios en el Menu por nuevas funcionalidades
Aplicación-Halley Error Priority-Medium
Hola, buen día. Por la incorporación de 2 nuevas funcionalidades a Halley que ya están operativas en Producción es necesario migrar nuevos Forms y cambios en el Menu así también los podemos testear. Los nuevos forms y el menú a migrar a 11i son los siguientes y habría que levantarlos del repositorio de Producción HYIM2600.fmb HYIM2610.fmb HYIM2620.fmb HYIM2630.fmb HYIM2640.fmb HYIM2650.fmb HYIMFACT.fmb Hy.mmb Por otro lado, habría que dejarlos operativos en los 3 ambientes (Desa, Test y Prod). Muchas Gracias
1.0
Halley - Migracion de nuevos Forms y cambbios en el Menu por nuevas funcionalidades - Hola, buen día. Por la incorporación de 2 nuevas funcionalidades a Halley que ya están operativas en Producción es necesario migrar nuevos Forms y cambios en el Menu así también los podemos testear. Los nuevos forms y el menú a migrar a 11i son los siguientes y habría que levantarlos del repositorio de Producción HYIM2600.fmb HYIM2610.fmb HYIM2620.fmb HYIM2630.fmb HYIM2640.fmb HYIM2650.fmb HYIMFACT.fmb Hy.mmb Por otro lado, habría que dejarlos operativos en los 3 ambientes (Desa, Test y Prod). Muchas Gracias
priority
halley migracion de nuevos forms y cambbios en el menu por nuevas funcionalidades hola buen día por la incorporación de nuevas funcionalidades a halley que ya están operativas en producción es necesario migrar nuevos forms y cambios en el menu así también los podemos testear los nuevos forms y el menú a migrar a son los siguientes y habría que levantarlos del repositorio de producción fmb fmb fmb fmb fmb fmb hyimfact fmb hy mmb por otro lado habría que dejarlos operativos en los ambientes desa test y prod muchas gracias
1
48,427
2,998,161,477
IssuesEvent
2015-07-23 12:37:43
jayway/powermock
https://api.github.com/repos/jayway/powermock
closed
createPartialMock should support mocking overridden methods in super classes
enhancement imported Milestone-Release2.0 Priority-Medium
_From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on October 29, 2008 12:45:40_ If A extends B and both have a method called "mockMe" (A overrides B's mockMe method) you should be able to specify where in the class hierarchy the method should be mocked. _Original issue: http://code.google.com/p/powermock/issues/detail?id=51_
1.0
createPartialMock should support mocking overridden methods in super classes - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on October 29, 2008 12:45:40_ If A extends B and both have a method called "mockMe" (A overrides B's mockMe method) you should be able to specify where in the class hierarchy the method should be mocked. _Original issue: http://code.google.com/p/powermock/issues/detail?id=51_
priority
createpartialmock should support mocking overridden methods in super classes from on october if a extends b and both have a method called mockme a overrides b s mockme method you should be able to specify where in the class hierarchy the method should be mocked original issue
1
817,544
30,643,676,590
IssuesEvent
2023-07-25 01:33:44
MathMarEcol/spatialplanr
https://api.github.com/repos/MathMarEcol/spatialplanr
closed
Function for plotting Ferrier
enhancement Medium Priority
``` # -------- Importance score plot -Ferrier (ONLY WORKS FOR MINIMUM SET OBJECTIVE FUNCTION) #' @noRd #' #' create_impScoreFerrierPlot <- function(s1, p1){ s1 <- s1 %>% tibble::as_tibble() fs1 <- prioritizr::eval_ferrier_importance(p1, s1[, "solution_1"]) #around 1 minute fs1 <- fs1 %>% dplyr::select(.data$total) %>% dplyr::mutate(geometry = s1$geometry) %>% sf::st_as_sf() selectedfs <- fs1 %>% dplyr::filter(.data$total != 0) quant95fs <- round(stats::quantile(selectedfs$total, 0.95), 4) seq95fs <- seq(0,quant95fs, length.out = 5) lab <- c(seq95fs[1], seq95fs[2], seq95fs[3], seq95fs[4], paste0("\u2265", quant95fs, sep = " ")) fs1$total[fs1$total >=quant95fs] <- quant95fs gg_fs <- ggplot2::ggplot() + ggplot2::geom_sf(data = fs1, ggplot2::aes(fill = .data$total), colour = NA) + ggplot2::scale_fill_viridis_c(option = "A", #name = "Importance Scores \n(Ferrier Score)", direction = -1, breaks = seq95fs, labels = lab, guide = ggplot2::guide_colourbar(title.position = "right", title = "Importance Scores \n(Ferrier Score)", barwidth = 2, barheight = 20))+#, oob=squish) gg_add_layers() + ggplot2::theme(legend.title = ggplot2::element_text(angle = -90, hjust = 0.5), text = ggplot2::element_text(size = 20), axis.title = ggplot2::element_blank()) return(gg_fs) } ```
1.0
Function for plotting Ferrier - ``` # -------- Importance score plot -Ferrier (ONLY WORKS FOR MINIMUM SET OBJECTIVE FUNCTION) #' @noRd #' #' create_impScoreFerrierPlot <- function(s1, p1){ s1 <- s1 %>% tibble::as_tibble() fs1 <- prioritizr::eval_ferrier_importance(p1, s1[, "solution_1"]) #around 1 minute fs1 <- fs1 %>% dplyr::select(.data$total) %>% dplyr::mutate(geometry = s1$geometry) %>% sf::st_as_sf() selectedfs <- fs1 %>% dplyr::filter(.data$total != 0) quant95fs <- round(stats::quantile(selectedfs$total, 0.95), 4) seq95fs <- seq(0,quant95fs, length.out = 5) lab <- c(seq95fs[1], seq95fs[2], seq95fs[3], seq95fs[4], paste0("\u2265", quant95fs, sep = " ")) fs1$total[fs1$total >=quant95fs] <- quant95fs gg_fs <- ggplot2::ggplot() + ggplot2::geom_sf(data = fs1, ggplot2::aes(fill = .data$total), colour = NA) + ggplot2::scale_fill_viridis_c(option = "A", #name = "Importance Scores \n(Ferrier Score)", direction = -1, breaks = seq95fs, labels = lab, guide = ggplot2::guide_colourbar(title.position = "right", title = "Importance Scores \n(Ferrier Score)", barwidth = 2, barheight = 20))+#, oob=squish) gg_add_layers() + ggplot2::theme(legend.title = ggplot2::element_text(angle = -90, hjust = 0.5), text = ggplot2::element_text(size = 20), axis.title = ggplot2::element_blank()) return(gg_fs) } ```
priority
function for plotting ferrier importance score plot ferrier only works for minimum set objective function nord create impscoreferrierplot function tibble as tibble prioritizr eval ferrier importance around minute dplyr select data total dplyr mutate geometry geometry sf st as sf selectedfs dplyr filter data total round stats quantile selectedfs total seq length out lab c sep total gg fs ggplot geom sf data aes fill data total colour na scale fill viridis c option a name importance scores n ferrier score direction breaks labels lab guide guide colourbar title position right title importance scores n ferrier score barwidth barheight oob squish gg add layers theme legend title element text angle hjust text element text size axis title element blank return gg fs
1
800,784
28,379,872,446
IssuesEvent
2023-04-13 01:33:21
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Support recording of contact forces in meshcat animations.
type: feature request priority: medium component: geometry illustration
This has been on my list, and was requested in https://stackoverflow.com/questions/73531463/recording-contact-forces-in-meshcat. There is one subtlety to understand in making it work: 1) Animations in meshcat currently only support recordings of transforms and properties, but not creating and destroying objects. (This is true of meshcat itself, not only Drake's mechanisms of publishing to meshcat). It's documented in the class documentation [here](https://drake.mit.edu/doxygen_cxx/classdrake_1_1geometry_1_1_meshcat_animation.html). The recordings made by MeshcatVisualizer set those transforms in a MeshcatAnimation object [here](https://github.com/RobotLocomotion/drake/blob/8dff9ef0a7385c96c89d833682328807a5ebbd51/geometry/meshcat_visualizer.cc#L170). 2) Unlike MeshcatVisualizer, the Meshcat contact visualizer [adds geometry during the simulation](https://github.com/RobotLocomotion/drake/blob/8dff9ef0a7385c96c89d833682328807a5ebbd51/multibody/meshcat/point_contact_visualizer.cc#L109). The reason for this is that we don't want to create, a priori, geometry for all possible contacts... we only want to create contacts that actually occur during a simulation. Fortunately, `MeshcatAnimations` *can* set the visibility property to true or false. So what I was intending to implement (but have not implemented yet), is to add the recording logic to `meshcat/contact_visaulizer` that is analogous to `MeshcatVisualizer`, but which adds all of the geometry to meshcat during the recording phase so it is available, then sets it to be visible true/false during the published animation. Assigning to @joemasterjohn as component owner.
1.0
Support recording of contact forces in meshcat animations. - This has been on my list, and was requested in https://stackoverflow.com/questions/73531463/recording-contact-forces-in-meshcat. There is one subtlety to understand in making it work: 1) Animations in meshcat currently only support recordings of transforms and properties, but not creating and destroying objects. (This is true of meshcat itself, not only Drake's mechanisms of publishing to meshcat). It's documented in the class documentation [here](https://drake.mit.edu/doxygen_cxx/classdrake_1_1geometry_1_1_meshcat_animation.html). The recordings made by MeshcatVisualizer set those transforms in a MeshcatAnimation object [here](https://github.com/RobotLocomotion/drake/blob/8dff9ef0a7385c96c89d833682328807a5ebbd51/geometry/meshcat_visualizer.cc#L170). 2) Unlike MeshcatVisualizer, the Meshcat contact visualizer [adds geometry during the simulation](https://github.com/RobotLocomotion/drake/blob/8dff9ef0a7385c96c89d833682328807a5ebbd51/multibody/meshcat/point_contact_visualizer.cc#L109). The reason for this is that we don't want to create, a priori, geometry for all possible contacts... we only want to create contacts that actually occur during a simulation. Fortunately, `MeshcatAnimations` *can* set the visibility property to true or false. So what I was intending to implement (but have not implemented yet), is to add the recording logic to `meshcat/contact_visaulizer` that is analogous to `MeshcatVisualizer`, but which adds all of the geometry to meshcat during the recording phase so it is available, then sets it to be visible true/false during the published animation. Assigning to @joemasterjohn as component owner.
priority
support recording of contact forces in meshcat animations this has been on my list and was requested in there is one subtlety to understand in making it work animations in meshcat currently only support recordings of transforms and properties but not creating and destroying objects this is true of meshcat itself not only drake s mechanisms of publishing to meshcat it s documented in the class documentation the recordings made by meshcatvisualizer set those transforms in a meshcatanimation object unlike meshcatvisualizer the meshcat contact visualizer the reason for this is that we don t want to create a priori geometry for all possible contacts we only want to create contacts that actually occur during a simulation fortunately meshcatanimations can set the visibility property to true or false so what i was intending to implement but have not implemented yet is to add the recording logic to meshcat contact visaulizer that is analogous to meshcatvisualizer but which adds all of the geometry to meshcat during the recording phase so it is available then sets it to be visible true false during the published animation assigning to joemasterjohn as component owner
1
56,951
3,081,221,728
IssuesEvent
2015-08-22 14:07:10
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
closed
Use quickmenus in editor
019 bug imported Priority-Medium
_From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on November 26, 2012 03:11:15_ rotate/scale commands -- make use new quickmenus we created for plugins, also id menu (! or #) This should reduce duplicate code and make future enhancements easier. _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=179_
1.0
Use quickmenus in editor - _From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on November 26, 2012 03:11:15_ rotate/scale commands -- make use new quickmenus we created for plugins, also id menu (! or #) This should reduce duplicate code and make future enhancements easier. _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=179_
priority
use quickmenus in editor from on november rotate scale commands make use new quickmenus we created for plugins also id menu or this should reduce duplicate code and make future enhancements easier original issue
1
563,171
16,677,008,949
IssuesEvent
2021-06-07 17:29:54
nlpsandbox/nlpsandbox
https://api.github.com/repos/nlpsandbox/nlpsandbox
closed
Get permission to redistribute modified version of 2014 i2b2 dataset
Priority: Medium
Original dataset is hosted [here](https://portal.dbmi.hms.harvard.edu/projects/n2c2-nlp/) ### Issue The website hosting the 7-years-old data ask us to not redistribute the dataset. This public dataset, which does not contain sensitive information, is used in the NLP Sandbox to test the submitted tools before they are shipped to external data site. Ideally, we would like to return logs to the submitters to let them know why their tool failed. However, returning log results in a risk of the developer retrieve the dataset via the log. The risk is low but to comply with the agreement, we should probably keep the log turned off. However, being able to return the log would be a very valuable source of information for developers. Also, as part of the documentation of the NLP Sandbox, it would be easier if we could show samples of the dataset to the developers. This would required being authorize to redistribute part of (e.g. data from 10 patients) or all the dataset, which once again can be found publicly on the official website. Now, the NLP Sandbox uses a modified version of the dataset that meet the requirements set by the NLP Sandbox Schemas. The mapping from the original format to the NLP Sandbox format is done here: https://github.com/nlpsandbox/i2b2-phi-dataset What we are interested in is to redistribute part or ideally all the modified dataset to the developers for the sake of better documentation and speeding up the resolution of issues related to submitted tools that failed.
1.0
Get permission to redistribute modified version of 2014 i2b2 dataset - Original dataset is hosted [here](https://portal.dbmi.hms.harvard.edu/projects/n2c2-nlp/) ### Issue The website hosting the 7-years-old data ask us to not redistribute the dataset. This public dataset, which does not contain sensitive information, is used in the NLP Sandbox to test the submitted tools before they are shipped to external data site. Ideally, we would like to return logs to the submitters to let them know why their tool failed. However, returning log results in a risk of the developer retrieve the dataset via the log. The risk is low but to comply with the agreement, we should probably keep the log turned off. However, being able to return the log would be a very valuable source of information for developers. Also, as part of the documentation of the NLP Sandbox, it would be easier if we could show samples of the dataset to the developers. This would required being authorize to redistribute part of (e.g. data from 10 patients) or all the dataset, which once again can be found publicly on the official website. Now, the NLP Sandbox uses a modified version of the dataset that meet the requirements set by the NLP Sandbox Schemas. The mapping from the original format to the NLP Sandbox format is done here: https://github.com/nlpsandbox/i2b2-phi-dataset What we are interested in is to redistribute part or ideally all the modified dataset to the developers for the sake of better documentation and speeding up the resolution of issues related to submitted tools that failed.
priority
get permission to redistribute modified version of dataset original dataset is hosted issue the website hosting the years old data ask us to not redistribute the dataset this public dataset which does not contain sensitive information is used in the nlp sandbox to test the submitted tools before they are shipped to external data site ideally we would like to return logs to the submitters to let them know why their tool failed however returning log results in a risk of the developer retrieve the dataset via the log the risk is low but to comply with the agreement we should probably keep the log turned off however being able to return the log would be a very valuable source of information for developers also as part of the documentation of the nlp sandbox it would be easier if we could show samples of the dataset to the developers this would required being authorize to redistribute part of e g data from patients or all the dataset which once again can be found publicly on the official website now the nlp sandbox uses a modified version of the dataset that meet the requirements set by the nlp sandbox schemas the mapping from the original format to the nlp sandbox format is done here what we are interested in is to redistribute part or ideally all the modified dataset to the developers for the sake of better documentation and speeding up the resolution of issues related to submitted tools that failed
1
110,946
4,445,786,090
IssuesEvent
2016-08-20 08:12:41
SchapplM/xbmc-addon-service-watchedlist
https://api.github.com/repos/SchapplM/xbmc-addon-service-watchedlist
opened
Feature Request - Silent Mode
enhancement Priority-Medium
I would really, really like a silent option - that gets rid of both the messages (I would like to only see error messages) [see forum post](http://forum.kodi.tv/showthread.php?tid=164652&pid=2380000#pid2380000)
1.0
Feature Request - Silent Mode - I would really, really like a silent option - that gets rid of both the messages (I would like to only see error messages) [see forum post](http://forum.kodi.tv/showthread.php?tid=164652&pid=2380000#pid2380000)
priority
feature request silent mode i would really really like a silent option that gets rid of both the messages i would like to only see error messages
1
774,286
27,190,680,964
IssuesEvent
2023-02-19 19:08:51
gamefreedomgit/Maelstrom
https://api.github.com/repos/gamefreedomgit/Maelstrom
opened
Shaman's Focused Insight not proccing on misses
Class: Shaman Spell Priority: Medium Status: Confirmed
Original report by ussj10 under https://github.com/gamefreedomgit/Maelstrom/issues/2177 (relevant information copy pasted and validated): **Description:** Focused Insight doesn't proc if your shock spell misses. It's a problem both in PvE due to no hit cap and in PvP, since you can't receive it from hitting into immunities like block, detter, cloak etc. **How to reproduce:** Try hitting any target with a shock spell while having Focused Insight talent and inadequate hit chance. Once you miss, you can see you don't get a proc. **How it should work:** FI should give you proc regardless of hitting the target or not. The talent says "after casting", not "after hitting". Written proof from retail guide https://www.tauri-veins.tk/restoration-shaman-wow-pve-healing-spec-builds-talents-glyphs Video proof from cataclysm arena: https://youtu.be/rbPUIC4_mwY?t=100 At 1:39 you can see shaman using his shock spell that didn't apply anything neither to target or focus, yet the FI buff still appeared.
1.0
Shaman's Focused Insight not proccing on misses - Original report by ussj10 under https://github.com/gamefreedomgit/Maelstrom/issues/2177 (relevant information copy pasted and validated): **Description:** Focused Insight doesn't proc if your shock spell misses. It's a problem both in PvE due to no hit cap and in PvP, since you can't receive it from hitting into immunities like block, detter, cloak etc. **How to reproduce:** Try hitting any target with a shock spell while having Focused Insight talent and inadequate hit chance. Once you miss, you can see you don't get a proc. **How it should work:** FI should give you proc regardless of hitting the target or not. The talent says "after casting", not "after hitting". Written proof from retail guide https://www.tauri-veins.tk/restoration-shaman-wow-pve-healing-spec-builds-talents-glyphs Video proof from cataclysm arena: https://youtu.be/rbPUIC4_mwY?t=100 At 1:39 you can see shaman using his shock spell that didn't apply anything neither to target or focus, yet the FI buff still appeared.
priority
shaman s focused insight not proccing on misses original report by under relevant information copy pasted and validated description focused insight doesn t proc if your shock spell misses it s a problem both in pve due to no hit cap and in pvp since you can t receive it from hitting into immunities like block detter cloak etc how to reproduce try hitting any target with a shock spell while having focused insight talent and inadequate hit chance once you miss you can see you don t get a proc how it should work fi should give you proc regardless of hitting the target or not the talent says after casting not after hitting written proof from retail guide video proof from cataclysm arena at you can see shaman using his shock spell that didn t apply anything neither to target or focus yet the fi buff still appeared
1
272,995
8,519,589,530
IssuesEvent
2018-11-01 15:05:02
GoldenSoftwareLtd/gedemin
https://api.github.com/repos/GoldenSoftwareLtd/gedemin
closed
Запрещать перетаскивание ветвей дерева
Component-UI Priority-Medium Security Tree Type-Enhancement
Originally reported on Google Code with ID 1156 ``` В формах просмотра мастер-дитэйл при открытии запрещать перетаскивание ветвей дерева. ``` Reported by `gs1994` on 2008-12-24 16:45:11
1.0
Запрещать перетаскивание ветвей дерева - Originally reported on Google Code with ID 1156 ``` В формах просмотра мастер-дитэйл при открытии запрещать перетаскивание ветвей дерева. ``` Reported by `gs1994` on 2008-12-24 16:45:11
priority
запрещать перетаскивание ветвей дерева originally reported on google code with id в формах просмотра мастер дитэйл при открытии запрещать перетаскивание ветвей дерева reported by on
1
447,787
12,893,256,565
IssuesEvent
2020-07-13 21:14:19
DSpace/dspace-angular
https://api.github.com/repos/DSpace/dspace-angular
opened
Support for General Configurable Workflow steps
Difficulty: High component: workflow medium priority
From release plan spreadsheet Estimate from release plan: 50 hours Expressing interest: none Requires rendering workflow actions dynamically
1.0
Support for General Configurable Workflow steps - From release plan spreadsheet Estimate from release plan: 50 hours Expressing interest: none Requires rendering workflow actions dynamically
priority
support for general configurable workflow steps from release plan spreadsheet estimate from release plan hours expressing interest none requires rendering workflow actions dynamically
1
171,509
6,489,646,986
IssuesEvent
2017-08-21 03:00:32
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[studio-ui] Save as draft should refresh preview
bug Priority: Medium
# steps 1. go to preview 2. click edit 3. make a visible edit and click save as draft 3. click the up arrow on form, note that your update is not visible # expectation The up arrow exists so that users can save as draft and preview what the content should look like, # applies to 2.5.x and 3.x https://www.useloom.com/share/1a1939ba19fc4871935105eba51e024c
1.0
[studio-ui] Save as draft should refresh preview - # steps 1. go to preview 2. click edit 3. make a visible edit and click save as draft 3. click the up arrow on form, note that your update is not visible # expectation The up arrow exists so that users can save as draft and preview what the content should look like, # applies to 2.5.x and 3.x https://www.useloom.com/share/1a1939ba19fc4871935105eba51e024c
priority
save as draft should refresh preview steps go to preview click edit make a visible edit and click save as draft click the up arrow on form note that your update is not visible expectation the up arrow exists so that users can save as draft and preview what the content should look like applies to x and x
1
73,457
3,412,315,093
IssuesEvent
2015-12-05 20:00:26
facelessuser/ColorHelper
https://api.github.com/repos/facelessuser/ColorHelper
closed
Rework file targeting for auto detection and scanning
Enhancement Priority - Medium
- File targeting can be done via base scope, syntax highlighter file, and/or extension. - When scanning, you can include or exclude certain color forms.
1.0
Rework file targeting for auto detection and scanning - - File targeting can be done via base scope, syntax highlighter file, and/or extension. - When scanning, you can include or exclude certain color forms.
priority
rework file targeting for auto detection and scanning file targeting can be done via base scope syntax highlighter file and or extension when scanning you can include or exclude certain color forms
1
665,356
22,310,192,131
IssuesEvent
2022-06-13 16:15:48
TripSit/tripsit-discord-bot
https://api.github.com/repos/TripSit/tripsit-discord-bot
opened
Expand auto-suggestion comments
Status: Confirmed Type: Enhancement Priority: Low Effort: Medium
Continuing off the foundation work in #120 Ajar says that we have the option to expand this list to many more aliases.
1.0
Expand auto-suggestion comments - Continuing off the foundation work in #120 Ajar says that we have the option to expand this list to many more aliases.
priority
expand auto suggestion comments continuing off the foundation work in ajar says that we have the option to expand this list to many more aliases
1
250,222
7,973,670,590
IssuesEvent
2018-07-17 00:31:19
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Bugged wooden cart
Medium Priority Steam Report
From Steam https://steamcommunity.com/app/382310/discussions/4/1694919808751923619/: "So for w/e reason i pickedup my cart and i fell through the world and i ended up on a beach. I went to drag teh cart again this time it flug itself into teh ocean where after several attempts i could not get the deed out and therefore can not pick it up. I have to make a whole new one now. It might be nice if we could actually go towards teh bottom of the sea and stay for a sec or you know maybe grab the cart with out the deed in our inv."
1.0
Bugged wooden cart - From Steam https://steamcommunity.com/app/382310/discussions/4/1694919808751923619/: "So for w/e reason i pickedup my cart and i fell through the world and i ended up on a beach. I went to drag teh cart again this time it flug itself into teh ocean where after several attempts i could not get the deed out and therefore can not pick it up. I have to make a whole new one now. It might be nice if we could actually go towards teh bottom of the sea and stay for a sec or you know maybe grab the cart with out the deed in our inv."
priority
bugged wooden cart from steam so for w e reason i pickedup my cart and i fell through the world and i ended up on a beach i went to drag teh cart again this time it flug itself into teh ocean where after several attempts i could not get the deed out and therefore can not pick it up i have to make a whole new one now it might be nice if we could actually go towards teh bottom of the sea and stay for a sec or you know maybe grab the cart with out the deed in our inv
1
171,730
6,493,871,333
IssuesEvent
2017-08-21 19:10:38
ObjectiveSubject/hbsc
https://api.github.com/repos/ObjectiveSubject/hbsc
opened
Board page: adding a link
medium priority
I know that we now have separate pages for staff and board but when looking under pages the Staff & Board page still appears. There will be a password-protected page that we need to add to the Board landing page for Board members only to access. We have the password protected Board page set up, but will need the ability to add this to the Board landing page; could we add a sidebar link to the Board landing page so we can add the password protected page as a link? <img width="849" alt="screen shot 2017-08-21 at 3 03 52 pm" src="https://user-images.githubusercontent.com/1680051/29534136-de9098ba-8682-11e7-8a1d-8946d67ba262.png">
1.0
Board page: adding a link - I know that we now have separate pages for staff and board but when looking under pages the Staff & Board page still appears. There will be a password-protected page that we need to add to the Board landing page for Board members only to access. We have the password protected Board page set up, but will need the ability to add this to the Board landing page; could we add a sidebar link to the Board landing page so we can add the password protected page as a link? <img width="849" alt="screen shot 2017-08-21 at 3 03 52 pm" src="https://user-images.githubusercontent.com/1680051/29534136-de9098ba-8682-11e7-8a1d-8946d67ba262.png">
priority
board page adding a link i know that we now have separate pages for staff and board but when looking under pages the staff board page still appears there will be a password protected page that we need to add to the board landing page for board members only to access we have the password protected board page set up but will need the ability to add this to the board landing page could we add a sidebar link to the board landing page so we can add the password protected page as a link img width alt screen shot at pm src
1
288,583
8,848,961,347
IssuesEvent
2019-01-08 08:58:08
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
closed
Replace continuous replication
Priority: 2 - Medium Type: Performance
As discussed in [this document](https://docs.google.com/document/d/159qKQwYo02Cxh3T0YidK_2D-KAtWdLEkvq8slnwdMuc/edit) replace continuous replication with periodic one-shot replication to improve server scalability, phone battery usage, network data usage, and reduce code complexity. - [ ] Implement polling to do a bidirectional replication every 5 minutes. The specific number is up for debate but 5 minutes is a safe place to start. - [ ] Implement #3976 so users can manually trigger a bidirectional sync. - [ ] Investigate using [online event handlers](https://developer.mozilla.org/en-US/docs/Web/API/NavigatorOnLine/onLine#Specification) to trigger a bidirectional sync when a user comes back online if it's been longer than the 5 minute timer above. - [ ] Remove continuous replication code from the API changes endpoint.
1.0
Replace continuous replication - As discussed in [this document](https://docs.google.com/document/d/159qKQwYo02Cxh3T0YidK_2D-KAtWdLEkvq8slnwdMuc/edit) replace continuous replication with periodic one-shot replication to improve server scalability, phone battery usage, network data usage, and reduce code complexity. - [ ] Implement polling to do a bidirectional replication every 5 minutes. The specific number is up for debate but 5 minutes is a safe place to start. - [ ] Implement #3976 so users can manually trigger a bidirectional sync. - [ ] Investigate using [online event handlers](https://developer.mozilla.org/en-US/docs/Web/API/NavigatorOnLine/onLine#Specification) to trigger a bidirectional sync when a user comes back online if it's been longer than the 5 minute timer above. - [ ] Remove continuous replication code from the API changes endpoint.
priority
replace continuous replication as discussed in replace continuous replication with periodic one shot replication to improve server scalability phone battery usage network data usage and reduce code complexity implement polling to do a bidirectional replication every minutes the specific number is up for debate but minutes is a safe place to start implement so users can manually trigger a bidirectional sync investigate using to trigger a bidirectional sync when a user comes back online if it s been longer than the minute timer above remove continuous replication code from the api changes endpoint
1
690,616
23,665,940,500
IssuesEvent
2022-08-26 20:56:59
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
closed
URL redirect from login page not working properly
priority: important help wanted type: medium level coding section: Login/Statics security
Reported by @citrusella via email: ### General Info - **UUID:** 2d6ef231-50b4-4a22-90e7-45eb97147a2c - **User Agent:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 ### Description > If the register URL has a redirectTo in the query, after signing up this redirects to *exactly* what the query says and doesn’t append it to [habitica.com](http://habitica.com/) first. For instance, I duplicated a tab of Aspiring Comrades into a container tab so I could make a new account to test something, and after moving from the sign-in page to the register one the URL was https://habitica.com/register?redirectTo=%2Fgroups%2Fguild%2F2ff9822b-27f2-4774-98da-db349b57a38e which after entering information and registering, tried to send me to https://groups/guild/2ff9822b-27f2-4774-98da-db349b57a38e which of course didn’t work. I don’t know if this is specific to the register screen specifically but it’s where I encountered this. #### Comments We recently put in a [redirect vulnerability fix](https://github.com/HabitRPG/habitica/commit/d76d5f2cf19899305470ee43e6409f6840b4ed5a) of which this is an unfortunate side effect; the fix for this will likely require a significant knowledge of regex. Here is the portion of the code from `website/client/src/components/auth/registerLoginReset.vue` where the fix will _probably_ need to happen, line 758 & following: ``` sanitizeRedirect (redirect) { if (!redirect) return '/'; let sanitizedString = DOMPurify.sanitize(redirect).replace(/\\|\/\/|\./g, ''); sanitizedString = `/${sanitizedString}`; return sanitizedString; }, ```
1.0
URL redirect from login page not working properly - Reported by @citrusella via email: ### General Info - **UUID:** 2d6ef231-50b4-4a22-90e7-45eb97147a2c - **User Agent:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 ### Description > If the register URL has a redirectTo in the query, after signing up this redirects to *exactly* what the query says and doesn’t append it to [habitica.com](http://habitica.com/) first. For instance, I duplicated a tab of Aspiring Comrades into a container tab so I could make a new account to test something, and after moving from the sign-in page to the register one the URL was https://habitica.com/register?redirectTo=%2Fgroups%2Fguild%2F2ff9822b-27f2-4774-98da-db349b57a38e which after entering information and registering, tried to send me to https://groups/guild/2ff9822b-27f2-4774-98da-db349b57a38e which of course didn’t work. I don’t know if this is specific to the register screen specifically but it’s where I encountered this. #### Comments We recently put in a [redirect vulnerability fix](https://github.com/HabitRPG/habitica/commit/d76d5f2cf19899305470ee43e6409f6840b4ed5a) of which this is an unfortunate side effect; the fix for this will likely require a significant knowledge of regex. Here is the portion of the code from `website/client/src/components/auth/registerLoginReset.vue` where the fix will _probably_ need to happen, line 758 & following: ``` sanitizeRedirect (redirect) { if (!redirect) return '/'; let sanitizedString = DOMPurify.sanitize(redirect).replace(/\\|\/\/|\./g, ''); sanitizedString = `/${sanitizedString}`; return sanitizedString; }, ```
priority
url redirect from login page not working properly reported by citrusella via email general info uuid user agent mozilla windows nt rv gecko firefox description if the register url has a redirectto in the query after signing up this redirects to exactly what the query says and doesn’t append it to first for instance i duplicated a tab of aspiring comrades into a container tab so i could make a new account to test something and after moving from the sign in page to the register one the url was which after entering information and registering tried to send me to which of course didn’t work i don’t know if this is specific to the register screen specifically but it’s where i encountered this comments we recently put in a of which this is an unfortunate side effect the fix for this will likely require a significant knowledge of regex here is the portion of the code from website client src components auth registerloginreset vue where the fix will probably need to happen line following sanitizeredirect redirect if redirect return let sanitizedstring dompurify sanitize redirect replace g sanitizedstring sanitizedstring return sanitizedstring
1
382,802
11,320,090,367
IssuesEvent
2020-01-21 02:34:26
space-wizards/space-station-14
https://api.github.com/repos/space-wizards/space-station-14
opened
Implement job-specific spawn points.
Junior Job Priority: 2-medium
Right now spawn points are still global. It would be best if every job has a custom set of spawn points. This will probably require a bunch of rooms to be mapped for all the jobs.
1.0
Implement job-specific spawn points. - Right now spawn points are still global. It would be best if every job has a custom set of spawn points. This will probably require a bunch of rooms to be mapped for all the jobs.
priority
implement job specific spawn points right now spawn points are still global it would be best if every job has a custom set of spawn points this will probably require a bunch of rooms to be mapped for all the jobs
1
636,125
20,592,633,313
IssuesEvent
2022-03-05 02:45:01
CDCgov/prime-reportstream
https://api.github.com/repos/CDCgov/prime-reportstream
closed
MS - Northwest Health and Wellness OBX-3 Confusion
onboarding-ops receiver data-issue Medium Priority
**Describe the bug** ELR messages from Northwest Health and Wellness Clinic where the Resulted Test LOINC (OBX-3) of "95423-0" appears to be resulted out incorrectly. From PHA "We see that a Detected result was provided in OBX-5, and we are not entirely sure which virus is detected from this field. Can we get clarification of how this LOINC is being resulted out and if this can be addressed for all CDCPRIME messages going forward? Would it be possible for the facility to provide a result specific SNOMED (such as|840533007^SARS-CoV-2^SCT| if SARS-CoV-2 was detected) in OBX-5 instead?" **Examples** OBX|1|CWE|95423-0^Influenza virus A and B and SARS-CoV-2 (COVID-19) identified in Respiratory specimen by NAA with probe detection^LN^^^^2.69||260373001^Detected^SCT|... **Affected Files** ```5ce85a0c-87f8-4df2-82f7-50bb22936fc6``` ```e9283a3c-bbb6-408a-a0f7-b97126e89683``` ```9e9c2108-ecaa-420c-8b7f-6aed27b898eb``` ```4f12a031-7f8e-4bf0-b414-7f794733563e``` ```0034efe6-65a5-4a9b-992c-6a30cdee7a0a``` ```33b57da9-ea18-4090-a163-75e6822ec18c``` ```8e047232-0692-487f-a834-910ada049865``` ```3e77e6fc-0707-45eb-a69e-bf44401577cd```
1.0
MS - Northwest Health and Wellness OBX-3 Confusion - **Describe the bug** ELR messages from Northwest Health and Wellness Clinic where the Resulted Test LOINC (OBX-3) of "95423-0" appears to be resulted out incorrectly. From PHA "We see that a Detected result was provided in OBX-5, and we are not entirely sure which virus is detected from this field. Can we get clarification of how this LOINC is being resulted out and if this can be addressed for all CDCPRIME messages going forward? Would it be possible for the facility to provide a result specific SNOMED (such as|840533007^SARS-CoV-2^SCT| if SARS-CoV-2 was detected) in OBX-5 instead?" **Examples** OBX|1|CWE|95423-0^Influenza virus A and B and SARS-CoV-2 (COVID-19) identified in Respiratory specimen by NAA with probe detection^LN^^^^2.69||260373001^Detected^SCT|... **Affected Files** ```5ce85a0c-87f8-4df2-82f7-50bb22936fc6``` ```e9283a3c-bbb6-408a-a0f7-b97126e89683``` ```9e9c2108-ecaa-420c-8b7f-6aed27b898eb``` ```4f12a031-7f8e-4bf0-b414-7f794733563e``` ```0034efe6-65a5-4a9b-992c-6a30cdee7a0a``` ```33b57da9-ea18-4090-a163-75e6822ec18c``` ```8e047232-0692-487f-a834-910ada049865``` ```3e77e6fc-0707-45eb-a69e-bf44401577cd```
priority
ms northwest health and wellness obx confusion describe the bug elr messages from northwest health and wellness clinic where the resulted test loinc obx of appears to be resulted out incorrectly from pha we see that a detected result was provided in obx and we are not entirely sure which virus is detected from this field can we get clarification of how this loinc is being resulted out and if this can be addressed for all cdcprime messages going forward would it be possible for the facility to provide a result specific snomed such as sars cov sct if sars cov was detected in obx instead examples obx cwe influenza virus a and b and sars cov covid identified in respiratory specimen by naa with probe detection ln detected sct affected files ecaa
1
445,086
12,825,970,581
IssuesEvent
2020-07-06 15:46:27
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
opened
Global Activity Feed Bug
bug priority: medium
Hello, **The bug** : Changing activity setting is not effective on global activity feed. When we activate or desactivate those options ![1](https://user-images.githubusercontent.com/20825408/86612191-0b1fbc80-bfb0-11ea-9018-338bb1ceca75.jpg) ![2](https://user-images.githubusercontent.com/20825408/86612249-1ffc5000-bfb0-11ea-8bf0-f688104cc335.jpg) Nothing is happening, We can still see all the activites between all users. **Steps to reproduce:** Go to buddyboss -> Settings -> Activity deactivate all the option as in the screenshot and then verify if those activities are still visible in the global activity feed (News feed)
1.0
Global Activity Feed Bug - Hello, **The bug** : Changing activity setting is not effective on global activity feed. When we activate or desactivate those options ![1](https://user-images.githubusercontent.com/20825408/86612191-0b1fbc80-bfb0-11ea-9018-338bb1ceca75.jpg) ![2](https://user-images.githubusercontent.com/20825408/86612249-1ffc5000-bfb0-11ea-8bf0-f688104cc335.jpg) Nothing is happening, We can still see all the activites between all users. **Steps to reproduce:** Go to buddyboss -> Settings -> Activity deactivate all the option as in the screenshot and then verify if those activities are still visible in the global activity feed (News feed)
priority
global activity feed bug hello the bug changing activity setting is not effective on global activity feed when we activate or desactivate those options nothing is happening we can still see all the activites between all users steps to reproduce go to buddyboss settings activity deactivate all the option as in the screenshot and then verify if those activities are still visible in the global activity feed news feed
1
283,463
8,719,717,117
IssuesEvent
2018-12-08 03:34:41
aowen87/BAR
https://api.github.com/repos/aowen87/BAR
closed
Python manual has incorrect information on importing visit module into python
bug likelihood medium priority reviewed severity medium
Saad Khairallah was trying to import the visit module into a python script and was following the instructions in the current python manual. These are wrong. There are correct instructions on the wiki. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 2437 Status: Resolved Project: VisIt Tracker: Bug Priority: High Subject: Python manual has incorrect information on importing visit module into python Assigned to: Eric Brugger Category: Target version: 2.10.1 Author: Eric Brugger Start: 10/29/2015 Due date: % Done: 100 Estimated time: 1.0 Created: 10/29/2015 02:24 pm Updated: 10/29/2015 08:55 pm Likelihood: 3 - Occasional Severity: 3 - Major Irritation Found in version: 2.10.0 Impact: Expected Use: OS: All Support Group: Any Description: Saad Khairallah was trying to import the visit module into a python script and was following the instructions in the current python manual. These are wrong. There are correct instructions on the wiki. Comments: I committed revisions 27624 and 27626 to the 2.10 RC and trunk with thefollowing change:1) I updated the portion of the visit python manual that describes how to import the VisIt module into a Python interpreter. This resolves #2437.M PythonManual/intro.inc
1.0
Python manual has incorrect information on importing visit module into python - Saad Khairallah was trying to import the visit module into a python script and was following the instructions in the current python manual. These are wrong. There are correct instructions on the wiki. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 2437 Status: Resolved Project: VisIt Tracker: Bug Priority: High Subject: Python manual has incorrect information on importing visit module into python Assigned to: Eric Brugger Category: Target version: 2.10.1 Author: Eric Brugger Start: 10/29/2015 Due date: % Done: 100 Estimated time: 1.0 Created: 10/29/2015 02:24 pm Updated: 10/29/2015 08:55 pm Likelihood: 3 - Occasional Severity: 3 - Major Irritation Found in version: 2.10.0 Impact: Expected Use: OS: All Support Group: Any Description: Saad Khairallah was trying to import the visit module into a python script and was following the instructions in the current python manual. These are wrong. There are correct instructions on the wiki. Comments: I committed revisions 27624 and 27626 to the 2.10 RC and trunk with thefollowing change:1) I updated the portion of the visit python manual that describes how to import the VisIt module into a Python interpreter. This resolves #2437.M PythonManual/intro.inc
priority
python manual has incorrect information on importing visit module into python saad khairallah was trying to import the visit module into a python script and was following the instructions in the current python manual these are wrong there are correct instructions on the wiki redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority high subject python manual has incorrect information on importing visit module into python assigned to eric brugger category target version author eric brugger start due date done estimated time created pm updated pm likelihood occasional severity major irritation found in version impact expected use os all support group any description saad khairallah was trying to import the visit module into a python script and was following the instructions in the current python manual these are wrong there are correct instructions on the wiki comments i committed revisions and to the rc and trunk with thefollowing change i updated the portion of the visit python manual that describes how to import the visit module into a python interpreter this resolves m pythonmanual intro inc
1
266,453
8,367,910,886
IssuesEvent
2018-10-04 13:33:04
LeedsCC/Helm-PHR-Project
https://api.github.com/repos/LeedsCC/Helm-PHR-Project
closed
Improved user logic for Top 3 Things creates
3 - Review Medium Priority PulseTile enhancement
Test User feedback (AW): When filling in the Top 3 Things to know about me it won't let you exit unless you fill in all three, I think you should be able to fill in 1 or 2 and save. Logic to be updated​
1.0
Improved user logic for Top 3 Things creates - Test User feedback (AW): When filling in the Top 3 Things to know about me it won't let you exit unless you fill in all three, I think you should be able to fill in 1 or 2 and save. Logic to be updated​
priority
improved user logic for top things creates test user feedback aw when filling in the top things to know about me it won t let you exit unless you fill in all three i think you should be able to fill in or and save logic to be updated​
1
349,588
10,471,085,183
IssuesEvent
2019-09-23 06:47:26
AY1920S1-CS2113T-W13-1/main
https://api.github.com/repos/AY1920S1-CS2113T-W13-1/main
closed
[CAP] As a user, I want to compare if I have improved compared to other semesters
priority.Medium type.Story
Command: View CAP [all/past acad year]
1.0
[CAP] As a user, I want to compare if I have improved compared to other semesters - Command: View CAP [all/past acad year]
priority
as a user i want to compare if i have improved compared to other semesters command view cap
1
450,567
13,016,350,581
IssuesEvent
2020-07-26 06:00:30
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
Dupe Exploit [8.3.3] - Check in 9.0
Priority: Medium Type: Exploit
> This dupe involves two players, and a “loose” item placed on the ground, like ores, logs, or stone. If both players continuously drop and pick up the same items continuously, the item will eventually start duplicating. While not a big issue for most materials, it’s an incredibly good way to get gold or copper ore without putting much effort in. > > https://youtu.be/NjiM8-kN3RI Check if still present on 9.0 and fix accordingly.
1.0
Dupe Exploit [8.3.3] - Check in 9.0 - > This dupe involves two players, and a “loose” item placed on the ground, like ores, logs, or stone. If both players continuously drop and pick up the same items continuously, the item will eventually start duplicating. While not a big issue for most materials, it’s an incredibly good way to get gold or copper ore without putting much effort in. > > https://youtu.be/NjiM8-kN3RI Check if still present on 9.0 and fix accordingly.
priority
dupe exploit check in this dupe involves two players and a “loose” item placed on the ground like ores logs or stone if both players continuously drop and pick up the same items continuously the item will eventually start duplicating while not a big issue for most materials it’s an incredibly good way to get gold or copper ore without putting much effort in check if still present on and fix accordingly
1
602,848
18,510,507,943
IssuesEvent
2021-10-20 01:57:51
AY2122S1-CS2113-T16-2/tp
https://api.github.com/repos/AY2122S1-CS2113-T16-2/tp
closed
As a helper, I can delete the medical history from a patient record
type.Story priority.Medium
... so that the elderly information is up to date.
1.0
As a helper, I can delete the medical history from a patient record - ... so that the elderly information is up to date.
priority
as a helper i can delete the medical history from a patient record so that the elderly information is up to date
1
765,995
26,868,110,487
IssuesEvent
2023-02-04 05:09:11
RodrigoTeran/syntactically-awesome-react-app
https://api.github.com/repos/RodrigoTeran/syntactically-awesome-react-app
closed
Modify build command
fix priority:medium
# 🛠️ Modify build command from: ``` create-sara-app ... ``` to: ``` create-sara-project ... ```
1.0
Modify build command - # 🛠️ Modify build command from: ``` create-sara-app ... ``` to: ``` create-sara-project ... ```
priority
modify build command 🛠️ modify build command from create sara app to create sara project
1
195,876
6,919,464,344
IssuesEvent
2017-11-29 15:32:33
uracreative/task-management
https://api.github.com/repos/uracreative/task-management
closed
Blog post: working in the open
Internal: Social Media Internal: Website Priority: Medium
Following the discussion and decisions during our work week regarding our way of working in the open, please proceed with a blog post explaining how our new approach about working in the open is now defined. Please also work with @AnXh3L0 on the visuals needed for the blog post. The main visual should be based on the template as mentioned here https://github.com/uracreative/task-management/issues/20. Deadline: 20.12.2017
1.0
Blog post: working in the open - Following the discussion and decisions during our work week regarding our way of working in the open, please proceed with a blog post explaining how our new approach about working in the open is now defined. Please also work with @AnXh3L0 on the visuals needed for the blog post. The main visual should be based on the template as mentioned here https://github.com/uracreative/task-management/issues/20. Deadline: 20.12.2017
priority
blog post working in the open following the discussion and decisions during our work week regarding our way of working in the open please proceed with a blog post explaining how our new approach about working in the open is now defined please also work with on the visuals needed for the blog post the main visual should be based on the template as mentioned here deadline
1
54,519
3,068,925,400
IssuesEvent
2015-08-18 17:57:29
IQSS/dataverse
https://api.github.com/repos/IQSS/dataverse
opened
File Upload: Improve message when user tries to upload duplicate file.
Component: File Upload & Handling Component: UX & Upgrade Priority: Medium Type: Suggestion
See RT 225830 User attempted to upload a duplicate file with a different name to an existing set of files and became very frustrated because the app only said the file already exists but gave no other information. I believe we used to provide more information. Maybe we can at least provide the duplicate file name and reason: A file with the same content ,<file name>, already exists identified by MD5: <MD5 value>.
1.0
File Upload: Improve message when user tries to upload duplicate file. - See RT 225830 User attempted to upload a duplicate file with a different name to an existing set of files and became very frustrated because the app only said the file already exists but gave no other information. I believe we used to provide more information. Maybe we can at least provide the duplicate file name and reason: A file with the same content ,<file name>, already exists identified by MD5: <MD5 value>.
priority
file upload improve message when user tries to upload duplicate file see rt user attempted to upload a duplicate file with a different name to an existing set of files and became very frustrated because the app only said the file already exists but gave no other information i believe we used to provide more information maybe we can at least provide the duplicate file name and reason a file with the same content already exists identified by
1