Technical Debt and it Types Datasets
Collection
24 items • Updated • 1
Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 7 112 | repo_url stringlengths 36 141 | action stringclasses 3
values | title stringlengths 1 900 | labels stringlengths 4 522 | body stringlengths 5 218k | index stringclasses 6
values | text_combine stringlengths 96 219k | label stringclasses 2
values | text stringlengths 96 102k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
318,683 | 23,734,541,985 | IssuesEvent | 2022-08-31 06:50:08 | codeing999/CLIPs-backend | https://api.github.com/repos/codeing999/CLIPs-backend | closed | git 협업 방법 변경 | documentation | 기존 브랜치
main : 최종적으로 배포할 브랜치
submain : 각자의 작업 브랜치에서 작업하다가 에러 없이 작업 완료될 때마다 수시로 푸쉬할 브랜치
dev/닉네임 : 각자의 작업 브랜치.
변경된 브랜치
main : 배포할 브랜치
develop : 개발 단계에서 각각의 기능이 완성될 때 마다 합칠 브랜치
feature/기능명, fix/에러 : 각 기능 단위로 브랜치를 새로 만들고 완성 시마다 develop에 합치고 이 브랜치는 삭제.
이 내용은 동의 하시면 docs에도 반영하여 수정하도록 하겠습니다. | 1.0 | git 협업 방법 변경 - 기존 브랜치
main : 최종적으로 배포할 브랜치
submain : 각자의 작업 브랜치에서 작업하다가 에러 없이 작업 완료될 때마다 수시로 푸쉬할 브랜치
dev/닉네임 : 각자의 작업 브랜치.
변경된 브랜치
main : 배포할 브랜치
develop : 개발 단계에서 각각의 기능이 완성될 때 마다 합칠 브랜치
feature/기능명, fix/에러 : 각 기능 단위로 브랜치를 새로 만들고 완성 시마다 develop에 합치고 이 브랜치는 삭제.
이 내용은 동의 하시면 docs에도 반영하여 수정하도록 하겠습니다. | non_architecture | git 협업 방법 변경 기존 브랜치 main 최종적으로 배포할 브랜치 submain 각자의 작업 브랜치에서 작업하다가 에러 없이 작업 완료될 때마다 수시로 푸쉬할 브랜치 dev 닉네임 각자의 작업 브랜치 변경된 브랜치 main 배포할 브랜치 develop 개발 단계에서 각각의 기능이 완성될 때 마다 합칠 브랜치 feature 기능명 fix 에러 각 기능 단위로 브랜치를 새로 만들고 완성 시마다 develop에 합치고 이 브랜치는 삭제 이 내용은 동의 하시면 docs에도 반영하여 수정하도록 하겠습니다 | 0 |
11,270 | 14,060,158,658 | IssuesEvent | 2020-11-03 05:16:59 | gfx-rs/naga | https://api.github.com/repos/gfx-rs/naga | opened | Typifier -> Classifier | area: processing help wanted kind: feature kind: question | Currently, we have the typifier module that assigns expression types. We need more information induced from the expressions though. One such bit is what is the variability of an expression: global, uniform, or local.
We could go at least two ways from here:
1. Introduce an expression visitor, which will be used b... | 1.0 | Typifier -> Classifier - Currently, we have the typifier module that assigns expression types. We need more information induced from the expressions though. One such bit is what is the variability of an expression: global, uniform, or local.
We could go at least two ways from here:
1. Introduce an expression visi... | non_architecture | typifier classifier currently we have the typifier module that assigns expression types we need more information induced from the expressions though one such bit is what is the variability of an expression global uniform or local we could go at least two ways from here introduce an expression visi... | 0 |
1,423 | 5,892,275,610 | IssuesEvent | 2017-05-17 19:04:08 | gctools-outilsgc/gcconnex | https://api.github.com/repos/gctools-outilsgc/gcconnex | closed | design prompt for auto suggesting tags / audience on new content creation | enhancement high-level design Information Architecture - Controlled Vocabulary | design mock up for user prompt suggesting tags / audiences for content. | 1.0 | design prompt for auto suggesting tags / audience on new content creation - design mock up for user prompt suggesting tags / audiences for content. | architecture | design prompt for auto suggesting tags audience on new content creation design mock up for user prompt suggesting tags audiences for content | 1 |
6,669 | 15,014,277,621 | IssuesEvent | 2021-02-01 06:18:02 | burespe1/FRAME | https://api.github.com/repos/burespe1/FRAME | closed | Functional View to Physical View | EA Development architecture methodologies automation on hold physical view | following are the steps to be followed to build a physical view.
1)

2)

3)

2)
:**
- Binary Ninja Version: Version 2.5.3140-dev (Build ID 532595b6)
- OS: macOS
- OS Version: 11.6
**Bug Description:**
[This binary](https://github.com/Vector35/binaryninja-api/files/7790320/fcmp.zip) demonstrates using all 14 ARM condition codes with `fcmp`. Among these:
-... | 1.0 | arm64 `fcmp` doesn't work with many condition codes - **Version and Platform (required):**
- Binary Ninja Version: Version 2.5.3140-dev (Build ID 532595b6)
- OS: macOS
- OS Version: 11.6
**Bug Description:**
[This binary](https://github.com/Vector35/binaryninja-api/files/7790320/fcmp.zip) demonstrates using al... | architecture | fcmp doesn t work with many condition codes version and platform required binary ninja version version dev build id os macos os version bug description demonstrates using all arm condition codes with fcmp among these eq ne cs and cc look good ... | 1 |
4,840 | 11,757,762,280 | IssuesEvent | 2020-03-13 14:16:01 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | Investigate Transitive Deps from docker/libnetwork | area/code-organization area/dependency kind/feature lifecycle/rotten sig/architecture sig/network | **What would you like to be added**:
github.com/docker/libnetwork has a lot of transitive deps but we only use its (relatively small) `ipvs` package for kube-proxy. Luckily because it doesn't use go modules yet, updating it doesn't actually update it's transitive deps, but if/when it does, managing it's transitive dep... | 1.0 | Investigate Transitive Deps from docker/libnetwork - **What would you like to be added**:
github.com/docker/libnetwork has a lot of transitive deps but we only use its (relatively small) `ipvs` package for kube-proxy. Luckily because it doesn't use go modules yet, updating it doesn't actually update it's transitive de... | architecture | investigate transitive deps from docker libnetwork what would you like to be added github com docker libnetwork has a lot of transitive deps but we only use its relatively small ipvs package for kube proxy luckily because it doesn t use go modules yet updating it doesn t actually update it s transitive de... | 1 |
134,670 | 30,113,591,798 | IssuesEvent | 2023-06-30 09:40:04 | FerretDB/FerretDB | https://api.github.com/repos/FerretDB/FerretDB | opened | Implement `$tsSecond` timestamp expression operator | code/feature not ready area/aggregations | ### What should be done?
It should be supported in all pipeline stages that support raw expressions and other pipelines that allow the `$expr` operator.
* https://www.mongodb.com/docs/manual/reference/operator/aggregation/tsSecond/#mongodb-expression-exp.-tsSecond | 1.0 | Implement `$tsSecond` timestamp expression operator - ### What should be done?
It should be supported in all pipeline stages that support raw expressions and other pipelines that allow the `$expr` operator.
* https://www.mongodb.com/docs/manual/reference/operator/aggregation/tsSecond/#mongodb-expression-exp.-tsSec... | non_architecture | implement tssecond timestamp expression operator what should be done it should be supported in all pipeline stages that support raw expressions and other pipelines that allow the expr operator | 0 |
10,997 | 27,734,774,944 | IssuesEvent | 2023-03-15 10:28:09 | OasisLMF/OasisPlatform | https://api.github.com/repos/OasisLMF/OasisPlatform | opened | Fix Helm customization Readme | bug Documentation scalable architecture | ## Issue Description
> **carlfischerjba:** Helm appears to be combining the default values files from `OasisPlatform/kubernetes/charts/oasis-models/values.yaml` with the file I specify on the command line.
>
> Apparently, the `workers` (a mapping) get merged so we have the default `piwind-demo` as well as the New... | 1.0 | Fix Helm customization Readme - ## Issue Description
> **carlfischerjba:** Helm appears to be combining the default values files from `OasisPlatform/kubernetes/charts/oasis-models/values.yaml` with the file I specify on the command line.
>
> Apparently, the `workers` (a mapping) get merged so we have the default ... | architecture | fix helm customization readme issue description carlfischerjba helm appears to be combining the default values files from oasisplatform kubernetes charts oasis models values yaml with the file i specify on the command line apparently the workers a mapping get merged so we have the default ... | 1 |
10,129 | 26,364,651,544 | IssuesEvent | 2023-01-11 15:43:36 | mehab/DTKafkaPOC | https://api.github.com/repos/mehab/DTKafkaPOC | opened | Add architecture diagrams | documentation 📃 architecture 🔮 | In order for us (and others) to better understand what we're building here, we should have architecture diagrams.
Preferably there should be multiple "resolutions" from a high-level overview to individual services. The topology diagrams we can generate using Kafka Streams will be helpful for the latter. | 1.0 | Add architecture diagrams - In order for us (and others) to better understand what we're building here, we should have architecture diagrams.
Preferably there should be multiple "resolutions" from a high-level overview to individual services. The topology diagrams we can generate using Kafka Streams will be helpful... | architecture | add architecture diagrams in order for us and others to better understand what we re building here we should have architecture diagrams preferably there should be multiple resolutions from a high level overview to individual services the topology diagrams we can generate using kafka streams will be helpful... | 1 |
445,871 | 12,837,462,604 | IssuesEvent | 2020-07-07 15:49:31 | code-ready/crc | https://api.github.com/repos/code-ready/crc | closed | Add 'Experimental' messages when `podman-env` command is used. | priority/critical status/stale | We need to add output to the `podman-env` command, as for the time being no changes will happen to this functionality
Note: adding an `echo`, so when `podman-env` is `eval`-ed it would still show | 1.0 | Add 'Experimental' messages when `podman-env` command is used. - We need to add output to the `podman-env` command, as for the time being no changes will happen to this functionality
Note: adding an `echo`, so when `podman-env` is `eval`-ed it would still show | non_architecture | add experimental messages when podman env command is used we need to add output to the podman env command as for the time being no changes will happen to this functionality note adding an echo so when podman env is eval ed it would still show | 0 |
4,114 | 10,584,831,316 | IssuesEvent | 2019-10-08 16:11:07 | fga-eps-mds/2019.2-Over26 | https://api.github.com/repos/fga-eps-mds/2019.2-Over26 | closed | Elaborar Plano de Qualidade | Architecture Documentation EPS | ## Descrição da Mudança *
<!--- Forneça um resumo geral da _issue_ -->
Criar a primeira versão do plano de qualidade para o projeto.
## Checklist *
<!-- Essa checklist propõe a criação de uma boa issue -->
<!-- Se a issue é sobre uma história de usuário, seu nome deve ser "USXX - Nome da história-->
<!-- Se a i... | 1.0 | Elaborar Plano de Qualidade - ## Descrição da Mudança *
<!--- Forneça um resumo geral da _issue_ -->
Criar a primeira versão do plano de qualidade para o projeto.
## Checklist *
<!-- Essa checklist propõe a criação de uma boa issue -->
<!-- Se a issue é sobre uma história de usuário, seu nome deve ser "USXX - No... | architecture | elaborar plano de qualidade descrição da mudança criar a primeira versão do plano de qualidade para o projeto checklist esta issue tem um nome significativo o nome da issue está no padrão esta issue tem uma descrição de fácil entendimento esta issue tem uma boa d... | 1 |
1,694 | 6,553,962,218 | IssuesEvent | 2017-09-06 02:15:13 | City-Bureau/documenters-aggregator | https://api.github.com/repos/City-Bureau/documenters-aggregator | opened | What geocoder service should we use? | architecture: spiders priority: high (must have) | See https://github.com/City-Bureau/documenters-aggregator/pull/85#issuecomment-327325384
Leaning towards Mapbox for now and will use to close #85. | 1.0 | What geocoder service should we use? - See https://github.com/City-Bureau/documenters-aggregator/pull/85#issuecomment-327325384
Leaning towards Mapbox for now and will use to close #85. | architecture | what geocoder service should we use see leaning towards mapbox for now and will use to close | 1 |
2,097 | 7,276,508,762 | IssuesEvent | 2018-02-21 16:34:13 | AnalyticalGraphicsInc/cesium | https://api.github.com/repos/AnalyticalGraphicsInc/cesium | closed | CesiumMath vs Math naming ambiguity | category - architecture / api category - doc | It's not clear that the `CesiumMath` class is included in the namespace as `Cesium.Math`. This is also inconsistent with other classes that have the Cesium prefix, like `Cesium3DTileset`. If this is not something we want to change in the API, this should be made clear in the documentation.
Relevant forum thread: htt... | 1.0 | CesiumMath vs Math naming ambiguity - It's not clear that the `CesiumMath` class is included in the namespace as `Cesium.Math`. This is also inconsistent with other classes that have the Cesium prefix, like `Cesium3DTileset`. If this is not something we want to change in the API, this should be made clear in the docume... | architecture | cesiummath vs math naming ambiguity it s not clear that the cesiummath class is included in the namespace as cesium math this is also inconsistent with other classes that have the cesium prefix like if this is not something we want to change in the api this should be made clear in the documentation re... | 1 |
179,282 | 21,557,595,193 | IssuesEvent | 2022-04-30 17:37:48 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | closed | Vulnerability roundup 113: ffmpeg-5.0.1: 1 advisory [7.5] | 1.severity: security | [search](https://search.nix.gsc.io/?q=ffmpeg&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=ffmpeg+in%3Apath&type=Code)
* [ ] [CVE-2021-38291](https://nvd.nist.gov/vuln/detail/CVE-2021-38291) CVSSv3=7.5 (nixos-unstable)
## CVE details
### CVE-2021-38291
FFmpeg version... | True | Vulnerability roundup 113: ffmpeg-5.0.1: 1 advisory [7.5] - [search](https://search.nix.gsc.io/?q=ffmpeg&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=ffmpeg+in%3Apath&type=Code)
* [ ] [CVE-2021-38291](https://nvd.nist.gov/vuln/detail/CVE-2021-38291) CVSSv3=7.5 (nixos-u... | non_architecture | vulnerability roundup ffmpeg advisory nixos unstable cve details cve ffmpeg version git commit suffers from a an assertion failure at src libavutil mathematics c scanned versions nixos unstable cc codyopel | 0 |
4,072 | 10,552,476,500 | IssuesEvent | 2019-10-03 15:14:11 | dotnet/docs | https://api.github.com/repos/dotnet/docs | closed | Multuple IHostedService registration | :book: guide - .NET Microservices :books: Area - .NET Architecture Guide Source - Docs.ms | If i try to register two or more services, only one could work properly.
For example:
```
services.AddSingleton<IHostedService, ServiceA>();
services.AddSingleton<IHostedService, ServiceB>();
```
Implementations are simplest as possible:
```
public class ServiceA: IHostedService
{
public Task Star... | 1.0 | Multuple IHostedService registration - If i try to register two or more services, only one could work properly.
For example:
```
services.AddSingleton<IHostedService, ServiceA>();
services.AddSingleton<IHostedService, ServiceB>();
```
Implementations are simplest as possible:
```
public class ServiceA: IHostedS... | architecture | multuple ihostedservice registration if i try to register two or more services only one could work properly for example services addsingleton services addsingleton implementations are simplest as possible public class servicea ihostedservice public task startasync canc... | 1 |
255,598 | 21,939,757,136 | IssuesEvent | 2022-05-23 16:49:11 | ooni/probe | https://api.github.com/repos/ooni/probe | closed | oonimkall: setRunType: cannot find symbol | bug testing ooni/probe-mobile priority/high platform/android platform/ios ooni/probe-engine | Linking with the oonimkall.aar engine fails with this error:
```
> Task :engine:compileExperimentalReleaseJavaWithJavac FAILED
$monorepo/repo/probe-android/engine/src/main/java/org/openobservatory/engine/OONICheckInConfig.java:67: error: cannot find symbol
c.setRunType(runType);
^
symbol: m... | 1.0 | oonimkall: setRunType: cannot find symbol - Linking with the oonimkall.aar engine fails with this error:
```
> Task :engine:compileExperimentalReleaseJavaWithJavac FAILED
$monorepo/repo/probe-android/engine/src/main/java/org/openobservatory/engine/OONICheckInConfig.java:67: error: cannot find symbol
c.set... | non_architecture | oonimkall setruntype cannot find symbol linking with the oonimkall aar engine fails with this error task engine compileexperimentalreleasejavawithjavac failed monorepo repo probe android engine src main java org openobservatory engine oonicheckinconfig java error cannot find symbol c setr... | 0 |
1,559 | 6,335,238,819 | IssuesEvent | 2017-07-26 18:24:54 | LearnersGuild/echo | https://api.github.com/repos/LearnersGuild/echo | reopened | Move changefeed listeners to web service | architecture chore | Currently, the workers set up listening to db changefeeds and, effectively, queue items for their _own_ work queues. This is problematic because if changes to the database occur that should be handled by a worker while the worker is not running, that change event is lost and the job is never processed. Instead of conne... | 1.0 | Move changefeed listeners to web service - Currently, the workers set up listening to db changefeeds and, effectively, queue items for their _own_ work queues. This is problematic because if changes to the database occur that should be handled by a worker while the worker is not running, that change event is lost and t... | architecture | move changefeed listeners to web service currently the workers set up listening to db changefeeds and effectively queue items for their own work queues this is problematic because if changes to the database occur that should be handled by a worker while the worker is not running that change event is lost and t... | 1 |
796,666 | 28,123,191,979 | IssuesEvent | 2023-03-31 15:32:50 | thetrevorharmon/thetrevorharmon.com | https://api.github.com/repos/thetrevorharmon/thetrevorharmon.com | closed | Add landing page for mailing list | enhancement low priority | Now that there is a mailing list on the site, It would be good to have a landing page for the signup. Something like `/signup` with a simple form and nice explanation of what the signup gets them. | 1.0 | Add landing page for mailing list - Now that there is a mailing list on the site, It would be good to have a landing page for the signup. Something like `/signup` with a simple form and nice explanation of what the signup gets them. | non_architecture | add landing page for mailing list now that there is a mailing list on the site it would be good to have a landing page for the signup something like signup with a simple form and nice explanation of what the signup gets them | 0 |
5,105 | 12,098,281,050 | IssuesEvent | 2020-04-20 10:02:29 | stsrki/Blazorise | https://api.github.com/repos/stsrki/Blazorise | closed | Unit testing of components | Status: Investigate Type: Architecture | Investigate more about the new unit testing made by Steve Sanderson, after the release of Blazor preview 9.
Sources:
http://blog.stevensanderson.com/2019/08/29/blazor-unit-testing-prototype/
https://github.com/SteveSandersonMS/BlazorUnitTestingPrototype
| 1.0 | Unit testing of components - Investigate more about the new unit testing made by Steve Sanderson, after the release of Blazor preview 9.
Sources:
http://blog.stevensanderson.com/2019/08/29/blazor-unit-testing-prototype/
https://github.com/SteveSandersonMS/BlazorUnitTestingPrototype
| architecture | unit testing of components investigate more about the new unit testing made by steve sanderson after the release of blazor preview sources | 1 |
357,018 | 10,600,740,255 | IssuesEvent | 2019-10-10 10:43:48 | robotology/whole-body-controllers | https://api.github.com/repos/robotology/whole-body-controllers | opened | Investigate if it makes sense to port matlab-multi-body-sim in wbc | feature priority: normal | I would like to port `matlab-multi-body-sim` in the wbc, but before I need to understand the ratio between effort and benefits | 1.0 | Investigate if it makes sense to port matlab-multi-body-sim in wbc - I would like to port `matlab-multi-body-sim` in the wbc, but before I need to understand the ratio between effort and benefits | non_architecture | investigate if it makes sense to port matlab multi body sim in wbc i would like to port matlab multi body sim in the wbc but before i need to understand the ratio between effort and benefits | 0 |
6,035 | 13,541,185,291 | IssuesEvent | 2020-09-16 15:33:34 | MicrosoftDocs/architecture-center | https://api.github.com/repos/MicrosoftDocs/architecture-center | closed | Naming conventions of Icons | Pri2 architecture-center/svc assigned-to-author doc-enhancement triaged |
We are doing some work with ARM templates and attempting to use the latest Icon sets.
The problem we are seeing is there is no consistence way in which the icons are named which can map to templates or schemas.
Please could it be considered .
e.g Template schemas refer to Virtual scale sets as 'virtualMachineScal... | 1.0 | Naming conventions of Icons -
We are doing some work with ARM templates and attempting to use the latest Icon sets.
The problem we are seeing is there is no consistence way in which the icons are named which can map to templates or schemas.
Please could it be considered .
e.g Template schemas refer to Virtual sca... | architecture | naming conventions of icons we are doing some work with arm templates and attempting to use the latest icon sets the problem we are seeing is there is no consistence way in which the icons are named which can map to templates or schemas please could it be considered e g template schemas refer to virtual sca... | 1 |
42,411 | 5,444,055,594 | IssuesEvent | 2017-03-07 01:15:24 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | closed | Alternative approach to introduction of variables into scope. | Area-Language Design Discussion | There have a been a few raised voices that the current and suggested approach to how the new language features introduce variable into scope. He is my considered approach.
---
**Default to nearest outer scope**
The variable being introduce should be to **nearest outer scope** by default.
``` c#
if( !(o is int i) )... | 1.0 | Alternative approach to introduction of variables into scope. - There have a been a few raised voices that the current and suggested approach to how the new language features introduce variable into scope. He is my considered approach.
---
**Default to nearest outer scope**
The variable being introduce should be to... | non_architecture | alternative approach to introduction of variables into scope there have a been a few raised voices that the current and suggested approach to how the new language features introduce variable into scope he is my considered approach default to nearest outer scope the variable being introduce should be to... | 0 |
9,595 | 24,873,438,277 | IssuesEvent | 2022-10-27 16:59:01 | Azure/azure-sdk | https://api.github.com/repos/Azure/azure-sdk | opened | Board Review: <client library name> | architecture board-review | Thank you for submitting this review request. Thorough review of your client library ensures that your APIs are consistent with the guidelines and the consumers of your client library have a consistently good experience when using Azure.
**The Architecture Board reviews [Track 2 libraries](https://azure.github.io/a... | 1.0 | Board Review: <client library name> - Thank you for submitting this review request. Thorough review of your client library ensures that your APIs are consistent with the guidelines and the consumers of your client library have a consistently good experience when using Azure.
**The Architecture Board reviews [Track ... | architecture | board review thank you for submitting this review request thorough review of your client library ensures that your apis are consistent with the guidelines and the consumers of your client library have a consistently good experience when using azure the architecture board reviews only if your library... | 1 |
213,119 | 23,966,109,535 | IssuesEvent | 2022-09-13 01:12:33 | DavidSpek/kubeflow | https://api.github.com/repos/DavidSpek/kubeflow | opened | CVE-2022-36083 (Medium) detected in jose-2.0.5.tgz | security vulnerability | ## CVE-2022-36083 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jose-2.0.5.tgz</b></p></summary>
<p>JSON Web Almost Everything - JWA, JWS, JWE, JWK, JWT, JWKS for Node.js with mini... | True | CVE-2022-36083 (Medium) detected in jose-2.0.5.tgz - ## CVE-2022-36083 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jose-2.0.5.tgz</b></p></summary>
<p>JSON Web Almost Everything ... | non_architecture | cve medium detected in jose tgz cve medium severity vulnerability vulnerable library jose tgz json web almost everything jwa jws jwe jwk jwt jwks for node js with minimal dependencies library home page a href path to dependency file components crud web apps volu... | 0 |
221,426 | 24,630,302,413 | IssuesEvent | 2022-10-17 01:00:10 | MendDemo-josh/moby | https://api.github.com/repos/MendDemo-josh/moby | closed | libiberty9.1.0: 1 vulnerabilities (highest severity is: 7.5) - autoclosed | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>libiberty9.1.0</b></p></summary>
<p>
<p>Library home page: <a href=https://ftp.gnu.org/pub/gnu/gcc/gcc-9.1.0/?wsslib=libiberty>https://ftp.gnu.org/pub/gnu/gcc/gcc-9.1... | True | libiberty9.1.0: 1 vulnerabilities (highest severity is: 7.5) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>libiberty9.1.0</b></p></summary>
<p>
<p>Library home page: <a href=https://ftp.gnu.org/pub... | non_architecture | vulnerabilities highest severity is autoclosed vulnerable library library home page a href vulnerable source files vulnerabilities cve severity cvss dependency type fixed in remediation available ... | 0 |
619 | 3,862,146,688 | IssuesEvent | 2016-04-08 00:43:28 | rails-oceania/melbourne-ruby | https://api.github.com/repos/rails-oceania/melbourne-ruby | closed | Event Sourcing, part 2 | 40min architecture code intermediate presentation | I'd like to follow up my RubyConf talk which was meant to make people curious about Event Sourcing, with a talk about some of the practicalities and where to start.
For those who missed my RubyConf talk, I'll quickly recap that before launching into particulars.
I'd allow for 45 mins for this talk. | 1.0 | Event Sourcing, part 2 - I'd like to follow up my RubyConf talk which was meant to make people curious about Event Sourcing, with a talk about some of the practicalities and where to start.
For those who missed my RubyConf talk, I'll quickly recap that before launching into particulars.
I'd allow for 45 mins for ... | architecture | event sourcing part i d like to follow up my rubyconf talk which was meant to make people curious about event sourcing with a talk about some of the practicalities and where to start for those who missed my rubyconf talk i ll quickly recap that before launching into particulars i d allow for mins for t... | 1 |
10,480 | 27,022,476,040 | IssuesEvent | 2023-02-11 06:36:04 | jsolly/blogthedata | https://api.github.com/repos/jsolly/blogthedata | closed | Separate Porfolio page into its own page, disconnecting it from being a category | Architecture SEO | #### Context
The current implementation of the portfolio page is quite hacky. It's technically a 'category' which causes all kinds of wonkiness because I am having to add lots of conditional logic inside categories.html in order to handle special cases on the portfolio page.
I also have to have more logic for meta... | 1.0 | Separate Porfolio page into its own page, disconnecting it from being a category - #### Context
The current implementation of the portfolio page is quite hacky. It's technically a 'category' which causes all kinds of wonkiness because I am having to add lots of conditional logic inside categories.html in order to han... | architecture | separate porfolio page into its own page disconnecting it from being a category context the current implementation of the portfolio page is quite hacky it s technically a category which causes all kinds of wonkiness because i am having to add lots of conditional logic inside categories html in order to han... | 1 |
1,169 | 5,221,420,375 | IssuesEvent | 2017-01-27 01:28:11 | jung-digital/ringa | https://api.github.com/repos/jung-digital/ringa | opened | Command: add no wait operator [[]] | architecture | Target Code:
```
controller.addListener([
Command1,
[[Command2]],
Command3
]);
```
Command 1 should run, Command2 should be started, but then Command3 should be run immediately without waiting for Command2 to finish. | 1.0 | Command: add no wait operator [[]] - Target Code:
```
controller.addListener([
Command1,
[[Command2]],
Command3
]);
```
Command 1 should run, Command2 should be started, but then Command3 should be run immediately without waiting for Command2 to finish. | architecture | command add no wait operator target code controller addlistener command should run should be started but then should be run immediately without waiting for to finish | 1 |
9,819 | 25,289,125,063 | IssuesEvent | 2022-11-16 22:07:07 | spring-projects/sts4 | https://api.github.com/repos/spring-projects/sts4 | closed | exception thrown in VSCode when using latest snapshots | type: bug status: needs-investigation theme: internal-architecture for: vscode theme: refactoring | I am using VSCode with the latest pre-releases from:
- Language Support for Java
- Spring Boot Dashboard
- Spring Boot Tools (from the latest VSIX file)
I have a project open in my workspace, created from initializr (web + actuator), on Spring Boot 2.6.12.
After a little while, I see an error popup showing up,... | 1.0 | exception thrown in VSCode when using latest snapshots - I am using VSCode with the latest pre-releases from:
- Language Support for Java
- Spring Boot Dashboard
- Spring Boot Tools (from the latest VSIX file)
I have a project open in my workspace, created from initializr (web + actuator), on Spring Boot 2.6.12.
... | architecture | exception thrown in vscode when using latest snapshots i am using vscode with the latest pre releases from language support for java spring boot dashboard spring boot tools from the latest vsix file i have a project open in my workspace created from initializr web actuator on spring boot ... | 1 |
3,954 | 10,344,295,967 | IssuesEvent | 2019-09-04 10:52:21 | open-zaak/open-zaak | https://api.github.com/repos/open-zaak/open-zaak | closed | As stakeholder, I want to have the Authorizations API exposed on OpenZaak | EPIC: Architecture | ... so applications can request their permissions (and theoretically, set permissions).
**Description**
The Authorization API was left out of scope in #3. Which might or might not be the best choice, depending on #3. This US makes sure it gets in.
| 1.0 | As stakeholder, I want to have the Authorizations API exposed on OpenZaak - ... so applications can request their permissions (and theoretically, set permissions).
**Description**
The Authorization API was left out of scope in #3. Which might or might not be the best choice, depending on #3. This US makes sure it g... | architecture | as stakeholder i want to have the authorizations api exposed on openzaak so applications can request their permissions and theoretically set permissions description the authorization api was left out of scope in which might or might not be the best choice depending on this us makes sure it g... | 1 |
7,907 | 19,916,085,929 | IssuesEvent | 2022-01-25 22:53:47 | MicrosoftDocs/architecture-center | https://api.github.com/repos/MicrosoftDocs/architecture-center | closed | this sentence does not make sense... | doc-bug cxp triaged architecture-center/svc reference-architecture/subsvc Pri2 | [Enter feedback here]
From this article: https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/nva-ha
This sentence does not make sense / is not understandable -
Since HA Ports for inbound traffic every individual TCP/UDP port needs to be opened in a dedicated load-balancing rule.
Yo... | 2.0 | this sentence does not make sense... - [Enter feedback here]
From this article: https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/dmz/nva-ha
This sentence does not make sense / is not understandable -
Since HA Ports for inbound traffic every individual TCP/UDP port needs to be opened in... | architecture | this sentence does not make sense from this article this sentence does not make sense is not understandable since ha ports for inbound traffic every individual tcp udp port needs to be opened in a dedicated load balancing rule you may have meant something like since ha ports control or restr... | 1 |
3,453 | 9,645,281,781 | IssuesEvent | 2019-05-17 08:15:13 | dotnet/docs | https://api.github.com/repos/dotnet/docs | closed | Non working links | :book: guide - .NET Microservices :books: Area - .NET Guide :card_file_box: Technology - .NET Architecture Source - Docs.ms broken-link doc-bug | codebetter.com has been down for some time.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 84d83855-4370-90e8-024a-12c5ac8220e9
* Version Independent ID: 01be3db1-4a00-c8f2-aa59-59656f206b93
* Content: [Applying CQRS and CQS approaches in a... | 1.0 | Non working links - codebetter.com has been down for some time.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 84d83855-4370-90e8-024a-12c5ac8220e9
* Version Independent ID: 01be3db1-4a00-c8f2-aa59-59656f206b93
* Content: [Applying CQRS and... | architecture | non working links codebetter com has been down for some time document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product dotnet technology dotnet e... | 1 |
207,397 | 7,127,893,407 | IssuesEvent | 2018-01-21 04:06:00 | OperationCode/operationcode_frontend | https://api.github.com/repos/OperationCode/operationcode_frontend | closed | Add photos/bio to /team page | Priority: Medium Status: In Progress Type: Feature | # Feature
## Why is this feature being added?
We should make it easy to find board members on our `/team` page. Suggest we break down this page, ex. #contributors, #chapter-leaders, #board, #advisors, etc., and include photos so we can recognize them. Here's an example of what I'm envisioning (via GitHub):
 (status was 'new')
Searchable as RT132785$
| 1.0 | MoarVM build fail on termux/Android 6.0.1 - Migrated from [rt.perl.org#132785](https://rt-archive.perl.org/perl6/Ticket/Display.html?id=132785) (status was 'new')
Searchable as RT132785$
| non_architecture | moarvm build fail on termux android migrated from status was new searchable as | 0 |
242,407 | 7,841,901,318 | IssuesEvent | 2018-06-18 21:10:00 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Website not loading additional layers (Linux-Server) | Medium Priority | Hi there,
I'm running my Server on Linux and since 0.6.2.5-beta, the map in the World Status page can't display additional layers (like AirPollutionSpread). Tested with Chrome (v 66) and Edge Browser
How to reproduce: Open the website and wait for map loaded -> Click on Select map layer and select something (happ... | 1.0 | Website not loading additional layers (Linux-Server) - Hi there,
I'm running my Server on Linux and since 0.6.2.5-beta, the map in the World Status page can't display additional layers (like AirPollutionSpread). Tested with Chrome (v 66) and Edge Browser
How to reproduce: Open the website and wait for map loaded ... | non_architecture | website not loading additional layers linux server hi there i m running my server on linux and since beta the map in the world status page can t display additional layers like airpollutionspread tested with chrome v and edge browser how to reproduce open the website and wait for map loaded ... | 0 |
577,916 | 17,139,172,640 | IssuesEvent | 2021-07-13 07:40:29 | googleapis/java-bigtable-hbase | https://api.github.com/repos/googleapis/java-bigtable-hbase | opened | bigtable.hbase.TestBufferedMutator: testAutoFlushOff failed | flakybot: issue priority: p1 type: bug | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: a891335ce3179c45fade4f3683b7e09d38d0107a... | 1.0 | bigtable.hbase.TestBufferedMutator: testAutoFlushOff failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop comm... | non_architecture | bigtable hbase testbufferedmutator testautoflushoff failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output org apache hadoop hbase client retri... | 0 |
257,267 | 27,561,833,137 | IssuesEvent | 2023-03-07 22:49:14 | samqws-marketing/coursera_naptime | https://api.github.com/repos/samqws-marketing/coursera_naptime | closed | CVE-2020-36185 (High) detected in multiple libraries - autoclosed | Mend: dependency security vulnerability | ## CVE-2020-36185 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.0.jar</b>, <b>jackson-databind-2.8.11.4.jar</b>, <b>jackson-databind-2.3.3.jar</b></p></summary>... | True | CVE-2020-36185 (High) detected in multiple libraries - autoclosed - ## CVE-2020-36185 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.0.jar</b>, <b>jackson-databi... | non_architecture | cve high detected in multiple libraries autoclosed cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on cor... | 0 |
13,152 | 9,888,310,810 | IssuesEvent | 2019-06-25 11:14:46 | wellcometrust/platform | https://api.github.com/repos/wellcometrust/platform | closed | Distinguish between “could not parse bag-info.txt” and “bag-info.txt does not exist” | 📦 Storage service | Follow-up from https://github.com/wellcometrust/storage-service/pull/227 | 1.0 | Distinguish between “could not parse bag-info.txt” and “bag-info.txt does not exist” - Follow-up from https://github.com/wellcometrust/storage-service/pull/227 | non_architecture | distinguish between “could not parse bag info txt” and “bag info txt does not exist” follow up from | 0 |
10,332 | 26,785,479,868 | IssuesEvent | 2023-02-01 02:09:13 | facebook/react-native | https://api.github.com/repos/facebook/react-native | closed | Error "Can't find variable: require" on iOS (RN v.0.68.2) | Stale Needs: Triage :mag: Type: Old Architecture | ### Description
Error _"Can't find variable: require"_ on 0.68.2 on Debug & Release.
Enumeration of presets and babel plugins did not solve the problem. The cache was cleared after each attempt. On the forums of other libraries, the developers dealt with a similar error with a patch in the new version.
The bug ... | 1.0 | Error "Can't find variable: require" on iOS (RN v.0.68.2) - ### Description
Error _"Can't find variable: require"_ on 0.68.2 on Debug & Release.
Enumeration of presets and babel plugins did not solve the problem. The cache was cleared after each attempt. On the forums of other libraries, the developers dealt with a... | architecture | error can t find variable require on ios rn v description error can t find variable require on on debug release enumeration of presets and babel plugins did not solve the problem the cache was cleared after each attempt on the forums of other libraries the developers dealt with a s... | 1 |
6,553 | 14,877,114,902 | IssuesEvent | 2021-01-20 02:23:19 | Azure/azure-sdk | https://api.github.com/repos/Azure/azure-sdk | opened | Board Review: Azure Mixed Reality Authentication client library | architecture board-review | Thank you for submitting this review request. Thorough review of your client library ensures that your APIs are consistent with the guidelines and the consumers of your client library have a consistently good experience when using Azure.
**The Architecture Board reviews [Track 2 libraries](https://azure.github.io/a... | 1.0 | Board Review: Azure Mixed Reality Authentication client library - Thank you for submitting this review request. Thorough review of your client library ensures that your APIs are consistent with the guidelines and the consumers of your client library have a consistently good experience when using Azure.
**The Archit... | architecture | board review azure mixed reality authentication client library thank you for submitting this review request thorough review of your client library ensures that your apis are consistent with the guidelines and the consumers of your client library have a consistently good experience when using azure the archit... | 1 |
4,928 | 11,851,414,736 | IssuesEvent | 2020-03-24 18:05:01 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | Research for creating a readCoreV1NamespacedPodStatus conformant test | area/conformance sig/architecture sig/testing | # Description
After looking through endpoints which need tests written for in APIsnoop, this appears to be an endpoint which isn't hit.
#
## Fetch dependencies
```shell
go get -v -u k8s.io/apimachinery/pkg/apis/meta/v1
go get -v -u k8s.io/client-go/kubernetes
go get -v -u k8s.io/client-go/tools/clientcmd
go... | 1.0 | Research for creating a readCoreV1NamespacedPodStatus conformant test - # Description
After looking through endpoints which need tests written for in APIsnoop, this appears to be an endpoint which isn't hit.
#
## Fetch dependencies
```shell
go get -v -u k8s.io/apimachinery/pkg/apis/meta/v1
go get -v -u k8s.io... | architecture | research for creating a conformant test description after looking through endpoints which need tests written for in apisnoop this appears to be an endpoint which isn t hit fetch dependencies shell go get v u io apimachinery pkg apis meta go get v u io client go kubernetes go get v ... | 1 |
8,702 | 23,287,981,996 | IssuesEvent | 2022-08-05 18:45:42 | Azure/azure-sdk | https://api.github.com/repos/Azure/azure-sdk | closed | Board Review: metrics advisor (Python & .net) | architecture board-review | ## The Basics
* Service team responsible for the client library: Metrics Advisor
* Link to documentation describing the service: https://docs.microsoft.com/en-us/azure/cognitive-services/metrics-advisor/
* Contact email (if service team, provide PM and Dev Lead):
bix@microsoft.com, bowgong@microsoft.com (dev)
q... | 1.0 | Board Review: metrics advisor (Python & .net) - ## The Basics
* Service team responsible for the client library: Metrics Advisor
* Link to documentation describing the service: https://docs.microsoft.com/en-us/azure/cognitive-services/metrics-advisor/
* Contact email (if service team, provide PM and Dev Lead):
b... | architecture | board review metrics advisor python net the basics service team responsible for the client library metrics advisor link to documentation describing the service contact email if service team provide pm and dev lead bix microsoft com bowgong microsoft com dev quying microsoft com pm ... | 1 |