Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
22,089
3,593,930,073
IssuesEvent
2016-02-01 21:37:56
netty/netty
https://api.github.com/repos/netty/netty
closed
WeightedFairQueueByteDistributor headers can be written out of order
defect
It is possible for the WeightedFairQueueByteDistributor to write headers out of order, and thus violate the "new stream ids must always be increasing" clause of the RFC. https://tools.ietf.org/html/rfc7540#section-5.1.1 >The identifier of a newly established stream MUST be numerically greater than all streams ...
1.0
WeightedFairQueueByteDistributor headers can be written out of order - It is possible for the WeightedFairQueueByteDistributor to write headers out of order, and thus violate the "new stream ids must always be increasing" clause of the RFC. https://tools.ietf.org/html/rfc7540#section-5.1.1 >The identifier of a new...
defect
weightedfairqueuebytedistributor headers can be written out of order it is possible for the weightedfairqueuebytedistributor to write headers out of order and thus violate the new stream ids must always be increasing clause of the rfc the identifier of a newly established stream must be numerically gr...
1
20,306
3,332,302,988
IssuesEvent
2015-11-11 19:32:39
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
opened
Error in analysis options processing.
Area-Analyzer Priority-Medium Type-Defect
``` 1447269648795:Task:/usr/local/google/home/jwren/src/github/dart_workspace/sdk/pkg/analyzer:GetContentTask for source /usr/local/google/home/jwren/src/github/dart_workspace/sdk/pkg/analyzer/.analysis_options 1447269648796:Task:/usr/local/google/home/jwren/src/github/dart_workspace/sdk/pkg/analyzer:GenerateOptionsE...
1.0
Error in analysis options processing. - ``` 1447269648795:Task:/usr/local/google/home/jwren/src/github/dart_workspace/sdk/pkg/analyzer:GetContentTask for source /usr/local/google/home/jwren/src/github/dart_workspace/sdk/pkg/analyzer/.analysis_options 1447269648796:Task:/usr/local/google/home/jwren/src/github/dart_wor...
defect
error in analysis options processing task usr local google home jwren src github dart workspace sdk pkg analyzer getcontenttask for source usr local google home jwren src github dart workspace sdk pkg analyzer analysis options task usr local google home jwren src github dart workspace sdk pkg analyzer ...
1
50,168
13,187,358,878
IssuesEvent
2020-08-13 03:09:46
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
neutrino-generator: interaction probability >1 for EHE Nu Tau (Trac #249)
Migrated from Trac combo simulation defect
At high neutrino energies (>1.E10 GeV) the interaction weight for tau events sometimes exceeds 1. Example error message: neutrino-generator/private/neutrino-generator/I3NuGEvent.cxx:654: ERROR: weight value 2.545861 <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/249 , reported by hwissin...
1.0
neutrino-generator: interaction probability >1 for EHE Nu Tau (Trac #249) - At high neutrino energies (>1.E10 GeV) the interaction weight for tau events sometimes exceeds 1. Example error message: neutrino-generator/private/neutrino-generator/I3NuGEvent.cxx:654: ERROR: weight value 2.545861 <details> <summary>_...
defect
neutrino generator interaction probability for ehe nu tau trac at high neutrino energies gev the interaction weight for tau events sometimes exceeds example error message neutrino generator private neutrino generator cxx error weight value migrated from reported by hwissi...
1
380,318
26,413,389,259
IssuesEvent
2023-01-13 14:07:07
matsuo-group24-PinkTrombone/SpeechGeneration
https://api.github.com/repos/matsuo-group24-PinkTrombone/SpeechGeneration
opened
Replay Bufferの仕様及びその実装
documentation enhancement
# タスク内容 今回の実験で用いるReplay Bufferクラスの仕様を明記します。それを満たすライブラリを見つけて利用するか、フルスクラッチで実装します。 ## 仕様(欲しい機能) ### 初期化時 (`def __init__`) - Replay Bufferで管理するデータを、`{名前: gym.Box}`の辞書型で与え、登録する。 なぜgym.Box型? → pynktrombonegymの環境クラスにすでに登録されているから。env.observation_spaceやenv.action_space属性をそのまま流用する。 - bufferの最大長を指定する Ex. ``...
1.0
Replay Bufferの仕様及びその実装 - # タスク内容 今回の実験で用いるReplay Bufferクラスの仕様を明記します。それを満たすライブラリを見つけて利用するか、フルスクラッチで実装します。 ## 仕様(欲しい機能) ### 初期化時 (`def __init__`) - Replay Bufferで管理するデータを、`{名前: gym.Box}`の辞書型で与え、登録する。 なぜgym.Box型? → pynktrombonegymの環境クラスにすでに登録されているから。env.observation_spaceやenv.action_space属性をそのまま流用する。 - buf...
non_defect
replay bufferの仕様及びその実装 タスク内容 今回の実験で用いるreplay bufferクラスの仕様を明記します。それを満たすライブラリを見つけて利用するか、フルスクラッチで実装します。 仕様(欲しい機能) 初期化時 def init replay bufferで管理するデータを、 名前 gym box の辞書型で与え、登録する。 なぜgym box型? → pynktrombonegymの環境クラスにすでに登録されているから。env observation spaceやenv action space属性をそのまま流用する。 buf...
0
42,638
11,189,326,137
IssuesEvent
2020-01-02 09:11:17
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
DataList: lazy=true; LazyDataModel#load called twice when restoring multiViewState
defect
## 1) Environment - PrimeFaces version: 8.0-SNAPSHOT - Does it work on the newest released PrimeFaces version? Version? No - Does it work on the newest sources in GitHub? (Build by source -> https://github.com/primefaces/primefaces/wiki/Building-From-Source) No - Application server + version: all - Affected browse...
1.0
DataList: lazy=true; LazyDataModel#load called twice when restoring multiViewState - ## 1) Environment - PrimeFaces version: 8.0-SNAPSHOT - Does it work on the newest released PrimeFaces version? Version? No - Does it work on the newest sources in GitHub? (Build by source -> https://github.com/primefaces/primefaces/...
defect
datalist lazy true lazydatamodel load called twice when restoring multiviewstate environment primefaces version snapshot does it work on the newest released primefaces version version no does it work on the newest sources in github build by source no application server version all...
1
5,173
2,610,182,496
IssuesEvent
2015-02-26 18:58:11
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
绿疗长色斑怎么治疗
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 那一夜,坐着缓慢行驶的轿车,走过,曾经最美好的画面,�� �数曾经你给我的感动,一个挺拔的身影,一张帅气的娃娃脸� ��牵着我的手,漫步在星空下,灯光洒落,身后印下相依快乐 的你我......我已将它埋入心底,谢谢你,希望你要的幸福她�� �以给你。那一夜,我对于这满脸的色斑达到了难于明喻的痛� ��!长色斑怎么治疗, 《客户案例》   谢天谢地!我终于摆脱斑的烦恼了!呵呵,简直太高兴了!�� �起以前,还真有点说不出口,因为家族遗传,从小脸上就有� ��,随着年龄的增长,斑也是如影随形,真的讨厌死了,满脸 都是小星星啊,害的我小侄女老师抓我的脸,感情啊是把斑�� �成我脸上的脏东西了呢,那个尴尬啊,是没法说,为了...
1.0
绿疗长色斑怎么治疗 - ``` 《摘要》 那一夜,坐着缓慢行驶的轿车,走过,曾经最美好的画面,�� �数曾经你给我的感动,一个挺拔的身影,一张帅气的娃娃脸� ��牵着我的手,漫步在星空下,灯光洒落,身后印下相依快乐 的你我......我已将它埋入心底,谢谢你,希望你要的幸福她�� �以给你。那一夜,我对于这满脸的色斑达到了难于明喻的痛� ��!长色斑怎么治疗, 《客户案例》   谢天谢地!我终于摆脱斑的烦恼了!呵呵,简直太高兴了!�� �起以前,还真有点说不出口,因为家族遗传,从小脸上就有� ��,随着年龄的增长,斑也是如影随形,真的讨厌死了,满脸 都是小星星啊,害的我小侄女老师抓我的脸,感情啊是把斑�� �成我脸上的脏东西了呢,...
defect
绿疗长色斑怎么治疗 《摘要》 那一夜,坐着缓慢行驶的轿车,走过,曾经最美好的画面,�� �数曾经你给我的感动,一个挺拔的身影,一张帅气的娃娃脸� ��牵着我的手,漫步在星空下,灯光洒落,身后印下相依快乐 的你我 我已将它埋入心底,谢谢你,希望你要的幸福她�� �以给你。那一夜,我对于这满脸的色斑达到了难于明喻的痛� ��!长色斑怎么治疗, 《客户案例》   谢天谢地 我终于摆脱斑的烦恼了 呵呵,简直太高兴了 �� �起以前,还真有点说不出口,因为家族遗传,从小脸上就有� ��,随着年龄的增长,斑也是如影随形,真的讨厌死了,满脸 都是小星星啊,害的我小侄女老师抓我的脸,感情啊是把斑�� �成我脸上的脏东西了呢,...
1
561,244
16,613,941,967
IssuesEvent
2021-06-02 14:37:04
turbot/steampipe-plugin-alicloud
https://api.github.com/repos/turbot/steampipe-plugin-alicloud
opened
add cluster monitoring for table alicloud_cs_kubernetes_cluster
enhancement priority:high
**Is your feature request related to a problem? Please describe.** 7.2 Ensure CloudMonitor is set to Enabled on Kubernetes Engine Clusters (Automated) **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context** https://api.alibabacloud.com/?spm=5176.14113079.top-na...
1.0
add cluster monitoring for table alicloud_cs_kubernetes_cluster - **Is your feature request related to a problem? Please describe.** 7.2 Ensure CloudMonitor is set to Enabled on Kubernetes Engine Clusters (Automated) **Describe the solution you'd like** **Describe alternatives you've considered** **Additional...
non_defect
add cluster monitoring for table alicloud cs kubernetes cluster is your feature request related to a problem please describe ensure cloudmonitor is set to enabled on kubernetes engine clusters automated describe the solution you d like describe alternatives you ve considered additional...
0
21,035
16,476,403,674
IssuesEvent
2021-05-24 06:09:34
ZcashFoundation/zebra
https://api.github.com/repos/ZcashFoundation/zebra
opened
Move finalized state database and filesystem operations to blocking threads
A-rust C-bug I-hang I-slow I-usability P-Medium S-needs-triage
**Is your feature request related to a problem? Please describe.** Zebra runs finalized state database and filesystem operations on async threads, which can block: - async code running concurrently in the same task, and - async code from other tasks on the same thread. **Describe the solution you'd like** In...
True
Move finalized state database and filesystem operations to blocking threads - **Is your feature request related to a problem? Please describe.** Zebra runs finalized state database and filesystem operations on async threads, which can block: - async code running concurrently in the same task, and - async code from...
non_defect
move finalized state database and filesystem operations to blocking threads is your feature request related to a problem please describe zebra runs finalized state database and filesystem operations on async threads which can block async code running concurrently in the same task and async code from...
0
359,086
25,218,501,322
IssuesEvent
2022-11-14 10:57:11
lsd-maddrive/schedulebot
https://api.github.com/repos/lsd-maddrive/schedulebot
opened
1 Глава ВКР
documentation
Объём 1 Главы: ~15 стр, каждый парагаф должен быть примерно равен по оъёму, т.е. плохо, если 3-й параграф будет содержать 10 страниц, а остальные суммарно 5. Текст писать сюда: https://docs.google.com/document/d/1CF5haBFrtQ24Z1PwWzKJ7k_O391Z4XKzfhOl7LmafS4/edit?usp=sharing Примерный план такой: 1.1. Понятие а...
1.0
1 Глава ВКР - Объём 1 Главы: ~15 стр, каждый парагаф должен быть примерно равен по оъёму, т.е. плохо, если 3-й параграф будет содержать 10 страниц, а остальные суммарно 5. Текст писать сюда: https://docs.google.com/document/d/1CF5haBFrtQ24Z1PwWzKJ7k_O391Z4XKzfhOl7LmafS4/edit?usp=sharing Примерный план такой: ...
non_defect
глава вкр объём главы стр каждый парагаф должен быть примерно равен по оъёму т е плохо если й параграф будет содержать страниц а остальные суммарно текст писать сюда примерный план такой понятие автоматической генерации расписания описать возможную терминологию более подробно ...
0
44,182
12,025,551,698
IssuesEvent
2020-04-12 09:50:23
tiangolo/jbrout
https://api.github.com/repos/tiangolo/jbrout
closed
Window version exits on startup
OpSys-Windows Priority-Low Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. Install windows version. 2. Attempt to launch brout... 3. What is the expected output? What do you see instead? Error log: You should install pyexiv2 (>=0.1.2) What version of the product are you using? On what operating system? winxp brout 0.3.828 Please provide any ad...
1.0
Window version exits on startup - ``` What steps will reproduce the problem? 1. Install windows version. 2. Attempt to launch brout... 3. What is the expected output? What do you see instead? Error log: You should install pyexiv2 (>=0.1.2) What version of the product are you using? On what operating system? winxp br...
defect
window version exits on startup what steps will reproduce the problem install windows version attempt to launch brout what is the expected output what do you see instead error log you should install what version of the product are you using on what operating system winxp brout ...
1
139,237
12,839,854,469
IssuesEvent
2020-07-07 20:01:20
radical-cybertools/radical.entk
https://api.github.com/repos/radical-cybertools/radical.entk
closed
Broken link in documentation
layer:entk type:documentation
> RP can be extended to support more HPC systems by contacting the developers of RP/EnTK or by the user themselves by following this page. https://radicalpilot.readthedocs.io/en/latest/machconf.html#writing-a-custom-resource-configuration-file Quoted from the documentation(https://radicalentk.readthedocs.io/en/lates...
1.0
Broken link in documentation - > RP can be extended to support more HPC systems by contacting the developers of RP/EnTK or by the user themselves by following this page. https://radicalpilot.readthedocs.io/en/latest/machconf.html#writing-a-custom-resource-configuration-file Quoted from the documentation(https://rad...
non_defect
broken link in documentation rp can be extended to support more hpc systems by contacting the developers of rp entk or by the user themselves by following this page quoted from the documentation dependencies the link seems to be broken
0
55,847
31,145,182,532
IssuesEvent
2023-08-16 05:40:15
elBukkit/MagicPlugin
https://api.github.com/repos/elBukkit/MagicPlugin
closed
Persistent Particle Effects Causing Performance Issues After Using Fling Magic
Support Performance
After using the "Fling" magic, particle effects continue to generate upon landing until a jump is performed, causing an accumulation of particle effects that leads to lag and performance issues. https://github.com/elBukkit/MagicPlugin/assets/96609471/0798aebe-3f99-43e6-895f-3f80dce64681
True
Persistent Particle Effects Causing Performance Issues After Using Fling Magic - After using the "Fling" magic, particle effects continue to generate upon landing until a jump is performed, causing an accumulation of particle effects that leads to lag and performance issues. https://github.com/elBukkit/MagicPlugin/a...
non_defect
persistent particle effects causing performance issues after using fling magic after using the fling magic particle effects continue to generate upon landing until a jump is performed causing an accumulation of particle effects that leads to lag and performance issues
0
35,397
7,727,634,262
IssuesEvent
2018-05-25 03:56:24
DotJoshJohnson/vscode-xml
https://api.github.com/repos/DotJoshJohnson/vscode-xml
closed
removeCommentsOnMinify doesn't work
(XML Formatter) Defect Needs Information
When setting removeCommentsOnMinify to true for my workplace, comments such as `<!-- my comment -->` are not removed when using the minify command.
1.0
removeCommentsOnMinify doesn't work - When setting removeCommentsOnMinify to true for my workplace, comments such as `<!-- my comment -->` are not removed when using the minify command.
defect
removecommentsonminify doesn t work when setting removecommentsonminify to true for my workplace comments such as are not removed when using the minify command
1
20,342
3,343,858,413
IssuesEvent
2015-11-15 20:48:43
Gpzim98/imob
https://api.github.com/repos/Gpzim98/imob
closed
Criar testes de interface daquilo que é essencial
auto-migrated Priority-Medium Type-Defect
``` What steps reproduce the problem? 1. 2. 3. What is the expected output? What do see instead? Please use labels and text provide additional information. ``` Original issue reported on code.google.com by `gpzi...@gmail.com` on 29 Oct 2014 at 12:44
1.0
Criar testes de interface daquilo que é essencial - ``` What steps reproduce the problem? 1. 2. 3. What is the expected output? What do see instead? Please use labels and text provide additional information. ``` Original issue reported on code.google.com by `gpzi...@gmail.com` on 29 Oct 2014 at 12:44
defect
criar testes de interface daquilo que é essencial what steps reproduce the problem what is the expected output what do see instead please use labels and text provide additional information original issue reported on code google com by gpzi gmail com on oct at
1
684,426
23,417,718,472
IssuesEvent
2022-08-13 07:38:02
IntelCompH2020/topicmodeler
https://api.github.com/repos/IntelCompH2020/topicmodeler
opened
Review imports in manageModels (and maybe topicmodeling.py)
High Priority
We need to review which libraries are imported. In many cases a lot of libraries are not needed, and importing them: 1) will raise warnings, 2) will take time making execution of the services slow. Remember this is going to run as a dockerized service, meaning that we should try to accelerate execution as much as po...
1.0
Review imports in manageModels (and maybe topicmodeling.py) - We need to review which libraries are imported. In many cases a lot of libraries are not needed, and importing them: 1) will raise warnings, 2) will take time making execution of the services slow. Remember this is going to run as a dockerized service, me...
non_defect
review imports in managemodels and maybe topicmodeling py we need to review which libraries are imported in many cases a lot of libraries are not needed and importing them will raise warnings will take time making execution of the services slow remember this is going to run as a dockerized service me...
0
159,787
12,490,166,478
IssuesEvent
2020-05-31 22:31:50
builderbook/builderbook
https://api.github.com/repos/builderbook/builderbook
closed
Trouble Connecting to MongoDB
Ready to test - Async
Hey guys, I'm trying to connect my app to Atlas as mentioned in the second chapter. This is what my code looks like. ```` const MONGO_URL = process.env.MONGO_URL_TEST; const options = { useNewUrlParser: true, useCreateIndex: true, useFindAndModify: false, useUnifiedTopology: true, }; mongoose ...
1.0
Trouble Connecting to MongoDB - Hey guys, I'm trying to connect my app to Atlas as mentioned in the second chapter. This is what my code looks like. ```` const MONGO_URL = process.env.MONGO_URL_TEST; const options = { useNewUrlParser: true, useCreateIndex: true, useFindAndModify: false, useUnified...
non_defect
trouble connecting to mongodb hey guys i m trying to connect my app to atlas as mentioned in the second chapter this is what my code looks like const mongo url process env mongo url test const options usenewurlparser true usecreateindex true usefindandmodify false useunified...
0
112,667
14,273,038,984
IssuesEvent
2020-11-21 19:42:36
pookage/ar-turret-game
https://api.github.com/repos/pookage/ar-turret-game
opened
Turret Design
📐 design 🖼️ Asset
- Chair in middle that can swivel - Guns on the left / right outside the turrent - can rotate up and down along X axis together as the camera looks up/down - guns translate in/out as they fire (see attached turbolaser gif) - Turret itself can only spin on the Y axis - Hexagons are bestagons - User is in...
1.0
Turret Design - - Chair in middle that can swivel - Guns on the left / right outside the turrent - can rotate up and down along X axis together as the camera looks up/down - guns translate in/out as they fire (see attached turbolaser gif) - Turret itself can only spin on the Y axis - Hexagons are bestago...
non_defect
turret design chair in middle that can swivel guns on the left right outside the turrent can rotate up and down along x axis together as the camera looks up down guns translate in out as they fire see attached turbolaser gif turret itself can only spin on the y axis hexagons are bestago...
0
27,716
5,079,492,374
IssuesEvent
2016-12-28 20:22:59
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Hazelcast lifeCycle exception
Team: Core Type: Defect
JET got an exception: https://hazelcast-l337.ci.cloudbees.com/job/Jet/com.hazelcast$hazelcast-jet-core/14/testReport/junit/com.hazelcast.jet/ProcessingStrategyTest/com_hazelcast_jet_ProcessingStrategyTest/ ``` java.lang.RuntimeException: java.net.SocketException: Invalid argument at sun.nio.ch.Net.bind0(Native Me...
1.0
Hazelcast lifeCycle exception - JET got an exception: https://hazelcast-l337.ci.cloudbees.com/job/Jet/com.hazelcast$hazelcast-jet-core/14/testReport/junit/com.hazelcast.jet/ProcessingStrategyTest/com_hazelcast_jet_ProcessingStrategyTest/ ``` java.lang.RuntimeException: java.net.SocketException: Invalid argument a...
defect
hazelcast lifecycle exception jet got an exception java lang runtimeexception java net socketexception invalid argument at sun nio ch net native method at sun nio ch net bind net java at sun nio ch net bind net java at sun nio ch serversocketchannelimpl bind serversocketchannelimpl...
1
369,922
10,919,999,449
IssuesEvent
2019-11-21 20:15:46
onaio/reveal-frontend
https://api.github.com/repos/onaio/reveal-frontend
closed
Ensure superset user is logged out after logging out
Priority: Medium bug
When you click the log out button, we need to ensure that we log out of superset by calling the `deAuthZ` method in SupersetConnector
1.0
Ensure superset user is logged out after logging out - When you click the log out button, we need to ensure that we log out of superset by calling the `deAuthZ` method in SupersetConnector
non_defect
ensure superset user is logged out after logging out when you click the log out button we need to ensure that we log out of superset by calling the deauthz method in supersetconnector
0
238,776
19,765,184,643
IssuesEvent
2022-01-17 00:36:19
mennaelkashef/eShop
https://api.github.com/repos/mennaelkashef/eShop
opened
testThatShouldFail(com.example.app.MainActivityTest) 'an instance of android.widget.TextView and view.getText()...
Hello! RULE-GOT-APPLIED DOES-NOT-CONTAIN-STRING Rule-works-on-convert-to-bug test instabug
# :clipboard: Bug Details >testThatShouldFail(com.example.app.MainActivityTest) 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "Not Instabug"' doesn't match the selected view. Expected: an instance of android.widget.TextView and view.getText() with or without ...
1.0
testThatShouldFail(com.example.app.MainActivityTest) 'an instance of android.widget.TextView and view.getText()... - # :clipboard: Bug Details >testThatShouldFail(com.example.app.MainActivityTest) 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "Not Instabug"' ...
non_defect
testthatshouldfail com example app mainactivitytest an instance of android widget textview and view gettext clipboard bug details testthatshouldfail com example app mainactivitytest an instance of android widget textview and view gettext with or without transformation to match is not instabug ...
0
62,579
17,082,305,010
IssuesEvent
2021-07-08 07:24:03
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Regression in ResultQuery.fetchMap(Field, Field) with null values
T: Defect
### Expected behavior ResultQuery.fetchMap(Field, Field) should not throw NPE when value field maps to a null value. This was the behavior on 3.14.x. fetchMap's docs don't list any limitations on value field, so I assume this is unintentional. Probably also applies to other fetchMap overrides. ### Actual behavior...
1.0
Regression in ResultQuery.fetchMap(Field, Field) with null values - ### Expected behavior ResultQuery.fetchMap(Field, Field) should not throw NPE when value field maps to a null value. This was the behavior on 3.14.x. fetchMap's docs don't list any limitations on value field, so I assume this is unintentional. Proba...
defect
regression in resultquery fetchmap field field with null values expected behavior resultquery fetchmap field field should not throw npe when value field maps to a null value this was the behavior on x fetchmap s docs don t list any limitations on value field so i assume this is unintentional probab...
1
419,833
28,180,982,807
IssuesEvent
2023-04-04 02:22:36
vanus-labs/vanus-connect
https://api.github.com/repos/vanus-labs/vanus-connect
closed
[Good First Issues]: Review Elasticsearch Sink
documentation good first issue help wanted
# Documentation Review ## Motivation The best way to learn about an open-source project starts with reading its documentation. In order to better know about Vanus and improve the quality of Vanus documentation, we're looking for OSS enthusiasts to review our docs. ## Details Review and test connectors docum...
1.0
[Good First Issues]: Review Elasticsearch Sink - # Documentation Review ## Motivation The best way to learn about an open-source project starts with reading its documentation. In order to better know about Vanus and improve the quality of Vanus documentation, we're looking for OSS enthusiasts to review our docs. ...
non_defect
review elasticsearch sink documentation review motivation the best way to learn about an open source project starts with reading its documentation in order to better know about vanus and improve the quality of vanus documentation we re looking for oss enthusiasts to review our docs details r...
0
698,604
23,986,671,838
IssuesEvent
2022-09-13 19:44:43
zowe/zowe-cli
https://api.github.com/repos/zowe/zowe-cli
closed
Allow renaming USS files and directories
enhancement priority-low
Allow USS files and directories to be renamed via the CLI: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.izua700/IZUHPINFO_API_PutUnixFileUtilities.htm #395 - PR that provided the node function:
1.0
Allow renaming USS files and directories - Allow USS files and directories to be renamed via the CLI: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.izua700/IZUHPINFO_API_PutUnixFileUtilities.htm #395 - PR that provided the node function:
non_defect
allow renaming uss files and directories allow uss files and directories to be renamed via the cli pr that provided the node function
0
163,447
12,730,635,967
IssuesEvent
2020-06-25 07:50:40
navikt/nav-dekoratoren
https://api.github.com/repos/navikt/nav-dekoratoren
closed
Felles komponenter for header-linje
Testet OK refactor
Mobil/desktop visning i headeren har mange unødvendige duplikater/nesten-duplikater, både scripts og DOM-elementer. Bruk felles komponenter hvor det er mulig.
1.0
Felles komponenter for header-linje - Mobil/desktop visning i headeren har mange unødvendige duplikater/nesten-duplikater, både scripts og DOM-elementer. Bruk felles komponenter hvor det er mulig.
non_defect
felles komponenter for header linje mobil desktop visning i headeren har mange unødvendige duplikater nesten duplikater både scripts og dom elementer bruk felles komponenter hvor det er mulig
0
433,644
12,508,148,150
IssuesEvent
2020-06-02 15:08:04
metabase/metabase
https://api.github.com/repos/metabase/metabase
closed
Binned latitude and longitude does not work
.Backend Priority:P2 Querying/GUI Type:Bug Visualization/Maps
**Describe the bug** When trying to bin latitude and longitude for questions where you want to join other tables, it works in preview, but the results do not bin meaning you can't use the grid map **Logs** No errors seen in metabase log only the below<: ![image](https://user-images.githubusercontent.com/23311430/...
1.0
Binned latitude and longitude does not work - **Describe the bug** When trying to bin latitude and longitude for questions where you want to join other tables, it works in preview, but the results do not bin meaning you can't use the grid map **Logs** No errors seen in metabase log only the below<: ![image](https...
non_defect
binned latitude and longitude does not work describe the bug when trying to bin latitude and longitude for questions where you want to join other tables it works in preview but the results do not bin meaning you can t use the grid map logs no errors seen in metabase log only the below ...
0
68,320
21,633,430,309
IssuesEvent
2022-05-05 12:10:49
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Read receipts have reversed order
T-Defect X-Regression S-Minor A-Timeline A-Read-Receipts O-Occasional
Previously they were most-recent-right but now it's least-recent-right. Most recent receipts on the right would be preferred, as it shows who has *recently* seen the message rather than who sent it (which is already known). A message sent by mscbot: ![image](https://user-images.githubusercontent.com/1190097/1666111...
1.0
Read receipts have reversed order - Previously they were most-recent-right but now it's least-recent-right. Most recent receipts on the right would be preferred, as it shows who has *recently* seen the message rather than who sent it (which is already known). A message sent by mscbot: ![image](https://user-images.g...
defect
read receipts have reversed order previously they were most recent right but now it s least recent right most recent receipts on the right would be preferred as it shows who has recently seen the message rather than who sent it which is already known a message sent by mscbot
1
71,499
23,658,031,303
IssuesEvent
2022-08-26 13:08:50
MarcusWolschon/osmeditor4android
https://api.github.com/repos/MarcusWolschon/osmeditor4android
closed
Tunnel instead of steps
Defect Minor
When extracting a segment, the program offers 3 presets to choose from: bridge, tunnel and steps ![IMG_20220826_144136](https://user-images.githubusercontent.com/69987154/186899931-bbb95f56-59d9-4ac4-888f-5d320a176147.jpg) App version: 18.0.0.1 App version code: 2200 Android build version: V13.0.12.0.SKFMIXM Andro...
1.0
Tunnel instead of steps - When extracting a segment, the program offers 3 presets to choose from: bridge, tunnel and steps ![IMG_20220826_144136](https://user-images.githubusercontent.com/69987154/186899931-bbb95f56-59d9-4ac4-888f-5d320a176147.jpg) App version: 18.0.0.1 App version code: 2200 Android build version:...
defect
tunnel instead of steps when extracting a segment the program offers presets to choose from bridge tunnel and steps app version app version code android build version skfmixm android release version android sdk version android build id test keys device brand redmi ...
1
460,406
13,209,294,065
IssuesEvent
2020-08-15 10:25:07
DreamExposure/DisCal-Discord-Bot
https://api.github.com/repos/DreamExposure/DisCal-Discord-Bot
opened
Some prefixes are able to break commands
Lang: Java Module: Bot Priority: Severe/High bug
## *Who* is the bug affecting? Any user issuing a command with prefix, mentioning is unaffected. ## *What* is affected by this bug? Bot ## *When* does this occur? Any time a command is issued ## *Where* on the platform does it happen? Any place where a command is issued to discal when using a prefixed comm...
1.0
Some prefixes are able to break commands - ## *Who* is the bug affecting? Any user issuing a command with prefix, mentioning is unaffected. ## *What* is affected by this bug? Bot ## *When* does this occur? Any time a command is issued ## *Where* on the platform does it happen? Any place where a command is ...
non_defect
some prefixes are able to break commands who is the bug affecting any user issuing a command with prefix mentioning is unaffected what is affected by this bug bot when does this occur any time a command is issued where on the platform does it happen any place where a command is ...
0
63,735
17,874,817,240
IssuesEvent
2021-09-07 00:45:58
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Unable to verify other session
T-Defect
### Steps to reproduce 1. Have an unverified session 2. Try to verify 3. Enter security phrase to confirm 4. Nothing changes after pressing continue ### What happened? ### What did you expect? The session to be verified ### What happened? Nothing - other session is still unverified and restarting the app sho...
1.0
Unable to verify other session - ### Steps to reproduce 1. Have an unverified session 2. Try to verify 3. Enter security phrase to confirm 4. Nothing changes after pressing continue ### What happened? ### What did you expect? The session to be verified ### What happened? Nothing - other session is still unve...
defect
unable to verify other session steps to reproduce have an unverified session try to verify enter security phrase to confirm nothing changes after pressing continue what happened what did you expect the session to be verified what happened nothing other session is still unve...
1
21,344
3,489,419,890
IssuesEvent
2016-01-03 21:37:10
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
Test for lstsq randomly failed
defect scipy.linalg
I believe [this](https://travis-ci.org/scipy/scipy/jobs/98746693) is just a random failure from having the tolerance too tight, and not due to [anything I did in fftpack](https://github.com/scipy/scipy/pull/4607): ``` ====================================================================== FAIL: test_random_exact (t...
1.0
Test for lstsq randomly failed - I believe [this](https://travis-ci.org/scipy/scipy/jobs/98746693) is just a random failure from having the tolerance too tight, and not due to [anything I did in fftpack](https://github.com/scipy/scipy/pull/4607): ``` =================================================================...
defect
test for lstsq randomly failed i believe is just a random failure from having the tolerance too tight and not due to fail test random exact test basic testlstsq ...
1
35,332
4,647,740,243
IssuesEvent
2016-10-01 17:27:50
UnivJobs/univjobs-back
https://api.github.com/repos/UnivJobs/univjobs-back
closed
/api/list/* - List API requirement (GET)
Design
Hey guys, We discussed earlier the need for an **/api/list/*** routes as a way to retrieve all of the items within dropdowns. First, let's talk about the GET requirements. **GET APIs** - /api/list/emailpreferences - /api/list/studentstatuses - /api/list/edulevel - /api/list/majors - /api/list/genders - /api...
1.0
/api/list/* - List API requirement (GET) - Hey guys, We discussed earlier the need for an **/api/list/*** routes as a way to retrieve all of the items within dropdowns. First, let's talk about the GET requirements. **GET APIs** - /api/list/emailpreferences - /api/list/studentstatuses - /api/list/edulevel - /a...
non_defect
api list list api requirement get hey guys we discussed earlier the need for an api list routes as a way to retrieve all of the items within dropdowns first let s talk about the get requirements get apis api list emailpreferences api list studentstatuses api list edulevel a...
0
101,018
30,851,809,124
IssuesEvent
2023-08-02 17:19:16
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
System.Text.RegularExpressions.Tests segmentation fault
area-System.Text.RegularExpressions blocking-clean-ci untriaged Known Build Error
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=243484 Build error leg or test failing: System.Text.RegularExpressions.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/85006 <!-- Error message template --> ## E...
1.0
System.Text.RegularExpressions.Tests segmentation fault - ## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=243484 Build error leg or test failing: System.Text.RegularExpressions.Tests.WorkItemExecution Pull request: https://github.com/dotnet/...
non_defect
system text regularexpressions tests segmentation fault build information build build error leg or test failing system text regularexpressions tests workitemexecution pull request error message fill the error message using json errormessage buildretry false error...
0
55,498
30,780,879,383
IssuesEvent
2023-07-31 09:54:57
jqlang/jq
https://api.github.com/repos/jqlang/jq
closed
faster version of _nwise
feature request performance
Here are plug-in replacements for the existing defs. These replacements use 0-arity filters to effect the recursion, and are ridiculously faster even for arrays of size 10^4. (*) ``` def _nwise($n): def nw: if length <= $n then . else .[0:$n] , (.[$n:] | nw) end; nw; def _nwise(a; $n): a | _nwise($n); ...
True
faster version of _nwise - Here are plug-in replacements for the existing defs. These replacements use 0-arity filters to effect the recursion, and are ridiculously faster even for arrays of size 10^4. (*) ``` def _nwise($n): def nw: if length <= $n then . else .[0:$n] , (.[$n:] | nw) end; nw; def _nwise...
non_defect
faster version of nwise here are plug in replacements for the existing defs these replacements use arity filters to effect the recursion and are ridiculously faster even for arrays of size def nwise n def nw if length n then else nw end nw def nwise a n a...
0
63,516
15,613,539,357
IssuesEvent
2021-03-19 16:35:12
OpenFAM/OpenFAM
https://api.github.com/repos/OpenFAM/OpenFAM
closed
Auto build environment for RHEL and other OS
<PRIORITY>- P1 Build Enhancement Fixed_in_devel
Automate third-party build environment for RHEL and other OS.
1.0
Auto build environment for RHEL and other OS - Automate third-party build environment for RHEL and other OS.
non_defect
auto build environment for rhel and other os automate third party build environment for rhel and other os
0
34,042
7,330,017,859
IssuesEvent
2018-03-05 08:22:17
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Bug: Calendar won't accept user input when UTC is selected and the date is different from local zone
defect
**I'm submitting a ...** ``` [x] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http:...
1.0
Bug: Calendar won't accept user input when UTC is selected and the date is different from local zone - **I'm submitting a ...** ``` [x] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/pr...
defect
bug calendar won t accept user input when utc is selected and the date is different from local zone i m submitting a bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do no...
1
25,278
11,164,770,930
IssuesEvent
2019-12-27 06:38:56
soumya132/java-code
https://api.github.com/repos/soumya132/java-code
opened
CVE-2019-14540 (High) detected in jackson-databind-2.8.1.jar
security vulnerability
## CVE-2019-14540 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.1.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2019-14540 (High) detected in jackson-databind-2.8.1.jar - ## CVE-2019-14540 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.1.jar</b></p></summary> <p>General...
non_defect
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file tmp ws scm java code pom xml ...
0
18,165
3,031,023,599
IssuesEvent
2015-08-04 20:32:09
bricardob7/mikrotik4net
https://api.github.com/repos/bricardob7/mikrotik4net
closed
Null reference exception when trying to reuse session in asp.net
auto-migrated Priority-Medium Type-Defect
``` when trying to re invoke this code the null refrence exception occur in "TikConnectorType.Api", only the first access works any subsequent tries gives this error !! how can the session be managed in web application ! using (TikSession session = new TikSession(TikConnectorType.Api)) ``` Original issue reported...
1.0
Null reference exception when trying to reuse session in asp.net - ``` when trying to re invoke this code the null refrence exception occur in "TikConnectorType.Api", only the first access works any subsequent tries gives this error !! how can the session be managed in web application ! using (TikSession session = ...
defect
null reference exception when trying to reuse session in asp net when trying to re invoke this code the null refrence exception occur in tikconnectortype api only the first access works any subsequent tries gives this error how can the session be managed in web application using tiksession session ...
1
283,366
8,719,295,056
IssuesEvent
2018-12-07 23:55:14
GoogleCloudPlatform/forseti-security
https://api.github.com/repos/GoogleCloudPlatform/forseti-security
closed
Notifier failing to send to gcs and emails
priority: p1 triaged: yes
We see the sendgrid api quota might be issue with email notification but it also don't sent notification to GCS bucket. is there a dependency with sendgrid api ? Logs: [forseti-security][2.7.0] google.cloud.forseti.services.notifier.service(_run_notifier): Traceback (most recent call last): File "/usr/local/lib/p...
1.0
Notifier failing to send to gcs and emails - We see the sendgrid api quota might be issue with email notification but it also don't sent notification to GCS bucket. is there a dependency with sendgrid api ? Logs: [forseti-security][2.7.0] google.cloud.forseti.services.notifier.service(_run_notifier): Traceback (m...
non_defect
notifier failing to send to gcs and emails we see the sendgrid api quota might be issue with email notification but it also don t sent notification to gcs bucket is there a dependency with sendgrid api logs google cloud forseti services notifier service run notifier traceback most recent call last ...
0
27,172
4,896,453,633
IssuesEvent
2016-11-20 11:05:47
phingofficial/phing
https://api.github.com/repos/phingofficial/phing
closed
Can not delete git folders on windows (Trac #956)
defect Migrated from Trac phing-core
Demo buildscript: ``` text <?xml version="1.0" encoding="UTF-8" ?> <project name="phpbb3-nv-who-was-here" basedir="." default="umil"> <property name="temp.dir" value="temp" /> <property name="build.dir" value="build" /> <property file="build.properties" /> <target name="clean" description="Remove bu...
1.0
Can not delete git folders on windows (Trac #956) - Demo buildscript: ``` text <?xml version="1.0" encoding="UTF-8" ?> <project name="phpbb3-nv-who-was-here" basedir="." default="umil"> <property name="temp.dir" value="temp" /> <property name="build.dir" value="build" /> <property file="build.properties"...
defect
can not delete git folders on windows trac demo buildscript text properties text property files contain key value pairs key value property...
1
3,273
2,610,059,690
IssuesEvent
2015-02-26 18:17:36
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
临海检查不育哪家权威
auto-migrated Priority-Medium Type-Defect
``` 临海检查不育哪家权威【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专...
1.0
临海检查不育哪家权威 - ``` 临海检查不育哪家权威【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医...
defect
临海检查不育哪家权威 临海检查不育哪家权威【台州五洲生殖医院】 热线 微信号tzwzszyy 医院地址 台州市 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original i...
1
223,430
7,453,873,442
IssuesEvent
2018-03-29 13:27:16
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.youtube.com - site is not usable
browser-firefox priority-critical
<!-- @browser: Firefox 59.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0 --> <!-- @reported_with: addon-reporter-firefox --> **URL**: https://www.youtube.com/ **Browser / Version**: Firefox 59.0 **Operating System**: Windows 8.1 **Tested Another Browser**: Yes **...
1.0
www.youtube.com - site is not usable - <!-- @browser: Firefox 59.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0 --> <!-- @reported_with: addon-reporter-firefox --> **URL**: https://www.youtube.com/ **Browser / Version**: Firefox 59.0 **Operating System**: Windows ...
non_defect
site is not usable url browser version firefox operating system windows tested another browser yes problem type site is not usable description the scrolling bar doesn t appear in the left part of the webpage steps to reproduce i updated firefox from ...
0
457,481
13,157,416,575
IssuesEvent
2020-08-10 12:43:00
kubesphere/kubesphere
https://api.github.com/repos/kubesphere/kubesphere
closed
custom platform role can't edit project info
area/iam kind/bug kind/need-to-verify priority/medium
**Describe the Bug** A custom platform role with `Cluster Management` can't edit the project info as shown below. ![Screen Shot 2020-08-10 at 2 41 40 PM](https://user-images.githubusercontent.com/28859385/89757432-ce4b6600-db17-11ea-8c64-568175ab4629.png) ![Screen Shot 2020-08-10 at 2 43 19 PM](https://user-images...
1.0
custom platform role can't edit project info - **Describe the Bug** A custom platform role with `Cluster Management` can't edit the project info as shown below. ![Screen Shot 2020-08-10 at 2 41 40 PM](https://user-images.githubusercontent.com/28859385/89757432-ce4b6600-db17-11ea-8c64-568175ab4629.png) ![Screen Sho...
non_defect
custom platform role can t edit project info describe the bug a custom platform role with cluster management can t edit the project info as shown below versions used kubesphere
0
219,225
24,465,348,591
IssuesEvent
2022-10-07 14:34:44
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
closed
Vulnerability roundup 99: mysql-5.7.27: 10 advisories [5.9]
1.severity: security
[search](https://search.nix.gsc.io/?q=mysql&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=mysql+in%3Apath&type=Code) * [x] [CVE-2020-1971](https://nvd.nist.gov/vuln/detail/CVE-2020-1971) CVSSv3=5.9 (nixos-20.09, nixos-unstable) * [ ] [CVE-2021-2011](https://nvd.nist.gov...
True
Vulnerability roundup 99: mysql-5.7.27: 10 advisories [5.9] - [search](https://search.nix.gsc.io/?q=mysql&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=mysql+in%3Apath&type=Code) * [x] [CVE-2020-1971](https://nvd.nist.gov/vuln/detail/CVE-2020-1971) CVSSv3=5.9 (nixos-20....
non_defect
vulnerability roundup mysql advisories nixos nixos unstable nixos nixos unstable nixos nixos unstable nixos nixos unstable nixos nixos unstable nixos nixos unstable ...
0
59,504
3,113,942,796
IssuesEvent
2015-09-03 04:15:50
AutomationSolutionz/Framework_0.1
https://api.github.com/repos/AutomationSolutionz/Framework_0.1
closed
compare data display is not showing correctly
Minar Priority 2 (High) Release Gating
The compare data is not grouping the data properly. Talk with me to find out more detail. ![image](https://cloud.githubusercontent.com/assets/5302523/2663069/0926af00-c04e-11e3-9172-f9074723ee05.png)
1.0
compare data display is not showing correctly - The compare data is not grouping the data properly. Talk with me to find out more detail. ![image](https://cloud.githubusercontent.com/assets/5302523/2663069/0926af00-c04e-11e3-9172-f9074723ee05.png)
non_defect
compare data display is not showing correctly the compare data is not grouping the data properly talk with me to find out more detail
0
739
2,587,732,573
IssuesEvent
2015-02-17 20:19:13
chrsmith/codesearch
https://api.github.com/repos/chrsmith/codesearch
opened
Error in read.go comments
auto-migrated Priority-Medium Type-Defect
``` http://code.google.com/p/codesearch/source/browse/index/read.go#36 The comment reads : "For example, the delta list [2,5,1,1,0] encodes the file ID list 1, 6, 7, 8." Am I misunderstanding something, or should the delta list read : [1,5,1,1,0] to match up to the given file ID list? ``` ----- Original issue rep...
1.0
Error in read.go comments - ``` http://code.google.com/p/codesearch/source/browse/index/read.go#36 The comment reads : "For example, the delta list [2,5,1,1,0] encodes the file ID list 1, 6, 7, 8." Am I misunderstanding something, or should the delta list read : [1,5,1,1,0] to match up to the given file ID list? `...
defect
error in read go comments the comment reads for example the delta list encodes the file id list am i misunderstanding something or should the delta list read to match up to the given file id list original issue reported on code google com by deepak j gmail com on ap...
1
14,092
2,789,893,470
IssuesEvent
2015-05-08 22:13:49
google/google-visualization-api-issues
https://api.github.com/repos/google/google-visualization-api-issues
opened
annotatedtimeline hideDataColumns gives exceptions
Priority-Medium Type-Defect
Original [issue 454](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=454) created by orwant on 2010-11-08T20:43:23.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at all possible, or attach code.</b> 1. see small example: http://www.par...
1.0
annotatedtimeline hideDataColumns gives exceptions - Original [issue 454](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=454) created by orwant on 2010-11-08T20:43:23.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at all possible, or ...
defect
annotatedtimeline hidedatacolumns gives exceptions original created by orwant on what steps will reproduce the problem please provide a link to a demonstration page if at all possible or attach code see small example open firefox firebug console click the checkboxes see the err...
1
57,913
16,163,165,512
IssuesEvent
2021-05-01 02:25:37
Project-Sustain/aperture-client
https://api.github.com/repos/Project-Sustain/aperture-client
closed
Change "Line Graph" to "COVID-19" in charting window
defect
Should ideally also find a way to make it clearer to users that COVID data is separate from map data.
1.0
Change "Line Graph" to "COVID-19" in charting window - Should ideally also find a way to make it clearer to users that COVID data is separate from map data.
defect
change line graph to covid in charting window should ideally also find a way to make it clearer to users that covid data is separate from map data
1
19,295
3,182,882,410
IssuesEvent
2015-09-26 00:32:41
Synctube/Synctube
https://api.github.com/repos/Synctube/Synctube
closed
Configuration by environment variables
defect
Create a script that populates a config object from environment variables, optionally falling back on a static JSON file. Use envify to populate values for clients.
1.0
Configuration by environment variables - Create a script that populates a config object from environment variables, optionally falling back on a static JSON file. Use envify to populate values for clients.
defect
configuration by environment variables create a script that populates a config object from environment variables optionally falling back on a static json file use envify to populate values for clients
1
70,880
18,289,873,812
IssuesEvent
2021-10-05 14:14:14
diasurgical/devilutionX
https://api.github.com/repos/diasurgical/devilutionX
opened
Fetch SDL_image from GitHub instead of libsdl.org
help wanted good first issue build system
https://github.com/diasurgical/devilutionX/blob/1f61e8c57b153a0127380c796684aa017342463f/3rdParty/SDL_image/CMakeLists.txt#L11 lately libsdl.org appears to have some uptime issues, if possible we should switch to fetching the package from GitHub instead. Related issue: https://github.com/libsdl-org/SDL_image/iss...
1.0
Fetch SDL_image from GitHub instead of libsdl.org - https://github.com/diasurgical/devilutionX/blob/1f61e8c57b153a0127380c796684aa017342463f/3rdParty/SDL_image/CMakeLists.txt#L11 lately libsdl.org appears to have some uptime issues, if possible we should switch to fetching the package from GitHub instead. Related...
non_defect
fetch sdl image from github instead of libsdl org lately libsdl org appears to have some uptime issues if possible we should switch to fetching the package from github instead related issue
0
7,411
2,610,367,231
IssuesEvent
2015-02-26 19:58:37
chrsmith/scribefire-chrome
https://api.github.com/repos/chrsmith/scribefire-chrome
closed
Publishing only working on 1 blog at a time
auto-migrated Priority-Medium Type-Defect
``` What's the problem? When i publish the post, it is not allowing me to publish to my other blogs. It has been working great for over a year. Now i have to manually publish every post to each of the 33 blogs i have. What browser are you using? Google chrome What version of ScribeFire are you running? I j...
1.0
Publishing only working on 1 blog at a time - ``` What's the problem? When i publish the post, it is not allowing me to publish to my other blogs. It has been working great for over a year. Now i have to manually publish every post to each of the 33 blogs i have. What browser are you using? Google chrome Wh...
defect
publishing only working on blog at a time what s the problem when i publish the post it is not allowing me to publish to my other blogs it has been working great for over a year now i have to manually publish every post to each of the blogs i have what browser are you using google chrome wha...
1
53,615
13,261,977,110
IssuesEvent
2020-08-20 20:52:50
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
clsim example script fails (Trac #1757)
Migrated from Trac combo simulation defect
py2-v2, ubuntu 16.04; script code listing is [http://software.icecube.wisc.edu/documentation/projects/clsim/usage.html#example-script here] Output when run: ```text $ python example_script.py FATAL (I3Tray): Failed to load library (<type 'exceptions.RuntimeError'>): dlopen() dynamic loading error: /home/icecube/buil...
1.0
clsim example script fails (Trac #1757) - py2-v2, ubuntu 16.04; script code listing is [http://software.icecube.wisc.edu/documentation/projects/clsim/usage.html#example-script here] Output when run: ```text $ python example_script.py FATAL (I3Tray): Failed to load library (<type 'exceptions.RuntimeError'>): dlopen()...
defect
clsim example script fails trac ubuntu script code listing is output when run text python example script py fatal failed to load library dlopen dynamic loading error home icecube build simulation releases lib icetray so cannot open shared object file no such file or d...
1
135,854
11,027,207,299
IssuesEvent
2019-12-06 08:56:17
microsoft/AzureStorageExplorer
https://api.github.com/repos/microsoft/AzureStorageExplorer
opened
The tooltip is not exact when hovering over the Copy button on 'Shared Access Signature' dialog
:gear: sas 🧪 testing
**Storage Explorer Version:** 1.11.1 **Build:** [20191206.2](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3299462) **Branch:** master **Platform/OS:** Linux Ubuntu/macOS High Sierra/Windows 10 **Architecture:** ia32/x64 **Regression From:** Not a regression **Steps to reproduce:** 1. Expand on...
1.0
The tooltip is not exact when hovering over the Copy button on 'Shared Access Signature' dialog - **Storage Explorer Version:** 1.11.1 **Build:** [20191206.2](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3299462) **Branch:** master **Platform/OS:** Linux Ubuntu/macOS High Sierra/Windows 10 **Archit...
non_defect
the tooltip is not exact when hovering over the copy button on shared access signature dialog storage explorer version build branch master platform os linux ubuntu macos high sierra windows architecture regression from not a regression steps to reproduce ...
0
176,357
13,637,949,797
IssuesEvent
2020-09-25 08:38:51
mozilla-mobile/firefox-ios
https://api.github.com/repos/mozilla-mobile/firefox-ios
closed
FXIOS-870 ⁃ [XCUITest] Add a new test for "Switch your Default Browser"
Test-Automation eng:ui-test iOS14
On iOS 14 there will be this option when the app is launched after fresh install. ![Captura de pantalla 2020-09-10 a las 18 07 51](https://user-images.githubusercontent.com/1897507/92760302-ce49ba80-f390-11ea-8f39-642ceceb1285.png) It would be nice to have at least two tests: 1-Tapping on 'x' button dismisses the men...
2.0
FXIOS-870 ⁃ [XCUITest] Add a new test for "Switch your Default Browser" - On iOS 14 there will be this option when the app is launched after fresh install. ![Captura de pantalla 2020-09-10 a las 18 07 51](https://user-images.githubusercontent.com/1897507/92760302-ce49ba80-f390-11ea-8f39-642ceceb1285.png) It would be ...
non_defect
fxios ⁃ add a new test for switch your default browser on ios there will be this option when the app is launched after fresh install it would be nice to have at least two tests tapping on x button dismisses the menu tapping on going to settings button takes user there and there is switch tha...
0
43,555
11,747,905,501
IssuesEvent
2020-03-12 14:23:35
Automattic/wp-calypso
https://api.github.com/repos/Automattic/wp-calypso
closed
Layout template options missing in Edge for Mac
[Goal] Page Templates [Type] Defect
#### Steps to reproduce 1. Starting at URL: Any WordPress.com Simple site running one of the template-first themes, such as Barnsbury 2. Go to My Sites > Pages > Add New Page 3. Look for the templates down the left hand side #### What I expected To see multiple templates of each type, such as About, Services, Co...
1.0
Layout template options missing in Edge for Mac - #### Steps to reproduce 1. Starting at URL: Any WordPress.com Simple site running one of the template-first themes, such as Barnsbury 2. Go to My Sites > Pages > Add New Page 3. Look for the templates down the left hand side #### What I expected To see multiple t...
defect
layout template options missing in edge for mac steps to reproduce starting at url any wordpress com simple site running one of the template first themes such as barnsbury go to my sites pages add new page look for the templates down the left hand side what i expected to see multiple t...
1
17,923
3,013,593,704
IssuesEvent
2015-07-29 09:55:36
yawlfoundation/yawl
https://api.github.com/repos/yawlfoundation/yawl
closed
Deleting roles after deleting a user in the role
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Add a user and set a role. 2. Now delete the user 3. Delete the Role What is the expected output? What do you see instead? I expect that i can delete the role but that isn't possible because. The Engine think's the User is still there. What version of the product are you...
1.0
Deleting roles after deleting a user in the role - ``` What steps will reproduce the problem? 1. Add a user and set a role. 2. Now delete the user 3. Delete the Role What is the expected output? What do you see instead? I expect that i can delete the role but that isn't possible because. The Engine think's the User i...
defect
deleting roles after deleting a user in the role what steps will reproduce the problem add a user and set a role now delete the user delete the role what is the expected output what do you see instead i expect that i can delete the role but that isn t possible because the engine think s the user i...
1
80,411
15,418,674,639
IssuesEvent
2021-03-05 09:07:43
ojchase/OKCupidQuestionFilterExtension
https://api.github.com/repos/ojchase/OKCupidQuestionFilterExtension
closed
Figure out attribution requirements and the right way to acknowledge them
documentation help wanted noncode
I have a list going in thingsThatMightNeedCredit.txt I did attempt to make sure that every bit of external code/resources is licensed such that I can use it. But exactly how attribution should be given I'm not sure of. Maybe this is a use for the popup? (#13)
1.0
Figure out attribution requirements and the right way to acknowledge them - I have a list going in thingsThatMightNeedCredit.txt I did attempt to make sure that every bit of external code/resources is licensed such that I can use it. But exactly how attribution should be given I'm not sure of. Maybe this is a use fo...
non_defect
figure out attribution requirements and the right way to acknowledge them i have a list going in thingsthatmightneedcredit txt i did attempt to make sure that every bit of external code resources is licensed such that i can use it but exactly how attribution should be given i m not sure of maybe this is a use fo...
0
81,735
31,476,739,896
IssuesEvent
2023-08-30 11:15:33
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Missing translation: en| - Unable to set language on Firefox
T-Defect S-Major I18n O-Occasional
Recently I've seen lots of people reporting that they are seeing missing strings for languages that are properly translated. I've also gotten bit by this a few times. The console error that looks relavent is ``` Unable to set language Object { err: null, response: XMLHttpRequest } rageshake.js:61:8 ``` ![Sc...
1.0
Missing translation: en| - Unable to set language on Firefox - Recently I've seen lots of people reporting that they are seeing missing strings for languages that are properly translated. I've also gotten bit by this a few times. The console error that looks relavent is ``` Unable to set language Object { err: n...
defect
missing translation en unable to set language on firefox recently i ve seen lots of people reporting that they are seeing missing strings for languages that are properly translated i ve also gotten bit by this a few times the console error that looks relavent is unable to set language object err n...
1
27,004
4,857,012,646
IssuesEvent
2016-11-12 11:03:34
literat/srazvs
https://api.github.com/repos/literat/srazvs
closed
E500 když chci exportovat dokument, který nemá data
1-defect 2-administration 3-presenter 4-exports
Viz export dat pro faktury účastníků, když ještě není žádný účastník zapsaný. InvalidArgumentException: Invalid argument passed to foreach; array or Traversable expected, NULL given. in /home/vu008835/www/srazvs/vendor/latte/latte/src/Latte/Runtime/CachingIterator.php:47 source: http://vodni.skauting.cz/srazvs/export...
1.0
E500 když chci exportovat dokument, který nemá data - Viz export dat pro faktury účastníků, když ještě není žádný účastník zapsaný. InvalidArgumentException: Invalid argument passed to foreach; array or Traversable expected, NULL given. in /home/vu008835/www/srazvs/vendor/latte/latte/src/Latte/Runtime/CachingIterator....
defect
když chci exportovat dokument který nemá data viz export dat pro faktury účastníků když ještě není žádný účastník zapsaný invalidargumentexception invalid argument passed to foreach array or traversable expected null given in home www srazvs vendor latte latte src latte runtime cachingiterator php sou...
1
49,019
13,185,195,626
IssuesEvent
2020-08-12 20:54:51
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
handle SIGINT intelligently.. check per- Process() (Trac #610)
IceTray Incomplete Migration Migrated from Trac defect
<details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/610 , reported by anonymous and owned by troy</em></summary> <p> ```json { "status": "closed", "changetime": "2010-08-15T18:57:41", "description": "http://stackoverflow.com/questions/1008343/boost-python-and-python-exceptions\n", ...
1.0
handle SIGINT intelligently.. check per- Process() (Trac #610) - <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/610 , reported by anonymous and owned by troy</em></summary> <p> ```json { "status": "closed", "changetime": "2010-08-15T18:57:41", "description": "http://stackoverf...
defect
handle sigint intelligently check per process trac migrated from reported by anonymous and owned by troy json status closed changetime description reporter anonymous cc resolution fixed ts comp...
1
1,454
2,603,965,878
IssuesEvent
2015-02-24 18:58:59
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳男性生殖器根部长了个疙瘩
auto-migrated Priority-Medium Type-Defect
``` 沈阳男性生殖器根部长了个疙瘩〓沈陽軍區政治部醫院性病�� �TEL:024-31023308〓成立于1946年,68年專注于性傳播疾病的研究� ��治療。位于沈陽市沈河區二緯路32號。是一所與新中國同建� ��共輝煌的歷史悠久、設備精良、技術權威、專家云集,是預 防、保健、醫療、科研康復為一體的綜合性醫院。是國家首�� �公立甲等部隊醫院、全國首批醫療規范定點單位,是第四軍� ��大學、東南大學等知名高等院校的教學醫院。曾被中國人民 解放軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次�� �立集體二等功。 ``` ----- Original issue reported on code.google.com by `q...
1.0
沈阳男性生殖器根部长了个疙瘩 - ``` 沈阳男性生殖器根部长了个疙瘩〓沈陽軍區政治部醫院性病�� �TEL:024-31023308〓成立于1946年,68年專注于性傳播疾病的研究� ��治療。位于沈陽市沈河區二緯路32號。是一所與新中國同建� ��共輝煌的歷史悠久、設備精良、技術權威、專家云集,是預 防、保健、醫療、科研康復為一體的綜合性醫院。是國家首�� �公立甲等部隊醫院、全國首批醫療規范定點單位,是第四軍� ��大學、東南大學等知名高等院校的教學醫院。曾被中國人民 解放軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次�� �立集體二等功。 ``` ----- Original issue reported on code...
defect
沈阳男性生殖器根部长了个疙瘩 沈阳男性生殖器根部长了个疙瘩〓沈陽軍區政治部醫院性病�� �tel: 〓 , � ��治療。 。是一所與新中國同建� ��共輝煌的歷史悠久、設備精良、技術權威、專家云集,是預 防、保健、醫療、科研康復為一體的綜合性醫院。是國家首�� �公立甲等部隊醫院、全國首批醫療規范定點單位,是第四軍� ��大學、東南大學等知名高等院校的教學醫院。曾被中國人民 解放軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次�� �立集體二等功。 original issue reported on code google com by gmail com on jun ...
1
77,295
26,903,395,931
IssuesEvent
2023-02-06 17:10:05
dotCMS/core
https://api.github.com/repos/dotCMS/core
opened
Blurrier Images as resultant of Using "Resize" and "Crop" together in Image processing api
Type : Defect Triage
### Problem Statement When Reize and crop filter are used together the resulting image is slightly blurry. This can be more problematic, depending on how much larger the working source image is. ### Steps to Reproduce By using the aforementioned "Resize" and "Crop" filters together to process an image, the resultin...
1.0
Blurrier Images as resultant of Using "Resize" and "Crop" together in Image processing api - ### Problem Statement When Reize and crop filter are used together the resulting image is slightly blurry. This can be more problematic, depending on how much larger the working source image is. ### Steps to Reproduce By us...
defect
blurrier images as resultant of using resize and crop together in image processing api problem statement when reize and crop filter are used together the resulting image is slightly blurry this can be more problematic depending on how much larger the working source image is steps to reproduce by us...
1
275,878
23,950,700,345
IssuesEvent
2022-09-12 11:13:52
HSLdevcom/jore4
https://api.github.com/repos/HSLdevcom/jore4
closed
As a tester I want the testing of login to jore4 be automated
estimate-M testing
Investigate how to login with robot user. Should we create a user/hsl-id for automatic tests or find an alternative method.
1.0
As a tester I want the testing of login to jore4 be automated - Investigate how to login with robot user. Should we create a user/hsl-id for automatic tests or find an alternative method.
non_defect
as a tester i want the testing of login to be automated investigate how to login with robot user should we create a user hsl id for automatic tests or find an alternative method
0
65,241
19,286,510,879
IssuesEvent
2021-12-11 03:10:14
SAP/fundamental-ngx
https://api.github.com/repos/SAP/fundamental-ngx
opened
platform: error from button import
bug platform Defect Hunting ariba High priority
#### Is this a bug, enhancement, or feature request? bug #### Briefly describe your proposal. import platform button and run an angular app - see the attached app [ngx13.zip](https://github.com/SAP/fundamental-ngx/files/7696332/ngx13.zip) #### Which versions of Angular and Fundamental Library for Angular a...
1.0
platform: error from button import - #### Is this a bug, enhancement, or feature request? bug #### Briefly describe your proposal. import platform button and run an angular app - see the attached app [ngx13.zip](https://github.com/SAP/fundamental-ngx/files/7696332/ngx13.zip) #### Which versions of Angular ...
defect
platform error from button import is this a bug enhancement or feature request bug briefly describe your proposal import platform button and run an angular app see the attached app which versions of angular and fundamental library for angular are affected if this is a feature ...
1
64,438
18,673,210,920
IssuesEvent
2021-10-31 04:32:24
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
ZipIterator::current() has incorrect return type.
defect
`ZipIterator` extends `MultipleIterator` and per the PHP [doc](https://www.php.net/manual/en/multipleiterator.current.php) the return value of `MultipleIterator::current()` should be `array|false`. But the way it's implemented `ZipIterator::current()` returns value of a user defined callback which can be of any type...
1.0
ZipIterator::current() has incorrect return type. - `ZipIterator` extends `MultipleIterator` and per the PHP [doc](https://www.php.net/manual/en/multipleiterator.current.php) the return value of `MultipleIterator::current()` should be `array|false`. But the way it's implemented `ZipIterator::current()` returns value...
defect
zipiterator current has incorrect return type zipiterator extends multipleiterator and per the php the return value of multipleiterator current should be array false but the way it s implemented zipiterator current returns value of a user defined callback which can be of any type
1
24,598
4,030,651,156
IssuesEvent
2016-05-18 14:51:53
jblindsay/whitebox-geospatial-analysis-tools
https://api.github.com/repos/jblindsay/whitebox-geospatial-analysis-tools
closed
Code copied to clipboard from help has no EOL
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Open Whitebox Scripter 2. Open Tool, e.g., Hydrological Tools -> Flow Pointers -> D8 Flow Pointer 3. Copy sample Scripting code from help window 4. Paste into Scripter 5. All code appears as a single line What is the expected output? What do you see instead? It would be n...
1.0
Code copied to clipboard from help has no EOL - ``` What steps will reproduce the problem? 1. Open Whitebox Scripter 2. Open Tool, e.g., Hydrological Tools -> Flow Pointers -> D8 Flow Pointer 3. Copy sample Scripting code from help window 4. Paste into Scripter 5. All code appears as a single line What is the expected...
defect
code copied to clipboard from help has no eol what steps will reproduce the problem open whitebox scripter open tool e g hydrological tools flow pointers flow pointer copy sample scripting code from help window paste into scripter all code appears as a single line what is the expected ...
1
49,919
13,187,292,063
IssuesEvent
2020-08-13 02:57:05
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[IceHive] ...is not working anymore (Trac #2290)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2290">https://code.icecube.wisc.edu/ticket/2290</a>, reported by grenzi and owned by jvansanten</em></summary> <p> ```json { "status": "closed", "changetime": "2020-06-24T12:31:42", "description": "The code below is worki...
1.0
[IceHive] ...is not working anymore (Trac #2290) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2290">https://code.icecube.wisc.edu/ticket/2290</a>, reported by grenzi and owned by jvansanten</em></summary> <p> ```json { "status": "closed", "changetime": "2020-06-24T12:3...
defect
is not working anymore trac migrated from json status closed changetime description the code below is working with less recent combo versions not anymore with the newest ones n n n n from icecube import icehive n n singlerings icehive ringl...
1
14,824
2,831,389,833
IssuesEvent
2015-05-24 15:54:40
nobodyguy/dslrdashboard
https://api.github.com/repos/nobodyguy/dslrdashboard
closed
No LIve View with D4 on nexus 7 (2013) and freezes after one shot.
auto-migrated Priority-Medium Type-Defect
``` DSLR Dashboard opens with black screen. It does find the D4, but without live view. Can change settings, but after one shutter release app. freezes. Any time I open the app this happens again. ``` Original issue reported on code.google.com by `farmla...@hotmail.com` on 23 Nov 2013 at 7:37
1.0
No LIve View with D4 on nexus 7 (2013) and freezes after one shot. - ``` DSLR Dashboard opens with black screen. It does find the D4, but without live view. Can change settings, but after one shutter release app. freezes. Any time I open the app this happens again. ``` Original issue reported on code.google.com by...
defect
no live view with on nexus and freezes after one shot dslr dashboard opens with black screen it does find the but without live view can change settings but after one shutter release app freezes any time i open the app this happens again original issue reported on code google com by far...
1
14,358
3,392,293,335
IssuesEvent
2015-11-30 18:58:58
rubymonsters/speakerinnen_liste
https://api.github.com/repos/rubymonsters/speakerinnen_liste
closed
tests for admin section
RSoC testing
until now there are no tests available for the admin sections and functions. Since admins can control almost everything it would be great to have tests for those actions.
1.0
tests for admin section - until now there are no tests available for the admin sections and functions. Since admins can control almost everything it would be great to have tests for those actions.
non_defect
tests for admin section until now there are no tests available for the admin sections and functions since admins can control almost everything it would be great to have tests for those actions
0
65,708
19,663,230,159
IssuesEvent
2022-01-10 19:18:51
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
Section dashboard defects: repeating section names, and product references
Defect Drupal engineering Dashboards Needs refining All products Sitewide CMS Team
This contains two defects, but are Layout builder config defects so i'm putting them together. If they need to split out because the fix for one might significantly delay the other, we should do that. # Issue 1: Section name is repeated ad nauseum ## To Reproduce Steps to reproduce the behavior: 1. Go to any S...
1.0
Section dashboard defects: repeating section names, and product references - This contains two defects, but are Layout builder config defects so i'm putting them together. If they need to split out because the fix for one might significantly delay the other, we should do that. # Issue 1: Section name is repeated ad...
defect
section dashboard defects repeating section names and product references this contains two defects but are layout builder config defects so i m putting them together if they need to split out because the fix for one might significantly delay the other we should do that issue section name is repeated ad...
1
76,016
26,203,715,778
IssuesEvent
2023-01-03 20:08:48
MarcusWolschon/osmeditor4android
https://api.github.com/repos/MarcusWolschon/osmeditor4android
closed
Object not showing duplicated relation membership
Defect Medium
When an object is member of the same relation twice, only one membership is shown in the Preferences editor In ID editor we see the 2 entries of the same relation: ![IMG_20221226_135618](https://user-images.githubusercontent.com/48330461/209553207-46c13bb4-d1ef-4931-af7a-d634d601293a.jpg) In relation members t...
1.0
Object not showing duplicated relation membership - When an object is member of the same relation twice, only one membership is shown in the Preferences editor In ID editor we see the 2 entries of the same relation: ![IMG_20221226_135618](https://user-images.githubusercontent.com/48330461/209553207-46c13bb4-d1ef-49...
defect
object not showing duplicated relation membership when an object is member of the same relation twice only one membership is shown in the preferences editor in id editor we see the entries of the same relation in relation members the object is shown twice but in object relations we only se...
1
29,984
5,971,371,540
IssuesEvent
2017-05-31 02:13:41
kaneless/mybatisnet
https://api.github.com/repos/kaneless/mybatisnet
closed
Use IBatisNet develop a Web application, in fact, started to automate tasks in multi-threaded processing, processed once every 10 minutes, but the following problem
auto-migrated Priority-Low Type-Defect
``` To initialize DaoManager in Global.asax C # code protected void Application_start (...) { / / Initialize DaoManager WZW.IBatisNet.SqlMap.DaoConfig.GetInstance (). InitBaseDaoManager (); / / Record system startup log Biz.SysLogBiz.GetInstance (). AddLog ("", Const.SYS_LOG_LOG_TYPE_SYSTEM_START, "system ...
1.0
Use IBatisNet develop a Web application, in fact, started to automate tasks in multi-threaded processing, processed once every 10 minutes, but the following problem - ``` To initialize DaoManager in Global.asax C # code protected void Application_start (...) { / / Initialize DaoManager WZW.IBatisNet.SqlMap.DaoCon...
defect
use ibatisnet develop a web application in fact started to automate tasks in multi threaded processing processed once every minutes but the following problem to initialize daomanager in global asax c code protected void application start initialize daomanager wzw ibatisnet sqlmap daoconf...
1
177,053
13,676,619,337
IssuesEvent
2020-09-29 14:06:21
OpenLiberty/open-liberty
https://api.github.com/repos/OpenLiberty/open-liberty
closed
Test Failure: com.ibm.ws.jca.fat.app.DependantApplicationTest warning on stop when Derby too slow
team:Zombie Apocalypse test bug
Test Failure: junit.framework.TestSuite.com.ibm.ws.jca.fat.app.DependantApplicationTest ``` com.ibm.ws.jca.fat.app.DependantApplicationTest:java.lang.Exception: Errors/warnings were found in server com.ibm.ws.jca.fat logs: <br>[9/16/20 18:02:50:709 UTC] 0000008b LogService-149-com.ibm.ws.jca ...
1.0
Test Failure: com.ibm.ws.jca.fat.app.DependantApplicationTest warning on stop when Derby too slow - Test Failure: junit.framework.TestSuite.com.ibm.ws.jca.fat.app.DependantApplicationTest ``` com.ibm.ws.jca.fat.app.DependantApplicationTest:java.lang.Exception: Errors/warnings were found in server com.ibm.ws.jca.fat...
non_defect
test failure com ibm ws jca fat app dependantapplicationtest warning on stop when derby too slow test failure junit framework testsuite com ibm ws jca fat app dependantapplicationtest com ibm ws jca fat app dependantapplicationtest java lang exception errors warnings were found in server com ibm ws jca fat...
0
19,391
3,198,766,025
IssuesEvent
2015-10-01 13:58:38
compomics/searchgui
https://api.github.com/repos/compomics/searchgui
closed
X! tandem stopped working
auto-migrated Priority-Medium Type-Defect
``` Hi, When I try to search my mgf.file (and dat.file for mascot) with the searchgui (current version 1.26.6 on a Windows2008 server R2) I get the message: X!tandem has stopped working. This also appears in the process report. The process report also mentions some errors (could not find path to folder "peaklist")...
1.0
X! tandem stopped working - ``` Hi, When I try to search my mgf.file (and dat.file for mascot) with the searchgui (current version 1.26.6 on a Windows2008 server R2) I get the message: X!tandem has stopped working. This also appears in the process report. The process report also mentions some errors (could not find...
defect
x tandem stopped working hi when i try to search my mgf file and dat file for mascot with the searchgui current version on a server i get the message x tandem has stopped working this also appears in the process report the process report also mentions some errors could not find path to fol...
1
71,741
23,780,464,905
IssuesEvent
2022-09-02 03:47:55
idaholab/moose
https://api.github.com/repos/idaholab/moose
opened
An error occurred during software installation
T: defect P: normal
(moose) zhangyu@AZY:/mnt/c/For_MOOSE/projects/moose/test$ make -j 4.3 Command 'make' not found, but can be installed with: sudo apt install make # version 4.3-4.1build1, or sudo apt install make-guile # version 4.3-4.1build1 (moose) zhangyu@AZY:/mnt/c/For_MOOSE/projects/moose/test$ ![Snipaste_2022-09-02_...
1.0
An error occurred during software installation - (moose) zhangyu@AZY:/mnt/c/For_MOOSE/projects/moose/test$ make -j 4.3 Command 'make' not found, but can be installed with: sudo apt install make # version 4.3-4.1build1, or sudo apt install make-guile # version 4.3-4.1build1 (moose) zhangyu@AZY:/mnt/c/For_MOO...
defect
an error occurred during software installation moose zhangyu azy mnt c for moose projects moose test make j command make not found but can be installed with sudo apt install make version or sudo apt install make guile version moose zhangyu azy mnt c for moose projects ...
1
50,023
13,187,309,923
IssuesEvent
2020-08-13 03:00:26
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
"Pass-through" frame objects (Trac #21)
IceTray Migrated from Trac defect
If i have frames that contain objects that I dont' have code for, i should be able to pass them through my tray w/o SkipFrame?-ing them. <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/21 , reported by troy and owned by troy_</summary> <p> ```json { "status": "closed", "changetime": "...
1.0
"Pass-through" frame objects (Trac #21) - If i have frames that contain objects that I dont' have code for, i should be able to pass them through my tray w/o SkipFrame?-ing them. <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/21 , reported by troy and owned by troy_</summary> <p> ```json { ...
defect
pass through frame objects trac if i have frames that contain objects that i dont have code for i should be able to pass them through my tray w o skipframe ing them migrated from reported by troy and owned by troy json status closed changetime descri...
1
187,627
6,759,822,177
IssuesEvent
2017-10-24 18:25:59
ekumenlabs/ekumenlabs.github.io
https://api.github.com/repos/ekumenlabs/ekumenlabs.github.io
closed
Reorganize the Team page
Priority: High
http://www.ekumenlabs.com/team/ Please move Pato's profile so that it is the first on the page, then Gui's. Please create a new section below Fer at the bottom of the page for Advisors (similar to the Meet the Team text style/alignment). In this new section, please put Julian's profile, then Lucas's
1.0
Reorganize the Team page - http://www.ekumenlabs.com/team/ Please move Pato's profile so that it is the first on the page, then Gui's. Please create a new section below Fer at the bottom of the page for Advisors (similar to the Meet the Team text style/alignment). In this new section, please put Julian's profile...
non_defect
reorganize the team page please move pato s profile so that it is the first on the page then gui s please create a new section below fer at the bottom of the page for advisors similar to the meet the team text style alignment in this new section please put julian s profile then lucas s
0
70,355
23,136,190,135
IssuesEvent
2022-07-28 14:30:27
panoply/prettify
https://api.github.com/repos/panoply/prettify
closed
Liquid Conditional Open/Close Markup Structures
Defect Enhancement HTML Liquid
### Description This issue is utterly despicable and the fact that folks do this type of shit is bewildering and mildly infuriating. What is even worse is that Shopify advocates for this type of fucking debauchery, smh. While I personally would prefer the defect to persist in order to have developers rethink how the...
1.0
Liquid Conditional Open/Close Markup Structures - ### Description This issue is utterly despicable and the fact that folks do this type of shit is bewildering and mildly infuriating. What is even worse is that Shopify advocates for this type of fucking debauchery, smh. While I personally would prefer the defect to p...
defect
liquid conditional open close markup structures description this issue is utterly despicable and the fact that folks do this type of shit is bewildering and mildly infuriating what is even worse is that shopify advocates for this type of fucking debauchery smh while i personally would prefer the defect to p...
1
259,632
8,198,677,562
IssuesEvent
2018-08-31 17:16:27
google/googletest
https://api.github.com/repos/google/googletest
closed
Expand VC++ 7.1 support
Component-Scripts OpSys-Windows Priority-Low Type-Enhancement Usability auto-migrated
_From @GoogleCodeExporter on August 24, 2015 22:39_ ``` Currently, the VS++ projects shipping with gMock are for VC++ 8.0. We should ship ones compatible with 7.1. They can still be upgraded to 8.0 and higher. ``` Original issue reported on code.google.com by `vladlosev` on 25 Sep 2010 at 12:23 _Copied from origina...
1.0
Expand VC++ 7.1 support - _From @GoogleCodeExporter on August 24, 2015 22:39_ ``` Currently, the VS++ projects shipping with gMock are for VC++ 8.0. We should ship ones compatible with 7.1. They can still be upgraded to 8.0 and higher. ``` Original issue reported on code.google.com by `vladlosev` on 25 Sep 2010 at 1...
non_defect
expand vc support from googlecodeexporter on august currently the vs projects shipping with gmock are for vc we should ship ones compatible with they can still be upgraded to and higher original issue reported on code google com by vladlosev on sep at copie...
0
352,837
25,083,875,192
IssuesEvent
2022-11-07 21:48:43
linea-it/pz-server
https://api.github.com/repos/linea-it/pz-server
closed
Add text to TUTORIALS page
documentation
## Download To download a data product available on the Photo-z Server, go to one of the two pages by clicking on the card "**LSST PZ Data Products**" (for official products released by LSST DM Team) or "**User-generated Data Products**" (for products uploaded by the members of LSST community. The download button ...
1.0
Add text to TUTORIALS page - ## Download To download a data product available on the Photo-z Server, go to one of the two pages by clicking on the card "**LSST PZ Data Products**" (for official products released by LSST DM Team) or "**User-generated Data Products**" (for products uploaded by the members of LSST com...
non_defect
add text to tutorials page download to download a data product available on the photo z server go to one of the two pages by clicking on the card lsst pz data products for official products released by lsst dm team or user generated data products for products uploaded by the members of lsst com...
0
386,392
11,437,954,970
IssuesEvent
2020-02-05 01:41:55
zulip/zulip
https://api.github.com/repos/zulip/zulip
closed
Clicking on a quoted message should take user to the original message
area: markdown difficult priority: high rust community request
Currently clicking on a quoted message doesn't do anything. We can add a functionality such that clicking on the quoted message takes user to the original message.
1.0
Clicking on a quoted message should take user to the original message - Currently clicking on a quoted message doesn't do anything. We can add a functionality such that clicking on the quoted message takes user to the original message.
non_defect
clicking on a quoted message should take user to the original message currently clicking on a quoted message doesn t do anything we can add a functionality such that clicking on the quoted message takes user to the original message
0
745,415
25,983,156,453
IssuesEvent
2022-12-19 20:52:56
siblount/JzSense-Generator
https://api.github.com/repos/siblount/JzSense-Generator
closed
JavaScript - DS3 - Rest Parameter in middle of args
enhancement low priority
For class Function, the constructor that was outputted was `constructor(p1, p2, ..., pn, body) {};` TypeScript compiler doesn't like this but Intellisense accepts the format and _technically_ works. Could be improved.
1.0
JavaScript - DS3 - Rest Parameter in middle of args - For class Function, the constructor that was outputted was `constructor(p1, p2, ..., pn, body) {};` TypeScript compiler doesn't like this but Intellisense accepts the format and _technically_ works. Could be improved.
non_defect
javascript rest parameter in middle of args for class function the constructor that was outputted was constructor pn body typescript compiler doesn t like this but intellisense accepts the format and technically works could be improved
0
62,733
6,808,728,856
IssuesEvent
2017-11-04 07:32:43
SWEZenith/Fall2017Swe574-Zenith
https://api.github.com/repos/SWEZenith/Fall2017Swe574-Zenith
closed
GitHub Functionality Practices
research test
- How to fork repository - How to to create pull request **Sample Links:** **Fork a Repo:** https://help.github.com/articles/fork-a-repo/ **Creating a Pull Request:** https://help.github.com/articles/creating-a-pull-request-from-a-fork/
1.0
GitHub Functionality Practices - - How to fork repository - How to to create pull request **Sample Links:** **Fork a Repo:** https://help.github.com/articles/fork-a-repo/ **Creating a Pull Request:** https://help.github.com/articles/creating-a-pull-request-from-a-fork/
non_defect
github functionality practices how to fork repository how to to create pull request sample links fork a repo creating a pull request
0
93,760
8,443,648,308
IssuesEvent
2018-10-18 16:06:44
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
teamcity: failed tests on release-2.0: test/TestLogic
C-test-failure O-robot
The following tests appear to have failed: [#970652](https://teamcity.cockroachdb.com/viewLog.html?buildId=970652): ``` --- FAIL: test/TestLogic (144.260s) test_log_scope.go:81: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestLogic088927148 test_log_scope.go:62: use -show-logs to pre...
1.0
teamcity: failed tests on release-2.0: test/TestLogic - The following tests appear to have failed: [#970652](https://teamcity.cockroachdb.com/viewLog.html?buildId=970652): ``` --- FAIL: test/TestLogic (144.260s) test_log_scope.go:81: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestLo...
non_defect
teamcity failed tests on release test testlogic the following tests appear to have failed fail test testlogic test log scope go test logs captured to go src github com cockroachdb cockroach artifacts test log scope go use show logs to present logs inline fail test testlogi...
0
18,770
6,635,744,529
IssuesEvent
2017-09-26 00:27:46
dart-lang/build
https://api.github.com/repos/dart-lang/build
closed
Watch build does not restart when tool/** changes
package:build_runner
For example, I have a simple builder in `tool/codegen/builder.dart`, and `tool/build.dart` imports it. There might be some option to allow this, but I don't see it :)
1.0
Watch build does not restart when tool/** changes - For example, I have a simple builder in `tool/codegen/builder.dart`, and `tool/build.dart` imports it. There might be some option to allow this, but I don't see it :)
non_defect
watch build does not restart when tool changes for example i have a simple builder in tool codegen builder dart and tool build dart imports it there might be some option to allow this but i don t see it
0
112,979
17,115,589,434
IssuesEvent
2021-07-11 09:24:46
theHinneh/mount-horeb
https://api.github.com/repos/theHinneh/mount-horeb
opened
CVE-2021-29060 (Medium) detected in color-string-1.5.4.tgz
security vulnerability
## CVE-2021-29060 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>color-string-1.5.4.tgz</b></p></summary> <p>Parser and generator for CSS color strings</p> <p>Library home page: <a ...
True
CVE-2021-29060 (Medium) detected in color-string-1.5.4.tgz - ## CVE-2021-29060 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>color-string-1.5.4.tgz</b></p></summary> <p>Parser and ...
non_defect
cve medium detected in color string tgz cve medium severity vulnerability vulnerable library color string tgz parser and generator for css color strings library home page a href path to dependency file mount horeb package json path to vulnerable library mount horeb n...
0
42,793
11,271,395,837
IssuesEvent
2020-01-14 12:58:40
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
InputText: Floating Label is broken in firefox but works with edge and chrome.
defect
## 1) Environment - PrimeFaces-8.0-SNAPSHOT on Mojarra-2.3.13. - Firefox latest 72.0.1 (64-Bit) ## 2) Expected behavior The floating label should fit above the inputfield when input made. ## 4) Steps to reproduce Open Showcase (https://www.primefaces.org/showcase/ui/input/inputText.xhtml) for inputText with f...
1.0
InputText: Floating Label is broken in firefox but works with edge and chrome. - ## 1) Environment - PrimeFaces-8.0-SNAPSHOT on Mojarra-2.3.13. - Firefox latest 72.0.1 (64-Bit) ## 2) Expected behavior The floating label should fit above the inputfield when input made. ## 4) Steps to reproduce Open Showcase (h...
defect
inputtext floating label is broken in firefox but works with edge and chrome environment primefaces snapshot on mojarra firefox latest bit expected behavior the floating label should fit above the inputfield when input made steps to reproduce open showcase fo...
1
510,649
14,813,773,546
IssuesEvent
2021-01-14 02:57:34
SHUReeducation/autoAPI
https://api.github.com/repos/SHUReeducation/autoAPI
closed
自动生成外键上的关联查询
feature request medium medium priority
<!-- 下面的内容可以使用中文或者英文填写。 --> <!-- You can fill the following things by using English or Chinese. --> <!-- 注意:请不要要求我们支持Java,我们永远不会考虑支持Java。 --> <!-- Warning: Never ask us to support Java, we'll never do that. --> 目前外键上的关联查询也要用户给我们sql才能生成,但外键上的关联查询还是很常见的,最好不要让用户提供sql **Describe the solution you'd like...
1.0
自动生成外键上的关联查询 - <!-- 下面的内容可以使用中文或者英文填写。 --> <!-- You can fill the following things by using English or Chinese. --> <!-- 注意:请不要要求我们支持Java,我们永远不会考虑支持Java。 --> <!-- Warning: Never ask us to support Java, we'll never do that. --> 目前外键上的关联查询也要用户给我们sql才能生成,但外键上的关联查询还是很常见的,最好不要让用户提供sql **Describe the solu...
non_defect
自动生成外键上的关联查询 下面的内容可以使用中文或者英文填写。 you can fill the following things by using english or chinese 注意:请不要要求我们支持java,我们永远不会考虑支持java。 warning never ask us to support java we ll never do that 目前外键上的关联查询也要用户给我们sql才能生成,但外键上的关联查询还是很常见的,最好不要让用户提供sql describe the solu...
0
500,931
14,517,317,669
IssuesEvent
2020-12-13 19:08:35
pterodactyl/panel
https://api.github.com/repos/pterodactyl/panel
closed
Allow eggs to specify multiple docker images to be used, allowing a user to select from the list
core change sponsor priority 🥇
Add a Java Selector for Minecraft eggs since Java 8 is at EOL. This could be done by having a drop down selector to select docker image or by have a selector for what startup to use if the image had multiple version of java installed. Ps: you're welcome @DaneEveritt ❤️
1.0
Allow eggs to specify multiple docker images to be used, allowing a user to select from the list - Add a Java Selector for Minecraft eggs since Java 8 is at EOL. This could be done by having a drop down selector to select docker image or by have a selector for what startup to use if the image had multiple version of j...
non_defect
allow eggs to specify multiple docker images to be used allowing a user to select from the list add a java selector for minecraft eggs since java is at eol this could be done by having a drop down selector to select docker image or by have a selector for what startup to use if the image had multiple version of j...
0
73,788
24,800,950,089
IssuesEvent
2022-10-24 21:40:15
opencaching/opencaching-pl
https://api.github.com/repos/opencaching/opencaching-pl
closed
Duplicated opening logs on geopaths
Priority Medium Type Defect Component GeoPaths
From [forum](https://forum.opencaching.pl/viewtopic.php?p=142212#p142212): > Nie wiem czy temat był już poruszany, ale... może dało by się rozwiązać problem z dublowaniem wpisów przy otwieraniu ścieżek. Zdaję sobie sprawę, że to pierdółka, ale trochę irytująca. Widziałem, że to nie tylko u mnie pojawia się takie cud...
1.0
Duplicated opening logs on geopaths - From [forum](https://forum.opencaching.pl/viewtopic.php?p=142212#p142212): > Nie wiem czy temat był już poruszany, ale... może dało by się rozwiązać problem z dublowaniem wpisów przy otwieraniu ścieżek. Zdaję sobie sprawę, że to pierdółka, ale trochę irytująca. Widziałem, że to ...
defect
duplicated opening logs on geopaths from nie wiem czy temat był już poruszany ale może dało by się rozwiązać problem z dublowaniem wpisów przy otwieraniu ścieżek zdaję sobie sprawę że to pierdółka ale trochę irytująca widziałem że to nie tylko u mnie pojawia się takie cudo dzięki
1
22,854
3,725,292,354
IssuesEvent
2016-03-05 00:15:00
erocarrera/pefile
https://api.github.com/repos/erocarrera/pefile
closed
FileVersion and ProductVersion returning the same values
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Download an EXE where the file version is different from the product version. (I'm using CurrPorts, as provided by NirSoft.) 2. Run the script to retrieve FileVersion and ProductVersion information. What is the expected output? FileVersion: 2.1.0.0 ProductVersion: 2.10 ...
1.0
FileVersion and ProductVersion returning the same values - ``` What steps will reproduce the problem? 1. Download an EXE where the file version is different from the product version. (I'm using CurrPorts, as provided by NirSoft.) 2. Run the script to retrieve FileVersion and ProductVersion information. What is the ex...
defect
fileversion and productversion returning the same values what steps will reproduce the problem download an exe where the file version is different from the product version i m using currports as provided by nirsoft run the script to retrieve fileversion and productversion information what is the ex...
1
55,631
14,599,437,104
IssuesEvent
2020-12-21 04:11:47
SAP/fundamental-ngx
https://api.github.com/repos/SAP/fundamental-ngx
closed
Multi Input: All the selected items is showing truncation
Defect Hunting Medium bug platform
Description: All the selected items is showing truncation Expected: It should not truncation Screenshot : ![image](https://user-images.githubusercontent.com/32538291/100317678-c3dbac00-2fe2-11eb-9ea9-951356742919.png) Expected: ![image](https://user-images.githubusercontent.com/32538291/100317734-d7871...
1.0
Multi Input: All the selected items is showing truncation - Description: All the selected items is showing truncation Expected: It should not truncation Screenshot : ![image](https://user-images.githubusercontent.com/32538291/100317678-c3dbac00-2fe2-11eb-9ea9-951356742919.png) Expected: ![image](https:...
defect
multi input all the selected items is showing truncation description all the selected items is showing truncation expected it should not truncation screenshot expected
1
77,806
27,172,243,210
IssuesEvent
2023-02-17 20:35:22
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
ColorPicker: Incorrect Translation of Inputs
:lady_beetle: defect third-party
**Describe the defect** I have a user complaining that some colors are not selectable and I confirmed even on the showcase : https://www.primefaces.org/showcase/ui/input/colorPicker.xhtml If you try to input `RGB 0,48,108` or its hex value `00306C` you get `0,49,108` and `00316C`. Not sure what happens here but I...
1.0
ColorPicker: Incorrect Translation of Inputs - **Describe the defect** I have a user complaining that some colors are not selectable and I confirmed even on the showcase : https://www.primefaces.org/showcase/ui/input/colorPicker.xhtml If you try to input `RGB 0,48,108` or its hex value `00306C` you get `0,49,108` ...
defect
colorpicker incorrect translation of inputs describe the defect i have a user complaining that some colors are not selectable and i confirmed even on the showcase if you try to input rgb or its hex value you get and not sure what happens here but i was expecting an input color ...
1
56,924
15,495,428,473
IssuesEvent
2021-03-11 00:50:44
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
Oklahoma City health care menu missing city
Critical defect
**Describe the defect** The oklahoma city health care menu is missing the word city from its name. It has been updated in content on prod but needs a config change to make it persist. /admin/structure/menu/manage/va-oklahoma-health-care?destination=/admin/structure/menu%3Fpage%3D2 This is causing an error on F...
1.0
Oklahoma City health care menu missing city - **Describe the defect** The oklahoma city health care menu is missing the word city from its name. It has been updated in content on prod but needs a config change to make it persist. /admin/structure/menu/manage/va-oklahoma-health-care?destination=/admin/structure/me...
defect
oklahoma city health care menu missing city describe the defect the oklahoma city health care menu is missing the word city from its name it has been updated in content on prod but needs a config change to make it persist admin structure menu manage va oklahoma health care destination admin structure me...
1
713,113
24,516,740,553
IssuesEvent
2022-10-11 06:05:18
arayabrain/space-engineers-ai-spaceship-generator
https://api.github.com/repos/arayabrain/space-engineers-ai-spaceship-generator
closed
Keep camera in spaceship viewer
low-priority GoodAI Feedback Suggestion
Keep current camera position+orientation in the spaceship viewer when applying colors etc.
1.0
Keep camera in spaceship viewer - Keep current camera position+orientation in the spaceship viewer when applying colors etc.
non_defect
keep camera in spaceship viewer keep current camera position orientation in the spaceship viewer when applying colors etc
0
128,377
5,060,459,074
IssuesEvent
2016-12-22 12:03:00
HBHWoolacotts/RPii
https://api.github.com/repos/HBHWoolacotts/RPii
opened
Unable to remove email address from this customer's account - keeps coming back!
Label: General RP Bugs and Support Priority - Medium
Every time we remove it, it comes back! Also, the window doesn't scale correctly as the VAT flag field is overlapping the save & close buttons at the bottom. ![image](https://cloud.githubusercontent.com/assets/10868496/21425038/75ec6878-c83e-11e6-9195-30bce9445416.png)
1.0
Unable to remove email address from this customer's account - keeps coming back! - Every time we remove it, it comes back! Also, the window doesn't scale correctly as the VAT flag field is overlapping the save & close buttons at the bottom. ![image](https://cloud.githubusercontent.com/assets/10868496/21425038/75e...
non_defect
unable to remove email address from this customer s account keeps coming back every time we remove it it comes back also the window doesn t scale correctly as the vat flag field is overlapping the save close buttons at the bottom
0
2,961
2,607,967,782
IssuesEvent
2015-02-26 00:43:09
chrsmithdemos/leveldb
https://api.github.com/repos/chrsmithdemos/leveldb
closed
Handling multiworld variables (CC and others)
auto-migrated Priority-Medium Type-Defect
``` CC="gcc -m32" make feniks@anna:~/temp/leveldb$ CC="gcc -m32" make /bin/sh: 1: -m32: not found Makefile:18: build_config.mk: No such file or directory make: *** No rule to make target `build_config.mk'. Stop. What version of the product are you using? On what operating system? leveldb-1.9.0 and from git 514c943 ...
1.0
Handling multiworld variables (CC and others) - ``` CC="gcc -m32" make feniks@anna:~/temp/leveldb$ CC="gcc -m32" make /bin/sh: 1: -m32: not found Makefile:18: build_config.mk: No such file or directory make: *** No rule to make target `build_config.mk'. Stop. What version of the product are you using? On what operat...
defect
handling multiworld variables cc and others cc gcc make feniks anna temp leveldb cc gcc make bin sh not found makefile build config mk no such file or directory make no rule to make target build config mk stop what version of the product are you using on what operating sys...
1
292,667
25,228,383,486
IssuesEvent
2022-11-14 17:40:10
WPChill/download-monitor
https://api.github.com/repos/WPChill/download-monitor
closed
List downloads by category in sidebar widget
enhancement needs testing tested
https://wordpress.org/support/topic/feature-request-list-downloads-by-category-in-sidebar-widget/ Only display downloads from a certain category/list of categories in sidebar
2.0
List downloads by category in sidebar widget - https://wordpress.org/support/topic/feature-request-list-downloads-by-category-in-sidebar-widget/ Only display downloads from a certain category/list of categories in sidebar
non_defect
list downloads by category in sidebar widget only display downloads from a certain category list of categories in sidebar
0
470,270
13,534,788,084
IssuesEvent
2020-09-16 06:25:58
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
[Spec Deviation] Const is not supported when specifying array length
Component/Compiler Points/2 Priority/Low Team/CompilerFE Type/Improvement Type/SpecDeviation
**Description:** When creating a fixed length array, the size should be able to be specified using a compile-time constant. ```ballerina const len = 5; function testFunction() { int[len] intArr = [1, 2, 3, 4, 5]; // Currently not supported } ``` **Affected Versions:** 0.990.2
1.0
[Spec Deviation] Const is not supported when specifying array length - **Description:** When creating a fixed length array, the size should be able to be specified using a compile-time constant. ```ballerina const len = 5; function testFunction() { int[len] intArr = [1, 2, 3, 4, 5]; // Currently not supported ...
non_defect
const is not supported when specifying array length description when creating a fixed length array the size should be able to be specified using a compile time constant ballerina const len function testfunction int intarr currently not supported affected versions ...
0
44,332
12,101,453,122
IssuesEvent
2020-04-20 15:14:07
codesmithtools/Templates
https://api.github.com/repos/codesmithtools/Templates
closed
Two associations to same table do not generate unique names.
Framework-PLINQO Priority-Low Type-Defect Usability auto-migrated
``` What steps will reproduce the problem? 1. Create a table that has one-to-many and a many-to-many to another table. 2. Generate. 3. Try to compile. What is the expected output? What do you see instead? Should create two different association properties for the Entity Sets. Instead it creates two properties with the...
1.0
Two associations to same table do not generate unique names. - ``` What steps will reproduce the problem? 1. Create a table that has one-to-many and a many-to-many to another table. 2. Generate. 3. Try to compile. What is the expected output? What do you see instead? Should create two different association properties ...
defect
two associations to same table do not generate unique names what steps will reproduce the problem create a table that has one to many and a many to many to another table generate try to compile what is the expected output what do you see instead should create two different association properties ...
1
76,362
26,393,027,052
IssuesEvent
2023-01-12 17:03:20
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
App fails to load in a Firefox private browsing window
T-Defect X-Regression X-Release-Blocker
### Steps to reproduce 1. Open a firefox private browsing window 2. Go to https://staging.element.io ### Outcome #### What did you expect? a working app #### What happened instead? Infinnispinner ### Operating system _No response_ ### Browser information Firefox ### URL for webapp https://staging...
1.0
App fails to load in a Firefox private browsing window - ### Steps to reproduce 1. Open a firefox private browsing window 2. Go to https://staging.element.io ### Outcome #### What did you expect? a working app #### What happened instead? Infinnispinner ### Operating system _No response_ ### Browser ...
defect
app fails to load in a firefox private browsing window steps to reproduce open a firefox private browsing window go to outcome what did you expect a working app what happened instead infinnispinner operating system no response browser information firefox ...
1