Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
4
112
repo_url
stringlengths
33
141
action
stringclasses
3 values
title
stringlengths
1
1.02k
labels
stringlengths
4
1.54k
body
stringlengths
1
262k
index
stringclasses
17 values
text_combine
stringlengths
95
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
114,243
14,542,604,632
IssuesEvent
2020-12-15 15:54:19
knix-microfunctions/knix
https://api.github.com/repos/knix-microfunctions/knix
closed
Logging vs storing checkpoints
design env/all question
Currently, the function worker stores the following in the data layer as part of the "checkpointing" procedure after a function execution finishes: 1. execution result of the current execution 2. the input to the next function(s) The purpose is to aid a "recovery manager" to retry failed executions and start fro...
1.0
Logging vs storing checkpoints - Currently, the function worker stores the following in the data layer as part of the "checkpointing" procedure after a function execution finishes: 1. execution result of the current execution 2. the input to the next function(s) The purpose is to aid a "recovery manager" to retr...
non_test
logging vs storing checkpoints currently the function worker stores the following in the data layer as part of the checkpointing procedure after a function execution finishes execution result of the current execution the input to the next function s the purpose is to aid a recovery manager to retr...
0
63,491
8,681,339,687
IssuesEvent
2018-12-01 19:19:08
gnl/ghostwheel
https://api.github.com/repos/gnl/ghostwheel
closed
Empty error messages in browser console
documentation
#### Description :octocat: Empty Ghostwheel error message appears in browser console. #### Reproduction guide :beetle: Following the ReadMe: - add `[gnl/ghostwheel "0.2.3"]` to project.clj (using Figwheel). - add `#:ghostwheel.core{:check true, :num-tests 10}` to the namespace. - add the following code taken ...
1.0
Empty error messages in browser console - #### Description :octocat: Empty Ghostwheel error message appears in browser console. #### Reproduction guide :beetle: Following the ReadMe: - add `[gnl/ghostwheel "0.2.3"]` to project.clj (using Figwheel). - add `#:ghostwheel.core{:check true, :num-tests 10}` to the n...
non_test
empty error messages in browser console description octocat empty ghostwheel error message appears in browser console reproduction guide beetle following the readme add to project clj using figwheel add ghostwheel core check true num tests to the namespace add the fol...
0
78,338
7,625,812,904
IssuesEvent
2018-05-03 23:09:48
RocketChat/Rocket.Chat.Android
https://api.github.com/repos/RocketChat/Rocket.Chat.Android
closed
[TESTS] screenshot tests
:white_check_mark: tests 👷ci
Has this team considered using something like this? https://facebook.github.io/screenshot-tests-for-android/ Would allow reviewers to see screenshots when views change without having to pull the code and run it for themselves. I'm new to working on this team so forgive me if this has been proposed and discusse...
1.0
[TESTS] screenshot tests - Has this team considered using something like this? https://facebook.github.io/screenshot-tests-for-android/ Would allow reviewers to see screenshots when views change without having to pull the code and run it for themselves. I'm new to working on this team so forgive me if this has...
test
screenshot tests has this team considered using something like this would allow reviewers to see screenshots when views change without having to pull the code and run it for themselves i m new to working on this team so forgive me if this has been proposed and discussed elsewhere
1
132,839
28,366,902,445
IssuesEvent
2023-04-12 14:25:33
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
closed
[Feature]: Provide smarter best match suggestions on autocomplete
Enhancement Autocomplete Task JS Objects FE Coders Pod
Sometimes, the autocomplete results are too long and confusing. The list is flooded with system methods and properties that are sometimes not relevant. Autocomplete should suggest smarter results based on the context of usage. This includes taking the return type of a property into account.
1.0
[Feature]: Provide smarter best match suggestions on autocomplete - Sometimes, the autocomplete results are too long and confusing. The list is flooded with system methods and properties that are sometimes not relevant. Autocomplete should suggest smarter results based on the context of usage. This includes taking ...
non_test
provide smarter best match suggestions on autocomplete sometimes the autocomplete results are too long and confusing the list is flooded with system methods and properties that are sometimes not relevant autocomplete should suggest smarter results based on the context of usage this includes taking the retu...
0
300,756
9,212,337,568
IssuesEvent
2019-03-09 23:26:28
Bill-Ferny/CS1830-LightsOut
https://api.github.com/repos/Bill-Ferny/CS1830-LightsOut
closed
002
High priority enhancement task
# Changes in GameOver.py * Convert Gameover to a class, which inheritances State * Add the Gameover State to the state_dictionary in LightsOut
1.0
002 - # Changes in GameOver.py * Convert Gameover to a class, which inheritances State * Add the Gameover State to the state_dictionary in LightsOut
non_test
changes in gameover py convert gameover to a class which inheritances state add the gameover state to the state dictionary in lightsout
0
37,084
9,958,154,148
IssuesEvent
2019-07-05 19:48:37
TEIC/Stylesheets
https://api.github.com/repos/TEIC/Stylesheets
closed
broken links in ePub
Build Process CouncilResponsibility Release Blocker bug
## what's wrong The recent merge of the PR #336 introduced an issue with internal chapters links. The ePub file `Guidelines.epub` is actually a zip archive with the following structure: ``` - META_INF - OPS | - AB.html | - AI.html | - BIB.html | - … - mimetype ``` See, e.g. the file `AB.html` and...
1.0
broken links in ePub - ## what's wrong The recent merge of the PR #336 introduced an issue with internal chapters links. The ePub file `Guidelines.epub` is actually a zip archive with the following structure: ``` - META_INF - OPS | - AB.html | - AI.html | - BIB.html | - … - mimetype ``` See, e.g....
non_test
broken links in epub what s wrong the recent merge of the pr introduced an issue with internal chapters links the epub file guidelines epub is actually a zip archive with the following structure meta inf ops ab html ai html bib html … mimetype see e g t...
0
312,817
26,879,016,997
IssuesEvent
2023-02-05 12:05:45
linq2db/linq2db
https://api.github.com/repos/linq2db/linq2db
closed
PostgreSQL Test Error using Queryable.Any() inside select member data when using Union() / UnionAll()
type: bug status: has-tests area: set
**model** ```c# [Table(Schema="Member", Name="Table")] public partial class Table { [PrimaryKey, NotNull] public int Id { get; set; } // integer #region Associations /// <summary> /// FK_Table2_Table_BackReference /// </summary> [Association(ThisKey="Id", OtherKey="ParentId", CanBeNull=true,...
1.0
PostgreSQL Test Error using Queryable.Any() inside select member data when using Union() / UnionAll() - **model** ```c# [Table(Schema="Member", Name="Table")] public partial class Table { [PrimaryKey, NotNull] public int Id { get; set; } // integer #region Associations /// <summary> /// FK_Table2_...
test
postgresql test error using queryable any inside select member data when using union unionall model c public partial class table public int id get set integer region associations fk table backreference public ienumerable get set ...
1
31,874
8,766,695,224
IssuesEvent
2018-12-17 17:30:19
htm-community/nupic.cpp
https://api.github.com/repos/htm-community/nupic.cpp
opened
Pybind: modules not loading, tests don't run on OSX
build tests
After #157 , - linux runs ok - OSX does not load py modules
1.0
Pybind: modules not loading, tests don't run on OSX - After #157 , - linux runs ok - OSX does not load py modules
non_test
pybind modules not loading tests don t run on osx after linux runs ok osx does not load py modules
0
409,635
11,965,688,653
IssuesEvent
2020-04-06 00:26:40
Arzov/umt-pwa
https://api.github.com/repos/Arzov/umt-pwa
closed
Vista Login
frontend medium priority
## Descripción La vista Login es la vista donde el usuario accede a la app mediante el inicio de sesión de Arzov (AWS Cognito maneja la autenticación). ## Lista de tareas - [x] Desarrollo del código. - [ ] **Pruebas unitarias:** - [ ] Pruebas respecto al store (llamadas a AWS). - [ ] Pruebas respecto a ...
1.0
Vista Login - ## Descripción La vista Login es la vista donde el usuario accede a la app mediante el inicio de sesión de Arzov (AWS Cognito maneja la autenticación). ## Lista de tareas - [x] Desarrollo del código. - [ ] **Pruebas unitarias:** - [ ] Pruebas respecto al store (llamadas a AWS). - [ ] Prueb...
non_test
vista login descripción la vista login es la vista donde el usuario accede a la app mediante el inicio de sesión de arzov aws cognito maneja la autenticación lista de tareas desarrollo del código pruebas unitarias pruebas respecto al store llamadas a aws pruebas respe...
0
40,115
20,592,981,586
IssuesEvent
2022-03-05 03:46:46
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Audio in the background works only with a certain bundle id
created via performance template
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
True
Audio in the background works only with a certain bundle id - <!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow...
non_test
audio in the background works only with a certain bundle id thank you for using flutter if you are looking for support please check out our documentation or consider asking a question on stack overflow if you have found a performance problem then fill ou...
0
329,160
28,179,425,544
IssuesEvent
2023-04-04 00:25:23
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
[RFE] Bump Harvester node driver to v0.6.3
kind/enhancement [zube]: To Test
**Is your feature request related to a problem? Please describe.** Bump Harvester node driver to [v0.6.3](https://github.com/harvester/docker-machine-driver-harvester/releases/tag/v0.6.3) Releated Harvester issues: - https://github.com/harvester/harvester/issues/3272 - https://github.com/harvester/harvester/i...
1.0
[RFE] Bump Harvester node driver to v0.6.3 - **Is your feature request related to a problem? Please describe.** Bump Harvester node driver to [v0.6.3](https://github.com/harvester/docker-machine-driver-harvester/releases/tag/v0.6.3) Releated Harvester issues: - https://github.com/harvester/harvester/issues/327...
test
bump harvester node driver to is your feature request related to a problem please describe bump harvester node driver to releated harvester issues
1
5,423
3,219,122,984
IssuesEvent
2015-10-08 07:56:29
OpenUserJs/OpenUserJS.org
https://api.github.com/repos/OpenUserJs/OpenUserJS.org
closed
Modify `.../scriptStorage.js` in `sendMeta` to trim up .meta.js route text to barebone keys/blocks
CODE enhancement
@sizzlemctwizzle [wrote](/OpenUserJs/OpenUserJS.org/issues/718#issuecomment-135142897): > Although trimming it down in the future to `@name`, `@namespace`, `@version` should be a goal. Followup from #718 Let's give some time to migrate any scripts that may need/want to use the JSON route **and** some time to we...
1.0
Modify `.../scriptStorage.js` in `sendMeta` to trim up .meta.js route text to barebone keys/blocks - @sizzlemctwizzle [wrote](/OpenUserJs/OpenUserJS.org/issues/718#issuecomment-135142897): > Although trimming it down in the future to `@name`, `@namespace`, `@version` should be a goal. Followup from #718 Let's g...
non_test
modify scriptstorage js in sendmeta to trim up meta js route text to barebone keys blocks sizzlemctwizzle openuserjs openuserjs org issues issuecomment although trimming it down in the future to name namespace version should be a goal followup from let s give some time to m...
0
330,886
24,282,027,640
IssuesEvent
2022-09-28 18:18:05
smcnab1/op-sally-nas
https://api.github.com/repos/smcnab1/op-sally-nas
opened
[DOC] Update Repo Docs with hardware
📚For: Documentation 🐛Type: Bug
## **📖 Documentation Issue Report** **Describe the bug** <!-- A clear and concise description of what the bug is. --> * WIP --- **Describe the Solution** <!-- A clear and concise description of what you want to happen. --> * Add hardware to repo docs --- **Additional context** <!-- Add any othe...
1.0
[DOC] Update Repo Docs with hardware - ## **📖 Documentation Issue Report** **Describe the bug** <!-- A clear and concise description of what the bug is. --> * WIP --- **Describe the Solution** <!-- A clear and concise description of what you want to happen. --> * Add hardware to repo docs --- **...
non_test
update repo docs with hardware 📖 documentation issue report describe the bug wip describe the solution add hardware to repo docs additional context 📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛 oh hi there 😄 to expedit...
0
92,994
3,876,614,569
IssuesEvent
2016-04-12 08:42:36
talgarusi/Itorerut-Project
https://api.github.com/repos/talgarusi/Itorerut-Project
closed
numOfTasks filter fail
4 - Done bug Development Difficulty: Hard Priority: High
numOfTasks filter not working !! that problem effect on the tasks page the badges are showing 0 all the time.
1.0
numOfTasks filter fail - numOfTasks filter not working !! that problem effect on the tasks page the badges are showing 0 all the time.
non_test
numoftasks filter fail numoftasks filter not working that problem effect on the tasks page the badges are showing all the time
0
207,632
23,470,170,835
IssuesEvent
2022-08-16 20:54:30
dotnet/aspnetcore
https://api.github.com/repos/dotnet/aspnetcore
closed
Improve code using pattern matching
area-security
## Summary I would like to improve this [switch](https://github.com/dotnet/aspnetcore/blob/main/src/Security/Authentication/JwtBearer/src/JwtBearerHandler.cs#L313) to be more readable, like this: ![image](https://user-images.githubusercontent.com/46632388/184528514-bab73d75-f24a-477a-a482-908117bb9686.png) Th...
True
Improve code using pattern matching - ## Summary I would like to improve this [switch](https://github.com/dotnet/aspnetcore/blob/main/src/Security/Authentication/JwtBearer/src/JwtBearerHandler.cs#L313) to be more readable, like this: ![image](https://user-images.githubusercontent.com/46632388/184528514-bab73d75-...
non_test
improve code using pattern matching summary i would like to improve this to be more readable like this this is verified by motivation and goals more readable more predictable lines of code
0
379,356
26,367,980,377
IssuesEvent
2023-01-11 18:06:09
dagster-io/dagster
https://api.github.com/repos/dagster-io/dagster
opened
Jobs API doc doesn't document `compose_fn` arg
documentation
### What's the issue or suggestion? The [API reference][https://docs.dagster.io/_apidocs/jobs] for `dagster.job` lists `compose_fn` as the first arg of the function but doesn't mention it further in the docs. In particular, what are the constraints on this function that I write, and what args can it take? For example,...
1.0
Jobs API doc doesn't document `compose_fn` arg - ### What's the issue or suggestion? The [API reference][https://docs.dagster.io/_apidocs/jobs] for `dagster.job` lists `compose_fn` as the first arg of the function but doesn't mention it further in the docs. In particular, what are the constraints on this function that...
non_test
jobs api doc doesn t document compose fn arg what s the issue or suggestion the for dagster job lists compose fn as the first arg of the function but doesn t mention it further in the docs in particular what are the constraints on this function that i write and what args can it take for example ca...
0
101,432
4,117,413,906
IssuesEvent
2016-06-08 07:20:02
Nexxado/ProjectHands
https://api.github.com/repos/Nexxado/ProjectHands
closed
Front end statistics service missing Doc
0 - Backlog Priority: Very High
Please write doc of the function arguments format <!--- @huboard:{"order":5.75,"milestone_order":1.9073486328125e-05} -->
1.0
Front end statistics service missing Doc - Please write doc of the function arguments format <!--- @huboard:{"order":5.75,"milestone_order":1.9073486328125e-05} -->
non_test
front end statistics service missing doc please write doc of the function arguments format huboard order milestone order
0
252,786
21,631,389,492
IssuesEvent
2022-05-05 10:04:42
Joystream/pioneer
https://api.github.com/repos/Joystream/pioneer
closed
Account lock origin
enhancement optional testnet upstream:hydra
~Currently, there's no information about lock association on the "My Accounts" page~ ([figma](https://www.figma.com/file/GlgN8uBRtvtMJtiOsdtDF7/Pioneer-Design?node-id=137%3A8774)). Only the locks type and amount, and the possibility to recover some stake are implemented on the "My Accounts" page. According to the de...
1.0
Account lock origin - ~Currently, there's no information about lock association on the "My Accounts" page~ ([figma](https://www.figma.com/file/GlgN8uBRtvtMJtiOsdtDF7/Pioneer-Design?node-id=137%3A8774)). Only the locks type and amount, and the possibility to recover some stake are implemented on the "My Accounts" pag...
test
account lock origin currently there s no information about lock association on the my accounts page only the locks type and amount and the possibility to recover some stake are implemented on the my accounts page according to the design there should be more information available in order to...
1
331,750
29,057,568,495
IssuesEvent
2023-05-15 00:03:17
Matthew-McRaven/Pepp
https://api.github.com/repos/Matthew-McRaven/Pepp
closed
Add tests for CS6E using (figure, input, output) tuples
test
Gives us confidence that we don't accidentally break existing figures.
1.0
Add tests for CS6E using (figure, input, output) tuples - Gives us confidence that we don't accidentally break existing figures.
test
add tests for using figure input output tuples gives us confidence that we don t accidentally break existing figures
1
80,959
7,762,223,397
IssuesEvent
2018-06-01 12:50:56
nodejs/node
https://api.github.com/repos/nodejs/node
closed
Flaky test-stringbytes-external-exceed-max-by-1-binary
CI / flaky test addons test
https://ci.nodejs.org/job/node-test-commit-linux-containered/1763/nodes=ubuntu1604_sharedlibs_openssl102_x64/console https://ci.nodejs.org/job/node-test-commit-linux-containered/1763/nodes=ubuntu1604_sharedlibs_openssl110_x64/console https://ci.nodejs.org/job/node-test-commit-linux/15913/nodes=alpine35-container-...
2.0
Flaky test-stringbytes-external-exceed-max-by-1-binary - https://ci.nodejs.org/job/node-test-commit-linux-containered/1763/nodes=ubuntu1604_sharedlibs_openssl102_x64/console https://ci.nodejs.org/job/node-test-commit-linux-containered/1763/nodes=ubuntu1604_sharedlibs_openssl110_x64/console https://ci.nodejs.org/j...
test
flaky test stringbytes external exceed max by binary not ok addons stringbytes external exceed max test stringbytes external exceed max by binary duration ms severity crashed stack oh no exit code crashed signal ping nodejs addon api
1
123,096
12,192,314,461
IssuesEvent
2020-04-29 12:45:00
KarrLab/datanator_frontend
https://api.github.com/repos/KarrLab/datanator_frontend
closed
Mention persistent search bar at the top of the webpage.
documentation
Because the search interface at the top bar is closed by default, I believe we should let the users know that they could perform a search using the search bar from anywhere on the frontend.
1.0
Mention persistent search bar at the top of the webpage. - Because the search interface at the top bar is closed by default, I believe we should let the users know that they could perform a search using the search bar from anywhere on the frontend.
non_test
mention persistent search bar at the top of the webpage because the search interface at the top bar is closed by default i believe we should let the users know that they could perform a search using the search bar from anywhere on the frontend
0
687,671
23,534,861,933
IssuesEvent
2022-08-19 19:24:26
metabase/metabase
https://api.github.com/repos/metabase/metabase
reopened
Breadcrumb is displaying wrong "path" order when collection in moved inside another
Type:Bug Priority:P3 Organization/Collections
**Describe the bug** Breadcrumb is displaying wrong "path" order when collection in moved inside another. **To Reproduce** 1. Create a new collection named "Collection**1**" in "Our analytics". 2. Create another collection named "Collection**2**" with a collection named "Collection**3**" inside it, also in "Our...
1.0
Breadcrumb is displaying wrong "path" order when collection in moved inside another - **Describe the bug** Breadcrumb is displaying wrong "path" order when collection in moved inside another. **To Reproduce** 1. Create a new collection named "Collection**1**" in "Our analytics". 2. Create another collection nam...
non_test
breadcrumb is displaying wrong path order when collection in moved inside another describe the bug breadcrumb is displaying wrong path order when collection in moved inside another to reproduce create a new collection named collection in our analytics create another collection nam...
0
352,199
32,051,231,638
IssuesEvent
2023-09-23 15:24:32
foxthefox/ioBroker.fritzdect
https://api.github.com/repos/foxthefox/ioBroker.fritzdect
closed
Werte Aktualisierung Optimieren
enhancement test feedback missing
Hi, mir ist aufgefallen das der Adapter wenn er alle 2 Sekunden nach Änderungen schauen soll diese auch immer Blind rein schreibt obwohl sich die Werte nicht geändert haben. Dies wird zu einem Problem mit anderen Instanzen in iobroker. Kannst du es anpassen das die Werte nur aktualisiert werden wenn sie sich zu den ...
1.0
Werte Aktualisierung Optimieren - Hi, mir ist aufgefallen das der Adapter wenn er alle 2 Sekunden nach Änderungen schauen soll diese auch immer Blind rein schreibt obwohl sich die Werte nicht geändert haben. Dies wird zu einem Problem mit anderen Instanzen in iobroker. Kannst du es anpassen das die Werte nur aktuali...
test
werte aktualisierung optimieren hi mir ist aufgefallen das der adapter wenn er alle sekunden nach änderungen schauen soll diese auch immer blind rein schreibt obwohl sich die werte nicht geändert haben dies wird zu einem problem mit anderen instanzen in iobroker kannst du es anpassen das die werte nur aktuali...
1
130,465
18,074,296,153
IssuesEvent
2021-09-21 08:07:54
owncloud/core
https://api.github.com/repos/owncloud/core
closed
Moving files: missing feedback
enhancement junior job design 1 - To develop app:files status/STALE
When moving files, you don’t get any feedback where the files are moved. It would be good to show a notification up top like: `Filename moved to foldername` cc @PVince81 @schiesbn
1.0
Moving files: missing feedback - When moving files, you don’t get any feedback where the files are moved. It would be good to show a notification up top like: `Filename moved to foldername` cc @PVince81 @schiesbn
non_test
moving files missing feedback when moving files you don’t get any feedback where the files are moved it would be good to show a notification up top like filename moved to foldername cc schiesbn
0
335,668
30,080,628,625
IssuesEvent
2023-06-29 02:45:26
tgstation/tgstation
https://api.github.com/repos/tgstation/tgstation
closed
Unit test `clothing_under_armor_subtype_check` is unticked in `_unit_test.dm` and also would fail if it was ticked
Maintainability/Hinders improvements Unit Tests
## Reproduction: It's not included, it doesn't run Even if it would run, it's currently doing an `istype` when it should be doing an `ispath`, so it'd fail
1.0
Unit test `clothing_under_armor_subtype_check` is unticked in `_unit_test.dm` and also would fail if it was ticked - ## Reproduction: It's not included, it doesn't run Even if it would run, it's currently doing an `istype` when it should be doing an `ispath`, so it'd fail
test
unit test clothing under armor subtype check is unticked in unit test dm and also would fail if it was ticked reproduction it s not included it doesn t run even if it would run it s currently doing an istype when it should be doing an ispath so it d fail
1
222,738
17,470,848,820
IssuesEvent
2021-08-07 05:15:21
ThinkingEngine-net/PickleTestSuite
https://api.github.com/repos/ThinkingEngine-net/PickleTestSuite
opened
Refactor Plugin Code and Add ability to have pre/post execution plugins
enhancement Test Execution Gherkin Plugin Support
- Centralise plugin code - Add a new plugin class type that supports pre and post-execution plugins (e.g. to integrate with test management systems) - Add the ability to create config screens for plugins. - Add the ability to specify a custom plugin path
1.0
Refactor Plugin Code and Add ability to have pre/post execution plugins - - Centralise plugin code - Add a new plugin class type that supports pre and post-execution plugins (e.g. to integrate with test management systems) - Add the ability to create config screens for plugins. - Add the ability to specify a custo...
test
refactor plugin code and add ability to have pre post execution plugins centralise plugin code add a new plugin class type that supports pre and post execution plugins e g to integrate with test management systems add the ability to create config screens for plugins add the ability to specify a custo...
1
194,698
14,685,475,461
IssuesEvent
2021-01-01 09:25:16
JamieWindfox/PAPI
https://api.github.com/repos/JamieWindfox/PAPI
opened
Tests: Character/Appearance Classes
test
Testing all methods of Character Appearance - [ ] Json CTOR - [ ] Default CTOR - [ ] Copy CTOR - [ ] ChangeHairStyle - [ ] ChangeHairColor - [ ] ChangeHairDescription - [ ] ChangeSpecialFeatures - [ ] ChangeAppearanceDescription
1.0
Tests: Character/Appearance Classes - Testing all methods of Character Appearance - [ ] Json CTOR - [ ] Default CTOR - [ ] Copy CTOR - [ ] ChangeHairStyle - [ ] ChangeHairColor - [ ] ChangeHairDescription - [ ] ChangeSpecialFeatures - [ ] ChangeAppearanceDescription
test
tests character appearance classes testing all methods of character appearance json ctor default ctor copy ctor changehairstyle changehaircolor changehairdescription changespecialfeatures changeappearancedescription
1
267,592
23,307,891,583
IssuesEvent
2022-08-08 04:28:55
bankidz/bankidz-client
https://api.github.com/repos/bankidz/bankidz-client
closed
[UI/UX] 1차 집중 QA
For: Markup/UX For: Script Status: URGENT Type: Errors/Bugs Type: Test
# 🤖 QA 개요 <!-- 이슈에 할당된 기능이 무엇인지 간략하게 한 줄로 적습니다 --> * 집중 QA 기간 발견된 Issue에 대응합니다. * 우선순위 긴급에 집중하여 대응합니다. ### ✅ Resolve TODO <!-- QA사항을 해결하기 위한 항목을 나열 (PR할 때에는 모두 체크되어야함) --> - [ ] ### 📚 Remarks 노션 QA 페이지를 참고합니다. <!-- QA 반영에 있어 비고사항이 있었다면 적기 -->
1.0
[UI/UX] 1차 집중 QA - # 🤖 QA 개요 <!-- 이슈에 할당된 기능이 무엇인지 간략하게 한 줄로 적습니다 --> * 집중 QA 기간 발견된 Issue에 대응합니다. * 우선순위 긴급에 집중하여 대응합니다. ### ✅ Resolve TODO <!-- QA사항을 해결하기 위한 항목을 나열 (PR할 때에는 모두 체크되어야함) --> - [ ] ### 📚 Remarks 노션 QA 페이지를 참고합니다. <!-- QA 반영에 있어 비고사항이 있었다면 적기 -->
test
집중 qa 🤖 qa 개요 집중 qa 기간 발견된 issue에 대응합니다 우선순위 긴급에 집중하여 대응합니다 ✅ resolve todo 📚 remarks 노션 qa 페이지를 참고합니다
1
272,917
23,712,086,514
IssuesEvent
2022-08-30 08:42:25
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
DATA RACE in the TestInitMetaTable
type/bug component/test severity/major
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` WARNING: DATA RACE Write at 0x00c0012c4d00 by goroutine 1047412: github.com/pingcap/tidb/session_test.TestInitMetaTable() session/session_test.go:49 +0x358 testing.tRun...
1.0
DATA RACE in the TestInitMetaTable - ## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` WARNING: DATA RACE Write at 0x00c0012c4d00 by goroutine 1047412: github.com/pingcap/tidb/session_test.TestInitMetaTable() session/sess...
test
data race in the testinitmetatable bug report please answer these questions before submitting your issue thanks minimal reproduce step required warning data race write at by goroutine github com pingcap tidb session test testinitmetatable session session test go ...
1
445,260
31,225,396,285
IssuesEvent
2023-08-19 02:35:14
chromium/subspace
https://api.github.com/repos/chromium/subspace
opened
Subdoc TODOs
documentation
- [ ] Generate Typedefs - [ ] Generate Macros - [ ] Left side menu for all the stuff in a page - [ ] Pull apart types into a data structure that can be used to generate the type as a string again but also can turn types inside the type (template args etc) into links.
1.0
Subdoc TODOs - - [ ] Generate Typedefs - [ ] Generate Macros - [ ] Left side menu for all the stuff in a page - [ ] Pull apart types into a data structure that can be used to generate the type as a string again but also can turn types inside the type (template args etc) into links.
non_test
subdoc todos generate typedefs generate macros left side menu for all the stuff in a page pull apart types into a data structure that can be used to generate the type as a string again but also can turn types inside the type template args etc into links
0
113,132
9,629,236,148
IssuesEvent
2019-05-15 09:09:26
khartec/waltz
https://api.github.com/repos/khartec/waltz
closed
Search: cannot search for names with a slash in them
bug fixed (test & close) noteworthy
Due to the search string being part of the url (not in the payload). Simple solution is to `urlEncode` the query component.
1.0
Search: cannot search for names with a slash in them - Due to the search string being part of the url (not in the payload). Simple solution is to `urlEncode` the query component.
test
search cannot search for names with a slash in them due to the search string being part of the url not in the payload simple solution is to urlencode the query component
1
245,625
7,888,762,470
IssuesEvent
2018-06-27 23:45:20
rsherrera/project-caja
https://api.github.com/repos/rsherrera/project-caja
opened
Ejecución. Certificado de Deuda. Modificar informe.
Priority-High mantimiento perfectivo
Agregar columna Fecha Vencimiento. En ella se deme mostrar la segunda fecha de vencimiento de cada aporte. Modificar el texto: "Se expide el presente a los efectos de la Gestión de cobro Vía Judicial de la deuda liquidada, conforme la Ley Provincial D.J. Nº 455-S (antes Ley Nº 6374) y Resolución General Nº 02/2016" ...
1.0
Ejecución. Certificado de Deuda. Modificar informe. - Agregar columna Fecha Vencimiento. En ella se deme mostrar la segunda fecha de vencimiento de cada aporte. Modificar el texto: "Se expide el presente a los efectos de la Gestión de cobro Vía Judicial de la deuda liquidada, conforme la Ley Provincial D.J. Nº 455-S ...
non_test
ejecución certificado de deuda modificar informe agregar columna fecha vencimiento en ella se deme mostrar la segunda fecha de vencimiento de cada aporte modificar el texto se expide el presente a los efectos de la gestión de cobro vía judicial de la deuda liquidada conforme la ley provincial d j nº s a...
0
80,130
7,740,486,753
IssuesEvent
2018-05-28 22:06:24
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Broken conformance suite - [sig-apps] Daemon set [Serial] tests are failing
kind/bug priority/critical-urgent priority/failing-test sig/apps status/approved-for-milestone
[sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance] [sig-apps] Daemon set [Serial] should rollback without unnecessary restarts [Conformance] [sig-apps] Daemon set [Serial] should run and stop complex daemon [Conformance] [sig-apps] Daemon set [Serial] should run and stop simple ...
1.0
Broken conformance suite - [sig-apps] Daemon set [Serial] tests are failing - [sig-apps] Daemon set [Serial] should retry creating failed daemon pods [Conformance] [sig-apps] Daemon set [Serial] should rollback without unnecessary restarts [Conformance] [sig-apps] Daemon set [Serial] should run and stop complex dae...
test
broken conformance suite daemon set tests are failing daemon set should retry creating failed daemon pods daemon set should rollback without unnecessary restarts daemon set should run and stop complex daemon daemon set should run and stop simple daemon daemon set should updat...
1
131,513
10,697,772,875
IssuesEvent
2019-10-23 17:14:41
apple/swift-nio
https://api.github.com/repos/apple/swift-nio
closed
EchoServerClientTest.testPendingReadProcessedAfterWriteError flaky
flaky-test help wanted
### Expected behavior tests not flaky ### Actual behavior apparently `EchoServerClientTest.testPendingReadProcessedAfterWriteError` is flaky: ``` 00:02:50.359 Test Case 'EchoServerClientTest.testPendingReadProcessedAfterWriteError' started at 2018-03-26 18:59:31.820 00:02:50.359 Fatal error: leaking promis...
1.0
EchoServerClientTest.testPendingReadProcessedAfterWriteError flaky - ### Expected behavior tests not flaky ### Actual behavior apparently `EchoServerClientTest.testPendingReadProcessedAfterWriteError` is flaky: ``` 00:02:50.359 Test Case 'EchoServerClientTest.testPendingReadProcessedAfterWriteError' started...
test
echoserverclienttest testpendingreadprocessedafterwriteerror flaky expected behavior tests not flaky actual behavior apparently echoserverclienttest testpendingreadprocessedafterwriteerror is flaky test case echoserverclienttest testpendingreadprocessedafterwriteerror started at ...
1
283,220
24,532,763,233
IssuesEvent
2022-10-11 17:54:08
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: pgjdbc failed
C-test-failure O-robot O-roachtest T-sql-experience branch-release-22.2.0
roachtest.pgjdbc [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6859865?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6859865?buildTab=artifacts#/pgjdbc) on release-22.2.0 @ [776e...
2.0
roachtest: pgjdbc failed - roachtest.pgjdbc [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6859865?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6859865?buildTab=artifacts#/pgjdbc...
test
roachtest pgjdbc failed roachtest pgjdbc with on release test artifacts and logs in artifacts pgjdbc run orm helpers go orm helpers go java helpers go pgjdbc go pgjdbc go test runner go tests run on cockroach beta tests run against pgjdbc total t...
1
104,928
9,012,537,849
IssuesEvent
2019-02-05 17:06:57
nodejs/node
https://api.github.com/repos/nodejs/node
closed
investigate flaky parallel/test-worker-cleanup-handles
CI / flaky test windows worker
https://ci.nodejs.org/job/node-test-binary-windows/21154/COMPILED_BY=vs2017,RUNNER=win2008r2-vs2017,RUN_SUBSET=1/console on test-rackspace-win2008r2-x64-4 ```console 00:05:32 not ok 523 parallel/test-worker-cleanup-handles 00:05:32 --- 00:05:32 duration_ms: 120.100 00:05:32 severity: fail 00:05:32 exitc...
1.0
investigate flaky parallel/test-worker-cleanup-handles - https://ci.nodejs.org/job/node-test-binary-windows/21154/COMPILED_BY=vs2017,RUNNER=win2008r2-vs2017,RUN_SUBSET=1/console on test-rackspace-win2008r2-x64-4 ```console 00:05:32 not ok 523 parallel/test-worker-cleanup-handles 00:05:32 --- 00:05:32 duration...
test
investigate flaky parallel test worker cleanup handles on test rackspace console not ok parallel test worker cleanup handles duration ms severity fail exitcode stack timeout
1
268,157
8,404,087,747
IssuesEvent
2018-10-11 11:47:41
angular/angular-cli
https://api.github.com/repos/angular/angular-cli
closed
Unable to ng new
priority: 1 (urgent) type: bug/fix
## I'm submitting a... <pre><code> [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> [ ] Feature request [x] Documentation issue or request [ ] Support request => Please do not submit suppo...
1.0
Unable to ng new - ## I'm submitting a... <pre><code> [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> [ ] Feature request [x] Documentation issue or request [ ] Support request => Please ...
non_test
unable to ng new i m submitting a regression a behavior that used to work and stopped working in a new release bug report feature request documentation issue or request support request please do not submit support request here instead see current behavior i am follow...
0
182,026
14,099,212,310
IssuesEvent
2020-11-06 00:48:14
flutter/flutter
https://api.github.com/repos/flutter/flutter
opened
EarlGrey for Flutter uses private API on FlutterView
P3 a: tests engine platform-ios plugin severe: new feature
We should expose something public for synchronization so that it does not have to rely on private implementation details in FlutterView. @albertwang0116 has more information on this.
1.0
EarlGrey for Flutter uses private API on FlutterView - We should expose something public for synchronization so that it does not have to rely on private implementation details in FlutterView. @albertwang0116 has more information on this.
test
earlgrey for flutter uses private api on flutterview we should expose something public for synchronization so that it does not have to rely on private implementation details in flutterview has more information on this
1
17,565
4,173,032,511
IssuesEvent
2016-06-21 09:04:03
home-assistant/home-assistant
https://api.github.com/repos/home-assistant/home-assistant
closed
Update docs about linking the same device from different trackers
documentation
Hello, I had some trouble understanding the linking procedure of the same device between DDWRT and OWNTRACKS (in my case). As stated in the docs I populated the mac entry of the OWNTRACKS entry, but I still got the device appearing twice; this was because in my 'known_devices.yaml' I had both the entry: - the firs...
1.0
Update docs about linking the same device from different trackers - Hello, I had some trouble understanding the linking procedure of the same device between DDWRT and OWNTRACKS (in my case). As stated in the docs I populated the mac entry of the OWNTRACKS entry, but I still got the device appearing twice; this was ...
non_test
update docs about linking the same device from different trackers hello i had some trouble understanding the linking procedure of the same device between ddwrt and owntracks in my case as stated in the docs i populated the mac entry of the owntracks entry but i still got the device appearing twice this was ...
0
83,344
7,869,143,144
IssuesEvent
2018-06-24 10:06:44
TechnionYearlyProject/DailyPulseMe
https://api.github.com/repos/TechnionYearlyProject/DailyPulseMe
closed
Writing A manual Test Procedure for the Backend - 2 Hours
Back End Testing
write a test procedure using the postman (Sign-up,log In ...) and attach photos
1.0
Writing A manual Test Procedure for the Backend - 2 Hours - write a test procedure using the postman (Sign-up,log In ...) and attach photos
test
writing a manual test procedure for the backend hours write a test procedure using the postman sign up log in and attach photos
1
206,300
23,374,895,684
IssuesEvent
2022-08-11 01:05:00
gleaminglights/java-goof
https://api.github.com/repos/gleaminglights/java-goof
opened
jstl-1.2.jar: 1 vulnerabilities (highest severity is: 7.3)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jstl-1.2.jar</b></p></summary> <p></p> <p>Path to dependency file: /todolist-goof/todolist-web-common/pom.xml</p> <p>Path to vulnerable library: /repository/javax/ser...
True
jstl-1.2.jar: 1 vulnerabilities (highest severity is: 7.3) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jstl-1.2.jar</b></p></summary> <p></p> <p>Path to dependency file: /todolist-goof/todolist-web-common/pom...
non_test
jstl jar vulnerabilities highest severity is vulnerable library jstl jar path to dependency file todolist goof todolist web common pom xml path to vulnerable library repository javax servlet jstl jstl jar vulnerabilities cve severity cvss dependency ...
0
121,908
10,197,693,126
IssuesEvent
2019-08-13 01:37:56
JamesBremner/DXF_Viewer
https://api.github.com/repos/JamesBremner/DXF_Viewer
closed
infinite loop when showing HFP1JZ.dxf
bug status:test
Hi, I see the infinite loop happens here: ``` for( auto po : dxf->Objects() ) { dxf->Init( draw ); //while( po->getDraw( draw ) ) { switch( po->myType ) { case dxfv::cDXFGraphObject::eType::line: case dxfv::cDXFGraphObject::eType::lwpolyline: c...
1.0
infinite loop when showing HFP1JZ.dxf - Hi, I see the infinite loop happens here: ``` for( auto po : dxf->Objects() ) { dxf->Init( draw ); //while( po->getDraw( draw ) ) { switch( po->myType ) { case dxfv::cDXFGraphObject::eType::line: case dxfv::cDXFGr...
test
infinite loop when showing dxf hi i see the infinite loop happens here for auto po dxf objects dxf init draw while po getdraw draw switch po mytype case dxfv cdxfgraphobject etype line case dxfv cdxfgraphob...
1
232,252
7,656,789,325
IssuesEvent
2018-05-10 17:28:02
IUNetSci/hoaxy-botometer
https://api.github.com/repos/IUNetSci/hoaxy-botometer
opened
Score cache policy should consider new version of the model
High Priority backend
Now that we are deploying a new version of the model, we want to make sure that all the scores computed with the old one are considered "stale" by the cache policy. Since our policy is based on timestamp, and there is no explicit way to force data to be stale, so we need to tweak the policy workflow to check whether...
1.0
Score cache policy should consider new version of the model - Now that we are deploying a new version of the model, we want to make sure that all the scores computed with the old one are considered "stale" by the cache policy. Since our policy is based on timestamp, and there is no explicit way to force data to be s...
non_test
score cache policy should consider new version of the model now that we are deploying a new version of the model we want to make sure that all the scores computed with the old one are considered stale by the cache policy since our policy is based on timestamp and there is no explicit way to force data to be s...
0
244,956
20,734,421,015
IssuesEvent
2022-03-14 12:29:01
hazelcast/hazelcast-nodejs-client
https://api.github.com/repos/hazelcast/hazelcast-nodejs-client
opened
StatisticsTest
Type: Test-Failure Priority: Low
[Run tests of branch 4.1.x on windows-latest with Node 15](https://github.com/hazelcast/hazelcast-nodejs-client/runs/5525297030?check_suite_focus=true#logs) commit de04a6b1b949b4d591d61b88a44b6731ae671bcc 2) StatisticsTest (non-default period) should not change before period: AssertionError: expe...
1.0
StatisticsTest - [Run tests of branch 4.1.x on windows-latest with Node 15](https://github.com/hazelcast/hazelcast-nodejs-client/runs/5525297030?check_suite_focus=true#logs) commit de04a6b1b949b4d591d61b88a44b6731ae671bcc 2) StatisticsTest (non-default period) should not change before period: Ass...
test
statisticstest commit statisticstest non default period should not change before period assertionerror expected laststatisticscollectiontime … to equal laststatisticscollectiontime … expected actual laststatisticscollectiontime enterprise false clientty...
1
196,506
6,932,915,672
IssuesEvent
2017-12-02 00:27:26
redhat-nfvpe/kube-centos-ansible
https://api.github.com/repos/redhat-nfvpe/kube-centos-ansible
opened
Add some useful fodder of binaries used prior to `Run kubeadm init`
priority:low type:enhancement type:feature_request type:help_wanted
It would be useful to have some `debug` output that shows the captured values of currently installed binary versions of various pieces of software.
1.0
Add some useful fodder of binaries used prior to `Run kubeadm init` - It would be useful to have some `debug` output that shows the captured values of currently installed binary versions of various pieces of software.
non_test
add some useful fodder of binaries used prior to run kubeadm init it would be useful to have some debug output that shows the captured values of currently installed binary versions of various pieces of software
0
34,466
29,999,359,677
IssuesEvent
2023-06-26 08:16:17
grafana/agent
https://api.github.com/repos/grafana/agent
closed
Flow component for cloudwatch_exporter integration
type/infrastructure flow/feature-parity flow
Bring over the static mode cloudwatch_exporter integration as a Flow component.
1.0
Flow component for cloudwatch_exporter integration - Bring over the static mode cloudwatch_exporter integration as a Flow component.
non_test
flow component for cloudwatch exporter integration bring over the static mode cloudwatch exporter integration as a flow component
0
141,412
11,415,998,933
IssuesEvent
2020-02-02 14:41:09
lfpll/parse_imoveis
https://api.github.com/repos/lfpll/parse_imoveis
opened
Update tests GCF variables to use env_vars.yaml
test
The tests should use the names and values of the env_vars.yaml so there is no conflict in the future.
1.0
Update tests GCF variables to use env_vars.yaml - The tests should use the names and values of the env_vars.yaml so there is no conflict in the future.
test
update tests gcf variables to use env vars yaml the tests should use the names and values of the env vars yaml so there is no conflict in the future
1
490,301
14,117,990,444
IssuesEvent
2020-11-08 11:42:37
Sphereserver/Source-X
https://api.github.com/repos/Sphereserver/Source-X
reopened
Invisible GMs don't see other invisible GMs
Priority: Low Type: Feature request
1) Invisible GMs don't see other invisible GMs - basically same plevel should always see each other, that's a bug on X 2) I would love to make it so that all plevels higher than 1 see each other while invisible. Could you add this option to sphere.ini?
1.0
Invisible GMs don't see other invisible GMs - 1) Invisible GMs don't see other invisible GMs - basically same plevel should always see each other, that's a bug on X 2) I would love to make it so that all plevels higher than 1 see each other while invisible. Could you add this option to sphere.ini?
non_test
invisible gms don t see other invisible gms invisible gms don t see other invisible gms basically same plevel should always see each other that s a bug on x i would love to make it so that all plevels higher than see each other while invisible could you add this option to sphere ini
0
7,089
3,078,627,317
IssuesEvent
2015-08-21 11:38:28
handsontable/handsontable
https://api.github.com/repos/handsontable/handsontable
closed
"Merge cells" option in custom context menu
Answered Documentation needed
The default context menu there is an item "Merge cells". I need to make a context menu, which also is the "Merge cells" working by default. But "Merge cells" is not in the list of menu options http://handsontable.com/demo/contextmenu.html. Is in Handsontable this option for custom menu or do I need to write a custom ca...
1.0
"Merge cells" option in custom context menu - The default context menu there is an item "Merge cells". I need to make a context menu, which also is the "Merge cells" working by default. But "Merge cells" is not in the list of menu options http://handsontable.com/demo/contextmenu.html. Is in Handsontable this option for...
non_test
merge cells option in custom context menu the default context menu there is an item merge cells i need to make a context menu which also is the merge cells working by default but merge cells is not in the list of menu options is in handsontable this option for custom menu or do i need to write a custom c...
0
742,625
25,864,163,392
IssuesEvent
2022-12-13 19:20:11
bcgov/cas-cif
https://api.github.com/repos/bcgov/cas-cif
closed
As a CIF Administrator, I want to capture additional data fields on the "Project Overview" form, so that all my critical project information is captured in one place
User Story High Priority Program Area QA
#### Description: Design: https://www.figma.com/file/PzOY8RyQnVXnjZJdSv2AqQ/Wireframing_Figma?node-id=2898%3A2671 Please refer to the design for the new arrangement (grouping, ordering, labelling) of fields - **Score**: freeform field (E.g. 82.333) - **Project Type**: dropdown for selection (E.g. Methane Capture, full ...
1.0
As a CIF Administrator, I want to capture additional data fields on the "Project Overview" form, so that all my critical project information is captured in one place - #### Description: Design: https://www.figma.com/file/PzOY8RyQnVXnjZJdSv2AqQ/Wireframing_Figma?node-id=2898%3A2671 Please refer to the design for the new...
non_test
as a cif administrator i want to capture additional data fields on the project overview form so that all my critical project information is captured in one place description design please refer to the design for the new arrangement grouping ordering labelling of fields score freeform field e ...
0
132,961
10,775,248,009
IssuesEvent
2019-11-03 13:06:14
pywbem/pywbem
https://api.github.com/repos/pywbem/pywbem
closed
Representing profile versions in profile definitions for tests
area: test resolution: fixed type: enhancement
The new profile definitions file introduced with PR #1550 (`testsuite/end2end/profiles.yaml`) defines the profile characteristics commonly for all versions of a profile. However, in rare cases there are changes such as profile renamings, and other changes that suggest it would be good to capture the profile version as ...
1.0
Representing profile versions in profile definitions for tests - The new profile definitions file introduced with PR #1550 (`testsuite/end2end/profiles.yaml`) defines the profile characteristics commonly for all versions of a profile. However, in rare cases there are changes such as profile renamings, and other changes...
test
representing profile versions in profile definitions for tests the new profile definitions file introduced with pr testsuite profiles yaml defines the profile characteristics commonly for all versions of a profile however in rare cases there are changes such as profile renamings and other changes that sug...
1
698,630
23,987,343,592
IssuesEvent
2022-09-13 20:22:20
zowe/zowe-cli
https://api.github.com/repos/zowe/zowe-cli
closed
Create an online guide that is largely focused on examples
enhancement priority-low
**Goal**: Create an online guide that is largely focused on examples. This would reuse the CLI help examples. People value examples most of the help content, and they often prefer the online resources, such as the CLI Reference document so a compilation of just the examples could provide a high value yet relatively suc...
1.0
Create an online guide that is largely focused on examples - **Goal**: Create an online guide that is largely focused on examples. This would reuse the CLI help examples. People value examples most of the help content, and they often prefer the online resources, such as the CLI Reference document so a compilation of ju...
non_test
create an online guide that is largely focused on examples goal create an online guide that is largely focused on examples this would reuse the cli help examples people value examples most of the help content and they often prefer the online resources such as the cli reference document so a compilation of ju...
0
124,658
17,774,251,743
IssuesEvent
2021-08-30 17:05:40
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
[Security Solution] Preconfigured action connectors are breaking on the rule creation page
bug triage_needed Team:Detections and Resp Team: SecuritySolution
### Overview Currently the action connector on the rule creation page is breaking when a user tries to select a [preconfigured action](https://www.elastic.co/guide/en/kibana/current/email-action-type.html#email-connector-configuration) such as an email. This bug seems to be occurring in the front end and is currently ...
True
[Security Solution] Preconfigured action connectors are breaking on the rule creation page - ### Overview Currently the action connector on the rule creation page is breaking when a user tries to select a [preconfigured action](https://www.elastic.co/guide/en/kibana/current/email-action-type.html#email-connector-confi...
non_test
preconfigured action connectors are breaking on the rule creation page overview currently the action connector on the rule creation page is breaking when a user tries to select a such as an email this bug seems to be occurring in the front end and is currently blocking the valid submission of preconfigure...
0
4,433
2,724,778,301
IssuesEvent
2015-04-14 19:44:22
socia-platform/htwplus
https://api.github.com/repos/socia-platform/htwplus
closed
Meldung 'Verbindungsfehler' wenn kein Passwort eingegeben
enhancement ready to test
Wenn man bei der Anmeldung kein Passwort eingibt, kommt der Fehler: ´´´"Es gab ein Problem bei der Verbindung zum LDAP-Server. Bitte versuche es später noch einmal. "´´´ Es sollte sowas wie "kein Passwort eigegeben" erscheinen.
1.0
Meldung 'Verbindungsfehler' wenn kein Passwort eingegeben - Wenn man bei der Anmeldung kein Passwort eingibt, kommt der Fehler: ´´´"Es gab ein Problem bei der Verbindung zum LDAP-Server. Bitte versuche es später noch einmal. "´´´ Es sollte sowas wie "kein Passwort eigegeben" erscheinen.
test
meldung verbindungsfehler wenn kein passwort eingegeben wenn man bei der anmeldung kein passwort eingibt kommt der fehler ´´´ es gab ein problem bei der verbindung zum ldap server bitte versuche es später noch einmal ´´´ es sollte sowas wie kein passwort eigegeben erscheinen
1
26,779
7,868,873,283
IssuesEvent
2018-06-24 05:57:17
zeebe-io/zeebe
https://api.github.com/repos/zeebe-io/zeebe
opened
Access violation in ZeebeClientTest
bug unstable build
Had yesterday two access violations in the ZeebeClientTest. ```java [INFO] Running io.zeebe.client.workflow.WorkflowRepositoryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s - in io.zeebe.client.workflow.WorkflowRepositoryTest [INFO] Running io.zeebe.client.ZeebeClientTest [WA...
1.0
Access violation in ZeebeClientTest - Had yesterday two access violations in the ZeebeClientTest. ```java [INFO] Running io.zeebe.client.workflow.WorkflowRepositoryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s - in io.zeebe.client.workflow.WorkflowRepositoryTest [INFO] Runni...
non_test
access violation in zeebeclienttest had yesterday two access violations in the zeebeclienttest java running io zeebe client workflow workflowrepositorytest tests run failures errors skipped time elapsed s in io zeebe client workflow workflowrepositorytest running io zeebe clien...
0
136,906
11,092,285,437
IssuesEvent
2019-12-15 17:57:45
nolanlawson/pinafore
https://api.github.com/repos/nolanlawson/pinafore
opened
Fix flaky tests
tests
TestCafe tends to complain about these tests being unstable: ``` 114-mute-unmute.js - Can mute and unmute an account 116-follow-requests.js - Can approve and reject follow requests 121-delete-and-redraft.js - delete and redraft reply - delete and redraft reply within thread ```
1.0
Fix flaky tests - TestCafe tends to complain about these tests being unstable: ``` 114-mute-unmute.js - Can mute and unmute an account 116-follow-requests.js - Can approve and reject follow requests 121-delete-and-redraft.js - delete and redraft reply - delete and redraft reply within thread ```
test
fix flaky tests testcafe tends to complain about these tests being unstable mute unmute js can mute and unmute an account follow requests js can approve and reject follow requests delete and redraft js delete and redraft reply delete and redraft reply within thread
1
239,012
19,804,447,073
IssuesEvent
2022-01-19 04:01:32
apache/shardingsphere
https://api.github.com/repos/apache/shardingsphere
closed
PostgreSQL integration test error case tbl and empty_rules
in: test
## Bug Report **For English only**, other languages will not accept. Before report a bug, make sure you have: - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues). - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview)....
1.0
PostgreSQL integration test error case tbl and empty_rules - ## Bug Report **For English only**, other languages will not accept. Before report a bug, make sure you have: - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues). - Read documentation: [ShardingSphere Doc](htt...
test
postgresql integration test error case tbl and empty rules bug report for english only other languages will not accept before report a bug make sure you have searched open and closed read documentation please pay attention on issues you submitted because we maybe need more detail...
1
169,894
6,419,817,693
IssuesEvent
2017-08-08 22:09:44
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
revisit LinearSystemSolver api
priority: low team: manipulation type: cleanup
Thinking more about it, I think we need to improve the consistency of the LinearSystemSolver with the rest of MathematicalProgram. I think that if one were to add (only) a bunch of linear constraints and call solve, then it should return infeasible if that system cannot be solved to tolerance. In order to use the ap...
1.0
revisit LinearSystemSolver api - Thinking more about it, I think we need to improve the consistency of the LinearSystemSolver with the rest of MathematicalProgram. I think that if one were to add (only) a bunch of linear constraints and call solve, then it should return infeasible if that system cannot be solved to t...
non_test
revisit linearsystemsolver api thinking more about it i think we need to improve the consistency of the linearsystemsolver with the rest of mathematicalprogram i think that if one were to add only a bunch of linear constraints and call solve then it should return infeasible if that system cannot be solved to t...
0
228,153
17,420,885,916
IssuesEvent
2021-08-04 01:06:33
Boifuba/Ars-Magica
https://api.github.com/repos/Boifuba/Ars-Magica
closed
Lista de magias
documentation
Quero ideias para jogar lista de magia dentro do Foundry, eu tenho essas. 1. Manter tudo em arquivo de texto simples seguindo um padrão permite OtF 2. Fazer numa planilha do excel e importar para o Foundry como PDF 3. Manter a Spell List no GitHub onde todos tem acesso e podem alterar no próprio site.
1.0
Lista de magias - Quero ideias para jogar lista de magia dentro do Foundry, eu tenho essas. 1. Manter tudo em arquivo de texto simples seguindo um padrão permite OtF 2. Fazer numa planilha do excel e importar para o Foundry como PDF 3. Manter a Spell List no GitHub onde todos tem acesso e podem alterar no próprio ...
non_test
lista de magias quero ideias para jogar lista de magia dentro do foundry eu tenho essas manter tudo em arquivo de texto simples seguindo um padrão permite otf fazer numa planilha do excel e importar para o foundry como pdf manter a spell list no github onde todos tem acesso e podem alterar no próprio ...
0
157,456
19,957,335,295
IssuesEvent
2022-01-28 01:52:24
AlexRogalskiy/charts
https://api.github.com/repos/AlexRogalskiy/charts
opened
CVE-2022-0355 (High) detected in simple-get-3.1.0.tgz
security vulnerability
## CVE-2022-0355 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>simple-get-3.1.0.tgz</b></p></summary> <p>Simplest way to make http get requests. Supports HTTPS, redirects, gzip/defla...
True
CVE-2022-0355 (High) detected in simple-get-3.1.0.tgz - ## CVE-2022-0355 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>simple-get-3.1.0.tgz</b></p></summary> <p>Simplest way to make ...
non_test
cve high detected in simple get tgz cve high severity vulnerability vulnerable library simple get tgz simplest way to make http get requests supports https redirects gzip deflate streams in library home page a href path to dependency file package json path to vu...
0
82,198
7,834,033,799
IssuesEvent
2018-06-16 07:40:38
Arkhee/sdage-consultations2018
https://api.github.com/repos/Arkhee/sdage-consultations2018
closed
Message erreur : avis : rédaction d'une justification
a tester
j'ai fait un copier/coller dans la case justification : voir le texte ci dessous. lorsque je sauvegarde l'avis, un message d'erreur s'affiche : erreur pour import de la pièce jointe : extension interdite. l''avis est sauvegardé malgré tout. Si je valide, j'ai le même message d'erreur, mais la validation est ok. Etat...
1.0
Message erreur : avis : rédaction d'une justification - j'ai fait un copier/coller dans la case justification : voir le texte ci dessous. lorsque je sauvegarde l'avis, un message d'erreur s'affiche : erreur pour import de la pièce jointe : extension interdite. l''avis est sauvegardé malgré tout. Si je valide, j'ai le m...
test
message erreur avis rédaction d une justification j ai fait un copier coller dans la case justification voir le texte ci dessous lorsque je sauvegarde l avis un message d erreur s affiche erreur pour import de la pièce jointe extension interdite l avis est sauvegardé malgré tout si je valide j ai le m...
1
8,834
8,425,139,895
IssuesEvent
2018-10-16 00:51:30
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
No description for step 9.
assigned-to-author doc-enhancement service-bus-relay/svc triaged
As per the title, there's no description for step 9. which is named "Message" on the architecture-processing-of-incoming-relay-requests diagram. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: deea65e5-431c-ca5e-116d-f909056b9867 * Version I...
1.0
No description for step 9. - As per the title, there's no description for step 9. which is named "Message" on the architecture-processing-of-incoming-relay-requests diagram. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: deea65e5-431c-ca5e-...
non_test
no description for step as per the title there s no description for step which is named message on the architecture processing of incoming relay requests diagram document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version...
0
341,128
30,567,563,159
IssuesEvent
2023-07-20 19:02:32
gujamark/cicd-final
https://api.github.com/repos/gujamark/cicd-final
opened
56922d8 failed unit and formatting tests.
ci-pytest ci-black
Automatically generated message 56922d8ba77d0dbce2f00115f9cb13e33a960647 failed unit and formatting tests. Pytest report: https://gujamark.github.io/cicd-reports/56922d8ba77d0dbce2f00115f9cb13e33a960647-1689879748/pytest.html Black report: https://gujamark.github.io/cicd-reports/56922d8ba77d0dbce2f00115f9cb13e33a96064...
1.0
56922d8 failed unit and formatting tests. - Automatically generated message 56922d8ba77d0dbce2f00115f9cb13e33a960647 failed unit and formatting tests. Pytest report: https://gujamark.github.io/cicd-reports/56922d8ba77d0dbce2f00115f9cb13e33a960647-1689879748/pytest.html Black report: https://gujamark.github.io/cicd-rep...
test
failed unit and formatting tests automatically generated message failed unit and formatting tests pytest report black report
1
37,485
5,117,166,073
IssuesEvent
2017-01-07 13:48:47
silvermcd123/WOWPT
https://api.github.com/repos/silvermcd123/WOWPT
reopened
Quest - Fire at will!
BUG Não testado! Prioridade : Média Quests TBC
Ao usar o item naturalized ammunition não dá para controlar o fel cannon.
1.0
Quest - Fire at will! - Ao usar o item naturalized ammunition não dá para controlar o fel cannon.
test
quest fire at will ao usar o item naturalized ammunition não dá para controlar o fel cannon
1
63,117
6,826,556,189
IssuesEvent
2017-11-08 14:30:37
drud/ddev
https://api.github.com/repos/drud/ddev
closed
As a front-end developer, I want access to common tools.
hibernate needs docs needs tests
## What happened (or feature request): Feature request. ## What you expected to happen: Many users in the role of site-builder, themer, and/or front-end developer are used to having access to tools (e.g. sass, less, gulp, grunt, compass, etc.) readily available. For local development, our images should support...
1.0
As a front-end developer, I want access to common tools. - ## What happened (or feature request): Feature request. ## What you expected to happen: Many users in the role of site-builder, themer, and/or front-end developer are used to having access to tools (e.g. sass, less, gulp, grunt, compass, etc.) readily ...
test
as a front end developer i want access to common tools what happened or feature request feature request what you expected to happen many users in the role of site builder themer and or front end developer are used to having access to tools e g sass less gulp grunt compass etc readily ...
1
277,590
24,088,012,005
IssuesEvent
2022-09-19 12:40:56
Tencent/bk-job
https://api.github.com/repos/Tencent/bk-job
closed
perf: 任务的操作记录体验优化
kind/enhancement stage/test accepted
当前所处于的执行记录,在操作记录列表中建议不要带链接了,文字上说明是当前页面即可? <img width="1580" alt="image" src="https://user-images.githubusercontent.com/3852595/189122013-3f18b222-6ca4-4335-aac5-89d9d58987bf.png"> `ZH` (当前正在展示的内容) `EN` ( Currently displayed )
1.0
perf: 任务的操作记录体验优化 - 当前所处于的执行记录,在操作记录列表中建议不要带链接了,文字上说明是当前页面即可? <img width="1580" alt="image" src="https://user-images.githubusercontent.com/3852595/189122013-3f18b222-6ca4-4335-aac5-89d9d58987bf.png"> `ZH` (当前正在展示的内容) `EN` ( Currently displayed )
test
perf 任务的操作记录体验优化 当前所处于的执行记录,在操作记录列表中建议不要带链接了,文字上说明是当前页面即可? img width alt image src zh (当前正在展示的内容) en currently displayed
1
129,442
10,574,943,323
IssuesEvent
2019-10-07 14:52:32
kcigeospatial/Fred_Co_Land-Management
https://api.github.com/repos/kcigeospatial/Fred_Co_Land-Management
closed
Plumbing and Electrical Trade License Cards
Ready for Test Env. Retest
Is it possible to bold the text on the license cards so it stands out more in front of the seal ?? ![image](https://user-images.githubusercontent.com/47611580/66068901-7073e800-e51c-11e9-87a2-7c790d072819.png) I know this was QC'ed but looking at it again in final walk through it is a little hard to read.
2.0
Plumbing and Electrical Trade License Cards - Is it possible to bold the text on the license cards so it stands out more in front of the seal ?? ![image](https://user-images.githubusercontent.com/47611580/66068901-7073e800-e51c-11e9-87a2-7c790d072819.png) I know this was QC'ed but looking at it again in final walk...
test
plumbing and electrical trade license cards is it possible to bold the text on the license cards so it stands out more in front of the seal i know this was qc ed but looking at it again in final walk through it is a little hard to read
1
118,399
9,986,195,180
IssuesEvent
2019-07-10 18:28:45
longhorn/longhorn
https://api.github.com/repos/longhorn/longhorn
closed
test: test_restore_inc failed
area/test bug
Version: v0.5.0-rc3 ``` + flake8 . + py.test -v . -x -s -k test_restore_inc ============================= test session starts ============================== platform linux2 -- Python 2.7.14, pytest-2.9.2, py-1.8.0, pluggy-0.3.1 -- /usr/local/bin/python cachedir: .cache rootdir: /integration/tests, inifile: collecting ...
1.0
test: test_restore_inc failed - Version: v0.5.0-rc3 ``` + flake8 . + py.test -v . -x -s -k test_restore_inc ============================= test session starts ============================== platform linux2 -- Python 2.7.14, pytest-2.9.2, py-1.8.0, pluggy-0.3.1 -- /usr/local/bin/python cachedir: .cache rootdir: /integra...
test
test test restore inc failed version py test v x s k test restore inc test session starts platform python pytest py pluggy usr local bin python cachedir cache rootdir integration tests in...
1
361,757
10,719,893,167
IssuesEvent
2019-10-26 13:48:45
ehimennlab/ProjectE-2019
https://api.github.com/repos/ehimennlab/ProjectE-2019
opened
起動に失敗する
Priority: high bug
## WHY - 起動に失敗する ## WHAT - DBの接続設定を修正する ## REF ```bash Illuminate\Database\QueryException : SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_schema.tables where table_schema = database and table_name = migrations and table_type = 'BASE TABLE') ```
1.0
起動に失敗する - ## WHY - 起動に失敗する ## WHAT - DBの接続設定を修正する ## REF ```bash Illuminate\Database\QueryException : SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_schema.tables where table_schema = database and table_name = migrations and table_type = 'BASE TABLE') ```
non_test
起動に失敗する why 起動に失敗する what dbの接続設定を修正する ref bash illuminate database queryexception sqlstate connection refused sql select from information schema tables where table schema database and table name migrations and table type base table
0
201,200
15,179,262,291
IssuesEvent
2021-02-14 18:49:02
Thy-Vipe/BeastsOfBermuda-issues
https://api.github.com/repos/Thy-Vipe/BeastsOfBermuda-issues
closed
[Bug] Hovering over a saved skin applies it but doesn't save it on the character
Gameplay bug tester-team
_Originally written by **Detestation | 76561198019845935**_ Game Version: 1.1.991 *===== System Specs ===== CPU Brand: Intel(R) Core(TM) i7-8086K CPU @ 4.00GHz Vendor: GenuineIntel GPU Brand: NVIDIA GeForce RTX 2080 SUPER GPU Driver Info: Unknown Num CPU Cores: 6 ===================* Context: **with skins** Map: Riva...
1.0
[Bug] Hovering over a saved skin applies it but doesn't save it on the character - _Originally written by **Detestation | 76561198019845935**_ Game Version: 1.1.991 *===== System Specs ===== CPU Brand: Intel(R) Core(TM) i7-8086K CPU @ 4.00GHz Vendor: GenuineIntel GPU Brand: NVIDIA GeForce RTX 2080 SUPER GPU Driver Inf...
test
hovering over a saved skin applies it but doesn t save it on the character originally written by detestation game version system specs cpu brand intel r core tm cpu vendor genuineintel gpu brand nvidia geforce rtx super gpu driver info unknown num cpu cores ...
1
13,431
3,332,839,071
IssuesEvent
2015-11-11 21:58:07
mozilla/pdf.js
https://api.github.com/repos/mozilla/pdf.js
closed
Sync mozilla-central tests with pdf.js repo
1-test
(or remove them from node make mozcentral build) It will be nice to run those tests as part of the testing.
1.0
Sync mozilla-central tests with pdf.js repo - (or remove them from node make mozcentral build) It will be nice to run those tests as part of the testing.
test
sync mozilla central tests with pdf js repo or remove them from node make mozcentral build it will be nice to run those tests as part of the testing
1
298,199
25,798,496,872
IssuesEvent
2022-12-10 20:00:08
PennLINC/xcp_d
https://api.github.com/repos/PennLINC/xcp_d
closed
Workflow tests are not failing on the correct step
bug testing
## Summary The workflow tests do not fail when the workflow itself fails. This appears to be because errors in the workflow run are returning zero exit codes. ## Additional details <!--Please fill in the following details--> - xcp_d version: 0.2.0 ### What were you trying to do? Run the workflow tests on br...
1.0
Workflow tests are not failing on the correct step - ## Summary The workflow tests do not fail when the workflow itself fails. This appears to be because errors in the workflow run are returning zero exit codes. ## Additional details <!--Please fill in the following details--> - xcp_d version: 0.2.0 ### What w...
test
workflow tests are not failing on the correct step summary the workflow tests do not fail when the workflow itself fails this appears to be because errors in the workflow run are returning zero exit codes additional details xcp d version what were you trying to do run the workflow ...
1
111,025
4,448,697,782
IssuesEvent
2016-08-22 01:45:32
openshift/origin
https://api.github.com/repos/openshift/origin
closed
/projects should be watchable
component/restapi priority/P2
UIs need to be able to watch when the ProjectList at /projects changes. There’s no way in the Openshift API to watch projects. Since a project IS A namespace … one would think you could watch namespaces instead and infer the existence of projects. But that’s not possible for folks without cluster admin level privile...
1.0
/projects should be watchable - UIs need to be able to watch when the ProjectList at /projects changes. There’s no way in the Openshift API to watch projects. Since a project IS A namespace … one would think you could watch namespaces instead and infer the existence of projects. But that’s not possible for folks wit...
non_test
projects should be watchable uis need to be able to watch when the projectlist at projects changes there’s no way in the openshift api to watch projects since a project is a namespace … one would think you could watch namespaces instead and infer the existence of projects but that’s not possible for folks wit...
0
289,935
32,010,997,273
IssuesEvent
2023-09-21 17:59:27
cds-snc/notification-planning
https://api.github.com/repos/cds-snc/notification-planning
closed
Create a new endpoint to receive alerts when an api key is found in public repos
Security | Sécurité
## Description As Notify API, I need to be able to receive alerts from SRE's Github Secret Scanning Service so that I can revoke compromised API keys and inform key owners of the revocation. WHY are we building? To facilitate use of Github's secret scanning service to identify compromised keys and revoke them to decre...
True
Create a new endpoint to receive alerts when an api key is found in public repos - ## Description As Notify API, I need to be able to receive alerts from SRE's Github Secret Scanning Service so that I can revoke compromised API keys and inform key owners of the revocation. WHY are we building? To facilitate use of Git...
non_test
create a new endpoint to receive alerts when an api key is found in public repos description as notify api i need to be able to receive alerts from sre s github secret scanning service so that i can revoke compromised api keys and inform key owners of the revocation why are we building to facilitate use of git...
0
266,654
23,252,348,876
IssuesEvent
2022-08-04 05:51:35
Uuvana-Studios/longvinter-windows-client
https://api.github.com/repos/Uuvana-Studios/longvinter-windows-client
closed
I cant upgrade second floor
Bug Not Tested
![lv](https://user-images.githubusercontent.com/109627277/182761551-8c25af4b-b8cc-4d60-9c49-9a7ec17e8fae.png) ![lv2](https://user-images.githubusercontent.com/109627277/182761559-71d2e4bb-a603-4c9d-af9c-2e6262403da0.png) ![lv3](https://user-images.githubusercontent.com/109627277/182761564-8a20a7f7-76d6-446e-81c7-f0da...
1.0
I cant upgrade second floor - ![lv](https://user-images.githubusercontent.com/109627277/182761551-8c25af4b-b8cc-4d60-9c49-9a7ec17e8fae.png) ![lv2](https://user-images.githubusercontent.com/109627277/182761559-71d2e4bb-a603-4c9d-af9c-2e6262403da0.png) ![lv3](https://user-images.githubusercontent.com/109627277/1827615...
test
i cant upgrade second floor i can t upgrade my house because it says i don t have space outside windows game version
1
116,714
24,971,293,353
IssuesEvent
2022-11-02 01:35:33
thesofproject/linux
https://api.github.com/repos/thesofproject/linux
closed
[BUG] max98373 sdw: PARITY error detected before INT mask is enabled
bug P3 codec SDW MAX98373
**Describe the bug** We observed this issue in our daily test(17120), this issue happened during the suspend/resume test on TGL Volteer Chromebook. This issue is hard to reproduce and no reproductions so far. **dmesg** ``` [ 8439.793530] kernel: soundwire_bus:sdw_extract_slave_id: soundwire sdw-master-1: SDW Sla...
1.0
[BUG] max98373 sdw: PARITY error detected before INT mask is enabled - **Describe the bug** We observed this issue in our daily test(17120), this issue happened during the suspend/resume test on TGL Volteer Chromebook. This issue is hard to reproduce and no reproductions so far. **dmesg** ``` [ 8439.793530] kern...
non_test
sdw parity error detected before int mask is enabled describe the bug we observed this issue in our daily test this issue happened during the suspend resume test on tgl volteer chromebook this issue is hard to reproduce and no reproductions so far dmesg kernel soundwire bus sdw extrac...
0
670,851
22,707,256,622
IssuesEvent
2022-07-05 15:39:05
wasmerio/wasmer
https://api.github.com/repos/wasmerio/wasmer
closed
Rust nightly with `generic_const_exprs`: error: linking with `cc` failed: exit status: 1
🐞 bug priority-low
<!-- Thanks for the bug report! --> ### Describe the bug `cargo build` fails when `#![feature(generic_const_exprs)]` is combined with non empty native function. ```sh N/A | rustc 1.64.0-nightly (ddcbba036 2022-06-29) | x86_64 ``` ### Steps to reproduce Build this code with nightly. ```rust #![feature(g...
1.0
Rust nightly with `generic_const_exprs`: error: linking with `cc` failed: exit status: 1 - <!-- Thanks for the bug report! --> ### Describe the bug `cargo build` fails when `#![feature(generic_const_exprs)]` is combined with non empty native function. ```sh N/A | rustc 1.64.0-nightly (ddcbba036 2022-06-29) | x8...
non_test
rust nightly with generic const exprs error linking with cc failed exit status describe the bug cargo build fails when is combined with non empty native function sh n a rustc nightly steps to reproduce build this code with nightly rust ...
0
546,282
16,008,357,432
IssuesEvent
2021-04-20 07:27:03
enso-org/ide
https://api.github.com/repos/enso-org/ide
closed
IDE does not recognize correctly error messages received through binary socket
Category: Controllers Difficulty: Core Contributor Priority: High Type: Bug Type: Enhancement
<!-- Please ensure that you are using the latest version of Enso IDE before reporting the bug! It may have been fixed since. --> ### General Summary If there is an execution error for an attached visualization, the Language Server sends a message through binary protocol. Currently handler is able to deserializ...
1.0
IDE does not recognize correctly error messages received through binary socket - <!-- Please ensure that you are using the latest version of Enso IDE before reporting the bug! It may have been fixed since. --> ### General Summary If there is an execution error for an attached visualization, the Language Server ...
non_test
ide does not recognize correctly error messages received through binary socket please ensure that you are using the latest version of enso ide before reporting the bug it may have been fixed since general summary if there is an execution error for an attached visualization the language server ...
0
741,939
25,829,140,149
IssuesEvent
2022-12-12 14:58:24
radicle-dev/drips-app-v2
https://api.github.com/repos/radicle-dev/drips-app-v2
closed
Make mobile work correctly
landing page high priority
It still has some weird overflow issue. <img width="392" alt="image" src="https://user-images.githubusercontent.com/4406983/204981735-154f9208-ea71-4abe-9a94-8833310b49da.png">
1.0
Make mobile work correctly - It still has some weird overflow issue. <img width="392" alt="image" src="https://user-images.githubusercontent.com/4406983/204981735-154f9208-ea71-4abe-9a94-8833310b49da.png">
non_test
make mobile work correctly it still has some weird overflow issue img width alt image src
0
39,673
16,065,213,277
IssuesEvent
2021-04-23 17:57:32
hashicorp/terraform-provider-aws
https://api.github.com/repos/hashicorp/terraform-provider-aws
closed
Creation of multiple aws_elb randomly timeout
bug service/elb stale
_This issue was originally opened by @ChristopheSchmitz as hashicorp/terraform#12290. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ <hr> Hi there, Thank you for opening an issue. Pleas...
1.0
Creation of multiple aws_elb randomly timeout - _This issue was originally opened by @ChristopheSchmitz as hashicorp/terraform#12290. It was migrated here as part of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ <hr> Hi...
non_test
creation of multiple aws elb randomly timeout this issue was originally opened by christopheschmitz as hashicorp terraform it was migrated here as part of the the original body of the issue is below hi there thank you for opening an issue please note that we try to keep the terraform issue tra...
0
10,153
7,927,928,852
IssuesEvent
2018-07-06 09:44:43
vector-im/riot-web
https://api.github.com/repos/vector-im/riot-web
closed
Disambiguation algorithm should ignore whitespace
bug help-wanted major p1 security
<!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You can also preview your report before submitting it. You may remove sections that aren't relevant to your particular c...
True
Disambiguation algorithm should ignore whitespace - <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You can also preview your report before submitting it. You may remove...
non_test
disambiguation algorithm should ignore whitespace this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove...
0
149,571
23,492,690,722
IssuesEvent
2022-08-17 20:28:31
Open-Bootcamp/productos-km0
https://api.github.com/repos/Open-Bootcamp/productos-km0
closed
Diseñar vista de login
design
Como usuario, quiero diseñar la vista de inicio de sesión de la app - [x] Diseñar vista con formulario de inicio de sesión con los campos requeridos username/email y password - [x] Diseñar casos de error y alertas en el formulario - [x] Compartir con desarrollo
1.0
Diseñar vista de login - Como usuario, quiero diseñar la vista de inicio de sesión de la app - [x] Diseñar vista con formulario de inicio de sesión con los campos requeridos username/email y password - [x] Diseñar casos de error y alertas en el formulario - [x] Compartir con desarrollo
non_test
diseñar vista de login como usuario quiero diseñar la vista de inicio de sesión de la app diseñar vista con formulario de inicio de sesión con los campos requeridos username email y password diseñar casos de error y alertas en el formulario compartir con desarrollo
0
319,755
27,399,214,872
IssuesEvent
2023-02-28 22:31:51
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: Chrome UI Functional Tests.test/functional/apps/dashboard/group5/dashboard_error_handling·ts - dashboard app - group 1 dashboard error handling correctly loads default index pattern on first load with an error embeddable
Feature:Dashboard Team:Presentation failed-test
A test failed on a tracked branch ``` Error: retry.tryForTime timeout: ElementNotInteractableError: element not interactable (Session info: headless chrome=109.0.5414.119) at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:524:15) at parseHttpResponse (node_modules/selenium-webdriver/l...
1.0
Failing test: Chrome UI Functional Tests.test/functional/apps/dashboard/group5/dashboard_error_handling·ts - dashboard app - group 1 dashboard error handling correctly loads default index pattern on first load with an error embeddable - A test failed on a tracked branch ``` Error: retry.tryForTime timeout: ElementNotI...
test
failing test chrome ui functional tests test functional apps dashboard dashboard error handling·ts dashboard app group dashboard error handling correctly loads default index pattern on first load with an error embeddable a test failed on a tracked branch error retry tryfortime timeout elementnotintera...
1
332,052
29,181,466,392
IssuesEvent
2023-05-19 12:16:26
keep-starknet-strange/madara
https://api.github.com/repos/keep-starknet-strange/madara
closed
feat(test): create fixture and tests for cases where there are too many pending transactions or events
enhancement good first issue testing
# Feature Request **Describe the Feature Request** Currently, it is possible for transactions to fail if PendingTransactions storage is full. We'll need to reproduce in testing environment the case where this storage is full and properly generate the corresponding error. Same goes for events. <!-- A clear...
1.0
feat(test): create fixture and tests for cases where there are too many pending transactions or events - # Feature Request **Describe the Feature Request** Currently, it is possible for transactions to fail if PendingTransactions storage is full. We'll need to reproduce in testing environment the case where thi...
test
feat test create fixture and tests for cases where there are too many pending transactions or events feature request describe the feature request currently it is possible for transactions to fail if pendingtransactions storage is full we ll need to reproduce in testing environment the case where thi...
1
141,849
11,438,937,693
IssuesEvent
2020-02-05 05:33:58
djyoon956/OWL
https://api.github.com/repos/djyoon956/OWL
closed
[칸반보드] 테스트1
test
- [x] 댓글 달때 이름 안 나옴 - [ ] 사진도 안 나옴 - [x] 댓글 단 후, @ 사용 시 이름 목록 뜨지 않음 - [x] 댓글 margin top 늘렸으면 좋겠음 - [x] 칸반 컬럼 길이가 OPEN 또는 CLOSE 길이와 같으면 좋을 것 같음 - [x] 종종 칸반보드가 전혀 보이지 않음(예를들어 Family_C 칸반보드 내용 하나도 안보임ㅜㅜ) - [x] 라벨 없이 이슈 insert 한 후, 다시 수정하면 비동기로 수정 되지 않음(refresh 해야 보임) - badgeicon 색상변경하기 - [x] 라벨목록 글씨크기 변경 - [ ]...
1.0
[칸반보드] 테스트1 - - [x] 댓글 달때 이름 안 나옴 - [ ] 사진도 안 나옴 - [x] 댓글 단 후, @ 사용 시 이름 목록 뜨지 않음 - [x] 댓글 margin top 늘렸으면 좋겠음 - [x] 칸반 컬럼 길이가 OPEN 또는 CLOSE 길이와 같으면 좋을 것 같음 - [x] 종종 칸반보드가 전혀 보이지 않음(예를들어 Family_C 칸반보드 내용 하나도 안보임ㅜㅜ) - [x] 라벨 없이 이슈 insert 한 후, 다시 수정하면 비동기로 수정 되지 않음(refresh 해야 보임) - badgeicon 색상변경하기 - [x] 라벨목록 글...
test
댓글 달때 이름 안 나옴 사진도 안 나옴 댓글 단 후 사용 시 이름 목록 뜨지 않음 댓글 margin top 늘렸으면 좋겠음 칸반 컬럼 길이가 open 또는 close 길이와 같으면 좋을 것 같음 종종 칸반보드가 전혀 보이지 않음 예를들어 family c 칸반보드 내용 하나도 안보임ㅜㅜ 라벨 없이 이슈 insert 한 후 다시 수정하면 비동기로 수정 되지 않음 refresh 해야 보임 badgeicon 색상변경하기 라벨목록 글씨크기 변경 댓글 작성 시 이모티...
1
235,186
19,306,529,706
IssuesEvent
2021-12-13 12:08:41
eclipse/sumo
https://api.github.com/repos/eclipse/sumo
closed
Clarify that subscription filters do only work for ego objects of type vehicle
c:traci c:doc test needed subscriptions
Currently, no warning is printed if the ego object (command ID) is of a different domain than 'vehicle' and subscription filters are applied. The documentation also lacks this clarification.
1.0
Clarify that subscription filters do only work for ego objects of type vehicle - Currently, no warning is printed if the ego object (command ID) is of a different domain than 'vehicle' and subscription filters are applied. The documentation also lacks this clarification.
test
clarify that subscription filters do only work for ego objects of type vehicle currently no warning is printed if the ego object command id is of a different domain than vehicle and subscription filters are applied the documentation also lacks this clarification
1
174,862
13,523,995,353
IssuesEvent
2020-09-15 10:49:53
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
[CI] MultiClusterSearchWithSecurityYamlTestSuiteIT.test {yaml=multi_cluster/100_resolve_index/Resolve index with indices, aliases, and data streams}
:Core/Features/Data streams >test-failure Team:Core/Features
**Build scan**: https://gradle-enterprise.elastic.co/s/emjptdsize7rk **Repro line**: ./gradlew ':x-pack:qa:multi-cluster-search-security:mixed-cluster' --tests "org.elasticsearch.xpack.security.MultiClusterSearchWithSecurityYamlTestSuiteIT.test {yaml=multi_cluster/100_resolve_index/Resolve index with indices, aliase...
1.0
[CI] MultiClusterSearchWithSecurityYamlTestSuiteIT.test {yaml=multi_cluster/100_resolve_index/Resolve index with indices, aliases, and data streams} - **Build scan**: https://gradle-enterprise.elastic.co/s/emjptdsize7rk **Repro line**: ./gradlew ':x-pack:qa:multi-cluster-search-security:mixed-cluster' --tests "org.e...
test
multiclustersearchwithsecurityyamltestsuiteit test yaml multi cluster resolve index resolve index with indices aliases and data streams build scan repro line gradlew x pack qa multi cluster search security mixed cluster tests org elasticsearch xpack security multiclustersearchwithsecuri...
1
35,688
32,031,593,082
IssuesEvent
2023-09-22 12:43:48
finos/FDC3
https://api.github.com/repos/finos/FDC3
opened
Update npm-build action and other github actions to later version of node
project infrastructure
During NPM module build and deploy I noted a deprecation message as the job is still set up to use node12 and being rolled forward to node 16. We should update all actions to node 20 as it is the current release and as an LTS it should be good until mid-2026.
1.0
Update npm-build action and other github actions to later version of node - During NPM module build and deploy I noted a deprecation message as the job is still set up to use node12 and being rolled forward to node 16. We should update all actions to node 20 as it is the current release and as an LTS it should be go...
non_test
update npm build action and other github actions to later version of node during npm module build and deploy i noted a deprecation message as the job is still set up to use and being rolled forward to node we should update all actions to node as it is the current release and as an lts it should be good unti...
0
242,781
20,263,184,388
IssuesEvent
2022-02-15 09:35:55
pixeline/bugs
https://api.github.com/repos/pixeline/bugs
closed
Impossible to add a project to a user !
enhancement Not a bug but config Fixed If OK -> Close it Locally tested and fine
En v1.87be il est toujours impossible d'ajouter /modifier un projet à un utilisateur par le menu Users La liste est toujours sur NULL pour un utilisateur ou même un manager !!! ![image](https://user-images.githubusercontent.com/79452305/152693112-2359eff3-a242-4278-959e-e3c0013a218e.png)
1.0
Impossible to add a project to a user ! - En v1.87be il est toujours impossible d'ajouter /modifier un projet à un utilisateur par le menu Users La liste est toujours sur NULL pour un utilisateur ou même un manager !!! ![image](https://user-images.githubusercontent.com/79452305/152693112-2359eff3-a242-4278-959e-e3c...
test
impossible to add a project to a user en il est toujours impossible d ajouter modifier un projet à un utilisateur par le menu users la liste est toujours sur null pour un utilisateur ou même un manager
1
60,963
7,432,295,093
IssuesEvent
2018-03-25 23:14:51
tc39/proposal-pattern-matching
https://api.github.com/repos/tc39/proposal-pattern-matching
closed
Support multiple parameters to pattern matching
design idea
While JavaScript doesn't have a formal concept of a tuple, matching multiple values in one statement rather than using nested `match` statements would be nice. A proposed syntax using commas draws from [Swift](https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/ControlF...
1.0
Support multiple parameters to pattern matching - While JavaScript doesn't have a formal concept of a tuple, matching multiple values in one statement rather than using nested `match` statements would be nice. A proposed syntax using commas draws from [Swift](https://developer.apple.com/library/content/documentation/Sw...
non_test
support multiple parameters to pattern matching while javascript doesn t have a formal concept of a tuple matching multiple values in one statement rather than using nested match statements would be nice a proposed syntax using commas draws from javascript match a b x t handle case...
0
284,889
21,475,855,833
IssuesEvent
2022-04-26 13:36:53
sveltejs/kit
https://api.github.com/repos/sveltejs/kit
closed
[Docs] %svelte.body% and %svelte.head% are undocumented
documentation p2-nice-to-have
### Describe the problem I think `%svelte.body%` and `config.kit.target` is redundant. ### Describe the proposed solution I suggest to automatically detect %svelte.body% placeholder in app.html (resp. in defined template html file) and remove this option from config. Also it should be fine to create docs about...
1.0
[Docs] %svelte.body% and %svelte.head% are undocumented - ### Describe the problem I think `%svelte.body%` and `config.kit.target` is redundant. ### Describe the proposed solution I suggest to automatically detect %svelte.body% placeholder in app.html (resp. in defined template html file) and remove this optio...
non_test
svelte body and svelte head are undocumented describe the problem i think svelte body and config kit target is redundant describe the proposed solution i suggest to automatically detect svelte body placeholder in app html resp in defined template html file and remove this option fro...
0
253,211
21,661,935,240
IssuesEvent
2022-05-06 20:18:38
sourcegraph/sec-pr-audit-trail
https://api.github.com/repos/sourcegraph/sec-pr-audit-trail
closed
sourcegraph/sourcegraph#33792: "Clarify benefits of running batch changes server-side"
exception/test-plan sourcegraph/sourcegraph
https://github.com/sourcegraph/sourcegraph/pull/33792 "Clarify benefits of running batch changes server-side" **has no test plan**. Learn more about test plans in our [testing guidelines](https://docs.sourcegraph.com/dev/background-information/testing_principles#test-plans). @malomarrec please comment in this issue w...
1.0
sourcegraph/sourcegraph#33792: "Clarify benefits of running batch changes server-side" - https://github.com/sourcegraph/sourcegraph/pull/33792 "Clarify benefits of running batch changes server-side" **has no test plan**. Learn more about test plans in our [testing guidelines](https://docs.sourcegraph.com/dev/backgroun...
test
sourcegraph sourcegraph clarify benefits of running batch changes server side clarify benefits of running batch changes server side has no test plan learn more about test plans in our malomarrec please comment in this issue with an explanation for this exception and close this issue
1
158,431
20,025,265,659
IssuesEvent
2022-02-01 20:33:28
mojaloop/project
https://api.github.com/repos/mojaloop/project
closed
Update repos to use new mojaloop naming conventions
story oss-security_advisory&support
## **Goal**: `As a` newcomer to the community `I want to` have clearly established repo naming conventions `so that` I can easily reason about which repos are for what purpose **Acceptance Criteria**: - [ ] Mojaloop GitHub repositories' names are informative indicating whether they're services, libraries, etc. and...
True
Update repos to use new mojaloop naming conventions - ## **Goal**: `As a` newcomer to the community `I want to` have clearly established repo naming conventions `so that` I can easily reason about which repos are for what purpose **Acceptance Criteria**: - [ ] Mojaloop GitHub repositories' names are informative in...
non_test
update repos to use new mojaloop naming conventions goal as a newcomer to the community i want to have clearly established repo naming conventions so that i can easily reason about which repos are for what purpose acceptance criteria mojaloop github repositories names are informative indi...
0
242,574
20,254,104,260
IssuesEvent
2022-02-14 21:03:40
rspott/WAF-test02
https://api.github.com/repos/rspott/WAF-test02
opened
Integrate network logs into a Security Information and Event Management (SIEM)
WARP-Import test1 Security Security & Compliance Network Security
<a href="https://docs.microsoft.com/azure/architecture/framework/security/monitor-security-operations#leverage-native-detections-and-controls">Integrate network logs into a Security Information and Event Management (SIEM)</a> <p><b>Why Consider This?</b></p> Integrating logs from the network devices, and even raw...
1.0
Integrate network logs into a Security Information and Event Management (SIEM) - <a href="https://docs.microsoft.com/azure/architecture/framework/security/monitor-security-operations#leverage-native-detections-and-controls">Integrate network logs into a Security Information and Event Management (SIEM)</a> <p><b>Why ...
test
integrate network logs into a security information and event management siem why consider this integrating logs from the network devices and even raw network traffic itself will provide greater visibility into potential security threats flowing over the wire context the modern machine l...
1
287,699
24,853,163,944
IssuesEvent
2022-10-26 22:12:09
microsoft/vscode-python
https://api.github.com/repos/microsoft/vscode-python
opened
Finalize pytest discovery logic
feature-request area-testing
Pytest discovery is currently in its first draft. This logic is complex and therefore likely needs many rounds of reviews at this stage to make sure it is correct, efficient, and resistant to bugs.
1.0
Finalize pytest discovery logic - Pytest discovery is currently in its first draft. This logic is complex and therefore likely needs many rounds of reviews at this stage to make sure it is correct, efficient, and resistant to bugs.
test
finalize pytest discovery logic pytest discovery is currently in its first draft this logic is complex and therefore likely needs many rounds of reviews at this stage to make sure it is correct efficient and resistant to bugs
1
312,268
9,545,199,355
IssuesEvent
2019-05-01 16:20:29
w0rm/elm-physics
https://api.github.com/repos/w0rm/elm-physics
closed
Task: benchmark variations on sphere-convex collision detection.
performance priority low
There are several possible strategies differing in the order in which elements -- faces, edges, or vertices -- are tested. Of the 6 possible permutations, "faces then edges then vertices" or "vertices then edges then faces" seem like the most promising alternatives to the current one "vertices then faces then edges"...
1.0
Task: benchmark variations on sphere-convex collision detection. - There are several possible strategies differing in the order in which elements -- faces, edges, or vertices -- are tested. Of the 6 possible permutations, "faces then edges then vertices" or "vertices then edges then faces" seem like the most promisi...
non_test
task benchmark variations on sphere convex collision detection there are several possible strategies differing in the order in which elements faces edges or vertices are tested of the possible permutations faces then edges then vertices or vertices then edges then faces seem like the most promisi...
0
198,597
14,988,451,062
IssuesEvent
2021-01-29 01:17:09
yuri-norwood/dotfiles
https://api.github.com/repos/yuri-norwood/dotfiles
opened
[NEW]: Add action to preform tests
actions enhancement test
**Configuration for:** GitHub **Files required:** Add a `.github/workflows/testing.yml` file to contain test jobs to ensure no configuration is broken during a merge.
1.0
[NEW]: Add action to preform tests - **Configuration for:** GitHub **Files required:** Add a `.github/workflows/testing.yml` file to contain test jobs to ensure no configuration is broken during a merge.
test
add action to preform tests configuration for github files required add a github workflows testing yml file to contain test jobs to ensure no configuration is broken during a merge
1
40,132
5,277,814,728
IssuesEvent
2017-02-07 05:12:29
linchpinagency/mesh
https://api.github.com/repos/linchpinagency/mesh
closed
Better feedback when updating a section
test-me
Add better feedback to the user that the section has been updated. Right now it doesn't appear as though the section "took" the update.
1.0
Better feedback when updating a section - Add better feedback to the user that the section has been updated. Right now it doesn't appear as though the section "took" the update.
test
better feedback when updating a section add better feedback to the user that the section has been updated right now it doesn t appear as though the section took the update
1
37,948
6,652,878,036
IssuesEvent
2017-09-29 05:00:26
jdickey/grid-demo
https://api.github.com/repos/jdickey/grid-demo
closed
Spin up (semi-)automated deployment
documentation tooling
Document the process for deploying the project to a DIgitalOcean Droplet (VPS instance). Currently, the [tool](https://github.com/jdickey/docker-ansible-test/) used for deployment automation [requires hand editing of configuration variables](https://github.com/jdickey/docker-ansible-test/issues/7) to deploy differin...
1.0
Spin up (semi-)automated deployment - Document the process for deploying the project to a DIgitalOcean Droplet (VPS instance). Currently, the [tool](https://github.com/jdickey/docker-ansible-test/) used for deployment automation [requires hand editing of configuration variables](https://github.com/jdickey/docker-ans...
non_test
spin up semi automated deployment document the process for deploying the project to a digitalocean droplet vps instance currently the used for deployment automation to deploy differing builds of a project and requires that the files containing the ansible playbooks and related data be copied into ea...
0
25,315
4,153,343,803
IssuesEvent
2016-06-16 07:16:15
IDgis/geoportaal-test
https://api.github.com/repos/IDgis/geoportaal-test
closed
Mutatiedatum afwezig in stylesheet statische kaarten
bug gebruikerstest
Als ik alle datums bij een statische kaart invul, dan lijkt het alsof de mutatiedatum afwezig is. Klopt de stylesheet wel? zie https://acc-admin.geoportaaloverijssel.nl/metadata/dc/1b5427c9-9d74-4a79-975d-ca33ccba6d8c.xml Naam statische kaart: AAA Test datum in metadata Datum creatie: 2016-06-01 Datum pub...
1.0
Mutatiedatum afwezig in stylesheet statische kaarten - Als ik alle datums bij een statische kaart invul, dan lijkt het alsof de mutatiedatum afwezig is. Klopt de stylesheet wel? zie https://acc-admin.geoportaaloverijssel.nl/metadata/dc/1b5427c9-9d74-4a79-975d-ca33ccba6d8c.xml Naam statische kaart: AAA Test ...
test
mutatiedatum afwezig in stylesheet statische kaarten als ik alle datums bij een statische kaart invul dan lijkt het alsof de mutatiedatum afwezig is klopt de stylesheet wel zie naam statische kaart aaa test datum in metadata datum creatie datum publicatie datum geldig van d...
1