Unnamed: 0
int64
3
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
2
430
labels
stringlengths
4
347
body
stringlengths
5
237k
index
stringclasses
7 values
text_combine
stringlengths
96
237k
label
stringclasses
2 values
text
stringlengths
96
219k
binary_label
int64
0
1
15,461
3,466,329,727
IssuesEvent
2015-12-22 02:28:03
PowerShell/xSharePoint
https://api.github.com/repos/PowerShell/xSharePoint
closed
Add xSPWebAppPolicy resource
enhancement in progress in testing
The xSPWebAppPolicy defines a specific policy to create against a web application. It should be structured as follows: xSPWebAppPolicy AdminFullControlPolicy { Zones = "*" User = "CONTOSO\SharePoint Administrators" Permissions = "Full Control" OperateAsSystem = $false } The Zones option here...
1.0
Add xSPWebAppPolicy resource - The xSPWebAppPolicy defines a specific policy to create against a web application. It should be structured as follows: xSPWebAppPolicy AdminFullControlPolicy { Zones = "*" User = "CONTOSO\SharePoint Administrators" Permissions = "Full Control" OperateAsSystem = $fa...
non_comp
add xspwebapppolicy resource the xspwebapppolicy defines a specific policy to create against a web application it should be structured as follows xspwebapppolicy adminfullcontrolpolicy zones user contoso sharepoint administrators permissions full control operateassystem fa...
0
20,341
29,922,741,261
IssuesEvent
2023-06-22 00:53:51
ReactionMechanismGenerator/RMG-Py
https://api.github.com/repos/ReactionMechanismGenerator/RMG-Py
closed
Backwards Compatibility
Topic: Backward Compatibility stale
I noticed that #1284 broke one of my scripts by renaming functions and modules within rmgpy.tools. Some thoughts on this for the future: 1) At minimum I think renamings particularly those of functions commonly used externally (like those in tools) should probably be brought up in RMG meetings in the future 2) ...
True
Backwards Compatibility - I noticed that #1284 broke one of my scripts by renaming functions and modules within rmgpy.tools. Some thoughts on this for the future: 1) At minimum I think renamings particularly those of functions commonly used externally (like those in tools) should probably be brought up in RMG m...
comp
backwards compatibility i noticed that broke one of my scripts by renaming functions and modules within rmgpy tools some thoughts on this for the future at minimum i think renamings particularly those of functions commonly used externally like those in tools should probably be brought up in rmg meet...
1
192,451
6,850,034,380
IssuesEvent
2017-11-14 00:54:23
neuropoly/qMRLab
https://api.github.com/repos/neuropoly/qMRLab
closed
Method names being cut in GUI list box
discussion needed priority:low
I think this was possibly mentioned in a previous issue or at a lab meeting, but could we find a better solution for the naming convention and/or GUI style of the drop-down list for the methods names? As it is now, it goes /Category/Category/.../MethodName, meaning that every method name is is cut in the GUI: ![qmrl...
1.0
Method names being cut in GUI list box - I think this was possibly mentioned in a previous issue or at a lab meeting, but could we find a better solution for the naming convention and/or GUI style of the drop-down list for the methods names? As it is now, it goes /Category/Category/.../MethodName, meaning that every me...
non_comp
method names being cut in gui list box i think this was possibly mentioned in a previous issue or at a lab meeting but could we find a better solution for the naming convention and or gui style of the drop down list for the methods names as it is now it goes category category methodname meaning that every me...
0
2,496
5,229,757,292
IssuesEvent
2017-01-29 09:04:20
PopupMaker/Popup-Maker
https://api.github.com/repos/PopupMaker/Popup-Maker
closed
Add WooCommerce is_wc_endpoint_url & product category conditionals.
Compatibility: Plugins Popup Editor Popup Settings
https://docs.woothemes.com/document/conditional-tags/. Select on wc endpoint, then allow second multiselect field to have the endpoint options.
True
Add WooCommerce is_wc_endpoint_url & product category conditionals. - https://docs.woothemes.com/document/conditional-tags/. Select on wc endpoint, then allow second multiselect field to have the endpoint options.
comp
add woocommerce is wc endpoint url product category conditionals select on wc endpoint then allow second multiselect field to have the endpoint options
1
90,491
11,405,605,637
IssuesEvent
2020-01-31 12:30:56
elastic/uptime
https://api.github.com/repos/elastic/uptime
opened
[Monitor Page] Make empty states for monitor charts more uniform
design
**Summary of the problem** Our charts show empty states, which is good. Unfortunately, they are not uniform, and it looks weird. See: ![image](https://user-images.githubusercontent.com/18429259/73539326-241db380-43fb-11ea-8695-c4f9d8c76aa3.png) **Ideal solution** I think we should adapt the empty state on t...
1.0
[Monitor Page] Make empty states for monitor charts more uniform - **Summary of the problem** Our charts show empty states, which is good. Unfortunately, they are not uniform, and it looks weird. See: ![image](https://user-images.githubusercontent.com/18429259/73539326-241db380-43fb-11ea-8695-c4f9d8c76aa3.png) ...
non_comp
make empty states for monitor charts more uniform summary of the problem our charts show empty states which is good unfortunately they are not uniform and it looks weird see ideal solution i think we should adapt the empty state on the left to a more general component that takes a few...
0
824,555
31,161,959,074
IssuesEvent
2023-08-16 16:38:52
thombruce/tnt
https://api.github.com/repos/thombruce/tnt
closed
[Feature]: Add cards component, arrangeable into columns
type: enhancement priority: high work: clear
### Feature request I'm looking at another website that has these six blocks arranged 3 over 3. They way they've actually done this is to have six `<section>` elements inside a div with class `cards`, so it's just six block elements with regular left float - that's all. There's certainly some CSS and media query st...
1.0
[Feature]: Add cards component, arrangeable into columns - ### Feature request I'm looking at another website that has these six blocks arranged 3 over 3. They way they've actually done this is to have six `<section>` elements inside a div with class `cards`, so it's just six block elements with regular left float - t...
non_comp
add cards component arrangeable into columns feature request i m looking at another website that has these six blocks arranged over they way they ve actually done this is to have six elements inside a div with class cards so it s just six block elements with regular left float that s all th...
0
6,900
9,203,304,001
IssuesEvent
2019-03-08 01:51:42
storybooks/storybook
https://api.github.com/repos/storybooks/storybook
closed
SplitChunksPlugin breaks Storybook v4 alpha
babel / webpack compatibility with other tools feature request has workaround in progress
Attempting to use [WebPack 4's `SplitChunksPlugin`](https://webpack.js.org/plugins/split-chunks-plugin/) breaks the Storybook v4 alpha. ### Steps to reproduce Make a custom `webpack.config.js` with ```ts module.exports = (baseConfig, configType, defaultConfig) => ({ ...defaultConfig, optimization: { ...
True
SplitChunksPlugin breaks Storybook v4 alpha - Attempting to use [WebPack 4's `SplitChunksPlugin`](https://webpack.js.org/plugins/split-chunks-plugin/) breaks the Storybook v4 alpha. ### Steps to reproduce Make a custom `webpack.config.js` with ```ts module.exports = (baseConfig, configType, defaultConfig) => ...
comp
splitchunksplugin breaks storybook alpha attempting to use breaks the storybook alpha steps to reproduce make a custom webpack config js with ts module exports baseconfig configtype defaultconfig defaultconfig optimization splitchunks doesn t seem...
1
1,187
3,681,578,677
IssuesEvent
2016-02-24 04:16:58
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
VB.NET: Async method state machine "losing" locals - Release only (Async/Await + Try/Finally + For)
Area-Compilers Bug Tenet-Compatibility
I've come across a very strange `NullReferenceException` issue which only manifests itself when building in Release configuration (with *Advanced Compile Options -> Enable optimizations* enabled). This occurs in `Async` methods (both `Task`-returning and `Async Sub`) which have a `Try/Finally` block where the `Try` ...
True
VB.NET: Async method state machine "losing" locals - Release only (Async/Await + Try/Finally + For) - I've come across a very strange `NullReferenceException` issue which only manifests itself when building in Release configuration (with *Advanced Compile Options -> Enable optimizations* enabled). This occurs in `As...
comp
vb net async method state machine losing locals release only async await try finally for i ve come across a very strange nullreferenceexception issue which only manifests itself when building in release configuration with advanced compile options enable optimizations enabled this occurs in as...
1
209,963
16,327,310,197
IssuesEvent
2021-05-12 03:44:45
vitessio/arewefastyet
https://api.github.com/repos/vitessio/arewefastyet
closed
Update architecture diagram with new cron
Component: Infra Type: Documentation
The system's architecture underwent small modifications (#163), these changes should be reported back to the architecture diagram.
1.0
Update architecture diagram with new cron - The system's architecture underwent small modifications (#163), these changes should be reported back to the architecture diagram.
non_comp
update architecture diagram with new cron the system s architecture underwent small modifications these changes should be reported back to the architecture diagram
0
2,666
5,399,533,461
IssuesEvent
2017-02-27 19:41:30
blue-yonder/turbodbc
https://api.github.com/repos/blue-yonder/turbodbc
closed
Failure on parameter discovery in the presence of column functions
compatibility
``` $ pip freeze | grep turbo turbodbc==1.0.2 ``` I have a result set 'rows' that has come from an Oracle cusror/fetchall Some of the columns are Oracle `VARCHAR2` types, which need to have the empty string. As we know, Oracle can't store the empty string in `VARCHAR2`, so these columns are coming back as NUL...
True
Failure on parameter discovery in the presence of column functions - ``` $ pip freeze | grep turbo turbodbc==1.0.2 ``` I have a result set 'rows' that has come from an Oracle cusror/fetchall Some of the columns are Oracle `VARCHAR2` types, which need to have the empty string. As we know, Oracle can't store th...
comp
failure on parameter discovery in the presence of column functions pip freeze grep turbo turbodbc i have a result set rows that has come from an oracle cusror fetchall some of the columns are oracle types which need to have the empty string as we know oracle can t store the empty...
1
10,661
12,566,710,543
IssuesEvent
2020-06-08 11:43:11
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
closed
Add alias column regression. Data type have to be specified for column
backward compatibility
19.16.16.72 ``` create table test(A Int64) Engine=MergeTree Order by tuple(); alter table test add column B alias A; show create table test; CREATE TABLE dw.test (`A` Int64, `B` Int64 ALIAS A) ENGINE = MergeTree ORDER BY tuple() SETTINGS index_granularity = 8192 ``` 20.4.4.18 ``` create table test(A ...
True
Add alias column regression. Data type have to be specified for column - 19.16.16.72 ``` create table test(A Int64) Engine=MergeTree Order by tuple(); alter table test add column B alias A; show create table test; CREATE TABLE dw.test (`A` Int64, `B` Int64 ALIAS A) ENGINE = MergeTree ORDER BY tuple() SETTINGS...
comp
add alias column regression data type have to be specified for column create table test a engine mergetree order by tuple alter table test add column b alias a show create table test create table dw test a b alias a engine mergetree order by tuple settings index granulari...
1
179,064
14,689,964,274
IssuesEvent
2021-01-02 12:51:31
tomav/docker-mailserver
https://api.github.com/repos/tomav/docker-mailserver
reopened
virtual_alias_domains
documentation help wanted priority 3 [LOW] question
## Subject <!-- Select one, remove the others: --> * [ ] I would like to configure a not documented mail server use case * [ ] I would like some feedback concerning a use case ## Description Maybe it is explained somewhere on the docs, but I couldn't find it out. I'd like to use the mailserver for multipl...
1.0
virtual_alias_domains - ## Subject <!-- Select one, remove the others: --> * [ ] I would like to configure a not documented mail server use case * [ ] I would like some feedback concerning a use case ## Description Maybe it is explained somewhere on the docs, but I couldn't find it out. I'd like to use th...
non_comp
virtual alias domains subject i would like to configure a not documented mail server use case i would like some feedback concerning a use case description maybe it is explained somewhere on the docs but i couldn t find it out i d like to use the mailserver for multiple mail domains w...
0
8,615
10,567,432,146
IssuesEvent
2019-10-06 04:08:31
TheIllusiveC4/ConstructsArmory
https://api.github.com/repos/TheIllusiveC4/ConstructsArmory
closed
doesn't work (for the most part)
bug compatibility
#### Notice i am trying to use constructs armory for my modded server and when i try to use constructs armory my game crashes, i tried with a couple different versions of the mod but to no avail. then i tried to use the "sources" version of the mod and to my surprise it worked, but it is incompatible with the one in...
True
doesn't work (for the most part) - #### Notice i am trying to use constructs armory for my modded server and when i try to use constructs armory my game crashes, i tried with a couple different versions of the mod but to no avail. then i tried to use the "sources" version of the mod and to my surprise it worked, but...
comp
doesn t work for the most part notice i am trying to use constructs armory for my modded server and when i try to use constructs armory my game crashes i tried with a couple different versions of the mod but to no avail then i tried to use the sources version of the mod and to my surprise it worked but...
1
215,936
16,723,509,042
IssuesEvent
2021-06-10 10:07:47
Tencent/bk-ci
https://api.github.com/repos/Tencent/bk-ci
closed
feat: 流水线callback增加支持Stage事件
area/ci/api area/ci/backend kind/enhancement priority/important-soon stage/test stage/uat test/passed uat/passed
完整的callback事件类型 ## 1. 流水线构建事件 - BUILD_START 构建开始 - BUILD_TASK_START 插件任务开始 - BUILD_TASK_END 插件任务结束 - BUILD_END 构建结束 - **新增:BUILD_STAGE_START stage 开始事件** - **新增:BUILD_STAGE_END stage 结束事件** ## 2. 流水线操作事件 - DELETE_PIPELINE 删除流水线 - CREATE_PIPELINE 创建流水线 - UPDATE_PIPELINE 更新流水线 ## 3. 推送报文 ```json {...
2.0
feat: 流水线callback增加支持Stage事件 - 完整的callback事件类型 ## 1. 流水线构建事件 - BUILD_START 构建开始 - BUILD_TASK_START 插件任务开始 - BUILD_TASK_END 插件任务结束 - BUILD_END 构建结束 - **新增:BUILD_STAGE_START stage 开始事件** - **新增:BUILD_STAGE_END stage 结束事件** ## 2. 流水线操作事件 - DELETE_PIPELINE 删除流水线 - CREATE_PIPELINE 创建流水线 - UPDATE_PIPELINE 更新...
non_comp
feat 流水线callback增加支持stage事件 完整的callback事件类型 流水线构建事件 build start 构建开始 build task start 插件任务开始 build task end 插件任务结束 build end 构建结束 新增:build stage start stage 开始事件 新增:build stage end stage 结束事件 流水线操作事件 delete pipeline 删除流水线 create pipeline 创建流水线 update pipeline 更新...
0
1,007
3,292,755,653
IssuesEvent
2015-10-30 15:57:53
semiotproject/semiot-platform
https://api.github.com/repos/semiotproject/semiot-platform
closed
The simulator driver's log4j logger is not configured
device-proxy-service in progress
As I can see in the logs, the simulator can't find the log4j configuration: ``` deviceproxyservice_1 | log4j:WARN No appenders could be found for logger (org.apache.jena.riot.system.stream.JenaIOEnvironment). deviceproxyservice_1 | log4j:WARN Please initialize the log4j system properly. deviceproxyservice...
1.0
The simulator driver's log4j logger is not configured - As I can see in the logs, the simulator can't find the log4j configuration: ``` deviceproxyservice_1 | log4j:WARN No appenders could be found for logger (org.apache.jena.riot.system.stream.JenaIOEnvironment). deviceproxyservice_1 | log4j:WARN Please i...
non_comp
the simulator driver s logger is not configured as i can see in the logs the simulator can t find the configuration deviceproxyservice warn no appenders could be found for logger org apache jena riot system stream jenaioenvironment deviceproxyservice warn please initialize the ...
0
11,738
13,808,170,673
IssuesEvent
2020-10-12 01:27:43
villagertech/spandsp
https://api.github.com/repos/villagertech/spandsp
opened
t30_api.c missing backward compat feature `t30_set_supported_resolutions`
compatibility
Building OpalVOIP against v3.0.0 results in missing function: ``` spandsp_fax.cpp:938:7: error: ‘t30_set_supported_resolutions’ was not declared in this scope; did you mean ‘m_supported_resolutions’? 938 | t30_set_supported_resolutions(t30state, m_supported_resolutions); | ^~~~~~~~~~~~~~~~~~~~~~...
True
t30_api.c missing backward compat feature `t30_set_supported_resolutions` - Building OpalVOIP against v3.0.0 results in missing function: ``` spandsp_fax.cpp:938:7: error: ‘t30_set_supported_resolutions’ was not declared in this scope; did you mean ‘m_supported_resolutions’? 938 | t30_set_supported_resolutio...
comp
api c missing backward compat feature set supported resolutions building opalvoip against results in missing function spandsp fax cpp error ‘ set supported resolutions’ was not declared in this scope did you mean ‘m supported resolutions’ set supported resolutions m suppo...
1
25,945
4,186,229,265
IssuesEvent
2016-06-23 13:55:25
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
closed
Manual tests for win-ia32 0.10.4 RC2
tests
# Manual Tests Template Copy this to a new issue on each release. The tests should run for OS X, Windows x64, Windows ia32, and a Linux distro for each release. ## Installer 1. [x] Check that installer is close to the size of last release. 2. [x] Check signature: If OS Run `spctl --assess --verbose /Applica...
1.0
Manual tests for win-ia32 0.10.4 RC2 - # Manual Tests Template Copy this to a new issue on each release. The tests should run for OS X, Windows x64, Windows ia32, and a Linux distro for each release. ## Installer 1. [x] Check that installer is close to the size of last release. 2. [x] Check signature: If OS...
non_comp
manual tests for win manual tests template copy this to a new issue on each release the tests should run for os x windows windows and a linux distro for each release installer check that installer is close to the size of last release check signature if os run spctl a...
0
13,220
15,588,156,943
IssuesEvent
2021-03-18 05:50:05
vesoft-inc/nebula-graph
https://api.github.com/repos/vesoft-inc/nebula-graph
closed
[openCypher compatibility] Fail to do property existence checking with WHERE
incompatible
openCypher supports property existence checking: ![image](https://user-images.githubusercontent.com/69501902/106087916-ecf1f780-615f-11eb-8694-82feb99efe42.png) nGQL does not support the exists() function. So the following statements failed. MATCH (v) WHERE exists(v.age) RETURN v.name, v.age; MATCH (v:player) WHE...
True
[openCypher compatibility] Fail to do property existence checking with WHERE - openCypher supports property existence checking: ![image](https://user-images.githubusercontent.com/69501902/106087916-ecf1f780-615f-11eb-8694-82feb99efe42.png) nGQL does not support the exists() function. So the following statements fai...
comp
fail to do property existence checking with where opencypher supports property existence checking ngql does not support the exists function so the following statements failed match v where exists v age return v name v age match v player where exists v age return v name v age
1
8,274
10,324,554,846
IssuesEvent
2019-09-01 10:14:31
simov/markdown-viewer
https://api.github.com/repos/simov/markdown-viewer
closed
Block third-party cookies in Chrome breaks scroll option and localStorage access
incompatiblity
Turning on the "scroll" option in the "Content" tab breaks syntax highlighting.
True
Block third-party cookies in Chrome breaks scroll option and localStorage access - Turning on the "scroll" option in the "Content" tab breaks syntax highlighting.
comp
block third party cookies in chrome breaks scroll option and localstorage access turning on the scroll option in the content tab breaks syntax highlighting
1
20,705
30,781,701,027
IssuesEvent
2023-07-31 10:27:01
mariotaku/moonlight-tv
https://api.github.com/repos/mariotaku/moonlight-tv
closed
[COMPAT] PCs disappeared after the last webOS update.
compatibility can't reproduce
- Device model: LG OLED55A13LA - Firmware version: 03.34.55 - webOS version: 6.3.2 - Moonlight version: 1.5.3 ## Description Hello, after the last update to webOS all 3 of my PC disappeared from the TVs Moonlight. Any attempt to add a PC with an IP address results in infinite loading with no result. ...
True
[COMPAT] PCs disappeared after the last webOS update. - - Device model: LG OLED55A13LA - Firmware version: 03.34.55 - webOS version: 6.3.2 - Moonlight version: 1.5.3 ## Description Hello, after the last update to webOS all 3 of my PC disappeared from the TVs Moonlight. Any attempt to add a PC with an IP...
comp
pcs disappeared after the last webos update device model lg firmware version webos version moonlight version description hello after the last update to webos all of my pc disappeared from the tvs moonlight any attempt to add a pc with an ip address results in ...
1
212,403
16,484,569,401
IssuesEvent
2021-05-24 16:03:50
dangilcal/Practica_21
https://api.github.com/repos/dangilcal/Practica_21
closed
Documento con información de los autores
documentation feature
Nos vendría bien actualizar el README.md (documento de texto) que tenemos en la carpeta. Tenemos puesto que es una página de escritoras, pero vendría bien añadir los nombres de los integrantes del grupo.
1.0
Documento con información de los autores - Nos vendría bien actualizar el README.md (documento de texto) que tenemos en la carpeta. Tenemos puesto que es una página de escritoras, pero vendría bien añadir los nombres de los integrantes del grupo.
non_comp
documento con información de los autores nos vendría bien actualizar el readme md documento de texto que tenemos en la carpeta tenemos puesto que es una página de escritoras pero vendría bien añadir los nombres de los integrantes del grupo
0
7,592
9,843,035,726
IssuesEvent
2019-06-18 10:38:49
scylladb/scylla
https://api.github.com/repos/scylladb/scylla
closed
cqlsh truncating timestamps to Second resolution? (Plus conversion function toUnixTimestamp not found)
Kairos cassandra 2.2 compatibility enhancement
*Installation details* Scylla version (or git commit hash): 2.0.0 (docker version) Cluster size: 1 OS (RHEL/CentOS/Ubuntu/AWS AMI): docker Version Platform (physical/VM/cloud instance type/docker): docker Resources= docker defaults Created a table: ``` CREATE TABLE test ( pk int, instant timestamp, ...
True
cqlsh truncating timestamps to Second resolution? (Plus conversion function toUnixTimestamp not found) - *Installation details* Scylla version (or git commit hash): 2.0.0 (docker version) Cluster size: 1 OS (RHEL/CentOS/Ubuntu/AWS AMI): docker Version Platform (physical/VM/cloud instance type/docker): docker Res...
comp
cqlsh truncating timestamps to second resolution plus conversion function tounixtimestamp not found installation details scylla version or git commit hash docker version cluster size os rhel centos ubuntu aws ami docker version platform physical vm cloud instance type docker docker res...
1
20,112
28,096,737,820
IssuesEvent
2023-03-30 16:18:17
pymc-devs/pytensor
https://api.github.com/repos/pymc-devs/pytensor
closed
BUG: pytensor.shared does not respect masked missing values
bug feature request NumPy compatibility
### Describe the issue: This is related to https://github.com/pymc-devs/pymc/issues/6626 - it seems that `pytensor.shared()` (and thus `pm.MutableData()` does not respect masked missing values. They get unmasked in the process, which is especially problematic if the missing data was encoded as an actual number. #...
True
BUG: pytensor.shared does not respect masked missing values - ### Describe the issue: This is related to https://github.com/pymc-devs/pymc/issues/6626 - it seems that `pytensor.shared()` (and thus `pm.MutableData()` does not respect masked missing values. They get unmasked in the process, which is especially problem...
comp
bug pytensor shared does not respect masked missing values describe the issue this is related to it seems that pytensor shared and thus pm mutabledata does not respect masked missing values they get unmasked in the process which is especially problematic if the missing data was encoded as an a...
1
2,572
5,301,510,052
IssuesEvent
2017-02-10 09:56:53
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
closed
Facebook Messenger Lite
Compatibility
https://play.google.com/store/apps/details?id=com.facebook.mlite&hl=en > messenger lite doesn't work if adguard is enabled. So I disabled it in app manager. Adguard blocks messages from coming in and out.. https://forum.xda-developers.com/showpost.php?p=70363298&postcount=2007
True
Facebook Messenger Lite - https://play.google.com/store/apps/details?id=com.facebook.mlite&hl=en > messenger lite doesn't work if adguard is enabled. So I disabled it in app manager. Adguard blocks messages from coming in and out.. https://forum.xda-developers.com/showpost.php?p=70363298&postcount=2007
comp
facebook messenger lite messenger lite doesn t work if adguard is enabled so i disabled it in app manager adguard blocks messages from coming in and out
1
11,775
13,889,456,492
IssuesEvent
2020-10-19 07:55:47
ChaosInitiative/Portal-2-Community-Edition
https://api.github.com/repos/ChaosInitiative/Portal-2-Community-Edition
closed
Loading a map in tools mode causes "fatal error loading pixel shader"
backwards compatibility crash type/bug
The title says it all. Not sure what more info I can give... ![image](https://user-images.githubusercontent.com/19228201/88216042-66d58100-cc11-11ea-9a64-2ba49f4c42f3.png)
True
Loading a map in tools mode causes "fatal error loading pixel shader" - The title says it all. Not sure what more info I can give... ![image](https://user-images.githubusercontent.com/19228201/88216042-66d58100-cc11-11ea-9a64-2ba49f4c42f3.png)
comp
loading a map in tools mode causes fatal error loading pixel shader the title says it all not sure what more info i can give
1
7,070
3,077,550,871
IssuesEvent
2015-08-21 01:33:00
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
Automated UI screenshots
4.3.0 documentation
While we're assembling the UI automation it would be great to automated the grabbing of screenshots for the purposes of building docs and slides.
1.0
Automated UI screenshots - While we're assembling the UI automation it would be great to automated the grabbing of screenshots for the purposes of building docs and slides.
non_comp
automated ui screenshots while we re assembling the ui automation it would be great to automated the grabbing of screenshots for the purposes of building docs and slides
0
38,621
8,517,150,197
IssuesEvent
2018-11-01 06:40:33
virtual-labs/colloid-and-surface-chemistry-iiith
https://api.github.com/repos/virtual-labs/colloid-and-surface-chemistry-iiith
opened
eval can be harmful. (no-eval)
2018-Open category:security static-code-analysis
JavaScript's eval() function is potentially dangerous and is often misused. Using eval() on untrusted code can open a program up to several different injection attacks. The use of eval() in most contexts can be substituted for a better, alternative approach to a problem. This rule is aimed at preventing potentially dan...
1.0
eval can be harmful. (no-eval) - JavaScript's eval() function is potentially dangerous and is often misused. Using eval() on untrusted code can open a program up to several different injection attacks. The use of eval() in most contexts can be substituted for a better, alternative approach to a problem. This rule is ai...
non_comp
eval can be harmful no eval javascript s eval function is potentially dangerous and is often misused using eval on untrusted code can open a program up to several different injection attacks the use of eval in most contexts can be substituted for a better alternative approach to a problem this rule is ai...
0
9,356
11,405,317,300
IssuesEvent
2020-01-31 11:48:14
precice/openfoam-adapter
https://api.github.com/repos/precice/openfoam-adapter
closed
Use isTimeWindowComplete API function
compatibility
Compatibility issue. See https://github.com/precice/precice/pull/619. ## Todo - [x] Update name/usage of C++ preCICE API - [x] Update OF-OF tutorial case
True
Use isTimeWindowComplete API function - Compatibility issue. See https://github.com/precice/precice/pull/619. ## Todo - [x] Update name/usage of C++ preCICE API - [x] Update OF-OF tutorial case
comp
use istimewindowcomplete api function compatibility issue see todo update name usage of c precice api update of of tutorial case
1
1,109
3,591,165,690
IssuesEvent
2016-02-01 10:26:11
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
JS Conflict with Advanced Custom Fields
bug compatibility javascript
I'm writing to report a JS conflict with ACF. When the ajaxComplete event is fired during an ACF call, I get this JS error: "Uncaught TypeError: Cannot read property 'match' of undefined” I’m using the latest version of Yoast and the error is reported from "wp-seo-post-scraper-305.min.js”.
True
JS Conflict with Advanced Custom Fields - I'm writing to report a JS conflict with ACF. When the ajaxComplete event is fired during an ACF call, I get this JS error: "Uncaught TypeError: Cannot read property 'match' of undefined” I’m using the latest version of Yoast and the error is reported from "wp-seo-post-s...
comp
js conflict with advanced custom fields i m writing to report a js conflict with acf when the ajaxcomplete event is fired during an acf call i get this js error uncaught typeerror cannot read property match of undefined” i’m using the latest version of yoast and the error is reported from wp seo post s...
1
77,016
15,496,253,823
IssuesEvent
2021-03-11 02:20:18
bsbtd/Teste
https://api.github.com/repos/bsbtd/Teste
opened
CVE-2020-28502 (High) detected in xmlhttprequest-ssl-1.5.5.tgz
security vulnerability
## CVE-2020-28502 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xmlhttprequest-ssl-1.5.5.tgz</b></p></summary> <p>XMLHttpRequest for Node</p> <p>Library home page: <a href="https://r...
True
CVE-2020-28502 (High) detected in xmlhttprequest-ssl-1.5.5.tgz - ## CVE-2020-28502 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xmlhttprequest-ssl-1.5.5.tgz</b></p></summary> <p>XML...
non_comp
cve high detected in xmlhttprequest ssl tgz cve high severity vulnerability vulnerable library xmlhttprequest ssl tgz xmlhttprequest for node library home page a href path to dependency file teste aws mobile appsync chat starter angular package json path to vulnerable...
0
239,425
26,226,776,838
IssuesEvent
2023-01-04 19:28:41
dotnet/dotnet-api-docs
https://api.github.com/repos/dotnet/dotnet-api-docs
reopened
Improve or remove code examples for TripleDES, DES, and RC2.
area-System.Security Pri3
We have a number of examples for using these symmetric ciphers that I think either need to be significantly improved, or removed. 1. They demonstrate incorrect use of `CryptoStream`. Ex: https://github.com/dotnet/dotnet-api-docs/blob/13d97c7e536ce822c000883dba873a79d5d6e841/snippets/csharp/System.Security.Cryptograp...
True
Improve or remove code examples for TripleDES, DES, and RC2. - We have a number of examples for using these symmetric ciphers that I think either need to be significantly improved, or removed. 1. They demonstrate incorrect use of `CryptoStream`. Ex: https://github.com/dotnet/dotnet-api-docs/blob/13d97c7e536ce822c000...
non_comp
improve or remove code examples for tripledes des and we have a number of examples for using these symmetric ciphers that i think either need to be significantly improved or removed they demonstrate incorrect use of cryptostream ex they are incomplete examples they for example do not demonst...
0
13,660
16,342,379,862
IssuesEvent
2021-05-13 00:10:09
lieser/dkim_verifier
https://api.github.com/repos/lieser/dkim_verifier
closed
Does not work with private browsing enabled (Variable name "browser" not defined)
compatibility
Thunderbird 78.10.1 dkim_verifier 4.0.0 No other Add-On plugins. The buttons are not highlighted nor filled in with text labels; just four empty buttons. <img width="104" alt="Screen Shot 2021-05-12 at 8 46 30 AM" src="https://user-images.githubusercontent.com/10352354/117977309-338aec80-b320-11eb-833b-91b3a8f2...
True
Does not work with private browsing enabled (Variable name "browser" not defined) - Thunderbird 78.10.1 dkim_verifier 4.0.0 No other Add-On plugins. The buttons are not highlighted nor filled in with text labels; just four empty buttons. <img width="104" alt="Screen Shot 2021-05-12 at 8 46 30 AM" src="https://u...
comp
does not work with private browsing enabled variable name browser not defined thunderbird dkim verifier no other add on plugins the buttons are not highlighted nor filled in with text labels just four empty buttons img width alt screen shot at am src error console s...
1
17,641
24,324,180,618
IssuesEvent
2022-09-30 13:28:19
woocommerce/woocommerce-blocks
https://api.github.com/repos/woocommerce/woocommerce-blocks
opened
TeraWallet – For WooCommerce doesn't work with the Cart & Checkout Blocks
plugin incompatibility
## This is a ticket that just **highlights the incompatibly of [TeraWallet – For WooCommerce](https://wordpress.org/plugins/woo-wallet/)** with the Cart and Checkout Blocks and tracks user reports As a merchant, the best course of action right now if you are using a plugin that isn't working with the Cart and Checko...
True
TeraWallet – For WooCommerce doesn't work with the Cart & Checkout Blocks - ## This is a ticket that just **highlights the incompatibly of [TeraWallet – For WooCommerce](https://wordpress.org/plugins/woo-wallet/)** with the Cart and Checkout Blocks and tracks user reports As a merchant, the best course of action rig...
comp
terawallet – for woocommerce doesn t work with the cart checkout blocks this is a ticket that just highlights the incompatibly of with the cart and checkout blocks and tracks user reports as a merchant the best course of action right now if you are using a plugin that isn t working with the cart and ch...
1
18,499
25,599,765,007
IssuesEvent
2022-12-01 19:06:01
akinomyoga/ble.sh
https://api.github.com/repos/akinomyoga/ble.sh
closed
[starship] `prompt_rps1` prints above `ps1`
bug compatibility
``` GNU bash, version 5.1.16(1)-release (x86_64-pc-msys) [MSYS2] ble.sh, version 0.4.0-devel3+a144ffa (noarch) bash-completion, version 2.11 (hash:4022782d30a6bf29434ba700d5207e8f936e0c37, 76765 bytes) (noarch) fzf key-bindings, version +04d0b022 (noarch) (integration: on) starship, version 1.10.3-master (rustc 1....
True
[starship] `prompt_rps1` prints above `ps1` - ``` GNU bash, version 5.1.16(1)-release (x86_64-pc-msys) [MSYS2] ble.sh, version 0.4.0-devel3+a144ffa (noarch) bash-completion, version 2.11 (hash:4022782d30a6bf29434ba700d5207e8f936e0c37, 76765 bytes) (noarch) fzf key-bindings, version +04d0b022 (noarch) (integration: ...
comp
prompt prints above gnu bash version release pc msys ble sh version noarch bash completion version hash bytes noarch fzf key bindings version noarch integration on starship version master rustc stable pc windows msvc ...
1
8,872
10,856,011,735
IssuesEvent
2019-11-13 19:38:54
creare-com/podpac
https://api.github.com/repos/creare-com/podpac
closed
proj4 +init syntax is deprecated
backwards-incompatible discussion fixes-and-maintenance
**Description** I don't entirely follow this, but it appears that the `+init` syntax is deprecated. See * https://github.com/pyproj4/pyproj/issues/355 * http://pyproj4.github.io/pyproj/stable/gotchas.html#init-auth-auth-code-should-be-replaced-with-auth-auth-code **Steps to Reproduce** The coordinates tes...
True
proj4 +init syntax is deprecated - **Description** I don't entirely follow this, but it appears that the `+init` syntax is deprecated. See * https://github.com/pyproj4/pyproj/issues/355 * http://pyproj4.github.io/pyproj/stable/gotchas.html#init-auth-auth-code-should-be-replaced-with-auth-auth-code **Steps to...
comp
init syntax is deprecated description i don t entirely follow this but it appears that the init syntax is deprecated see steps to reproduce the coordinates tests test crs test alt units and test ne hash alt units use the init syntax for example c coordinate...
1
12,339
14,596,185,334
IssuesEvent
2020-12-20 14:49:50
Electroblob77/Wizardry
https://api.github.com/repos/Electroblob77/Wizardry
closed
Crash with DoubleSlabs
bug compatibility crash external bug
Minecraft version: 1.12.2 Wizardry version: 4.3.1 Environment: Singleplayer/LAN game/Server Issue details: Game crashes with Double Slabs on load at step 3/7 with both Wizardry 4.3 and 4.3.1, prior versions work. Other mods involved: Double Slabs v0.7.3 Link to crash report (if applicable): https://paste.e...
True
Crash with DoubleSlabs - Minecraft version: 1.12.2 Wizardry version: 4.3.1 Environment: Singleplayer/LAN game/Server Issue details: Game crashes with Double Slabs on load at step 3/7 with both Wizardry 4.3 and 4.3.1, prior versions work. Other mods involved: Double Slabs v0.7.3 Link to crash report (if app...
comp
crash with doubleslabs minecraft version wizardry version environment singleplayer lan game server issue details game crashes with double slabs on load at step with both wizardry and prior versions work other mods involved double slabs link to crash report if appli...
1
157,043
13,670,464,813
IssuesEvent
2020-09-29 04:51:53
serenity-js/serenity-js
https://api.github.com/repos/serenity-js/serenity-js
closed
Automating using Firefox getting Connection is not secured
awaiting feedback documentation
Hi Jan, Firstly thank you for giving us this platform for discussing things and for the quick replies with perfect solutions. Not sure this question belongs to this platform! however you have answers for many questions.. need you help with situations where we see messages like "your connection is not secure" when hi...
1.0
Automating using Firefox getting Connection is not secured - Hi Jan, Firstly thank you for giving us this platform for discussing things and for the quick replies with perfect solutions. Not sure this question belongs to this platform! however you have answers for many questions.. need you help with situations where...
non_comp
automating using firefox getting connection is not secured hi jan firstly thank you for giving us this platform for discussing things and for the quick replies with perfect solutions not sure this question belongs to this platform however you have answers for many questions need you help with situations where...
0
757,264
26,503,492,304
IssuesEvent
2023-01-18 12:08:45
carbon-design-system/carbon-addons-iot-react
https://api.github.com/repos/carbon-design-system/carbon-addons-iot-react
opened
[TableColumnCustomizationModal] Option to sort the Available Columns by `name`
type: enhancement :bulb: status: needs triage :mag: status: needs priority :inbox_tray:
### What package is this for? - [x] React ### Summary Since we have the option to show column `name` rather than column `id` in the `TableColumnCustomizationModal`, then we also need the option to sort by column name so that users are not confused. A user might be looking for a column name and not see it if it i...
1.0
[TableColumnCustomizationModal] Option to sort the Available Columns by `name` - ### What package is this for? - [x] React ### Summary Since we have the option to show column `name` rather than column `id` in the `TableColumnCustomizationModal`, then we also need the option to sort by column name so that users a...
non_comp
option to sort the available columns by name what package is this for react summary since we have the option to show column name rather than column id in the tablecolumncustomizationmodal then we also need the option to sort by column name so that users are not confused a user might be...
0
4,740
7,345,493,365
IssuesEvent
2018-03-07 17:34:59
polylang/polylang
https://api.github.com/repos/polylang/polylang
closed
Polylang + Domain Mapping failing with languages as subdirectories on multisite installation (subdomain type)
compatibility
## Prerequisites <!-- Mark checked items with an [x] --> - [x] This is not a usage question (Those should be directed to the [community supported forum](https://wordpress.org/support/plugin/polylang), unless this is a question about Polylang Pro in which case you should [use the helpdesk](https://polylang.pro/sup...
True
Polylang + Domain Mapping failing with languages as subdirectories on multisite installation (subdomain type) - ## Prerequisites <!-- Mark checked items with an [x] --> - [x] This is not a usage question (Those should be directed to the [community supported forum](https://wordpress.org/support/plugin/polylang), u...
comp
polylang domain mapping failing with languages as subdirectories on multisite installation subdomain type prerequisites this is not a usage question those should be directed to the unless this is a question about polylang pro in which case you should i have searched for similar issues...
1
953
3,414,314,428
IssuesEvent
2015-12-07 05:19:59
marekr/kicad-issue-test
https://api.github.com/repos/marekr/kicad-issue-test
opened
PCBNEW: Color of references not defaulted
backwards compatibility New pcbnew Undecided
This is a backwards compatibility issue only. When loading a *.brd file that was done with a 2008 version of KiCad, the references didn't show up - but their anchor points were visible. After loading in into Kicad-2008 I figured that I had set the reference color to black to make them visible on printouts. The issue i...
True
PCBNEW: Color of references not defaulted - This is a backwards compatibility issue only. When loading a *.brd file that was done with a 2008 version of KiCad, the references didn't show up - but their anchor points were visible. After loading in into Kicad-2008 I figured that I had set the reference color to black to ...
comp
pcbnew color of references not defaulted this is a backwards compatibility issue only when loading a brd file that was done with a version of kicad the references didn t show up but their anchor points were visible after loading in into kicad i figured that i had set the reference color to black to make t...
1
58,327
11,864,759,023
IssuesEvent
2020-03-25 22:24:52
Sonia-corporation/il-est-midi-discord
https://api.github.com/repos/Sonia-corporation/il-est-midi-discord
closed
Fix "method_complexity" issue in src/features/logger/logger-service.ts
code-climate
Function `warning` has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. https://codeclimate.com/github/Sonia-corporation/il-est-midi-discord/src/features/logger/logger-service.ts#issue_5e7b5c543ed4a3000100008d
1.0
Fix "method_complexity" issue in src/features/logger/logger-service.ts - Function `warning` has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. https://codeclimate.com/github/Sonia-corporation/il-est-midi-discord/src/features/logger/logger-service.ts#issue_5e7b5c543ed4a3000100008d
non_comp
fix method complexity issue in src features logger logger service ts function warning has a cognitive complexity of exceeds allowed consider refactoring
0
18,284
25,278,537,428
IssuesEvent
2022-11-16 14:17:41
libass/libass
https://api.github.com/repos/libass/libass
closed
Anamorphic blur
compatibility
In anamorphic video in a classical VSFilter setup (`render_priv->font_scale_x != 1`), blur is applied before the image is stretched horizontally. To faithfully reproduce this, we’d need to stretch our own blur horizontally by `font_scale_x`, making the x-radius and the y-radius different. @MrSmile I may have asked y...
True
Anamorphic blur - In anamorphic video in a classical VSFilter setup (`render_priv->font_scale_x != 1`), blur is applied before the image is stretched horizontally. To faithfully reproduce this, we’d need to stretch our own blur horizontally by `font_scale_x`, making the x-radius and the y-radius different. @MrSmile ...
comp
anamorphic blur in anamorphic video in a classical vsfilter setup render priv font scale x blur is applied before the image is stretched horizontally to faithfully reproduce this we’d need to stretch our own blur horizontally by font scale x making the x radius and the y radius different mrsmile ...
1
71,187
8,633,501,646
IssuesEvent
2018-11-22 14:03:20
Altinn/altinn-studio
https://api.github.com/repos/Altinn/altinn-studio
opened
Alert service developer that someone else is working on the service (to avoid merge conflicts)
dashboard designer needs-spesification user-story version-control
**Functional architect/designer:** @-mention **Technical architect:** @-mention **Description** As a service developer I need to be alerted that someone else is working on the same service as me to reduce the risk of merge conflicts. **Sketch (if relevant)** (Screenshot and link to Figma, make sure your sketc...
1.0
Alert service developer that someone else is working on the service (to avoid merge conflicts) - **Functional architect/designer:** @-mention **Technical architect:** @-mention **Description** As a service developer I need to be alerted that someone else is working on the same service as me to reduce the risk of m...
non_comp
alert service developer that someone else is working on the service to avoid merge conflicts functional architect designer mention technical architect mention description as a service developer i need to be alerted that someone else is working on the same service as me to reduce the risk of m...
0
10,013
12,015,790,239
IssuesEvent
2020-04-10 14:44:23
statamic/cms
https://api.github.com/repos/statamic/cms
closed
Missing Nav/Structure Tag Parameters
query conditions v2 compatibility
Hello, for my template the Parameters within `nav` listed [here](https://statamic.dev/tags/nav) are not working at all. For example `exclude` is ignored, also the example from `is_hidden:isnt` is not working. The Code at statamic.dev is at the `WRITING STAGE: PREWRITING`, but I think when we migrate old statamic-...
True
Missing Nav/Structure Tag Parameters - Hello, for my template the Parameters within `nav` listed [here](https://statamic.dev/tags/nav) are not working at all. For example `exclude` is ignored, also the example from `is_hidden:isnt` is not working. The Code at statamic.dev is at the `WRITING STAGE: PREWRITING`, bu...
comp
missing nav structure tag parameters hello for my template the parameters within nav listed are not working at all for example exclude is ignored also the example from is hidden isnt is not working the code at statamic dev is at the writing stage prewriting but i think when we migrate old stat...
1
130,725
27,754,169,712
IssuesEvent
2023-03-16 00:06:55
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Update the HWIntrinsics to allow removal where no side-effects exist
area-CodeGen-coreclr
For simplicity when the hardware intrinsics were first being brought up we marked all `GT_HWINTRINSIC` as "having side-effects" and therefore not allowing their removal as part of liveness checking: https://github.com/dotnet/runtime/blob/main/src/coreclr/jit/liveness.cpp#L2069-L2077 Now that the hardware intrinsics ...
1.0
Update the HWIntrinsics to allow removal where no side-effects exist - For simplicity when the hardware intrinsics were first being brought up we marked all `GT_HWINTRINSIC` as "having side-effects" and therefore not allowing their removal as part of liveness checking: https://github.com/dotnet/runtime/blob/main/src/co...
non_comp
update the hwintrinsics to allow removal where no side effects exist for simplicity when the hardware intrinsics were first being brought up we marked all gt hwintrinsic as having side effects and therefore not allowing their removal as part of liveness checking now that the hardware intrinsics are all impl...
0
362,522
10,728,774,337
IssuesEvent
2019-10-28 14:30:18
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
The platform libraries listed in the WebSub module's Ballerina.toml are incomplete
Area/StandardLibs Component/WebSub Priority/Blocker Type/Bug
**Description:** $title. The broker dependencies are not added, resulting in runtime errors when trying to run a JAR for source using WebSub. Need to update https://github.com/ballerina-platform/ballerina-lang/blob/master/stdlib/websub/src/main/ballerina/Ballerina.toml
1.0
The platform libraries listed in the WebSub module's Ballerina.toml are incomplete - **Description:** $title. The broker dependencies are not added, resulting in runtime errors when trying to run a JAR for source using WebSub. Need to update https://github.com/ballerina-platform/ballerina-lang/blob/master/stdlib/we...
non_comp
the platform libraries listed in the websub module s ballerina toml are incomplete description title the broker dependencies are not added resulting in runtime errors when trying to run a jar for source using websub need to update
0
9,724
11,778,382,268
IssuesEvent
2020-03-16 16:12:45
NicolaiSoeborg/filemanager-plugin
https://api.github.com/repos/NicolaiSoeborg/filemanager-plugin
closed
[bug] plugin doesn't work
duplicate micro api incompatibility
I have installed this plugin with micro in Ubuntu 18.04, but it doesn't work, namely, file tree doesn't appear.
True
[bug] plugin doesn't work - I have installed this plugin with micro in Ubuntu 18.04, but it doesn't work, namely, file tree doesn't appear.
comp
plugin doesn t work i have installed this plugin with micro in ubuntu but it doesn t work namely file tree doesn t appear
1
6,188
8,597,917,105
IssuesEvent
2018-11-15 20:08:37
arcticicestudio/remark-preset-lint-arcticicestudio
https://api.github.com/repos/arcticicestudio/remark-preset-lint-arcticicestudio
closed
Adapt change of unordered marker from asterisk to dash
context-api scope-compatibility scope-ux type-improvement
Adapt to changes the Markdown Style Guide introduced to unordered list markers in arcticicestudio/styleguide-markdown#3 (PR arcticicestudio/styleguide-markdown#4) to use dashes `-` instead of asterisks `*`.
True
Adapt change of unordered marker from asterisk to dash - Adapt to changes the Markdown Style Guide introduced to unordered list markers in arcticicestudio/styleguide-markdown#3 (PR arcticicestudio/styleguide-markdown#4) to use dashes `-` instead of asterisks `*`.
comp
adapt change of unordered marker from asterisk to dash adapt to changes the markdown style guide introduced to unordered list markers in arcticicestudio styleguide markdown pr arcticicestudio styleguide markdown to use dashes instead of asterisks
1
12,787
15,053,407,744
IssuesEvent
2021-02-03 16:16:36
boxbilling/boxbilling
https://api.github.com/repos/boxbilling/boxbilling
closed
Support for Interworx and DirectAdmin
compatibility feature request hosting stale
Due to cPanel hike price there are lot of people migrating to Interworx and DirectAdmin, is there a plan to make it compatible?
True
Support for Interworx and DirectAdmin - Due to cPanel hike price there are lot of people migrating to Interworx and DirectAdmin, is there a plan to make it compatible?
comp
support for interworx and directadmin due to cpanel hike price there are lot of people migrating to interworx and directadmin is there a plan to make it compatible
1
111,775
11,741,939,166
IssuesEvent
2020-03-11 23:05:46
ChilliCream/hotchocolate
https://api.github.com/repos/ChilliCream/hotchocolate
closed
Version 9 Documentation
documentation
- [ ] https://hotchocolate.io/docs/next/introduction - [x] Text - [ ] proofreading - [ ] https://hotchocolate.io/docs/next/code-first - [x] Text - [ ] proofreading - [ ] https://hotchocolate.io/docs/next/schema-first - [x] Text - [ ] proofreading - [x] https://hotchocolate.io/docs/next/sc...
1.0
Version 9 Documentation - - [ ] https://hotchocolate.io/docs/next/introduction - [x] Text - [ ] proofreading - [ ] https://hotchocolate.io/docs/next/code-first - [x] Text - [ ] proofreading - [ ] https://hotchocolate.io/docs/next/schema-first - [x] Text - [ ] proofreading - [x] https://ho...
non_comp
version documentation text proofreading text proofreading text proofreading text proofreading text proofreading text proofreading text proofreading ...
0
169,373
20,841,662,083
IssuesEvent
2022-03-21 01:15:17
amccool/AngularASPNETCore2WebApiAuth
https://api.github.com/repos/amccool/AngularASPNETCore2WebApiAuth
opened
CVE-2021-44906 (High) detected in multiple libraries
security vulnerability
## CVE-2021-44906 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary> <p> <details><summary><b...
True
CVE-2021-44906 (High) detected in multiple libraries - ## CVE-2021-44906 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimis...
non_comp
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file src package json path t...
0
14,323
2,798,434,536
IssuesEvent
2015-05-12 18:36:42
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
problem with moose.mk (check on libMesh status)
C: MOOSE P: normal T: defect
``` ortej@falcon1:~/projects/mammoth> make cleanall Unknown option: -C usage: git [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] ...
1.0
problem with moose.mk (check on libMesh status) - ``` ortej@falcon1:~/projects/mammoth> make cleanall Unknown option: -C usage: git [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] [--git-dir=<path>] [...
non_comp
problem with moose mk check on libmesh status ortej projects mammoth make cleanall unknown option c usage git jortensi reported this error on falcon we should check the version of git before issuing the...
0
289,674
25,003,794,968
IssuesEvent
2022-11-03 10:11:07
FuelLabs/sway
https://api.github.com/repos/FuelLabs/sway
opened
Add support for `[dev-dependencies]` to `forc`
forc forc-test
Eventually we'll want to allow people to specify dependencies that are only introduced when building tests or other "dev"-only builds (e.g. benchmarks). See cargo's docs on their equivalent feature: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#development-dependencies Dev dependencies wi...
1.0
Add support for `[dev-dependencies]` to `forc` - Eventually we'll want to allow people to specify dependencies that are only introduced when building tests or other "dev"-only builds (e.g. benchmarks). See cargo's docs on their equivalent feature: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.htm...
non_comp
add support for to forc eventually we ll want to allow people to specify dependencies that are only introduced when building tests or other dev only builds e g benchmarks see cargo s docs on their equivalent feature dev dependencies will likely always need to be included in the forc lock file ...
0
287,429
31,834,447,054
IssuesEvent
2023-09-14 12:44:07
Trinadh465/linux-4.1.15_CVE-2022-3564
https://api.github.com/repos/Trinadh465/linux-4.1.15_CVE-2022-3564
closed
CVE-2017-16912 (Medium) detected in linuxlinux-4.6 - autoclosed
Mend: dependency security vulnerability
## CVE-2017-16912 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kern...
True
CVE-2017-16912 (Medium) detected in linuxlinux-4.6 - autoclosed - ## CVE-2017-16912 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary> <p> <p>The Linux ...
non_comp
cve medium detected in linuxlinux autoclosed cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files dri...
0
1,840
4,442,296,690
IssuesEvent
2016-08-19 12:58:30
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
closed
national_managers cannot submit reports
v0.4 Compatibility v0.4 upgrading
According to : https://docs.google.com/drawings/d/1XyeF5MRsT-kLqFlK8ZySq5xQQXVsY0HbJvUQmsi4rZI/edit When upgrading .4 -> 2.8, we want a `person` associated to the national manager. That's so that the national manager can have a phone number, and send reports associated to him/her. (Any other functionality we need ...
True
national_managers cannot submit reports - According to : https://docs.google.com/drawings/d/1XyeF5MRsT-kLqFlK8ZySq5xQQXVsY0HbJvUQmsi4rZI/edit When upgrading .4 -> 2.8, we want a `person` associated to the national manager. That's so that the national manager can have a phone number, and send reports associated to hi...
comp
national managers cannot submit reports according to when upgrading we want a person associated to the national manager that s so that the national manager can have a phone number and send reports associated to him her any other functionality we need abbyad we can do that by adding a ...
1
157,677
24,706,982,255
IssuesEvent
2022-10-19 19:59:03
Ingressive-for-Good/I4G-OPENSOURCE-FRONTEND-PROJECT-2022
https://api.github.com/repos/Ingressive-for-Good/I4G-OPENSOURCE-FRONTEND-PROJECT-2022
closed
Design of Side Navigation for Admin Dashboard - Tablet
documentation enhancement hacktoberfest-accepted hacktoberfest design
- Design the side navigation for the admin dashboard (tablet view) to allow for easy navigation through the whole interface.
1.0
Design of Side Navigation for Admin Dashboard - Tablet - - Design the side navigation for the admin dashboard (tablet view) to allow for easy navigation through the whole interface.
non_comp
design of side navigation for admin dashboard tablet design the side navigation for the admin dashboard tablet view to allow for easy navigation through the whole interface
0
20,315
29,798,648,334
IssuesEvent
2023-06-16 06:08:00
TycheSoftwares/checkout-fees-for-woocommerce
https://api.github.com/repos/TycheSoftwares/checkout-fees-for-woocommerce
closed
Incompatibility with "bSecure – Your Universal Checkout" plugin
type: bug client issue type: compatibility
**Describe the bug** There is no option for setting up fees for bsecure payment gateway. **To Reproduce** Steps to reproduce the behavior: 1. Install bSecure plugin - (https://wordpress.org/plugins/bsecure/) 2. Go to WooCommerce > Settings > bSecure > Advance setting and select checkbox for " Enable bSecure as ...
True
Incompatibility with "bSecure – Your Universal Checkout" plugin - **Describe the bug** There is no option for setting up fees for bsecure payment gateway. **To Reproduce** Steps to reproduce the behavior: 1. Install bSecure plugin - (https://wordpress.org/plugins/bsecure/) 2. Go to WooCommerce > Settings > bSec...
comp
incompatibility with bsecure – your universal checkout plugin describe the bug there is no option for setting up fees for bsecure payment gateway to reproduce steps to reproduce the behavior install bsecure plugin go to woocommerce settings bsecure advance setting and select check...
1
12,738
15,019,983,275
IssuesEvent
2021-02-01 14:12:07
spring-projects-experimental/spring-native
https://api.github.com/repos/spring-projects-experimental/spring-native
closed
Docker native image fails at runtime with missing ProxyCachingConfiguration class
status: waiting-for-triage type: compatibility
Hi all, I was able to build a native image for docker with spring native. However, when I try to start a container from it, I get the error: ``` 2021-01-25 15:34:50.918 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanDefinitionStoreException: Failed to...
True
Docker native image fails at runtime with missing ProxyCachingConfiguration class - Hi all, I was able to build a native image for docker with spring native. However, when I try to start a container from it, I get the error: ``` 2021-01-25 15:34:50.918 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application r...
comp
docker native image fails at runtime with missing proxycachingconfiguration class hi all i was able to build a native image for docker with spring native however when i try to start a container from it i get the error error o s boot springapplication application run failed org s...
1
3,372
6,338,512,092
IssuesEvent
2017-07-27 04:54:23
t9md/atom-vim-mode-plus
https://api.github.com/repos/t9md/atom-vim-mode-plus
closed
gw keybinding
compatiblity-to-Vim enhancement
`gw` should "go wrap" the currently selected text to the specified column width. # Check list - Atom version info(`atom --version`) ``` Atom : 1.18.0 Electron: 1.3.15 Chrome : 52.0.2743.82 Node : 6.5.0 ``` - vim-mode-plus version: `0.95.0` - Your OS(e.g. macOS Sierra 10.12.3): `macOS Sierra 10.12.5...
True
gw keybinding - `gw` should "go wrap" the currently selected text to the specified column width. # Check list - Atom version info(`atom --version`) ``` Atom : 1.18.0 Electron: 1.3.15 Chrome : 52.0.2743.82 Node : 6.5.0 ``` - vim-mode-plus version: `0.95.0` - Your OS(e.g. macOS Sierra 10.12.3): `macO...
comp
gw keybinding gw should go wrap the currently selected text to the specified column width check list atom version info atom version atom electron chrome node vim mode plus version your os e g macos sierra macos sierra ...
1
6,599
8,872,997,030
IssuesEvent
2019-01-11 16:49:29
ionjs-dev/ionjs
https://api.github.com/repos/ionjs-dev/ionjs
opened
Change src/ file structure
classes instances not backward compatible refactor
``` src/ |- classes/ |- sender/ |- receiver/ |- cqcode/ |- command/ |- middleware/ |- session/ |- instances/ |- ... corresponding .ts files |- utils/ |- ... util codes |- index.js ```
True
Change src/ file structure - ``` src/ |- classes/ |- sender/ |- receiver/ |- cqcode/ |- command/ |- middleware/ |- session/ |- instances/ |- ... corresponding .ts files |- utils/ |- ... util codes |- index.js ```
comp
change src file structure src classes sender receiver cqcode command middleware session instances corresponding ts files utils util codes index js
1
138,451
11,201,892,713
IssuesEvent
2020-01-04 07:48:35
supyrb/signals
https://api.github.com/repos/supyrb/signals
closed
Create test cases for Signals with arguments
testing
To get good code coverage and to make sure all signal types are behaving the same way, tests with one to three arguments should be tested as well.
1.0
Create test cases for Signals with arguments - To get good code coverage and to make sure all signal types are behaving the same way, tests with one to three arguments should be tested as well.
non_comp
create test cases for signals with arguments to get good code coverage and to make sure all signal types are behaving the same way tests with one to three arguments should be tested as well
0
245,274
20,757,147,116
IssuesEvent
2022-03-15 13:16:13
gravitee-io/issues
https://api.github.com/repos/gravitee-io/issues
closed
[Management] De-correlate API Key and Subscription lifecycle
type: feature project: APIM loop quantum status: in test
API publisher should be able to close a subscription even if the underlying application is using the shared API key mode ⚠️ It should not, however pause, resume nor close the API key(s) used by this subscription ℹ️ this needs an update on the GW API key refresher to filter out closed, paused and expired subscrip...
1.0
[Management] De-correlate API Key and Subscription lifecycle - API publisher should be able to close a subscription even if the underlying application is using the shared API key mode ⚠️ It should not, however pause, resume nor close the API key(s) used by this subscription ℹ️ this needs an update on the GW API ...
non_comp
de correlate api key and subscription lifecycle api publisher should be able to close a subscription even if the underlying application is using the shared api key mode ⚠️ it should not however pause resume nor close the api key s used by this subscription ℹ️ this needs an update on the gw api key refresh...
0
116,220
9,828,988,139
IssuesEvent
2019-06-15 16:35:16
AlternateLife/Bugs
https://api.github.com/repos/AlternateLife/Bugs
opened
Stresstest
bug ingame stresstest
**Beschreibe den Fehler** wenn ein spieler einen anderen spieler ausraubt kann er nur abgebrochen werden indem er sich entfernen oder der ausgeraubte spieler die hände runter nimmt. also wenn ein 3ter dazu kommt kann er es nicht unterbrechen. **Reproduktion des Fehlers** Schritte, um den Fehler zu reproduzieren: ...
1.0
Stresstest - **Beschreibe den Fehler** wenn ein spieler einen anderen spieler ausraubt kann er nur abgebrochen werden indem er sich entfernen oder der ausgeraubte spieler die hände runter nimmt. also wenn ein 3ter dazu kommt kann er es nicht unterbrechen. **Reproduktion des Fehlers** Schritte, um den Fehler zu re...
non_comp
stresstest beschreibe den fehler wenn ein spieler einen anderen spieler ausraubt kann er nur abgebrochen werden indem er sich entfernen oder der ausgeraubte spieler die hände runter nimmt also wenn ein dazu kommt kann er es nicht unterbrechen reproduktion des fehlers schritte um den fehler zu repro...
0
37,937
18,849,738,243
IssuesEvent
2021-11-11 19:10:58
IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT
https://api.github.com/repos/IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT
closed
Call of duty: warzone
Info: Replicated Type: Bad Performance Top 5
#### Game _[Required]_ Call of duty: Warzone --- #### CPU _[Required]_ I7 1165g7 i71160g7 --- #### GPU Driver Version _[Required]_ 27.20.100.9313 --- #### Rendering API _[Required]_ **API** _[DirectX, OpenGL, Vulkan]_: DirectX **API Version** _(example DirectX 12)_: 12 --- #### Windows Build ...
True
Call of duty: warzone - #### Game _[Required]_ Call of duty: Warzone --- #### CPU _[Required]_ I7 1165g7 i71160g7 --- #### GPU Driver Version _[Required]_ 27.20.100.9313 --- #### Rendering API _[Required]_ **API** _[DirectX, OpenGL, Vulkan]_: DirectX **API Version** _(example DirectX 12)_: 12 ...
non_comp
call of duty warzone game call of duty warzone cpu gpu driver version rendering api api directx api version example directx windows build number latest description game ru...
0
62,257
3,179,660,065
IssuesEvent
2015-09-25 03:27:49
cjfields/redmine-test
https://api.github.com/repos/cjfields/redmine-test
opened
Bio::Assembly and Bio::Assembly::IO can exceed the set open file ulimit
Category: Core Components Priority: Normal Status: New Tracker: Bug
--- Author Name: **Chris Fields** (Chris Fields) Original Redmine Issue: 2577, https://redmine.open-bio.org/issues/2577 Original Date: 2008-08-29 Original Assignee: Bioperl Guts --- Bio::Assembly::IO is capable of exceeding the ‘ulimit -n’ (open files) for the system. This primarily occurs through the creation of t...
1.0
Bio::Assembly and Bio::Assembly::IO can exceed the set open file ulimit - --- Author Name: **Chris Fields** (Chris Fields) Original Redmine Issue: 2577, https://redmine.open-bio.org/issues/2577 Original Date: 2008-08-29 Original Assignee: Bioperl Guts --- Bio::Assembly::IO is capable of exceeding the ‘ulimit -n’ (o...
non_comp
bio assembly and bio assembly io can exceed the set open file ulimit author name chris fields chris fields original redmine issue original date original assignee bioperl guts bio assembly io is capable of exceeding the ‘ulimit n’ open files for the system this primarily occur...
0
15,294
19,523,806,334
IssuesEvent
2021-12-30 01:30:50
tsunamods-codes/7th-Heaven
https://api.github.com/repos/tsunamods-codes/7th-Heaven
closed
SFX settings audio.dat and vgmstream
good first issue Compatibility
As I understand it now mods that require vgmstream can automatically set it when the developer configures it in their mod, meaning there is no longer a need for a visible UI setting. In addition 7h honours what is set in the ffnx.toml if one already exists, so I suggest two things. 1 - The sfx setting is removed ...
True
SFX settings audio.dat and vgmstream - As I understand it now mods that require vgmstream can automatically set it when the developer configures it in their mod, meaning there is no longer a need for a visible UI setting. In addition 7h honours what is set in the ffnx.toml if one already exists, so I suggest two thi...
comp
sfx settings audio dat and vgmstream as i understand it now mods that require vgmstream can automatically set it when the developer configures it in their mod meaning there is no longer a need for a visible ui setting in addition honours what is set in the ffnx toml if one already exists so i suggest two thin...
1
7,323
9,565,211,059
IssuesEvent
2019-05-05 10:38:15
HotelsDotCom/bull
https://api.github.com/repos/HotelsDotCom/bull
closed
Run with JDK8
compatibility
**Is your feature request related to a problem? Please describe.** when I try to import bull by Maven and use it in my project whose compile-level is JDK8, I got an error. Then I find out bull is compiled by JDK11. **Describe the solution you'd like** The features bull provided are really awesome~ So, I hope bull...
True
Run with JDK8 - **Is your feature request related to a problem? Please describe.** when I try to import bull by Maven and use it in my project whose compile-level is JDK8, I got an error. Then I find out bull is compiled by JDK11. **Describe the solution you'd like** The features bull provided are really awesome~ ...
comp
run with is your feature request related to a problem please describe when i try to import bull by maven and use it in my project whose compile level is i got an error then i find out bull is compiled by describe the solution you d like the features bull provided are really awesome so i hop...
1
14,528
17,610,794,465
IssuesEvent
2021-08-18 00:44:32
google/gvisor
https://api.github.com/repos/google/gvisor
closed
Implement System V message queues
type: enhancement status: help wanted area: compatibility
Syscall support for: - msgget - msgsnd - msgrcv - msgctl
True
Implement System V message queues - Syscall support for: - msgget - msgsnd - msgrcv - msgctl
comp
implement system v message queues syscall support for msgget msgsnd msgrcv msgctl
1
17,601
24,270,647,123
IssuesEvent
2022-09-28 09:59:25
umbraco/Announcements
https://api.github.com/repos/umbraco/Announcements
opened
[Breaking change]: Separating ImageSharp and SQL Server dependencies
cms/release/11.0.0 category/binary-incompatible category/source-incompatible
### Description In PR https://github.com/umbraco/Umbraco-CMS/pull/12907 we separated the ImageSharp and SQL Server dependencies by: - Introducing a new `Umbraco.Cms.Imaging.ImageSharp` project that contains the `SixLabors.ImageSharp` and `SixLabors.ImageSharp.Web` dependencies and moving all related code from `Umbrac...
True
[Breaking change]: Separating ImageSharp and SQL Server dependencies - ### Description In PR https://github.com/umbraco/Umbraco-CMS/pull/12907 we separated the ImageSharp and SQL Server dependencies by: - Introducing a new `Umbraco.Cms.Imaging.ImageSharp` project that contains the `SixLabors.ImageSharp` and `SixLabor...
comp
separating imagesharp and sql server dependencies description in pr we separated the imagesharp and sql server dependencies by introducing a new umbraco cms imaging imagesharp project that contains the sixlabors imagesharp and sixlabors imagesharp web dependencies and moving all related code from ...
1
211,037
23,779,035,173
IssuesEvent
2022-09-02 01:15:42
RG4421/dvna
https://api.github.com/repos/RG4421/dvna
opened
WS-2022-0280 (Medium) detected in moment-timezone-0.5.33.tgz
security vulnerability
## WS-2022-0280 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-timezone-0.5.33.tgz</b></p></summary> <p>Parse and display moments in any timezone.</p> <p>Library home page: <...
True
WS-2022-0280 (Medium) detected in moment-timezone-0.5.33.tgz - ## WS-2022-0280 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-timezone-0.5.33.tgz</b></p></summary> <p>Parse a...
non_comp
ws medium detected in moment timezone tgz ws medium severity vulnerability vulnerable library moment timezone tgz parse and display moments in any timezone library home page a href path to dependency file package json path to vulnerable library node modules moment...
0
264,350
20,016,458,432
IssuesEvent
2022-02-01 12:35:02
wtsi-npg/sqlacodegen
https://api.github.com/repos/wtsi-npg/sqlacodegen
opened
Document our patches and tag a release
bug documentation
It's difficult to tell how this relates to upstream and which branch to use. We need to create a README for our patches (see https://github.com/wtsi-npg/sqlacodegen/commit/2b123c0526f0b075ec46dcb3e97b6a26b8cebdd6) on a well-named branch and tag it so that the team know what to use to generate their code.
1.0
Document our patches and tag a release - It's difficult to tell how this relates to upstream and which branch to use. We need to create a README for our patches (see https://github.com/wtsi-npg/sqlacodegen/commit/2b123c0526f0b075ec46dcb3e97b6a26b8cebdd6) on a well-named branch and tag it so that the team know what t...
non_comp
document our patches and tag a release it s difficult to tell how this relates to upstream and which branch to use we need to create a readme for our patches see on a well named branch and tag it so that the team know what to use to generate their code
0
780,830
27,410,007,761
IssuesEvent
2023-03-01 09:54:03
FlutterFlow/flutterflow-issues
https://api.github.com/repos/FlutterFlow/flutterflow-issues
closed
Expanded text widget alignment not affect when we set it to be selectable
type: bug status: wontfix status: confirmed priority: low status: stale
![image](https://user-images.githubusercontent.com/103986553/220112035-cbe53ec5-b3d5-4934-8331-d51fbea7cbb5.png) When we set a text field selectable, the aligh shouldn't be affected at all. Text expanded : works fine Text Expanded selectable : Issue : align to center and the align option not affect anymore ...
1.0
Expanded text widget alignment not affect when we set it to be selectable - ![image](https://user-images.githubusercontent.com/103986553/220112035-cbe53ec5-b3d5-4934-8331-d51fbea7cbb5.png) When we set a text field selectable, the aligh shouldn't be affected at all. Text expanded : works fine Text Expanded se...
non_comp
expanded text widget alignment not affect when we set it to be selectable when we set a text field selectable the aligh shouldn t be affected at all text expanded works fine text expanded selectable issue align to center and the align option not affect anymore current behavior require...
0
275,900
8,582,012,800
IssuesEvent
2018-11-13 16:00:03
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Data entry form changing date in "Specimen/Event" detr. date
Function-DataEntry/Bulkloading Priority-High Priority-Normal bug
Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html **Describe the bug** When using the data entry form, after using the geolocate tool, the "Detr. Date" changes the date by moving forward one day. ![ss_detr date](https://user-images.githubusercontent.com/17605945/48295104...
2.0
Data entry form changing date in "Specimen/Event" detr. date - Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html **Describe the bug** When using the data entry form, after using the geolocate tool, the "Detr. Date" changes the date by moving forward one day. ![ss_detr da...
non_comp
data entry form changing date in specimen event detr date issue documentation is describe the bug when using the data entry form after using the geolocate tool the detr date changes the date by moving forward one day expected behavior dates in data entry form should not spontaneou...
0
2,680
5,416,589,771
IssuesEvent
2017-03-02 01:04:32
AldoMX/StepMania-AMX
https://api.github.com/repos/AldoMX/StepMania-AMX
opened
Refactor TimingData
enhancement gameplay-engine ssc-compatibility
15 years ago, when StepMania 3.9 was an alpha, `TimingData` included 2 properties: BPM and Stop, there wasn't needed to abstract away any code. Fast forward to 2007, StepMania 3.9+ added Tickcount; StepMania 4 added Time Signatures. Fast forward to 2010, StepMania AMX added Delay, Speed, Multiplier and Fake. F...
True
Refactor TimingData - 15 years ago, when StepMania 3.9 was an alpha, `TimingData` included 2 properties: BPM and Stop, there wasn't needed to abstract away any code. Fast forward to 2007, StepMania 3.9+ added Tickcount; StepMania 4 added Time Signatures. Fast forward to 2010, StepMania AMX added Delay, Speed, Mul...
comp
refactor timingdata years ago when stepmania was an alpha timingdata included properties bpm and stop there wasn t needed to abstract away any code fast forward to stepmania added tickcount stepmania added time signatures fast forward to stepmania amx added delay speed multiplier...
1
20,404
30,186,294,851
IssuesEvent
2023-07-04 12:21:28
steviegt6/fable
https://api.github.com/repos/steviegt6/fable
opened
[Fabric-Quilt Incompatibility] Essential
fabric-quilt-incompatibility non-fatal quilt-support-not-planned
*This issue has been transcribed from the related report in the Quilt [Mod Incompatibility Megathread](https://forum.quiltmc.org/t/mod-incompatibility-megathread/261).* Essential is marked incompatible because `net.fabricmc.loader.metadata.ModMetadataParser` appears to be missing from Quilt Loader. However, this is ...
True
[Fabric-Quilt Incompatibility] Essential - *This issue has been transcribed from the related report in the Quilt [Mod Incompatibility Megathread](https://forum.quiltmc.org/t/mod-incompatibility-megathread/261).* Essential is marked incompatible because `net.fabricmc.loader.metadata.ModMetadataParser` appears to be m...
comp
essential this issue has been transcribed from the related report in the quilt essential is marked incompatible because net fabricmc loader metadata modmetadataparser appears to be missing from quilt loader however this is a non fatal error which only prevents it from being added to mod menu it should...
1
578
2,790,170,641
IssuesEvent
2015-05-09 01:11:34
r888888888/danbooru
https://api.github.com/repos/r888888888/danbooru
closed
CSS in note "style" attributes is not sanitized
Security
It's possible to sneak in JavaScript XSS attacks via `url(javascript:...)`, cover the UI with fixed positioning, etc. I question the need for whitelisting the `style` attribute at all — as far as I can see, virtually all of the notes that use it, use it for effects that can be accomplished with `<font size color bgcolo...
True
CSS in note "style" attributes is not sanitized - It's possible to sneak in JavaScript XSS attacks via `url(javascript:...)`, cover the UI with fixed positioning, etc. I question the need for whitelisting the `style` attribute at all — as far as I can see, virtually all of the notes that use it, use it for effects that...
non_comp
css in note style attributes is not sanitized it s possible to sneak in javascript xss attacks via url javascript cover the ui with fixed positioning etc i question the need for whitelisting the style attribute at all — as far as i can see virtually all of the notes that use it use it for effects that...
0
550,175
16,106,295,173
IssuesEvent
2021-04-27 15:17:36
RasaHQ/rasa
https://api.github.com/repos/RasaHQ/rasa
closed
Log warning if lookup tables are not used correctly
area:rasa-oss :ferris_wheel: difficulty:easy :butterfly: priority:normal type:enhancement :sparkles: type:maintenance :wrench:
**Description of Problem**: Many of our users are using lookup tables. However, some of them are missing the note in the docs > For lookup tables to be effective, there must be a few examples of matches in your training data. Otherwise the model will not learn to use the lookup table match features. Users are wo...
1.0
Log warning if lookup tables are not used correctly - **Description of Problem**: Many of our users are using lookup tables. However, some of them are missing the note in the docs > For lookup tables to be effective, there must be a few examples of matches in your training data. Otherwise the model will not learn t...
non_comp
log warning if lookup tables are not used correctly description of problem many of our users are using lookup tables however some of them are missing the note in the docs for lookup tables to be effective there must be a few examples of matches in your training data otherwise the model will not learn t...
0
11,210
13,210,863,337
IssuesEvent
2020-08-15 19:18:50
jesus2099/konami-command
https://api.github.com/repos/jesus2099/konami-command
opened
Display proper loading popup on mobile too
browser compatibility mb_COLLECTION-HIGHLIGHTER minor
We should try to display this popup properly on narrow screens too. ![Screenshot_2020-08-15-21-07-48-588_org mozilla firefox](https://user-images.githubusercontent.com/1401086/90319841-698b7380-df3c-11ea-8a03-8edb68ec7cd0.jpg) Maybe due to some minimum width, left and right are cropped.
True
Display proper loading popup on mobile too - We should try to display this popup properly on narrow screens too. ![Screenshot_2020-08-15-21-07-48-588_org mozilla firefox](https://user-images.githubusercontent.com/1401086/90319841-698b7380-df3c-11ea-8a03-8edb68ec7cd0.jpg) Maybe due to some minimum width, left and ri...
comp
display proper loading popup on mobile too we should try to display this popup properly on narrow screens too maybe due to some minimum width left and right are cropped
1
12,648
14,937,911,598
IssuesEvent
2021-01-25 15:10:37
ValveSoftware/Proton
https://api.github.com/repos/ValveSoftware/Proton
closed
Gears Tactics (1184050)
Game compatibility - Unofficial XAudio2
# Compatibility Report - Name of the game with compatibility issues: - Steam AppID of the game: 1184050 ## System Information - GPU: RTX2060M - Driver/LLVM version: nvidia 440.82 - Kernel version: 5.4 - Link to full system information report: https://gist.github.com/screwylightbulb/f2850a1adc5f4c1daf7c6641692d...
True
Gears Tactics (1184050) - # Compatibility Report - Name of the game with compatibility issues: - Steam AppID of the game: 1184050 ## System Information - GPU: RTX2060M - Driver/LLVM version: nvidia 440.82 - Kernel version: 5.4 - Link to full system information report: https://gist.github.com/screwylightbulb/f2...
comp
gears tactics compatibility report name of the game with compatibility issues steam appid of the game system information gpu driver llvm version nvidia kernel version link to full system information report proton version i confirm that i haven t ...
1
67,688
28,009,846,030
IssuesEvent
2023-03-27 17:47:01
planningcenter/developers
https://api.github.com/repos/planningcenter/developers
closed
Integration Question
help Services
We have what I suspect is a problem others have run into. Most of the church uses CCB (Church Community Builder) to handle setting their blockout dates for scheduling. This includes much of the kids ministry. The worship team uses PCO. Several volunteers (including my wife) serve in both areas and thus needs to put...
1.0
Integration Question - We have what I suspect is a problem others have run into. Most of the church uses CCB (Church Community Builder) to handle setting their blockout dates for scheduling. This includes much of the kids ministry. The worship team uses PCO. Several volunteers (including my wife) serve in both area...
non_comp
integration question we have what i suspect is a problem others have run into most of the church uses ccb church community builder to handle setting their blockout dates for scheduling this includes much of the kids ministry the worship team uses pco several volunteers including my wife serve in both area...
0
221,523
17,355,762,507
IssuesEvent
2021-07-29 14:14:29
dso-toolkit/dso-toolkit
https://api.github.com/repos/dso-toolkit/dso-toolkit
closed
Rich content: ontbrekende alt tag
classified package/dso-toolkit status:testable type:bug
### Waar Rich content component, image ocean-480.jpg ### Aanleiding Deze img heeft geen alt tag ### Werkzaamheden Alt tag geven, betekenisvolle beschrijving of leeg als het plaatje decoratief bedoeld is.
1.0
Rich content: ontbrekende alt tag - ### Waar Rich content component, image ocean-480.jpg ### Aanleiding Deze img heeft geen alt tag ### Werkzaamheden Alt tag geven, betekenisvolle beschrijving of leeg als het plaatje decoratief bedoeld is.
non_comp
rich content ontbrekende alt tag waar rich content component image ocean jpg aanleiding deze img heeft geen alt tag werkzaamheden alt tag geven betekenisvolle beschrijving of leeg als het plaatje decoratief bedoeld is
0
63,024
12,278,454,702
IssuesEvent
2020-05-08 10:00:14
fac19/snake
https://api.github.com/repos/fac19/snake
opened
Using a :focus pseudo-class
code review
CSS: The hover on the snakes looks really cool. You could add a :focus pseudo-class so it stays highlighted after you've selected it. Same with the levels
1.0
Using a :focus pseudo-class - CSS: The hover on the snakes looks really cool. You could add a :focus pseudo-class so it stays highlighted after you've selected it. Same with the levels
non_comp
using a focus pseudo class css the hover on the snakes looks really cool you could add a focus pseudo class so it stays highlighted after you ve selected it same with the levels
0
16,769
23,118,931,454
IssuesEvent
2022-07-27 19:17:59
acegoal07/discordjs-pagination
https://api.github.com/repos/acegoal07/discordjs-pagination
closed
[FEATURE REQUEST] Support for <interaction>#deferReply() and ephemeral responses
bug Compatibility
Currently, deferring a response triggers the following error when set to ephemeral and deleting the response after about 5 seconds. ```langcmd DiscordAPIError[10008]: Unknown Message at SequentialHandler.runRequest (C:\Users\user\Documents\GitHub\Octave\node_modules\@discordjs\rest\dist\index.js:748:15) at...
True
[FEATURE REQUEST] Support for <interaction>#deferReply() and ephemeral responses - Currently, deferring a response triggers the following error when set to ephemeral and deleting the response after about 5 seconds. ```langcmd DiscordAPIError[10008]: Unknown Message at SequentialHandler.runRequest (C:\Users\user...
comp
support for deferreply and ephemeral responses currently deferring a response triggers the following error when set to ephemeral and deleting the response after about seconds langcmd discordapierror unknown message at sequentialhandler runrequest c users user documents github octave node modu...
1
18,973
26,376,381,451
IssuesEvent
2023-01-12 03:06:58
COMCIFS/cif_core
https://api.github.com/repos/COMCIFS/cif_core
closed
`DIFFRN_STANDARDS` category in DDL1 changed to `DIFFRN_STANDARD` in DDLm
janitorial ddl1_incompatibility
Although now essentially a historical relic, I noticed that the `_diffrn_standards_*` data names in DDL1 have been transformed into `_diffrn_standard.*` data names in DDLm, i.e. the `s` has been dropped. This breaks the convenient heuristic that valid DDL1 data names can be created by simply replacing the `.` with `_` ...
True
`DIFFRN_STANDARDS` category in DDL1 changed to `DIFFRN_STANDARD` in DDLm - Although now essentially a historical relic, I noticed that the `_diffrn_standards_*` data names in DDL1 have been transformed into `_diffrn_standard.*` data names in DDLm, i.e. the `s` has been dropped. This breaks the convenient heuristic that...
comp
diffrn standards category in changed to diffrn standard in ddlm although now essentially a historical relic i noticed that the diffrn standards data names in have been transformed into diffrn standard data names in ddlm i e the s has been dropped this breaks the convenient heuristic that valid...
1
12,241
14,449,016,550
IssuesEvent
2020-12-08 07:22:03
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
Should check the range of the DECIMAL's arguments
challenge-program component/expression difficulty/easy high-performance severity/major sig/execution status/help-wanted type/bug type/compatibility
## Description ## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ```mysql select CONVERT( 2, DECIMAL(62,60) ) ; select CONVERT( 2, DECIMAL(66,29) ) ; ``` 2. What did you expect to see? In MySQ...
True
Should check the range of the DECIMAL's arguments - ## Description ## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ```mysql select CONVERT( 2, DECIMAL(62,60) ) ; select CONVERT( 2, DECIMAL(66,29) )...
comp
should check the range of the decimal s arguments description bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error mysql select convert decimal select convert decimal ...
1
145,429
22,685,467,974
IssuesEvent
2022-07-04 13:43:17
ZigZagExchange/frontend
https://api.github.com/repos/ZigZagExchange/frontend
closed
Trade UI - All order book prices are capped at 2 decimals, restore like old UI
uiRedesign priority
Switch through the pairs and you can see that all mid prices in the order book are capped at 2 decimals. Stop the capping at 2 decimals and show all the decimals of the pair <img width="74" alt="Screenshot 2022-06-29 at 23 53 16" src="https://user-images.githubusercontent.com/103177338/176551852-91ed6b50-35aa-4fb4-85a...
1.0
Trade UI - All order book prices are capped at 2 decimals, restore like old UI - Switch through the pairs and you can see that all mid prices in the order book are capped at 2 decimals. Stop the capping at 2 decimals and show all the decimals of the pair <img width="74" alt="Screenshot 2022-06-29 at 23 53 16" src="htt...
non_comp
trade ui all order book prices are capped at decimals restore like old ui switch through the pairs and you can see that all mid prices in the order book are capped at decimals stop the capping at decimals and show all the decimals of the pair img width alt screenshot at src
0
8,794
10,737,940,463
IssuesEvent
2019-10-29 14:00:08
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
opened
TIMESTAMP literal should produce a DATETIME, not TIMESTAMP
component/expression type/bug type/compatibility
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? ```sql SELECT TIMESTAMP '9999-01-01 00:00:00'; ``` 2. What did you expect to see? ``` mysql> SELECT TIMESTAMP '9999-01-01 00:00:00'; +---------------------------------+ | TIMESTAMP '9999-01-01 00:00...
True
TIMESTAMP literal should produce a DATETIME, not TIMESTAMP - ## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? ```sql SELECT TIMESTAMP '9999-01-01 00:00:00'; ``` 2. What did you expect to see? ``` mysql> SELECT TIMESTAMP '9999-01-01 00:00:00'; +----...
comp
timestamp literal should produce a datetime not timestamp bug report please answer these questions before submitting your issue thanks what did you do sql select timestamp what did you expect to see mysql select timestamp ...
1
283,371
8,719,332,131
IssuesEvent
2018-12-08 00:08:22
AugurProject/augur
https://api.github.com/repos/AugurProject/augur
closed
wording for empty state of resolved markets is off
Backlog Chore Priority: Low V1
<img width="1536" alt="screen shot 2018-10-22 at 1 02 19 pm" src="https://user-images.githubusercontent.com/11491365/49671185-e3572400-fa1b-11e8-98fe-64f2017b0fed.png"> shouldn't it be no markets available? ... Yeah, saying "No Markets Available" would be better. -adrake33
1.0
wording for empty state of resolved markets is off - <img width="1536" alt="screen shot 2018-10-22 at 1 02 19 pm" src="https://user-images.githubusercontent.com/11491365/49671185-e3572400-fa1b-11e8-98fe-64f2017b0fed.png"> shouldn't it be no markets available? ... Yeah, saying "No Markets Available" would be bett...
non_comp
wording for empty state of resolved markets is off img width alt screen shot at pm src shouldn t it be no markets available yeah saying no markets available would be better
0
148,155
13,227,639,241
IssuesEvent
2020-08-18 03:49:29
stockmann-lab/Open_Source_MRI_Tools_MGH
https://api.github.com/repos/stockmann-lab/Open_Source_MRI_Tools_MGH
closed
Check bypass capacitors in Bill of Materials to make sure they can handle a 50 Volt supply voltage.
documentation remote urgent
Ignore the bypass capacitors that only see the 5V regulator output for the digital components. We just care about the bypass caps on the main 48V line that are placed near the OPA549s.
1.0
Check bypass capacitors in Bill of Materials to make sure they can handle a 50 Volt supply voltage. - Ignore the bypass capacitors that only see the 5V regulator output for the digital components. We just care about the bypass caps on the main 48V line that are placed near the OPA549s.
non_comp
check bypass capacitors in bill of materials to make sure they can handle a volt supply voltage ignore the bypass capacitors that only see the regulator output for the digital components we just care about the bypass caps on the main line that are placed near the
0
21,039
32,034,700,330
IssuesEvent
2023-09-22 14:34:27
dosbox-staging/dosbox-staging
https://api.github.com/repos/dosbox-staging/dosbox-staging
closed
Investigate playability issues with Spear End of Destiny (2004)
game compatibility
### Context Currently the eXoDOS project runs this game using [the DOSBox Daum fork](https://github.com/ykhwong/dosbox-svn-daum), which is understood to have specific emulation fixes not currently in upstream DOSBox (0.74.x and SVN) or active forks such as X, Pure, and Staging. DOSBox Daum had 51 releases that in...
True
Investigate playability issues with Spear End of Destiny (2004) - ### Context Currently the eXoDOS project runs this game using [the DOSBox Daum fork](https://github.com/ykhwong/dosbox-svn-daum), which is understood to have specific emulation fixes not currently in upstream DOSBox (0.74.x and SVN) or active forks su...
comp
investigate playability issues with spear end of destiny context currently the exodos project runs this game using which is understood to have specific emulation fixes not currently in upstream dosbox x and svn or active forks such as x pure and staging dosbox daum had releases that inclu...
1
11,280
13,235,399,575
IssuesEvent
2020-08-18 17:59:02
gudmdharalds-a8c/testing123
https://api.github.com/repos/gudmdharalds-a8c/testing123
closed
PHP Upgrade: Compatibility issues found in dir1/dirb/diry
PHP 7.4 Compatibility PHP Compatibility
The following issues were found when scanning branch <code>abranch12</code> for compatibility problems: * In <b>dir1/dirb/diry/y.php, error</b>: Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead https://github.com/gudmdharalds-a8c/testing123/blob/b99a028e21f490f459f7095329fe...
True
PHP Upgrade: Compatibility issues found in dir1/dirb/diry - The following issues were found when scanning branch <code>abranch12</code> for compatibility problems: * In <b>dir1/dirb/diry/y.php, error</b>: Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead https://github.com/g...
comp
php upgrade compatibility issues found in dirb diry the following issues were found when scanning branch for compatibility problems in dirb diry y php error extension mysql is deprecated since php and removed since php use mysqli instead this is an automated report
1
4,786
7,398,774,138
IssuesEvent
2018-03-19 08:02:41
OmniLayer/omnicore
https://api.github.com/repos/OmniLayer/omnicore
closed
Accidentally send USDT to BCH address
incompatible recipient
Please recover my USDT Accidentally send USDT to BCH address Txid: 6d359f570bcaa724dc75b311e90efa4cce13f70b777046489b9a93f246e09be8 Send to BCH address- 3HzcLfUjfRZyijVGJbEcpiVyzg5oUWDzXd My USDT address- 1G1kyqeprmNRD1vjLNxCkTWx6v2VUQ8KF1 Please recover my USDT as soon as possible....help us.. Thanking you
True
Accidentally send USDT to BCH address - Please recover my USDT Accidentally send USDT to BCH address Txid: 6d359f570bcaa724dc75b311e90efa4cce13f70b777046489b9a93f246e09be8 Send to BCH address- 3HzcLfUjfRZyijVGJbEcpiVyzg5oUWDzXd My USDT address- 1G1kyqeprmNRD1vjLNxCkTWx6v2VUQ8KF1 Please recover my USDT as soon a...
comp
accidentally send usdt to bch address please recover my usdt accidentally send usdt to bch address txid send to bch address my usdt address please recover my usdt as soon as possible help us thanking you
1
14,121
16,984,591,282
IssuesEvent
2021-06-30 13:05:47
hpi-swa-teaching/Algernon-Launcher
https://api.github.com/repos/hpi-swa-teaching/Algernon-Launcher
closed
Change default activation string
compatibility estimate: 5 estimated
The default activation string should be `<Ctrl-space>` instead of `<Cmd-space>`, because the latter conflicts with the SpotLight hotkey and having `Cmd` is weird on some platforms, according to customer. # Acceptance criteria - [x] activation string changed - [x] possible conflicts with other hotkeys investigate...
True
Change default activation string - The default activation string should be `<Ctrl-space>` instead of `<Cmd-space>`, because the latter conflicts with the SpotLight hotkey and having `Cmd` is weird on some platforms, according to customer. # Acceptance criteria - [x] activation string changed - [x] possible confl...
comp
change default activation string the default activation string should be instead of because the latter conflicts with the spotlight hotkey and having cmd is weird on some platforms according to customer acceptance criteria activation string changed possible conflicts with other hotkeys i...
1
271,880
8,491,823,118
IssuesEvent
2018-10-27 16:48:23
LetsEatCo/Restaurants
https://api.github.com/repos/LetsEatCo/Restaurants
opened
✨ Update Ingredient
priority: high 🔥 scope: back-office scope: functional status: accepted 👍 type: feature ✨
**Is your feature request related to a problem ? Please describe.** Stores cannot update their Ingredient stock **Describe the solution you'd like** Implement views to permit Ingredient update **Describe alternatives you've considered** None **Additional context** None
1.0
✨ Update Ingredient - **Is your feature request related to a problem ? Please describe.** Stores cannot update their Ingredient stock **Describe the solution you'd like** Implement views to permit Ingredient update **Describe alternatives you've considered** None **Additional context** None
non_comp
✨ update ingredient is your feature request related to a problem please describe stores cannot update their ingredient stock describe the solution you d like implement views to permit ingredient update describe alternatives you ve considered none additional context none
0
18,158
25,083,796,708
IssuesEvent
2022-11-07 21:44:34
Automattic/woocommerce-services
https://api.github.com/repos/Automattic/woocommerce-services
closed
Add compatibility check for High-Perfomance Order Stoage (HPOS)
[Type] Compatibility
### Description We need to do the followings for High-Perfomance Order Stoage (HPOS) / Custom Order Table support. - Make sure `WC tested up to` is in the header - Add the correct code snippet to declare compatibility. https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Bo...
True
Add compatibility check for High-Perfomance Order Stoage (HPOS) - ### Description We need to do the followings for High-Perfomance Order Stoage (HPOS) / Custom Order Table support. - Make sure `WC tested up to` is in the header - Add the correct code snippet to declare compatibility. https://github.com/woocommerce...
comp
add compatibility check for high perfomance order stoage hpos description we need to do the followings for high perfomance order stoage hpos custom order table support make sure wc tested up to is in the header add the correct code snippet to declare compatibility acceptance criteria ...
1
772,304
27,115,635,813
IssuesEvent
2023-02-15 18:20:27
GoogleCloudPlatform/cloud-sql-python-connector
https://api.github.com/repos/GoogleCloudPlatform/cloud-sql-python-connector
closed
system.test_ip_types: test_public_ip failed
type: bug priority: p2 flakybot: issue flakybot: flaky
Note: #594 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 54ba9c79ce71db594712770f3a562db161c2a56b buildURL: https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/actions/runs/4186863585 status: failed <details><summary>Test output</summary><br><p...
1.0
system.test_ip_types: test_public_ip failed - Note: #594 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 54ba9c79ce71db594712770f3a562db161c2a56b buildURL: https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/actions/runs/4186863585 status: failed...
non_comp
system test ip types test public ip failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output self def new conn self establish a socket connection and set nodelay settings on it ...
0
13,895
4,787,406,965
IssuesEvent
2016-10-30 00:12:58
Jeremy-Barnes/Critters
https://api.github.com/repos/Jeremy-Barnes/Critters
closed
Frontend: View User Profile
Code feature FrontEnd In Progress
Implement the page as designed here: #47. This is, functionally, a fancy way of interpreting a single JSON object from the `getUser` server endpoint
1.0
Frontend: View User Profile - Implement the page as designed here: #47. This is, functionally, a fancy way of interpreting a single JSON object from the `getUser` server endpoint
non_comp
frontend view user profile implement the page as designed here this is functionally a fancy way of interpreting a single json object from the getuser server endpoint
0
5,111
7,719,366,470
IssuesEvent
2018-05-23 19:10:15
society-for-the-blind/Access-News-Reader-iOS
https://api.github.com/repos/society-for-the-blind/Access-News-Reader-iOS
opened
Runtime crash on ListRecordings (in Constants.recordingsOrderedByDate)
backward-compatibility-bug
**Expected behavior** Show recordings ordered by date. **What is happening instead** Runtime crash pointing to `Constants.recordingsOrderedByDate|compareValue(url)`. During LLDB debug session parameter wouldn't even print (`p url`) although it shows on side panel as having the correct value. Nested function `getUR...
True
Runtime crash on ListRecordings (in Constants.recordingsOrderedByDate) - **Expected behavior** Show recordings ordered by date. **What is happening instead** Runtime crash pointing to `Constants.recordingsOrderedByDate|compareValue(url)`. During LLDB debug session parameter wouldn't even print (`p url`) although i...
comp
runtime crash on listrecordings in constants recordingsorderedbydate expected behavior show recordings ordered by date what is happening instead runtime crash pointing to constants recordingsorderedbydate comparevalue url during lldb debug session parameter wouldn t even print p url although i...
1
4,910
3,478,752,849
IssuesEvent
2015-12-28 15:11:29
nunit/nunit
https://api.github.com/repos/nunit/nunit
closed
Switch from MSBuild based build system to Cake
is:build pri:normal status:started
This is a post 3.0 task and up for discussion, but I wanted to capture it. We have talked several times in the past about using a cross platform build system other than MSBuild. I am bringing this up again because NUnit.proj is getting really hard to read or maintain. One option that I will put out there is [Cake](h...
1.0
Switch from MSBuild based build system to Cake - This is a post 3.0 task and up for discussion, but I wanted to capture it. We have talked several times in the past about using a cross platform build system other than MSBuild. I am bringing this up again because NUnit.proj is getting really hard to read or maintain. ...
non_comp
switch from msbuild based build system to cake this is a post task and up for discussion but i wanted to capture it we have talked several times in the past about using a cross platform build system other than msbuild i am bringing this up again because nunit proj is getting really hard to read or maintain ...
0
639,863
20,767,787,730
IssuesEvent
2022-03-15 22:56:01
dtcenter/MET
https://api.github.com/repos/dtcenter/MET
opened
Enhance MET to make the specifying set_attr options for multiple variables and levels more concise.
type: enhancement priority: medium requestor: Community alert: NEED MORE DEFINITION alert: NEED ACCOUNT KEY alert: NEED PROJECT ASSIGNMENT MET: Configuration
## Describe the Enhancement ## This feature request arose via GitHub discussions in dtcenter/METplus#1513. The user is specifying a whopping 77 input variables to be verified. They are spread across geopotential_height, air_temperature, relative_humidity, and a few variations of height levels. For some of these var...
1.0
Enhance MET to make the specifying set_attr options for multiple variables and levels more concise. - ## Describe the Enhancement ## This feature request arose via GitHub discussions in dtcenter/METplus#1513. The user is specifying a whopping 77 input variables to be verified. They are spread across geopotential_heigh...
non_comp
enhance met to make the specifying set attr options for multiple variables and levels more concise describe the enhancement this feature request arose via github discussions in dtcenter metplus the user is specifying a whopping input variables to be verified they are spread across geopotential height a...
0