Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
72,585
3,388,391,317
IssuesEvent
2015-11-29 08:07:45
crutchcorn/stagger
https://api.github.com/repos/crutchcorn/stagger
reopened
Save source filename of tag, use it as default option for write()
auto-migrated Priority-Medium Type-Enhancement
``` This would be nice: tag = stagger.read("track01.mp3") tag[TIT2] = "Foobar baz" tag.write() ``` Original issue reported on code.google.com by `Karoly.Lorentey` on 24 Jun 2009 at 11:18
1.0
Save source filename of tag, use it as default option for write() - ``` This would be nice: tag = stagger.read("track01.mp3") tag[TIT2] = "Foobar baz" tag.write() ``` Original issue reported on code.google.com by `Karoly.Lorentey` on 24 Jun 2009 at 11:18
priority
save source filename of tag use it as default option for write this would be nice tag stagger read tag foobar baz tag write original issue reported on code google com by karoly lorentey on jun at
1
26,592
2,684,883,806
IssuesEvent
2015-03-29 13:36:19
ConEmu/old-issues
https://api.github.com/repos/ConEmu/old-issues
opened
"Keys & Macro / Hide unassigned" doesn't hide all unassigned hotkeys
1 star bug imported Priority-Medium
_From [pfeif...@tzi.de](https://code.google.com/u/113360039766170135044/) on June 26, 2013 07:32:58_ Required information! OS version: Windows 7 Ultimate, 64 bit, SP1, German ConEmu version: ConEmu 130621 [64] *Bug description* If I enable "Hide unassigned" there are still several hotkeys be shown in the list showing "None". *Steps to reproduction* 1. Check the attached screenshot. **Attachment:** [Screenshot.png](http://code.google.com/p/conemu-maximus5/issues/detail?id=1121) _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=1121_
1.0
"Keys & Macro / Hide unassigned" doesn't hide all unassigned hotkeys - _From [pfeif...@tzi.de](https://code.google.com/u/113360039766170135044/) on June 26, 2013 07:32:58_ Required information! OS version: Windows 7 Ultimate, 64 bit, SP1, German ConEmu version: ConEmu 130621 [64] *Bug description* If I enable "Hide unassigned" there are still several hotkeys be shown in the list showing "None". *Steps to reproduction* 1. Check the attached screenshot. **Attachment:** [Screenshot.png](http://code.google.com/p/conemu-maximus5/issues/detail?id=1121) _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=1121_
priority
keys macro hide unassigned doesn t hide all unassigned hotkeys from on june required information os version windows ultimate bit german conemu version conemu bug description if i enable hide unassigned there are still several hotkeys be shown in the list showing none steps to reproduction check the attached screenshot attachment original issue
1
761,896
26,701,342,727
IssuesEvent
2023-01-27 14:38:05
pika-org/pika
https://api.github.com/repos/pika-org/pika
reopened
Test P2300 reference implementation with hipcc
effort: 3 priority: medium category: CI category: HIP M1: P2300 reference implementation
Once #47 is done, we can attempt to add `PIKA_WITH_P2300_REFERENCE_IMPLEMENTATION` to that configuration. Like with CPU-only builds of the P2300 reference implementation the same restrictions most likely apply with HIP as well: - clang + libstdc++ requires clang 14 and libstdc++ 11 for proper coroutines support. - clang + libc++ requires LLVM 11 or newer, possibly 12? - GCC + libstdc++ seems to require GCC 11, but fails to compile on many things (which is why we don't currently have `PIKA_WITH_P2300_REFERENCE_IMPLEMENTATION` enabled with GCC in CI). That means we probably want a HIP build with a HIP version based on llvm 14 or newer and gcc 11 or newer for CI.
1.0
Test P2300 reference implementation with hipcc - Once #47 is done, we can attempt to add `PIKA_WITH_P2300_REFERENCE_IMPLEMENTATION` to that configuration. Like with CPU-only builds of the P2300 reference implementation the same restrictions most likely apply with HIP as well: - clang + libstdc++ requires clang 14 and libstdc++ 11 for proper coroutines support. - clang + libc++ requires LLVM 11 or newer, possibly 12? - GCC + libstdc++ seems to require GCC 11, but fails to compile on many things (which is why we don't currently have `PIKA_WITH_P2300_REFERENCE_IMPLEMENTATION` enabled with GCC in CI). That means we probably want a HIP build with a HIP version based on llvm 14 or newer and gcc 11 or newer for CI.
priority
test reference implementation with hipcc once is done we can attempt to add pika with reference implementation to that configuration like with cpu only builds of the reference implementation the same restrictions most likely apply with hip as well clang libstdc requires clang and libstdc for proper coroutines support clang libc requires llvm or newer possibly gcc libstdc seems to require gcc but fails to compile on many things which is why we don t currently have pika with reference implementation enabled with gcc in ci that means we probably want a hip build with a hip version based on llvm or newer and gcc or newer for ci
1
365,662
10,790,356,062
IssuesEvent
2019-11-05 14:41:03
AY1920S1-CS2113T-W17-3/main
https://api.github.com/repos/AY1920S1-CS2113T-W17-3/main
closed
As an achievement oriented user, I can view the description of an achievement
priority.Medium type.Story
So that I can understand how to achieve it.
1.0
As an achievement oriented user, I can view the description of an achievement - So that I can understand how to achieve it.
priority
as an achievement oriented user i can view the description of an achievement so that i can understand how to achieve it
1
613,981
19,102,684,114
IssuesEvent
2021-11-30 01:17:28
MT-CTF/capturetheflag
https://api.github.com/repos/MT-CTF/capturetheflag
closed
Place barriers at runtime, and keep the schem clean
Medium Priority Proposal/Suggestion :gear: Maps
Doing so would: - Make it a lot easier to replace all nodes in the middle with barrier nodes, as we'd know what the original nodes are. We could even use two LVMs (one with original nodes, and one with barrier nodes) and swap them at the end of buildtime, like framebuffers. - Remove compat issues, because maps won't have any barrier info. If we for example, change the barrier node to pink wool, existing maps would still fare alright, in spite of looking like alien poop. - Make the process of map creation much more stream-lined, as map makers wouldn't have to bother about the barriers or the problems that come with them.
1.0
Place barriers at runtime, and keep the schem clean - Doing so would: - Make it a lot easier to replace all nodes in the middle with barrier nodes, as we'd know what the original nodes are. We could even use two LVMs (one with original nodes, and one with barrier nodes) and swap them at the end of buildtime, like framebuffers. - Remove compat issues, because maps won't have any barrier info. If we for example, change the barrier node to pink wool, existing maps would still fare alright, in spite of looking like alien poop. - Make the process of map creation much more stream-lined, as map makers wouldn't have to bother about the barriers or the problems that come with them.
priority
place barriers at runtime and keep the schem clean doing so would make it a lot easier to replace all nodes in the middle with barrier nodes as we d know what the original nodes are we could even use two lvms one with original nodes and one with barrier nodes and swap them at the end of buildtime like framebuffers remove compat issues because maps won t have any barrier info if we for example change the barrier node to pink wool existing maps would still fare alright in spite of looking like alien poop make the process of map creation much more stream lined as map makers wouldn t have to bother about the barriers or the problems that come with them
1
482,513
13,908,400,503
IssuesEvent
2020-10-20 13:46:21
itggot-TE4/Fire-experts
https://api.github.com/repos/itggot-TE4/Fire-experts
closed
Add seed file to the project
points:1 priority:medium type:feature type:improvement
Add a file so we can seed the data from DB - [x] Create seed file - [x] Write necessary data
1.0
Add seed file to the project - Add a file so we can seed the data from DB - [x] Create seed file - [x] Write necessary data
priority
add seed file to the project add a file so we can seed the data from db create seed file write necessary data
1
788,401
27,751,845,790
IssuesEvent
2023-03-15 21:26:54
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
[Quest] Stasis Chambers of Bash'ir - Stasis Chamber Alpha does not respawn
Quest Priority-Medium Needs sniff
https://github.com/chromiecraft/chromiecraft/issues/5138 ### What client do you play on? enGB ### Faction Alliance ### Content Phase: Generic ### Current Behaviour Quest in question: https://www.wowhead.com/wotlk/quest=10974/stasis-chambers-of-bashir. The Stasis Chamber Alpha does not respawn at Bash'ir Landing in Blade's Edge Mountains. Waited 30 minutes next to it. ### Expected Blizzlike Behaviour The chamber should respawn normally, not entirely sure of the timer. ### Source doesnt seem logical that it would be a once per server restart thing ![image](https://user-images.githubusercontent.com/11332559/225069814-db59c3dc-93f9-4302-9daf-e9b451fdf160.png) ### Steps to reproduce the problem .quest add 10974 .go gameobject 47301 ### Extra Notes _No response_ ### AC rev. hash/commit https://github.com/chromiecraft/azerothcore-wotlk/commit/0200a288cd89034a8b491253006a0b0055178deb ### Operating system Ubuntu 20.04 ### Modules - [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot) - [mod-bg-item-reward](https://github.com/azerothcore/mod-bg-item-reward) - [mod-cfbg](https://github.com/azerothcore/mod-cfbg) - [mod-chat-transmitter](https://github.com/azerothcore/mod-chat-transmitter) - [mod-cta-switch](https://github.com/azerothcore/mod-cta-switch) - [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings) - [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset) - [mod-eluna](https://github.com/azerothcore/mod-eluna) - [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker) - [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena) - [mod-low-level-rbg](https://github.com/azerothcore/mod-low-level-rbg) - [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check) - [mod-progression-system](https://github.com/azerothcore/mod-progression-system) - [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles) - [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer) - [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache) - [mod-rdf-expansion](https://github.com/azerothcore/mod-rdf-expansion) - [mod-transmog](https://github.com/azerothcore/mod-transmog) - [mod-weekend-xp](https://github.com/azerothcore/mod-weekend-xp) - [mod-instanced-worldbosses](https://github.com/nyeriah/mod-instanced-worldbosses) - [mod-zone-difficulty](https://github.com/azerothcore/mod-zone-difficulty) - [mod-BreakingNewsOverride](https://github.com/AnchyDev/BreakingNewsOverride) - [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy) - [lua-exchange-npc](https://github.com/55Honey/Acore_ExchangeNpc) - [lua-event-scripts](https://github.com/55Honey/Acore_eventScripts) - [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward) - [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend) - [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind) - [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements) - [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck) ### Customizations None ### Server ChromieCraft
1.0
[Quest] Stasis Chambers of Bash'ir - Stasis Chamber Alpha does not respawn - https://github.com/chromiecraft/chromiecraft/issues/5138 ### What client do you play on? enGB ### Faction Alliance ### Content Phase: Generic ### Current Behaviour Quest in question: https://www.wowhead.com/wotlk/quest=10974/stasis-chambers-of-bashir. The Stasis Chamber Alpha does not respawn at Bash'ir Landing in Blade's Edge Mountains. Waited 30 minutes next to it. ### Expected Blizzlike Behaviour The chamber should respawn normally, not entirely sure of the timer. ### Source doesnt seem logical that it would be a once per server restart thing ![image](https://user-images.githubusercontent.com/11332559/225069814-db59c3dc-93f9-4302-9daf-e9b451fdf160.png) ### Steps to reproduce the problem .quest add 10974 .go gameobject 47301 ### Extra Notes _No response_ ### AC rev. hash/commit https://github.com/chromiecraft/azerothcore-wotlk/commit/0200a288cd89034a8b491253006a0b0055178deb ### Operating system Ubuntu 20.04 ### Modules - [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot) - [mod-bg-item-reward](https://github.com/azerothcore/mod-bg-item-reward) - [mod-cfbg](https://github.com/azerothcore/mod-cfbg) - [mod-chat-transmitter](https://github.com/azerothcore/mod-chat-transmitter) - [mod-cta-switch](https://github.com/azerothcore/mod-cta-switch) - [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings) - [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset) - [mod-eluna](https://github.com/azerothcore/mod-eluna) - [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker) - [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena) - [mod-low-level-rbg](https://github.com/azerothcore/mod-low-level-rbg) - [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check) - [mod-progression-system](https://github.com/azerothcore/mod-progression-system) - [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles) - [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer) - [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache) - [mod-rdf-expansion](https://github.com/azerothcore/mod-rdf-expansion) - [mod-transmog](https://github.com/azerothcore/mod-transmog) - [mod-weekend-xp](https://github.com/azerothcore/mod-weekend-xp) - [mod-instanced-worldbosses](https://github.com/nyeriah/mod-instanced-worldbosses) - [mod-zone-difficulty](https://github.com/azerothcore/mod-zone-difficulty) - [mod-BreakingNewsOverride](https://github.com/AnchyDev/BreakingNewsOverride) - [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy) - [lua-exchange-npc](https://github.com/55Honey/Acore_ExchangeNpc) - [lua-event-scripts](https://github.com/55Honey/Acore_eventScripts) - [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward) - [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend) - [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind) - [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements) - [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck) ### Customizations None ### Server ChromieCraft
priority
stasis chambers of bash ir stasis chamber alpha does not respawn what client do you play on engb faction alliance content phase generic current behaviour quest in question the stasis chamber alpha does not respawn at bash ir landing in blade s edge mountains waited minutes next to it expected blizzlike behaviour the chamber should respawn normally not entirely sure of the timer source doesnt seem logical that it would be a once per server restart thing steps to reproduce the problem quest add go gameobject extra notes no response ac rev hash commit operating system ubuntu modules customizations none server chromiecraft
1
645,303
21,001,100,461
IssuesEvent
2022-03-29 17:31:47
BTAA-Geospatial-Data-Project/geoportal
https://api.github.com/repos/BTAA-Geospatial-Data-Project/geoportal
closed
Capitalize [Creator not found] in citation widget
interface:item page priority:medium
The citation widget currently displays lower case for [creator not found]. Will want to capitalize the 'C'
1.0
Capitalize [Creator not found] in citation widget - The citation widget currently displays lower case for [creator not found]. Will want to capitalize the 'C'
priority
capitalize in citation widget the citation widget currently displays lower case for will want to capitalize the c
1
249,155
7,953,927,241
IssuesEvent
2018-07-12 04:50:44
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Opening Steam overlay while loading a single-player world bricks game
Medium Priority
You get stuck on the gear icon. Force-quitting the game makes steam think the game is still running, and requires a steam restart to resolve.
1.0
Opening Steam overlay while loading a single-player world bricks game - You get stuck on the gear icon. Force-quitting the game makes steam think the game is still running, and requires a steam restart to resolve.
priority
opening steam overlay while loading a single player world bricks game you get stuck on the gear icon force quitting the game makes steam think the game is still running and requires a steam restart to resolve
1
77,065
3,506,257,619
IssuesEvent
2016-01-08 05:01:45
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Fear walk bug (BB #126)
migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** kamkurek **Original Date:** 24.04.2010 08:56:42 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/126 <hr> After fear effect sometimes victim have to push walk/run button to run again.
1.0
Fear walk bug (BB #126) - This issue was migrated from bitbucket. **Original Reporter:** kamkurek **Original Date:** 24.04.2010 08:56:42 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/126 <hr> After fear effect sometimes victim have to push walk/run button to run again.
priority
fear walk bug bb this issue was migrated from bitbucket original reporter kamkurek original date gmt original priority major original type bug original state resolved direct link after fear effect sometimes victim have to push walk run button to run again
1
280,293
8,679,704,867
IssuesEvent
2018-12-01 01:42:11
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
IndexOutOfRangeException
Medium Priority
**==Sent from Eco Crash Server==** **Details:** Message:Index was outside the bounds of the array. Source:mscorlib **Stack:** at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add) at Eco.Shared.Utils.ReflectionUtils.GetEnumerableType(Type type) at Eco.Core.Controller.ControllerManager.PackageValue(BSONObject bson, INetClient boundClient, Object value, Int32 nameID) at Eco.Core.Controller.ControllerManager.PackageController(IController controller, INetClient boundClient) at Eco.Core.Controller.ControllerManager.PackageValue(BSONObject bson, INetClient boundClient, Object value, Int32 nameID) at Eco.Core.Controller.ControllerManager.PackageController(IController controller, INetClient boundClient) at Eco.Gameplay.Objects.WorldObject.SendInitialState(BSONObject bsonObj, INetObjectViewer viewer) at Eco.Shared.Networking.NetObjectManager.GetInitialObjectStates(IEnumerable1 newObjects, INetObjectViewer viewer, INetObjectContainer monitored) at Eco.Plugins.Networking.Client.Update() at Eco.Plugins.Networking.Client.&lt;.ctor&gt;b__52_0()
1.0
IndexOutOfRangeException - **==Sent from Eco Crash Server==** **Details:** Message:Index was outside the bounds of the array. Source:mscorlib **Stack:** at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add) at Eco.Shared.Utils.ReflectionUtils.GetEnumerableType(Type type) at Eco.Core.Controller.ControllerManager.PackageValue(BSONObject bson, INetClient boundClient, Object value, Int32 nameID) at Eco.Core.Controller.ControllerManager.PackageController(IController controller, INetClient boundClient) at Eco.Core.Controller.ControllerManager.PackageValue(BSONObject bson, INetClient boundClient, Object value, Int32 nameID) at Eco.Core.Controller.ControllerManager.PackageController(IController controller, INetClient boundClient) at Eco.Gameplay.Objects.WorldObject.SendInitialState(BSONObject bsonObj, INetObjectViewer viewer) at Eco.Shared.Networking.NetObjectManager.GetInitialObjectStates(IEnumerable1 newObjects, INetObjectViewer viewer, INetObjectContainer monitored) at Eco.Plugins.Networking.Client.Update() at Eco.Plugins.Networking.Client.&lt;.ctor&gt;b__52_0()
priority
indexoutofrangeexception sent from eco crash server details message index was outside the bounds of the array source mscorlib stack at system collections generic insert tkey key tvalue value boolean add at eco shared utils reflectionutils getenumerabletype type type at eco core controller controllermanager packagevalue bsonobject bson inetclient boundclient object value nameid at eco core controller controllermanager packagecontroller icontroller controller inetclient boundclient at eco core controller controllermanager packagevalue bsonobject bson inetclient boundclient object value nameid at eco core controller controllermanager packagecontroller icontroller controller inetclient boundclient at eco gameplay objects worldobject sendinitialstate bsonobject bsonobj inetobjectviewer viewer at eco shared networking netobjectmanager getinitialobjectstates newobjects inetobjectviewer viewer inetobjectcontainer monitored at eco plugins networking client update at eco plugins networking client lt ctor gt b
1
67,241
3,267,453,301
IssuesEvent
2015-10-23 03:44:12
cs2103aug2015-f11-2j/main
https://api.github.com/repos/cs2103aug2015-f11-2j/main
closed
A user can add recurring tasks
priority.medium type.story
... so that the user does not need to add many individual entries for a regularly recurring task (i.e. tutorials). Example: (tentative) `add <task> from <date> <time> to <date> <time> weekly` - Adds a task every 7 days at the specified time. `add <task> from <date> <time> to <date> <time> every week|month|year`
1.0
A user can add recurring tasks - ... so that the user does not need to add many individual entries for a regularly recurring task (i.e. tutorials). Example: (tentative) `add <task> from <date> <time> to <date> <time> weekly` - Adds a task every 7 days at the specified time. `add <task> from <date> <time> to <date> <time> every week|month|year`
priority
a user can add recurring tasks so that the user does not need to add many individual entries for a regularly recurring task i e tutorials example tentative add from to weekly adds a task every days at the specified time add from to every week month year
1
222,744
7,435,840,891
IssuesEvent
2018-03-26 15:13:12
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
closed
Virtualized MultiSelect doesn't add k-state-selected to filtered items
Bug C: MultiSelect Kendo2 Priority 5 SEV: Medium
### Bug report Virtualized MultiSelect should add the k-state-selected CSS rule to selected items when filtering ### Reproduction of the problem [Official Demo](http://demos.telerik.com/kendo-ui/multiselect/virtualization) Start typing the name of the preselected items. This only occurs when the MultiSelect has virtualization. <img src="http://image.prntscr.com/image/97f195cfea9449d7aa5b185fa6eeed42.png"> ### Environment * **Kendo UI version:** 2017.1.118 * **jQuery version:** 1.12 * **Browser:** [all ]
1.0
Virtualized MultiSelect doesn't add k-state-selected to filtered items - ### Bug report Virtualized MultiSelect should add the k-state-selected CSS rule to selected items when filtering ### Reproduction of the problem [Official Demo](http://demos.telerik.com/kendo-ui/multiselect/virtualization) Start typing the name of the preselected items. This only occurs when the MultiSelect has virtualization. <img src="http://image.prntscr.com/image/97f195cfea9449d7aa5b185fa6eeed42.png"> ### Environment * **Kendo UI version:** 2017.1.118 * **jQuery version:** 1.12 * **Browser:** [all ]
priority
virtualized multiselect doesn t add k state selected to filtered items bug report virtualized multiselect should add the k state selected css rule to selected items when filtering reproduction of the problem start typing the name of the preselected items this only occurs when the multiselect has virtualization img src environment kendo ui version jquery version browser
1
660,049
21,950,196,969
IssuesEvent
2022-05-24 07:11:20
openedx/build-test-release-wg
https://api.github.com/repos/openedx/build-test-release-wg
closed
Profile MFE has hardcoded mentions of edX
type:bug good first issue priority:medium affects:nutmeg
The visibility message of profile fields has hardcoded mentions of "edX". [Visibility.messages.jsx ](https://github.com/openedx/frontend-app-profile/blob/master/src/profile/forms/elements/Visibility.messages.jsx) ![image](https://user-images.githubusercontent.com/13796098/165072567-7e98d681-2879-4686-bcb6-6e1e25b4ef7b.png) - [x] Merge https://github.com/openedx/frontend-app-profile/pull/543 - [x] Backport to nutmeg branch: openedx/frontend-app-profile#562
1.0
Profile MFE has hardcoded mentions of edX - The visibility message of profile fields has hardcoded mentions of "edX". [Visibility.messages.jsx ](https://github.com/openedx/frontend-app-profile/blob/master/src/profile/forms/elements/Visibility.messages.jsx) ![image](https://user-images.githubusercontent.com/13796098/165072567-7e98d681-2879-4686-bcb6-6e1e25b4ef7b.png) - [x] Merge https://github.com/openedx/frontend-app-profile/pull/543 - [x] Backport to nutmeg branch: openedx/frontend-app-profile#562
priority
profile mfe has hardcoded mentions of edx the visibility message of profile fields has hardcoded mentions of edx merge backport to nutmeg branch openedx frontend app profile
1
16,951
2,615,127,708
IssuesEvent
2015-03-01 05:56:50
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
opened
Android sample creating and updating a private google spreadsheet
auto-migrated Priority-Medium Type-Sample
``` Which Google API and version (e.g. Google Calendar Data API version 2)? Either gdata version 3, or google-api-java-client if spreadsheet support is completed for android What format (e.g. JSON, Atom)? XML( if gdata) or JSON (if google-api-java-client) What Authentation (e.g. OAuth, OAuth 2, ClientLogin)? using android's accountmanager to select existing google account, any suited authentication to the spreadsheet server. would prefer oauth2 since this is the advised mechanism Java environment (e.g. Java 6, Android 2.3, App Engine)? Android 2.3 or 4.x, Eclipse Indigo, ADT 18 External references, such as API reference guide? There are many samples that may work but are difficult to comprehend: http://code.google.com/p/google-spreadsheet-lib-android/ which seems stuck at gdata version 2; https://github.com/joeledstrom/SpreadsheetTest which is more than a year old. Please provide any additional information below. ``` Original issue reported on code.google.com by `ger.kers...@gmail.com` on 20 Jun 2012 at 5:45
1.0
Android sample creating and updating a private google spreadsheet - ``` Which Google API and version (e.g. Google Calendar Data API version 2)? Either gdata version 3, or google-api-java-client if spreadsheet support is completed for android What format (e.g. JSON, Atom)? XML( if gdata) or JSON (if google-api-java-client) What Authentation (e.g. OAuth, OAuth 2, ClientLogin)? using android's accountmanager to select existing google account, any suited authentication to the spreadsheet server. would prefer oauth2 since this is the advised mechanism Java environment (e.g. Java 6, Android 2.3, App Engine)? Android 2.3 or 4.x, Eclipse Indigo, ADT 18 External references, such as API reference guide? There are many samples that may work but are difficult to comprehend: http://code.google.com/p/google-spreadsheet-lib-android/ which seems stuck at gdata version 2; https://github.com/joeledstrom/SpreadsheetTest which is more than a year old. Please provide any additional information below. ``` Original issue reported on code.google.com by `ger.kers...@gmail.com` on 20 Jun 2012 at 5:45
priority
android sample creating and updating a private google spreadsheet which google api and version e g google calendar data api version either gdata version or google api java client if spreadsheet support is completed for android what format e g json atom xml if gdata or json if google api java client what authentation e g oauth oauth clientlogin using android s accountmanager to select existing google account any suited authentication to the spreadsheet server would prefer since this is the advised mechanism java environment e g java android app engine android or x eclipse indigo adt external references such as api reference guide there are many samples that may work but are difficult to comprehend which seems stuck at gdata version which is more than a year old please provide any additional information below original issue reported on code google com by ger kers gmail com on jun at
1
166,466
6,305,170,106
IssuesEvent
2017-07-21 17:42:45
ChrisALee/twitch-stocks
https://api.github.com/repos/ChrisALee/twitch-stocks
closed
Create a TestComponentWithState
Priority: Medium Project Setup
This should be a React component class that has local state. It should use `componentDidMount(){}` to change the state to some value using `this.setState({})`. It should also display the state data in the `render{ return(); }`. Lastly, it should get added to `/pages/index.tsx`.
1.0
Create a TestComponentWithState - This should be a React component class that has local state. It should use `componentDidMount(){}` to change the state to some value using `this.setState({})`. It should also display the state data in the `render{ return(); }`. Lastly, it should get added to `/pages/index.tsx`.
priority
create a testcomponentwithstate this should be a react component class that has local state it should use componentdidmount to change the state to some value using this setstate it should also display the state data in the render return lastly it should get added to pages index tsx
1
565,587
16,764,853,394
IssuesEvent
2021-06-14 07:30:11
returntocorp/semgrep
https://api.github.com/repos/returntocorp/semgrep
closed
typescript: `import ... from "lodash"` doesn't parse as a pattern
bug lang:typescript priority:medium
See here: https://semgrep.dev/s/1nlv I expected to be able to match both `import { sortBy } from "lodash";` and `import _ from "lodash";` by placing a `...` that could match either the simple variable name, or the destructuring expression with the braces. Instead, I get a parse error. The logical alternative of `import $NAME from "lodash"` doesn't match the variant with curly braces which is understandable, but annoying that I have to write out two patterns.
1.0
typescript: `import ... from "lodash"` doesn't parse as a pattern - See here: https://semgrep.dev/s/1nlv I expected to be able to match both `import { sortBy } from "lodash";` and `import _ from "lodash";` by placing a `...` that could match either the simple variable name, or the destructuring expression with the braces. Instead, I get a parse error. The logical alternative of `import $NAME from "lodash"` doesn't match the variant with curly braces which is understandable, but annoying that I have to write out two patterns.
priority
typescript import from lodash doesn t parse as a pattern see here i expected to be able to match both import sortby from lodash and import from lodash by placing a that could match either the simple variable name or the destructuring expression with the braces instead i get a parse error the logical alternative of import name from lodash doesn t match the variant with curly braces which is understandable but annoying that i have to write out two patterns
1
767,128
26,911,479,068
IssuesEvent
2023-02-07 00:23:16
arkime/arkime
https://api.github.com/repos/arkime/arkime
closed
Rename http header fields since can be both in request/response
enhancement viewer capture medium priority
Can't search fields that can be in both request/response. For example adding content-type to both request and response headers creates a single http.content-type expression and which it actually searches is unknown. Probably should create http.request.content-type and http.response.content-type or something. Work around for now is ``` [custom-fields] http.request.content-type=db:http.request-content-type;kind:termfield;count:true http.response.content-type=db:http.response-content-type;kind:termfield;count:true ``` Will need to fix the http.detail.jade file up too
1.0
Rename http header fields since can be both in request/response - Can't search fields that can be in both request/response. For example adding content-type to both request and response headers creates a single http.content-type expression and which it actually searches is unknown. Probably should create http.request.content-type and http.response.content-type or something. Work around for now is ``` [custom-fields] http.request.content-type=db:http.request-content-type;kind:termfield;count:true http.response.content-type=db:http.response-content-type;kind:termfield;count:true ``` Will need to fix the http.detail.jade file up too
priority
rename http header fields since can be both in request response can t search fields that can be in both request response for example adding content type to both request and response headers creates a single http content type expression and which it actually searches is unknown probably should create http request content type and http response content type or something work around for now is http request content type db http request content type kind termfield count true http response content type db http response content type kind termfield count true will need to fix the http detail jade file up too
1
195,777
6,918,174,460
IssuesEvent
2017-11-29 11:10:33
pmem/issues
https://api.github.com/repos/pmem/issues
opened
test: pmempool_transform/TEST16: SETUP (check/pmem/debug)
Exposure: Medium OS: Linux Priority: 4 low Type: Bug
Found on: 82892c2a520b26038389dc2ee290e042ce073862 > pmempool_transform/TEST16: SETUP (check/pmem/debug) > error: '/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/poolset.in' -- posix_fallocate "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01", 2111832064: No space left on device > error: creating pool file failed > pmempool_transform/TEST16 failed with exit code 1. > pmem16.log below. > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:283 out_init] pid 7375: program: /home/mramotow/repos/nvml/src/tools/pmempool/pmempool > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:285 out_init] libpmem version 1.0 > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:289 out_init] src version: 1.3+b2-304-g82892c2a5 > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:297 out_init] compiled with support for Valgrind pmemcheck > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:302 out_init] compiled with support for Valgrind helgrind > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:307 out_init] compiled with support for Valgrind memcheck > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:312 out_init] compiled with support for Valgrind drd > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [mmap.c:91 util_mmap_init] > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [libpmem.c:56 libpmem_init] > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [pmem.c:1236 pmem_init] > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [pmem.c:1198 pmem_get_cpuinfo] > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [pmem.c:1202 pmem_get_cpuinfo] clflush supported > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [pmem.c:1171 pmem_log_cpuinfo] > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [pmem.c:1178 pmem_log_cpuinfo] using clflush > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [pmem.c:1185 pmem_log_cpuinfo] using movnt > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [libpmem.c:69 libpmem_fini] > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [mmap.c:126 util_mmap_fini] > > Last 30 lines of pmemobj16.log below (whole file has 52 lines). > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:133 util_fd_is_device_dax] fd 9 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:1079 util_poolset_parse] setp 0x7fffd6dc01a0 path /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/poolset.in fd 8 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:901 util_parse_add_replica] setp 0x7fffd6dbff98 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:817 parser_read_options] line ' NOHDRS' > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file_linux.c:134 util_is_absolute_path] path: /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part00 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:856 util_parse_add_part] set 0x559f3e4d4480 path /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part00 filesize 1054867456 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:186 util_file_is_device_dax] path "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part00" > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file_linux.c:134 util_is_absolute_path] path: /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:856 util_parse_add_part] set 0x559f3e4d4480 path /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01 filesize 2111832064 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:186 util_file_is_device_dax] path "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01" > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:937 util_poolset_check_devdax] set 0x559f3e4d4480 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:989 util_poolset_set_size] pool size set to 3166699520 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:1568 util_poolset_files_local] set 0x559f3e4d4480 minpartsize 2097152 create 1 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:1326 util_part_open] part 0x559f3e4d4e90 minsize 2097152 create 1 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:438 util_file_create] path "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part00" size 1054867456 minsize 2097152 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:1326 util_part_open] part 0x559f3e4d4f00 minsize 2097152 create 1 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:438 util_file_create] path "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01" size 2111832064 minsize 2097152 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <1> [file.c:474 util_file_create] posix_fallocate "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01", 2111832064: No space left on device > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <2> [set.c:1337 util_part_open] failed to create file: /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:607 util_poolset_close] set 0x559f3e4d4480 del 1 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:2355 util_replica_close] set 0x559f3e4d4480 repidx 0 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:467 util_unmap_part] part 0x559f3e4d4e90 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:563 util_unlink] path "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part00" > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:186 util_file_is_device_dax] path "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part00" > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:505 util_poolset_free] set 0x559f3e4d4480 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <2> [obj.c:1226 pmemobj_createU] cannot create pool or pool set > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [libpmemobj.c:65 libpmemobj_fini] > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [obj.c:291 obj_fini] > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:125 util_remote_fini] > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [mmap.c:126 util_mmap_fini] > > pmemlog16.log below. > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:283 out_init] pid 7375: program: /home/mramotow/repos/nvml/src/tools/pmempool/pmempool > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:285 out_init] libpmemlog version 1.0 > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:289 out_init] src version: 1.3+b2-304-g82892c2a5 > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:297 out_init] compiled with support for Valgrind pmemcheck > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:302 out_init] compiled with support for Valgrind helgrind > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:307 out_init] compiled with support for Valgrind memcheck > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:312 out_init] compiled with support for Valgrind drd > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <3> [mmap.c:91 util_mmap_init] > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <3> [libpmemlog.c:57 libpmemlog_init] > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <3> [libpmemlog.c:69 libpmemlog_fini] > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <3> [mmap.c:126 util_mmap_fini] > > pmemblk16.log below. > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:283 out_init] pid 7375: program: /home/mramotow/repos/nvml/src/tools/pmempool/pmempool > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:285 out_init] libpmemblk version 1.0 > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:289 out_init] src version: 1.3+b2-304-g82892c2a5 > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:297 out_init] compiled with support for Valgrind pmemcheck > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:302 out_init] compiled with support for Valgrind helgrind > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:307 out_init] compiled with support for Valgrind memcheck > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:312 out_init] compiled with support for Valgrind drd > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <3> [mmap.c:91 util_mmap_init] > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <3> [libpmemblk.c:57 libpmemblk_init] > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <3> [libpmemblk.c:69 libpmemblk_fini] > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <3> [mmap.c:126 util_mmap_fini] > > pmempool16.log below. > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:283 out_init] pid 7375: program: /home/mramotow/repos/nvml/src/tools/pmempool/pmempool > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:285 out_init] libpmempool version 1.2 > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:289 out_init] src version: 1.3+b2-304-g82892c2a5 > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:297 out_init] compiled with support for Valgrind pmemcheck > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:302 out_init] compiled with support for Valgrind helgrind > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:307 out_init] compiled with support for Valgrind memcheck > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:312 out_init] compiled with support for Valgrind drd > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [mmap.c:91 util_mmap_init] > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [libpmempool.c:69 libpmempool_init] > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [set.c:110 util_remote_init] > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [libpmempool.c:85 libpmempool_fini] > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [set.c:177 util_remote_unload] > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [set.c:125 util_remote_fini] > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [mmap.c:126 util_mmap_fini] > > RUNTESTS: stopping: pmempool_transform/TEST16 failed, TEST=check FS=any BUILD=debug
1.0
test: pmempool_transform/TEST16: SETUP (check/pmem/debug) - Found on: 82892c2a520b26038389dc2ee290e042ce073862 > pmempool_transform/TEST16: SETUP (check/pmem/debug) > error: '/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/poolset.in' -- posix_fallocate "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01", 2111832064: No space left on device > error: creating pool file failed > pmempool_transform/TEST16 failed with exit code 1. > pmem16.log below. > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:283 out_init] pid 7375: program: /home/mramotow/repos/nvml/src/tools/pmempool/pmempool > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:285 out_init] libpmem version 1.0 > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:289 out_init] src version: 1.3+b2-304-g82892c2a5 > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:297 out_init] compiled with support for Valgrind pmemcheck > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:302 out_init] compiled with support for Valgrind helgrind > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:307 out_init] compiled with support for Valgrind memcheck > pmempool_transform/TEST16 pmem16.log <libpmem>: <1> [out.c:312 out_init] compiled with support for Valgrind drd > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [mmap.c:91 util_mmap_init] > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [libpmem.c:56 libpmem_init] > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [pmem.c:1236 pmem_init] > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [pmem.c:1198 pmem_get_cpuinfo] > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [pmem.c:1202 pmem_get_cpuinfo] clflush supported > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [pmem.c:1171 pmem_log_cpuinfo] > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [pmem.c:1178 pmem_log_cpuinfo] using clflush > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [pmem.c:1185 pmem_log_cpuinfo] using movnt > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [libpmem.c:69 libpmem_fini] > pmempool_transform/TEST16 pmem16.log <libpmem>: <3> [mmap.c:126 util_mmap_fini] > > Last 30 lines of pmemobj16.log below (whole file has 52 lines). > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:133 util_fd_is_device_dax] fd 9 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:1079 util_poolset_parse] setp 0x7fffd6dc01a0 path /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/poolset.in fd 8 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:901 util_parse_add_replica] setp 0x7fffd6dbff98 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:817 parser_read_options] line ' NOHDRS' > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file_linux.c:134 util_is_absolute_path] path: /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part00 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:856 util_parse_add_part] set 0x559f3e4d4480 path /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part00 filesize 1054867456 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:186 util_file_is_device_dax] path "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part00" > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file_linux.c:134 util_is_absolute_path] path: /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:856 util_parse_add_part] set 0x559f3e4d4480 path /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01 filesize 2111832064 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:186 util_file_is_device_dax] path "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01" > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:937 util_poolset_check_devdax] set 0x559f3e4d4480 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:989 util_poolset_set_size] pool size set to 3166699520 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:1568 util_poolset_files_local] set 0x559f3e4d4480 minpartsize 2097152 create 1 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:1326 util_part_open] part 0x559f3e4d4e90 minsize 2097152 create 1 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:438 util_file_create] path "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part00" size 1054867456 minsize 2097152 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:1326 util_part_open] part 0x559f3e4d4f00 minsize 2097152 create 1 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:438 util_file_create] path "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01" size 2111832064 minsize 2097152 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <1> [file.c:474 util_file_create] posix_fallocate "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01", 2111832064: No space left on device > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <2> [set.c:1337 util_part_open] failed to create file: /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part01 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:607 util_poolset_close] set 0x559f3e4d4480 del 1 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:2355 util_replica_close] set 0x559f3e4d4480 repidx 0 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:467 util_unmap_part] part 0x559f3e4d4e90 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:563 util_unlink] path "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part00" > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [file.c:186 util_file_is_device_dax] path "/mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_pmempool_transform16😘⠝⠧⠍⠇ɗNVMLӜ⥺🙋/part00" > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:505 util_poolset_free] set 0x559f3e4d4480 > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <2> [obj.c:1226 pmemobj_createU] cannot create pool or pool set > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [libpmemobj.c:65 libpmemobj_fini] > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [obj.c:291 obj_fini] > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [set.c:125 util_remote_fini] > pmempool_transform/TEST16 pmemobj16.log <libpmemobj>: <3> [mmap.c:126 util_mmap_fini] > > pmemlog16.log below. > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:283 out_init] pid 7375: program: /home/mramotow/repos/nvml/src/tools/pmempool/pmempool > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:285 out_init] libpmemlog version 1.0 > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:289 out_init] src version: 1.3+b2-304-g82892c2a5 > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:297 out_init] compiled with support for Valgrind pmemcheck > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:302 out_init] compiled with support for Valgrind helgrind > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:307 out_init] compiled with support for Valgrind memcheck > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <1> [out.c:312 out_init] compiled with support for Valgrind drd > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <3> [mmap.c:91 util_mmap_init] > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <3> [libpmemlog.c:57 libpmemlog_init] > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <3> [libpmemlog.c:69 libpmemlog_fini] > pmempool_transform/TEST16 pmemlog16.log <libpmemlog>: <3> [mmap.c:126 util_mmap_fini] > > pmemblk16.log below. > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:283 out_init] pid 7375: program: /home/mramotow/repos/nvml/src/tools/pmempool/pmempool > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:285 out_init] libpmemblk version 1.0 > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:289 out_init] src version: 1.3+b2-304-g82892c2a5 > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:297 out_init] compiled with support for Valgrind pmemcheck > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:302 out_init] compiled with support for Valgrind helgrind > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:307 out_init] compiled with support for Valgrind memcheck > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <1> [out.c:312 out_init] compiled with support for Valgrind drd > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <3> [mmap.c:91 util_mmap_init] > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <3> [libpmemblk.c:57 libpmemblk_init] > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <3> [libpmemblk.c:69 libpmemblk_fini] > pmempool_transform/TEST16 pmemblk16.log <libpmemblk>: <3> [mmap.c:126 util_mmap_fini] > > pmempool16.log below. > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:283 out_init] pid 7375: program: /home/mramotow/repos/nvml/src/tools/pmempool/pmempool > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:285 out_init] libpmempool version 1.2 > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:289 out_init] src version: 1.3+b2-304-g82892c2a5 > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:297 out_init] compiled with support for Valgrind pmemcheck > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:302 out_init] compiled with support for Valgrind helgrind > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:307 out_init] compiled with support for Valgrind memcheck > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <1> [out.c:312 out_init] compiled with support for Valgrind drd > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [mmap.c:91 util_mmap_init] > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [libpmempool.c:69 libpmempool_init] > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [set.c:110 util_remote_init] > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [libpmempool.c:85 libpmempool_fini] > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [set.c:177 util_remote_unload] > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [set.c:125 util_remote_fini] > pmempool_transform/TEST16 pmempool16.log <libpmempool>: <3> [mmap.c:126 util_mmap_fini] > > RUNTESTS: stopping: pmempool_transform/TEST16 failed, TEST=check FS=any BUILD=debug
priority
test pmempool transform setup check pmem debug found on pmempool transform setup check pmem debug error mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 poolset in posix fallocate mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 no space left on device error creating pool file failed pmempool transform failed with exit code log below pmempool transform log pid program home mramotow repos nvml src tools pmempool pmempool pmempool transform log libpmem version pmempool transform log src version pmempool transform log compiled with support for valgrind pmemcheck pmempool transform log compiled with support for valgrind helgrind pmempool transform log compiled with support for valgrind memcheck pmempool transform log compiled with support for valgrind drd pmempool transform log pmempool transform log pmempool transform log pmempool transform log pmempool transform log clflush supported pmempool transform log pmempool transform log using clflush pmempool transform log using movnt pmempool transform log pmempool transform log last lines of log below whole file has lines pmempool transform log fd pmempool transform log setp path mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 poolset in fd pmempool transform log setp pmempool transform log line nohdrs pmempool transform log path mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 pmempool transform log set path mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 filesize pmempool transform log path mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 pmempool transform log path mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 pmempool transform log set path mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 filesize pmempool transform log path mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 pmempool transform log set pmempool transform log pool size set to pmempool transform log set minpartsize create pmempool transform log part minsize create pmempool transform log path mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 size minsize pmempool transform log part minsize create pmempool transform log path mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 size minsize pmempool transform log posix fallocate mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 no space left on device pmempool transform log failed to create file mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 pmempool transform log set del pmempool transform log set repidx pmempool transform log part pmempool transform log path mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 pmempool transform log path mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test pmempool 😘⠝⠧⠍⠇ɗnvmlӝ⥺🙋 pmempool transform log set pmempool transform log cannot create pool or pool set pmempool transform log pmempool transform log pmempool transform log pmempool transform log log below pmempool transform log pid program home mramotow repos nvml src tools pmempool pmempool pmempool transform log libpmemlog version pmempool transform log src version pmempool transform log compiled with support for valgrind pmemcheck pmempool transform log compiled with support for valgrind helgrind pmempool transform log compiled with support for valgrind memcheck pmempool transform log compiled with support for valgrind drd pmempool transform log pmempool transform log pmempool transform log pmempool transform log log below pmempool transform log pid program home mramotow repos nvml src tools pmempool pmempool pmempool transform log libpmemblk version pmempool transform log src version pmempool transform log compiled with support for valgrind pmemcheck pmempool transform log compiled with support for valgrind helgrind pmempool transform log compiled with support for valgrind memcheck pmempool transform log compiled with support for valgrind drd pmempool transform log pmempool transform log pmempool transform log pmempool transform log log below pmempool transform log pid program home mramotow repos nvml src tools pmempool pmempool pmempool transform log libpmempool version pmempool transform log src version pmempool transform log compiled with support for valgrind pmemcheck pmempool transform log compiled with support for valgrind helgrind pmempool transform log compiled with support for valgrind memcheck pmempool transform log compiled with support for valgrind drd pmempool transform log pmempool transform log pmempool transform log pmempool transform log pmempool transform log pmempool transform log pmempool transform log runtests stopping pmempool transform failed test check fs any build debug
1
442,312
12,743,610,171
IssuesEvent
2020-06-26 10:46:21
enso-org/enso
https://api.github.com/repos/enso-org/enso
opened
Write the New Enso Lexer
Category: Syntax Change: Non-Breaking Difficulty: Core Contributor Priority: Medium Type: Enhancement
### Summary Now that the flexer is capable of automatically generating rust code from a lexer definition, it is time to generate the Enso lexer definition. ### Value We will be able to lex Enso source code, a prerequisite for implementing the new parser. ### Specification The following steps should be performed incrementally to slowly build up the lexer definition. - [ ] Examine the lexer rules defined for the scala lexer. - [ ] Implement some of these rules in the new lexer. - [ ] Rigorously test the implemented rules and their interactions, with a special focus on edge cases. Testing should be performed from scratch in rust, and _then_ the scala tests consulted for ideas. ### Acceptance Criteria & Test Cases - We have a working lexer for Enso source code. - The lexer is rigorously tested.
1.0
Write the New Enso Lexer - ### Summary Now that the flexer is capable of automatically generating rust code from a lexer definition, it is time to generate the Enso lexer definition. ### Value We will be able to lex Enso source code, a prerequisite for implementing the new parser. ### Specification The following steps should be performed incrementally to slowly build up the lexer definition. - [ ] Examine the lexer rules defined for the scala lexer. - [ ] Implement some of these rules in the new lexer. - [ ] Rigorously test the implemented rules and their interactions, with a special focus on edge cases. Testing should be performed from scratch in rust, and _then_ the scala tests consulted for ideas. ### Acceptance Criteria & Test Cases - We have a working lexer for Enso source code. - The lexer is rigorously tested.
priority
write the new enso lexer summary now that the flexer is capable of automatically generating rust code from a lexer definition it is time to generate the enso lexer definition value we will be able to lex enso source code a prerequisite for implementing the new parser specification the following steps should be performed incrementally to slowly build up the lexer definition examine the lexer rules defined for the scala lexer implement some of these rules in the new lexer rigorously test the implemented rules and their interactions with a special focus on edge cases testing should be performed from scratch in rust and then the scala tests consulted for ideas acceptance criteria test cases we have a working lexer for enso source code the lexer is rigorously tested
1
748,778
26,136,937,136
IssuesEvent
2022-12-29 13:18:35
NomicFoundation/hardhat
https://api.github.com/repos/NomicFoundation/hardhat
opened
Write a guide about what is expected from plugins
type:docs priority:medium status:ready
Quoting @alcuadrado from [this comment](https://github.com/NomicFoundation/hardhat/issues/1374#issuecomment-814296674): > I think the first step would be to provide some kind of guidelines about what is expected from plugins and what is not. These guidelines will probably discourage things that some plugins are already doing, but that's fine, as this will help us understand the limitations of the plugin system and guide the design of new APIs.
1.0
Write a guide about what is expected from plugins - Quoting @alcuadrado from [this comment](https://github.com/NomicFoundation/hardhat/issues/1374#issuecomment-814296674): > I think the first step would be to provide some kind of guidelines about what is expected from plugins and what is not. These guidelines will probably discourage things that some plugins are already doing, but that's fine, as this will help us understand the limitations of the plugin system and guide the design of new APIs.
priority
write a guide about what is expected from plugins quoting alcuadrado from i think the first step would be to provide some kind of guidelines about what is expected from plugins and what is not these guidelines will probably discourage things that some plugins are already doing but that s fine as this will help us understand the limitations of the plugin system and guide the design of new apis
1
460,309
13,208,041,705
IssuesEvent
2020-08-15 02:02:59
kubesphere/console
https://api.github.com/repos/kubesphere/console
closed
remove menu for custom platform role - multicluster project
area/console kind/bug kind/need-to-verify priority/medium
**Describe the bug** The `+/-` should be removed from console (service, workload) for the custom platform role with `workspace view`. ![Screen Shot 2020-08-14 at 5 42 35 PM](https://user-images.githubusercontent.com/28859385/90236738-c102e400-de55-11ea-8b19-266fb7ea6209.png) ![Screen Shot 2020-08-14 at 5 46 37 PM](https://user-images.githubusercontent.com/28859385/90237001-27880200-de56-11ea-8092-16e5b0de7ac4.png) ![Screen Shot 2020-08-14 at 5 42 14 PM](https://user-images.githubusercontent.com/28859385/90236764-ca8c4c00-de55-11ea-9c1f-639ef990a052.png) **Versions used(KubeSphere/Kubernetes)** KubeSphere: 3.0.0 (2020-08-14) Kubernetes: 1.18.6(host), 1.15.12(member)
1.0
remove menu for custom platform role - multicluster project - **Describe the bug** The `+/-` should be removed from console (service, workload) for the custom platform role with `workspace view`. ![Screen Shot 2020-08-14 at 5 42 35 PM](https://user-images.githubusercontent.com/28859385/90236738-c102e400-de55-11ea-8b19-266fb7ea6209.png) ![Screen Shot 2020-08-14 at 5 46 37 PM](https://user-images.githubusercontent.com/28859385/90237001-27880200-de56-11ea-8092-16e5b0de7ac4.png) ![Screen Shot 2020-08-14 at 5 42 14 PM](https://user-images.githubusercontent.com/28859385/90236764-ca8c4c00-de55-11ea-9c1f-639ef990a052.png) **Versions used(KubeSphere/Kubernetes)** KubeSphere: 3.0.0 (2020-08-14) Kubernetes: 1.18.6(host), 1.15.12(member)
priority
remove menu for custom platform role multicluster project describe the bug the should be removed from console service workload for the custom platform role with workspace view versions used kubesphere kubernetes kubesphere kubernetes host member
1
192,031
6,845,971,288
IssuesEvent
2017-11-13 10:17:37
ow2-proactive/studio
https://api.github.com/repos/ow2-proactive/studio
opened
Size of the Job Description field is limited and should be checked before submission
priority:medium severity:minor type:bug
Of the description field is oversized, and we submit the workflow, a stacktrace is raised on server side, and we get a 504 Gateway time-out from the Studio (after the timeout period). We should: - Accept larger descriptions - Check description size before submission and raise an appropriate error Related to the following issue from scheduling: https://github.com/ow2-proactive/scheduling/issues/3002
1.0
Size of the Job Description field is limited and should be checked before submission - Of the description field is oversized, and we submit the workflow, a stacktrace is raised on server side, and we get a 504 Gateway time-out from the Studio (after the timeout period). We should: - Accept larger descriptions - Check description size before submission and raise an appropriate error Related to the following issue from scheduling: https://github.com/ow2-proactive/scheduling/issues/3002
priority
size of the job description field is limited and should be checked before submission of the description field is oversized and we submit the workflow a stacktrace is raised on server side and we get a gateway time out from the studio after the timeout period we should accept larger descriptions check description size before submission and raise an appropriate error related to the following issue from scheduling
1
502,242
14,542,916,376
IssuesEvent
2020-12-15 16:15:47
thehyve/omop-etl-wrapper
https://api.github.com/repos/thehyve/omop-etl-wrapper
opened
Add lookup functions to extract information from existing database records
enhancement medium priority
Can significantly speed up work on ETL transformations whenever a query to a standard CDM table is needed. Useful for example if you want to link a certain drug exposure with an existing `visit_occurrence_id`. - [ ] enable caching of results? - [ ] make part of wrapper or other module? Examples from UKB: ```python def lookup_visit_occurrence_id(self, **kwargs) -> Optional[int]: return self.lookup_id(self.cdm.VisitOccurrence, 'visit_occurrence_id', **kwargs) def lookup_visit_detail_id(self, **kwargs) -> Optional[int]: return self.lookup_id(self.cdm.VisitDetail, 'visit_detail_id', **kwargs) def lookup_person_id(self, person_source_value) -> Optional[int]: return self.lookup_id(self.cdm.Person, 'person_id', person_source_value=person_source_value) def lookup_id(self, model, id_to_lookup, **kwargs) -> Optional[int]: query = self._session_for_lookups.query(model).filter_by(**kwargs) try: visit_record = query.one() except NoResultFound: return None except MultipleResultsFound: logger.warning(f'Multiple {id_to_lookup}\'s found for {kwargs}, returning first only') visit_record = query.first() return getattr(visit_record, id_to_lookup) ```
1.0
Add lookup functions to extract information from existing database records - Can significantly speed up work on ETL transformations whenever a query to a standard CDM table is needed. Useful for example if you want to link a certain drug exposure with an existing `visit_occurrence_id`. - [ ] enable caching of results? - [ ] make part of wrapper or other module? Examples from UKB: ```python def lookup_visit_occurrence_id(self, **kwargs) -> Optional[int]: return self.lookup_id(self.cdm.VisitOccurrence, 'visit_occurrence_id', **kwargs) def lookup_visit_detail_id(self, **kwargs) -> Optional[int]: return self.lookup_id(self.cdm.VisitDetail, 'visit_detail_id', **kwargs) def lookup_person_id(self, person_source_value) -> Optional[int]: return self.lookup_id(self.cdm.Person, 'person_id', person_source_value=person_source_value) def lookup_id(self, model, id_to_lookup, **kwargs) -> Optional[int]: query = self._session_for_lookups.query(model).filter_by(**kwargs) try: visit_record = query.one() except NoResultFound: return None except MultipleResultsFound: logger.warning(f'Multiple {id_to_lookup}\'s found for {kwargs}, returning first only') visit_record = query.first() return getattr(visit_record, id_to_lookup) ```
priority
add lookup functions to extract information from existing database records can significantly speed up work on etl transformations whenever a query to a standard cdm table is needed useful for example if you want to link a certain drug exposure with an existing visit occurrence id enable caching of results make part of wrapper or other module examples from ukb python def lookup visit occurrence id self kwargs optional return self lookup id self cdm visitoccurrence visit occurrence id kwargs def lookup visit detail id self kwargs optional return self lookup id self cdm visitdetail visit detail id kwargs def lookup person id self person source value optional return self lookup id self cdm person person id person source value person source value def lookup id self model id to lookup kwargs optional query self session for lookups query model filter by kwargs try visit record query one except noresultfound return none except multipleresultsfound logger warning f multiple id to lookup s found for kwargs returning first only visit record query first return getattr visit record id to lookup
1
56,961
3,081,222,869
IssuesEvent
2015-08-22 14:08:38
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
closed
Change the way scores are transmitted
019 bug imported Priority-Medium
_From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on January 16, 2013 17:02:56_ Currently returning 4000 or so flags to the nexus causes score to roll-over. Investigate the following. Implement any that are feasible. 1) Instead of streaming scores on the scoreboard, send scores only when they change. 2) Implement scheme for sending up to S32 scores in nexus games (perhaps using a U16 and adding a flag bit to signal another 16 bits are coming for large scores. 3) Nexus scores based on 1 instead of 10. Display an extra 0 on the scoreboard, and factor that in when comparing scores against winning scores. If done right, players would never know. _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=189_
1.0
Change the way scores are transmitted - _From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on January 16, 2013 17:02:56_ Currently returning 4000 or so flags to the nexus causes score to roll-over. Investigate the following. Implement any that are feasible. 1) Instead of streaming scores on the scoreboard, send scores only when they change. 2) Implement scheme for sending up to S32 scores in nexus games (perhaps using a U16 and adding a flag bit to signal another 16 bits are coming for large scores. 3) Nexus scores based on 1 instead of 10. Display an extra 0 on the scoreboard, and factor that in when comparing scores against winning scores. If done right, players would never know. _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=189_
priority
change the way scores are transmitted from on january currently returning or so flags to the nexus causes score to roll over investigate the following implement any that are feasible instead of streaming scores on the scoreboard send scores only when they change implement scheme for sending up to scores in nexus games perhaps using a and adding a flag bit to signal another bits are coming for large scores nexus scores based on instead of display an extra on the scoreboard and factor that in when comparing scores against winning scores if done right players would never know original issue
1
29,596
2,716,615,854
IssuesEvent
2015-04-10 20:15:11
CruxFramework/crux
https://api.github.com/repos/CruxFramework/crux
opened
Implement a compile time view validation in the view based components
enhancement imported Priority-Medium
_From [samuel@cruxframework.org](https://code.google.com/u/samuel@cruxframework.org/) on August 21, 2014 11:00:54_ Using those components, if I inform some view to render, like: \<faces:menudisposal view="myView"/> this view do not get validated in the compilation to check if exists or not. Then we will only see this error in the runtime. _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=482_
1.0
Implement a compile time view validation in the view based components - _From [samuel@cruxframework.org](https://code.google.com/u/samuel@cruxframework.org/) on August 21, 2014 11:00:54_ Using those components, if I inform some view to render, like: \<faces:menudisposal view="myView"/> this view do not get validated in the compilation to check if exists or not. Then we will only see this error in the runtime. _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=482_
priority
implement a compile time view validation in the view based components from on august using those components if i inform some view to render like this view do not get validated in the compilation to check if exists or not then we will only see this error in the runtime original issue
1
283,828
8,724,130,024
IssuesEvent
2018-12-10 03:14:21
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
opened
Lazy loading visit information on the contacts LHS
Contacts Priority: 2 - Medium Type: Performance
In UHC mode, render the contacts list on the LHS with a spinner waiting for the last visited and visit count information to be rendered. Leave enough white space that this information will render without moving any elements around. ![loading mock up](https://user-images.githubusercontent.com/2064938/49708894-81562300-fc96-11e8-8967-2ecfc429bb1a.PNG) If the user filters or sorts by the last visited information then multiple stage render will be chaotic - render everything in one stage for these cases.
1.0
Lazy loading visit information on the contacts LHS - In UHC mode, render the contacts list on the LHS with a spinner waiting for the last visited and visit count information to be rendered. Leave enough white space that this information will render without moving any elements around. ![loading mock up](https://user-images.githubusercontent.com/2064938/49708894-81562300-fc96-11e8-8967-2ecfc429bb1a.PNG) If the user filters or sorts by the last visited information then multiple stage render will be chaotic - render everything in one stage for these cases.
priority
lazy loading visit information on the contacts lhs in uhc mode render the contacts list on the lhs with a spinner waiting for the last visited and visit count information to be rendered leave enough white space that this information will render without moving any elements around if the user filters or sorts by the last visited information then multiple stage render will be chaotic render everything in one stage for these cases
1
556,725
16,489,441,885
IssuesEvent
2021-05-25 00:05:26
gravityview/GravityView
https://api.github.com/repos/gravityview/GravityView
opened
When editing an entry from an anonymous user in Gravity Forms Edit Entry page a user is automatically associated
Bug Core: Edit Entry Priority: Medium Reproducible
From a user: >We edit admin fields on form entries that are filled out by NON-users. > >As soon as we press the edit button (on Gravity Forms), it automatically selects the first user on the list of "Change Entry Creator". I feel this is not the way it should work and is probably a bug. Video: https://user-images.githubusercontent.com/1222472/119420758-a0649600-bcd3-11eb-816a-4d8b9578689b.mp4 Replicable with GF 2.5.x and GV 2.10.3
1.0
When editing an entry from an anonymous user in Gravity Forms Edit Entry page a user is automatically associated - From a user: >We edit admin fields on form entries that are filled out by NON-users. > >As soon as we press the edit button (on Gravity Forms), it automatically selects the first user on the list of "Change Entry Creator". I feel this is not the way it should work and is probably a bug. Video: https://user-images.githubusercontent.com/1222472/119420758-a0649600-bcd3-11eb-816a-4d8b9578689b.mp4 Replicable with GF 2.5.x and GV 2.10.3
priority
when editing an entry from an anonymous user in gravity forms edit entry page a user is automatically associated from a user we edit admin fields on form entries that are filled out by non users as soon as we press the edit button on gravity forms it automatically selects the first user on the list of change entry creator i feel this is not the way it should work and is probably a bug video replicable with gf x and gv
1
29,911
2,718,383,093
IssuesEvent
2015-04-12 08:00:37
cs2103jan2015-f13-1j/main
https://api.github.com/repos/cs2103jan2015-f13-1j/main
closed
Notifications for tasks
priority.medium type.enhancement
provide the user with a notification if a task that is due today has not been completed yet
1.0
Notifications for tasks - provide the user with a notification if a task that is due today has not been completed yet
priority
notifications for tasks provide the user with a notification if a task that is due today has not been completed yet
1
65,860
3,244,590,577
IssuesEvent
2015-10-16 03:47:36
aodn/aatams
https://api.github.com/repos/aodn/aatams
closed
Report on unknown tags
enhancement medium priority
Here's some adhoc SQL to report on the list of tag IDs appearing in the uploaded detections which are otherwise unknown to the DB: ```sql select distinct transmitter_id from aatams.valid_detection except select distinct transmitter_id from aatams.sensor order by transmitter_id ``` [The results of running the query are here...](https://gist.github.com/jkburges/1760c96abc96f5220c85) Note: there are about ~5700 unknown tag IDs out of the ~8700 distinct tag IDs appearing in the DB.
1.0
Report on unknown tags - Here's some adhoc SQL to report on the list of tag IDs appearing in the uploaded detections which are otherwise unknown to the DB: ```sql select distinct transmitter_id from aatams.valid_detection except select distinct transmitter_id from aatams.sensor order by transmitter_id ``` [The results of running the query are here...](https://gist.github.com/jkburges/1760c96abc96f5220c85) Note: there are about ~5700 unknown tag IDs out of the ~8700 distinct tag IDs appearing in the DB.
priority
report on unknown tags here s some adhoc sql to report on the list of tag ids appearing in the uploaded detections which are otherwise unknown to the db sql select distinct transmitter id from aatams valid detection except select distinct transmitter id from aatams sensor order by transmitter id note there are about unknown tag ids out of the distinct tag ids appearing in the db
1
438,968
12,674,955,138
IssuesEvent
2020-06-19 00:01:40
SETI/pds-opus
https://api.github.com/repos/SETI/pds-opus
opened
Add ability to resize slideshow dialog
A-Enhancement B-OPUS JS Effort 2 Medium Priority TBD
It would be convenient to be able to resize the slideshow dialog to change how much of the gallery or table behind it is visible.
1.0
Add ability to resize slideshow dialog - It would be convenient to be able to resize the slideshow dialog to change how much of the gallery or table behind it is visible.
priority
add ability to resize slideshow dialog it would be convenient to be able to resize the slideshow dialog to change how much of the gallery or table behind it is visible
1
731,679
25,226,830,272
IssuesEvent
2022-11-14 16:33:19
CDCgov/prime-reportstream
https://api.github.com/repos/CDCgov/prime-reportstream
closed
WA - Wrong Jurisdiction For Result
onboarding-ops Medium Priority Washington
User is Caroline Thomas. The issue is as follows: "WA DOH received a result from QUICKMED DIAGNOSTIC INC that we believe belongs to another health jurisdiction. In this result, the patient address is in Tianjin and the ordering facility and ordering provider both have CA addresses. If this result is indeed for WA, please let us know." ReportID: `00bdca40-e78b-437d-842f-2e52e6a46325` date 10/19/2022
1.0
WA - Wrong Jurisdiction For Result - User is Caroline Thomas. The issue is as follows: "WA DOH received a result from QUICKMED DIAGNOSTIC INC that we believe belongs to another health jurisdiction. In this result, the patient address is in Tianjin and the ordering facility and ordering provider both have CA addresses. If this result is indeed for WA, please let us know." ReportID: `00bdca40-e78b-437d-842f-2e52e6a46325` date 10/19/2022
priority
wa wrong jurisdiction for result user is caroline thomas the issue is as follows wa doh received a result from quickmed diagnostic inc that we believe belongs to another health jurisdiction in this result the patient address is in tianjin and the ordering facility and ordering provider both have ca addresses if this result is indeed for wa please let us know reportid date
1
602,559
18,473,431,526
IssuesEvent
2021-10-18 02:26:08
TencentBlueKing/bk-iam-saas
https://api.github.com/repos/TencentBlueKing/bk-iam-saas
opened
[容器化] 根据values规范同步修改helm chart
Type: Enhancement Layer: Backend Priority: Medium
1. values配置修改 2. initContainer 执行migrate 3. deployment 中env为空导致 bcs 部署失败问题
1.0
[容器化] 根据values规范同步修改helm chart - 1. values配置修改 2. initContainer 执行migrate 3. deployment 中env为空导致 bcs 部署失败问题
priority
根据values规范同步修改helm chart values配置修改 initcontainer 执行migrate deployment 中env为空导致 bcs 部署失败问题
1
826,956
31,718,346,384
IssuesEvent
2023-09-10 05:25:40
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YSQL] Intermittent “could not open file” error upon SELECT from view
kind/bug area/ysql priority/medium
Jira Link: [DB-1270](https://yugabyte.atlassian.net/browse/DB-1270) ### Description I am running Yugabyte DB v2.8 on single node. Via ysqlsh I have defined some tables and views. When I perform SELECT from the views, normally I get the results I expect, but from time to time I get an error such as the following: ``` yuga_mini=# select * from ename; ERROR: could not open file "base/17651/17709": No such file or directory ``` (ename being the name of one of the views I defined). Here is the SQL for the DDL of the schema: ``` /*** START OF DDL SQL ***/ CREATE EXTENSION IF NOT EXISTS pg_trgm WITH SCHEMA public; CREATE TABLE table_z ( name character varying NOT NULL, attr1 character varying NOT NULL, attr2 character varying, PRIMARY KEY ((name, attr1) HASH) ); CREATE INDEX table_z_attr1_idx ON table_z (attr1); CREATE INDEX table_z_attr2_idx ON table_z (attr2); CREATE INDEX table_z_attr1_partial_idx ON table_z (attr1) WHERE (attr1 NOT IN ('X', 'Y', 'Z')); CREATE INDEX table_z_name_idx ON table_z (name); CREATE INDEX table_z_name_like ON table_z (name varchar_pattern_ops); CREATE TABLE table_x ( name character varying NOT NULL, comm1 character varying NOT NULL, comm2 character varying, comm3 character varying, comm4 character varying, attr1 CHARACTER VARYING NOT NULL, attr2 CHARACTER VARYING, attr3 CHARACTER VARYING, attr4 CHARACTER VARYING, PRIMARY KEY (name HASH) ); CREATE TABLE table_y ( name character varying NOT NULL, comm1 character varying NOT NULL, comm2 character varying, comm3 character varying, comm4 character varying, attr1 character varying NOT NULL, attr2 character varying, attr3 character varying, attr4 character varying, attr5 numeric, attr6 character(1), attr7 character varying, attr8 numeric(9,6), attr9 numeric(8,6), attr10 numeric(2,0), attr11 character varying, attr12 character varying, attr13 character varying, attr14 timestamp(3) with time zone, attr15 boolean, PRIMARY KEY(name HASH), CONSTRAINT table_y_unique UNIQUE (comm1, attr1) ); CREATE INDEX table_y_comm1 ON table_y (comm1); CREATE INDEX table_y_attr1 ON table_y (attr1); CREATE INDEX table_y_attr9 ON table_y (attr9); CREATE INDEX table_y_attr9_in_rads ON table_y (radians(attr9)); CREATE INDEX table_y_attr10 ON table_y (attr10); CREATE INDEX table_y_attr10_in_rads ON table_y (radians(attr10)); CREATE INDEX table_y_attr12 ON table_y (attr12); CREATE INDEX table_y_comm2 ON table_y (comm2); CREATE OR REPLACE VIEW view_w AS SELECT name, comm1, comm2, comm3, comm4 FROM table_x UNION ALL SELECT name, comm1, comm2, comm3, comm4 FROM table_y; CREATE OR REPLACE VIEW view_v AS SELECT name, comm1 FROM view_w; CREATE OR REPLACE VIEW ename AS SELECT name FROM table_z UNION ALL SELECT name FROM view_v; CREATE RULE view_w_delete_rule AS ON DELETE TO view_w DO INSTEAD ( DELETE FROM table_x WHERE name = old.name; DELETE FROM table_y WHERE name = old.name; ); CREATE RULE view_v_delete_rule AS ON DELETE TO view_v DO INSTEAD DELETE FROM view_w WHERE name = old.name; CREATE RULE ename_delete_rule AS ON DELETE TO ename DO INSTEAD ( DELETE FROM table_z WHERE name = old.name; DELETE FROM view_v WHERE name = old.name; ); /*** END OF DDL SQL ***/ ``` Here is SQL that inserts some sample data (although I have seen the problem even when I had not inserted any data): ``` INSERT INTO table_x (name, comm1, comm2, comm3, comm4, attr1) VALUES ('name_2', 'comm_1', 'comm_2_2', 'comm_3_2', 'comm_4_2', 'attr_1_2'); INSERT INTO table_y (name, comm1, comm2, comm3, comm4, attr1, attr3, attr4, attr5, attr6, attr7, attr8, attr9, attr10, attr11, attr14) VALUES ('name_1', 'comm_1', 'comm_2_1', 'comm_3_1', 'comm_4_1', 'a', 'b', 'c', 0, 1, 'd', -199.000000, -99.000000, 1, 'x', '2022-01-13 15:28:08.28+02'); INSERT INTO table_z (name, attr1, attr2) VALUES ('name_1', 'mars', '10'); INSERT INTO table_z (name, attr1, attr2) VALUES ('name_1', 'venus', 'empty'); INSERT INTO table_z (name, attr1, attr2) VALUES ('name_1', 'jupiter', 'full'); INSERT INTO table_z (name, attr1, attr2) VALUES ('name_1', 'X', 'X_1'); INSERT INTO table_z (name, attr1, attr2) VALUES ('name_2', 'X', 'X_2'); ``` Here is what appears in the PostgreSQL log: ``` I0119 16:16:13.562525 2172715 poller.cc:66] Poll stopped: Service unavailable (yb/rpc/scheduler.cc:80): Scheduler is shutting down (system error 108) I0119 16:16:20.383378 2172752 mem_tracker.cc:282] MemTracker: hard memory limit is 9.307496 GB I0119 16:16:20.383646 2172752 mem_tracker.cc:284] MemTracker: soft memory limit is 7.911372 GB I0119 16:16:20.384979 2172752 thread_pool.cc:171] Starting thread pool { name: pggate_ybclient queue_limit: 10000 max_workers: 1024 } I0119 16:16:20.385637 2172752 pggate.cc:161] Reset YSQL bind address to 0.0.0.0:5432 I0119 16:16:20.385730 2172752 server_base_options.cc:137] Updating master addrs to {127.0.0.1:7100} I0119 16:16:20.386005 2172752 pggate.cc:101] InitTServerSharedObject: 0, 0, 6 I0119 16:16:20.386159 2172752 pg_client.cc:59] Using TServer host_port: 0.0.0.0:9100 I0119 16:16:20.386181 2172759 async_initializer.cc:82] Starting to init ybclient I0119 16:16:20.386653 2172760 client-internal.cc:2374] New master addresses: [127.0.0.1:7100] I0119 16:16:20.387910 2172759 async_initializer.cc:86] Successfully built ybclient 2022-01-19 16:16:31.634 UTC [2172752] ERROR: could not open file "base/17651/17709": No such file or directory 2022-01-19 16:16:31.634 UTC [2172752] STATEMENT: select * from ename; ``` While I am within the same ysqlsh session, regardless how many times I repeat the query I get the same error. When I exit that ysqlsh session and start another one, the query returns the expected result without any error.
1.0
[YSQL] Intermittent “could not open file” error upon SELECT from view - Jira Link: [DB-1270](https://yugabyte.atlassian.net/browse/DB-1270) ### Description I am running Yugabyte DB v2.8 on single node. Via ysqlsh I have defined some tables and views. When I perform SELECT from the views, normally I get the results I expect, but from time to time I get an error such as the following: ``` yuga_mini=# select * from ename; ERROR: could not open file "base/17651/17709": No such file or directory ``` (ename being the name of one of the views I defined). Here is the SQL for the DDL of the schema: ``` /*** START OF DDL SQL ***/ CREATE EXTENSION IF NOT EXISTS pg_trgm WITH SCHEMA public; CREATE TABLE table_z ( name character varying NOT NULL, attr1 character varying NOT NULL, attr2 character varying, PRIMARY KEY ((name, attr1) HASH) ); CREATE INDEX table_z_attr1_idx ON table_z (attr1); CREATE INDEX table_z_attr2_idx ON table_z (attr2); CREATE INDEX table_z_attr1_partial_idx ON table_z (attr1) WHERE (attr1 NOT IN ('X', 'Y', 'Z')); CREATE INDEX table_z_name_idx ON table_z (name); CREATE INDEX table_z_name_like ON table_z (name varchar_pattern_ops); CREATE TABLE table_x ( name character varying NOT NULL, comm1 character varying NOT NULL, comm2 character varying, comm3 character varying, comm4 character varying, attr1 CHARACTER VARYING NOT NULL, attr2 CHARACTER VARYING, attr3 CHARACTER VARYING, attr4 CHARACTER VARYING, PRIMARY KEY (name HASH) ); CREATE TABLE table_y ( name character varying NOT NULL, comm1 character varying NOT NULL, comm2 character varying, comm3 character varying, comm4 character varying, attr1 character varying NOT NULL, attr2 character varying, attr3 character varying, attr4 character varying, attr5 numeric, attr6 character(1), attr7 character varying, attr8 numeric(9,6), attr9 numeric(8,6), attr10 numeric(2,0), attr11 character varying, attr12 character varying, attr13 character varying, attr14 timestamp(3) with time zone, attr15 boolean, PRIMARY KEY(name HASH), CONSTRAINT table_y_unique UNIQUE (comm1, attr1) ); CREATE INDEX table_y_comm1 ON table_y (comm1); CREATE INDEX table_y_attr1 ON table_y (attr1); CREATE INDEX table_y_attr9 ON table_y (attr9); CREATE INDEX table_y_attr9_in_rads ON table_y (radians(attr9)); CREATE INDEX table_y_attr10 ON table_y (attr10); CREATE INDEX table_y_attr10_in_rads ON table_y (radians(attr10)); CREATE INDEX table_y_attr12 ON table_y (attr12); CREATE INDEX table_y_comm2 ON table_y (comm2); CREATE OR REPLACE VIEW view_w AS SELECT name, comm1, comm2, comm3, comm4 FROM table_x UNION ALL SELECT name, comm1, comm2, comm3, comm4 FROM table_y; CREATE OR REPLACE VIEW view_v AS SELECT name, comm1 FROM view_w; CREATE OR REPLACE VIEW ename AS SELECT name FROM table_z UNION ALL SELECT name FROM view_v; CREATE RULE view_w_delete_rule AS ON DELETE TO view_w DO INSTEAD ( DELETE FROM table_x WHERE name = old.name; DELETE FROM table_y WHERE name = old.name; ); CREATE RULE view_v_delete_rule AS ON DELETE TO view_v DO INSTEAD DELETE FROM view_w WHERE name = old.name; CREATE RULE ename_delete_rule AS ON DELETE TO ename DO INSTEAD ( DELETE FROM table_z WHERE name = old.name; DELETE FROM view_v WHERE name = old.name; ); /*** END OF DDL SQL ***/ ``` Here is SQL that inserts some sample data (although I have seen the problem even when I had not inserted any data): ``` INSERT INTO table_x (name, comm1, comm2, comm3, comm4, attr1) VALUES ('name_2', 'comm_1', 'comm_2_2', 'comm_3_2', 'comm_4_2', 'attr_1_2'); INSERT INTO table_y (name, comm1, comm2, comm3, comm4, attr1, attr3, attr4, attr5, attr6, attr7, attr8, attr9, attr10, attr11, attr14) VALUES ('name_1', 'comm_1', 'comm_2_1', 'comm_3_1', 'comm_4_1', 'a', 'b', 'c', 0, 1, 'd', -199.000000, -99.000000, 1, 'x', '2022-01-13 15:28:08.28+02'); INSERT INTO table_z (name, attr1, attr2) VALUES ('name_1', 'mars', '10'); INSERT INTO table_z (name, attr1, attr2) VALUES ('name_1', 'venus', 'empty'); INSERT INTO table_z (name, attr1, attr2) VALUES ('name_1', 'jupiter', 'full'); INSERT INTO table_z (name, attr1, attr2) VALUES ('name_1', 'X', 'X_1'); INSERT INTO table_z (name, attr1, attr2) VALUES ('name_2', 'X', 'X_2'); ``` Here is what appears in the PostgreSQL log: ``` I0119 16:16:13.562525 2172715 poller.cc:66] Poll stopped: Service unavailable (yb/rpc/scheduler.cc:80): Scheduler is shutting down (system error 108) I0119 16:16:20.383378 2172752 mem_tracker.cc:282] MemTracker: hard memory limit is 9.307496 GB I0119 16:16:20.383646 2172752 mem_tracker.cc:284] MemTracker: soft memory limit is 7.911372 GB I0119 16:16:20.384979 2172752 thread_pool.cc:171] Starting thread pool { name: pggate_ybclient queue_limit: 10000 max_workers: 1024 } I0119 16:16:20.385637 2172752 pggate.cc:161] Reset YSQL bind address to 0.0.0.0:5432 I0119 16:16:20.385730 2172752 server_base_options.cc:137] Updating master addrs to {127.0.0.1:7100} I0119 16:16:20.386005 2172752 pggate.cc:101] InitTServerSharedObject: 0, 0, 6 I0119 16:16:20.386159 2172752 pg_client.cc:59] Using TServer host_port: 0.0.0.0:9100 I0119 16:16:20.386181 2172759 async_initializer.cc:82] Starting to init ybclient I0119 16:16:20.386653 2172760 client-internal.cc:2374] New master addresses: [127.0.0.1:7100] I0119 16:16:20.387910 2172759 async_initializer.cc:86] Successfully built ybclient 2022-01-19 16:16:31.634 UTC [2172752] ERROR: could not open file "base/17651/17709": No such file or directory 2022-01-19 16:16:31.634 UTC [2172752] STATEMENT: select * from ename; ``` While I am within the same ysqlsh session, regardless how many times I repeat the query I get the same error. When I exit that ysqlsh session and start another one, the query returns the expected result without any error.
priority
intermittent “could not open file” error upon select from view jira link description i am running yugabyte db on single node via ysqlsh i have defined some tables and views when i perform select from the views normally i get the results i expect but from time to time i get an error such as the following yuga mini select from ename error could not open file base no such file or directory ename being the name of one of the views i defined here is the sql for the ddl of the schema start of ddl sql create extension if not exists pg trgm with schema public create table table z name character varying not null character varying not null character varying primary key name hash create index table z idx on table z create index table z idx on table z create index table z partial idx on table z where not in x y z create index table z name idx on table z name create index table z name like on table z name varchar pattern ops create table table x name character varying not null character varying not null character varying character varying character varying character varying not null character varying character varying character varying primary key name hash create table table y name character varying not null character varying not null character varying character varying character varying character varying not null character varying character varying character varying numeric character character varying numeric numeric numeric character varying character varying character varying timestamp with time zone boolean primary key name hash constraint table y unique unique create index table y on table y create index table y on table y create index table y on table y create index table y in rads on table y radians create index table y on table y create index table y in rads on table y radians create index table y on table y create index table y on table y create or replace view view w as select name from table x union all select name from table y create or replace view view v as select name from view w create or replace view ename as select name from table z union all select name from view v create rule view w delete rule as on delete to view w do instead delete from table x where name old name delete from table y where name old name create rule view v delete rule as on delete to view v do instead delete from view w where name old name create rule ename delete rule as on delete to ename do instead delete from table z where name old name delete from view v where name old name end of ddl sql here is sql that inserts some sample data although i have seen the problem even when i had not inserted any data insert into table x name values name comm comm comm comm attr insert into table y name values name comm comm comm comm a b c d x insert into table z name values name mars insert into table z name values name venus empty insert into table z name values name jupiter full insert into table z name values name x x insert into table z name values name x x here is what appears in the postgresql log poller cc poll stopped service unavailable yb rpc scheduler cc scheduler is shutting down system error mem tracker cc memtracker hard memory limit is gb mem tracker cc memtracker soft memory limit is gb thread pool cc starting thread pool name pggate ybclient queue limit max workers pggate cc reset ysql bind address to server base options cc updating master addrs to pggate cc inittserversharedobject pg client cc using tserver host port async initializer cc starting to init ybclient client internal cc new master addresses async initializer cc successfully built ybclient utc error could not open file base no such file or directory utc statement select from ename while i am within the same ysqlsh session regardless how many times i repeat the query i get the same error when i exit that ysqlsh session and start another one the query returns the expected result without any error
1
321,875
9,810,174,362
IssuesEvent
2019-06-12 19:49:43
Chew/DIRCord
https://api.github.com/repos/Chew/DIRCord
closed
Opening a dm with someone with the same name as a channel you're on puts messages in the dm
Difficulty: Medium Priority: High bug
it's annoying
1.0
Opening a dm with someone with the same name as a channel you're on puts messages in the dm - it's annoying
priority
opening a dm with someone with the same name as a channel you re on puts messages in the dm it s annoying
1
723,582
24,901,643,269
IssuesEvent
2022-10-28 21:40:50
OpenLiberty/liberty-tools-intellij
https://api.github.com/repos/OpenLiberty/liberty-tools-intellij
opened
Update build process to include language server artifacts
medium priority SVT-req
Once the `ls-integration` branch is merged into `main`, there will be a build dependency on the Liberty LS, LSP4MP, and LSP4Jakarta. Liberty LS and LSP4MP can be handled through pulling from Sonatype or Maven Central using `build.gradle`. The build process will need to be resolved for LSP4Jakarta before working on that piece.
1.0
Update build process to include language server artifacts - Once the `ls-integration` branch is merged into `main`, there will be a build dependency on the Liberty LS, LSP4MP, and LSP4Jakarta. Liberty LS and LSP4MP can be handled through pulling from Sonatype or Maven Central using `build.gradle`. The build process will need to be resolved for LSP4Jakarta before working on that piece.
priority
update build process to include language server artifacts once the ls integration branch is merged into main there will be a build dependency on the liberty ls and liberty ls and can be handled through pulling from sonatype or maven central using build gradle the build process will need to be resolved for before working on that piece
1
339,922
10,264,361,586
IssuesEvent
2019-08-22 16:11:07
tiagoalvesdulce/pi-ui
https://api.github.com/repos/tiagoalvesdulce/pi-ui
closed
Floating badge component
component-request priority: medium
This component needs to expose an API for the consumer to select one of the following icons: ![Screen Shot 2019-07-16 at 15 16 50](https://user-images.githubusercontent.com/14864439/61297611-e0f05000-a7dc-11e9-8522-6604284f78e1.png) ![Screen Shot 2019-07-16 at 15 16 46](https://user-images.githubusercontent.com/14864439/61297616-e483d700-a7dc-11e9-82d6-db489b2e5a91.png) ![Screen Shot 2019-07-16 at 15 16 41](https://user-images.githubusercontent.com/14864439/61297620-e64d9a80-a7dc-11e9-9c78-948a9ffc29c4.png) ![Screen Shot 2019-07-16 at 15 16 36](https://user-images.githubusercontent.com/14864439/61297627-e8175e00-a7dc-11e9-95a4-b0d7facb9b7d.png) Example in the specs: https://xd.adobe.com/spec/25f9f648-8d13-446f-75aa-242b21116f87-53c8/screen/573ae56d-a921-4fd7-a684-71c65bc60089/Create-proposal-file-attached-invalid-mime-type https://xd.adobe.com/spec/25f9f648-8d13-446f-75aa-242b21116f87-53c8/screen/ad844292-79f7-470d-807b-8eb38324e9ca/Notification-example-1 https://xd.adobe.com/spec/25f9f648-8d13-446f-75aa-242b21116f87-53c8/screen/05b86566-f6c6-442f-9dc5-189ffa4b1ac2/Notification-example-2 https://xd.adobe.com/spec/25f9f648-8d13-446f-75aa-242b21116f87-53c8/screen/86f7490b-41dc-4cd7-8afe-b051e88ee1a1/Notification-example-3
1.0
Floating badge component - This component needs to expose an API for the consumer to select one of the following icons: ![Screen Shot 2019-07-16 at 15 16 50](https://user-images.githubusercontent.com/14864439/61297611-e0f05000-a7dc-11e9-8522-6604284f78e1.png) ![Screen Shot 2019-07-16 at 15 16 46](https://user-images.githubusercontent.com/14864439/61297616-e483d700-a7dc-11e9-82d6-db489b2e5a91.png) ![Screen Shot 2019-07-16 at 15 16 41](https://user-images.githubusercontent.com/14864439/61297620-e64d9a80-a7dc-11e9-9c78-948a9ffc29c4.png) ![Screen Shot 2019-07-16 at 15 16 36](https://user-images.githubusercontent.com/14864439/61297627-e8175e00-a7dc-11e9-95a4-b0d7facb9b7d.png) Example in the specs: https://xd.adobe.com/spec/25f9f648-8d13-446f-75aa-242b21116f87-53c8/screen/573ae56d-a921-4fd7-a684-71c65bc60089/Create-proposal-file-attached-invalid-mime-type https://xd.adobe.com/spec/25f9f648-8d13-446f-75aa-242b21116f87-53c8/screen/ad844292-79f7-470d-807b-8eb38324e9ca/Notification-example-1 https://xd.adobe.com/spec/25f9f648-8d13-446f-75aa-242b21116f87-53c8/screen/05b86566-f6c6-442f-9dc5-189ffa4b1ac2/Notification-example-2 https://xd.adobe.com/spec/25f9f648-8d13-446f-75aa-242b21116f87-53c8/screen/86f7490b-41dc-4cd7-8afe-b051e88ee1a1/Notification-example-3
priority
floating badge component this component needs to expose an api for the consumer to select one of the following icons example in the specs
1
92,242
3,869,132,846
IssuesEvent
2016-04-10 12:30:03
cs2103jan2016-t16-2j/main
https://api.github.com/repos/cs2103jan2016-t16-2j/main
closed
A user can copy / paste / undo / redo / cut
priority.medium type.story
... so that the user do not have to re-enter previous actions
1.0
A user can copy / paste / undo / redo / cut - ... so that the user do not have to re-enter previous actions
priority
a user can copy paste undo redo cut so that the user do not have to re enter previous actions
1
344,245
10,341,748,598
IssuesEvent
2019-09-04 03:34:34
NetchX/Netch
https://api.github.com/repos/NetchX/Netch
closed
停止netch对某个进程的加速后,会连带关闭Clash for windows的代理开关
Priority: Medium Status: Accepted Type: Bug
**复现步骤** 1. 打开 Netch 软件和Clash for windwows 2. clash for windows 开启system proxy 3. Netch 启动对某个进程的加速 4. 停止Netch的加速 5. 回到clash for windows,将选项从general切换到proxies,再切换回来,可以看到system proxy的开关从on 变成了 off **信息** - 操作系统:[Windows 10 家庭版 64 位 1903] - 软件版本:[Netch为1.2.0] [Clash for windows为0.7.6]
1.0
停止netch对某个进程的加速后,会连带关闭Clash for windows的代理开关 - **复现步骤** 1. 打开 Netch 软件和Clash for windwows 2. clash for windows 开启system proxy 3. Netch 启动对某个进程的加速 4. 停止Netch的加速 5. 回到clash for windows,将选项从general切换到proxies,再切换回来,可以看到system proxy的开关从on 变成了 off **信息** - 操作系统:[Windows 10 家庭版 64 位 1903] - 软件版本:[Netch为1.2.0] [Clash for windows为0.7.6]
priority
停止netch对某个进程的加速后,会连带关闭clash for windows的代理开关 复现步骤 打开 netch 软件和clash for windwows clash for windows 开启system proxy netch 启动对某个进程的加速 停止netch的加速 回到clash for windows,将选项从general切换到proxies,再切换回来,可以看到system proxy的开关从on 变成了 off 信息 操作系统: 软件版本:
1
214,835
7,277,275,630
IssuesEvent
2018-02-21 18:56:22
morris-jason/tanker
https://api.github.com/repos/morris-jason/tanker
closed
Allow APIs to group users
component/edge component/proof lang/golang priority/medium type/enhancement
### User Statement: As an API Producer, I'd like to put users in a group to simplify API authentication. ### Acceptance Criteria: [ ] - Add group parameter to api and user models. [ ] - Add group claim to user token.
1.0
Allow APIs to group users - ### User Statement: As an API Producer, I'd like to put users in a group to simplify API authentication. ### Acceptance Criteria: [ ] - Add group parameter to api and user models. [ ] - Add group claim to user token.
priority
allow apis to group users user statement as an api producer i d like to put users in a group to simplify api authentication acceptance criteria add group parameter to api and user models add group claim to user token
1
40,591
2,868,930,449
IssuesEvent
2015-06-05 22:01:42
dart-lang/pub
https://api.github.com/repos/dart-lang/pub
closed
Import supports the concept of the default dart file
enhancement Priority-Medium wontfix
<a href="https://github.com/tomyeh"><img src="https://avatars.githubusercontent.com/u/785688?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [tomyeh](https://github.com/tomyeh)** _Originally opened as dart-lang/sdk#6022_ ---- Currently, we have to specify the complete path of a dart file, such as, import &quot;package:foo/foo.dart&quot;. It is sometimes redundant. For example, if a package is small, there might be just a single entry. Thus, if there is a default dart, say, index.dart, then the import statement can be simplified to import &quot;package:foo&quot;. The concept can be applied to multi-level file structure, such as &quot;package:foo/subdir&quot;.
1.0
Import supports the concept of the default dart file - <a href="https://github.com/tomyeh"><img src="https://avatars.githubusercontent.com/u/785688?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [tomyeh](https://github.com/tomyeh)** _Originally opened as dart-lang/sdk#6022_ ---- Currently, we have to specify the complete path of a dart file, such as, import &quot;package:foo/foo.dart&quot;. It is sometimes redundant. For example, if a package is small, there might be just a single entry. Thus, if there is a default dart, say, index.dart, then the import statement can be simplified to import &quot;package:foo&quot;. The concept can be applied to multi-level file structure, such as &quot;package:foo/subdir&quot;.
priority
import supports the concept of the default dart file issue by originally opened as dart lang sdk currently we have to specify the complete path of a dart file such as import quot package foo foo dart quot it is sometimes redundant for example if a package is small there might be just a single entry thus if there is a default dart say index dart then the import statement can be simplified to import quot package foo quot the concept can be applied to multi level file structure such as quot package foo subdir quot
1
738,315
25,552,114,410
IssuesEvent
2022-11-30 01:14:37
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
reopened
[YSQL] FATAL IO error (yb/util/env_posix.cc:477): writev error: expected to write 199142 bytes, wrote 254 bytes instead
kind/bug area/docdb priority/medium
Jira Link: [DB-3654](https://yugabyte.atlassian.net/browse/DB-3654) ### Description Scenario with YSQL and few restores in the row. Cluster configuration: ``` instance_type="c5.2xlarge", master_gflags={ "ysql_num_shards_per_tserver": "10", "yb_num_shards_per_tserver": "10", }, tserver_gflags={ "ysql_num_shards_per_tserver": "10", "yb_num_shards_per_tserver": "10", } ``` 1. Load data to a cluster 2. Schedule snapshots, wait till first will be created and remember restore point (collect count(*) from tables) 3. Repeat 20 times: 4. Load data into a random table 5. Restore to remembered point 6. Check that number of rows is expected 7. GOTO 3 ``` F20220923 23:51:10 ../../src/yb/consensus/consensus_queue.cc:386] Check failed: _s.ok() Bad status: IO error (yb/util/env_posix.cc:477): writev error: expected to write 199142 bytes, wrote 254 bytes instead @ 0x2a7fc28 google::LogMessage::SendToLog() @ 0x2a80ae3 google::LogMessage::Flush() @ 0x2a80fdf google::LogMessageFatal::~LogMessageFatal() @ 0x2e634d1 yb::consensus::PeerMessageQueue::LocalPeerAppendFinished() @ 0x2e6d8ee yb::consensus::LogCache::LogCallback() @ 0x2ef00fa yb::log::Log::Appender::ProcessBatch() @ 0x2ef8c2c yb::TaskStream<>::Run() @ 0x3b36151 yb::ThreadPool::DispatchThread() @ 0x3b31a92 yb::Thread::SuperviseThread() @ 0x7f96a3de9694 start_thread @ 0x7f96a42eb41d __clone ```
1.0
[YSQL] FATAL IO error (yb/util/env_posix.cc:477): writev error: expected to write 199142 bytes, wrote 254 bytes instead - Jira Link: [DB-3654](https://yugabyte.atlassian.net/browse/DB-3654) ### Description Scenario with YSQL and few restores in the row. Cluster configuration: ``` instance_type="c5.2xlarge", master_gflags={ "ysql_num_shards_per_tserver": "10", "yb_num_shards_per_tserver": "10", }, tserver_gflags={ "ysql_num_shards_per_tserver": "10", "yb_num_shards_per_tserver": "10", } ``` 1. Load data to a cluster 2. Schedule snapshots, wait till first will be created and remember restore point (collect count(*) from tables) 3. Repeat 20 times: 4. Load data into a random table 5. Restore to remembered point 6. Check that number of rows is expected 7. GOTO 3 ``` F20220923 23:51:10 ../../src/yb/consensus/consensus_queue.cc:386] Check failed: _s.ok() Bad status: IO error (yb/util/env_posix.cc:477): writev error: expected to write 199142 bytes, wrote 254 bytes instead @ 0x2a7fc28 google::LogMessage::SendToLog() @ 0x2a80ae3 google::LogMessage::Flush() @ 0x2a80fdf google::LogMessageFatal::~LogMessageFatal() @ 0x2e634d1 yb::consensus::PeerMessageQueue::LocalPeerAppendFinished() @ 0x2e6d8ee yb::consensus::LogCache::LogCallback() @ 0x2ef00fa yb::log::Log::Appender::ProcessBatch() @ 0x2ef8c2c yb::TaskStream<>::Run() @ 0x3b36151 yb::ThreadPool::DispatchThread() @ 0x3b31a92 yb::Thread::SuperviseThread() @ 0x7f96a3de9694 start_thread @ 0x7f96a42eb41d __clone ```
priority
fatal io error yb util env posix cc writev error expected to write bytes wrote bytes instead jira link description scenario with ysql and few restores in the row cluster configuration instance type master gflags ysql num shards per tserver yb num shards per tserver tserver gflags ysql num shards per tserver yb num shards per tserver load data to a cluster schedule snapshots wait till first will be created and remember restore point collect count from tables repeat times load data into a random table restore to remembered point check that number of rows is expected goto src yb consensus consensus queue cc check failed s ok bad status io error yb util env posix cc writev error expected to write bytes wrote bytes instead google logmessage sendtolog google logmessage flush google logmessagefatal logmessagefatal yb consensus peermessagequeue localpeerappendfinished yb consensus logcache logcallback yb log log appender processbatch yb taskstream run yb threadpool dispatchthread yb thread supervisethread start thread clone
1
722,874
24,876,992,899
IssuesEvent
2022-10-27 20:03:06
AY2223S1-CS2103T-T15-1/tp
https://api.github.com/repos/AY2223S1-CS2103T-T15-1/tp
closed
Edit command returns the full list of employees
priority.Medium type.Flaw
This is normally alright, but suppose I use `find` to get a filtered list, then after using `edit`, the UI shows the full list of employees, and does not retain the filtered list. This is undesired behaviour. The desired one is more like the `delete` command, where the filtered list is retained.
1.0
Edit command returns the full list of employees - This is normally alright, but suppose I use `find` to get a filtered list, then after using `edit`, the UI shows the full list of employees, and does not retain the filtered list. This is undesired behaviour. The desired one is more like the `delete` command, where the filtered list is retained.
priority
edit command returns the full list of employees this is normally alright but suppose i use find to get a filtered list then after using edit the ui shows the full list of employees and does not retain the filtered list this is undesired behaviour the desired one is more like the delete command where the filtered list is retained
1
617,452
19,358,297,414
IssuesEvent
2021-12-16 00:07:07
lokka30/Treasury
https://api.github.com/repos/lokka30/Treasury
opened
Add various other failure reasons
enhancement priority: medium developer thoughts wanted approved
We need to add various failure reasons to the enum. For example, `SQL_ERROR` and alike. Feel free to suggest any below and I can add them in once #71 is merged.
1.0
Add various other failure reasons - We need to add various failure reasons to the enum. For example, `SQL_ERROR` and alike. Feel free to suggest any below and I can add them in once #71 is merged.
priority
add various other failure reasons we need to add various failure reasons to the enum for example sql error and alike feel free to suggest any below and i can add them in once is merged
1
32,010
2,742,837,732
IssuesEvent
2015-04-21 18:28:19
dhowe/RiTa
https://api.github.com/repos/dhowe/RiTa
closed
Add missing RiTaJS tests
needs-verification PRIORITY: Medium RiTaJS
Implement the following missing tests in RiTaJS: RiTa: RiTa.randomItem(array) RiGrammar: reset() RiMarkov: loadTokens() RiLexicon: reload() size()
1.0
Add missing RiTaJS tests - Implement the following missing tests in RiTaJS: RiTa: RiTa.randomItem(array) RiGrammar: reset() RiMarkov: loadTokens() RiLexicon: reload() size()
priority
add missing ritajs tests implement the following missing tests in ritajs rita rita randomitem array rigrammar reset rimarkov loadtokens rilexicon reload size
1
680,556
23,276,576,168
IssuesEvent
2022-08-05 07:50:00
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
closed
Error updating Yarn binary
type:bug priority-3-medium manager:npm status:in-progress
### How are you running Renovate? Mend Renovate hosted app on github.com ### If you're self-hosting Renovate, tell us what version of Renovate you run. _No response_ ### Please select which platform you are using if self-hosting. _No response_ ### If you're self-hosting Renovate, tell us what version of the platform you run. _No response_ ### Was this something which used to work for you, and then stopped? I never saw this working ### Describe the bug I am seeing quite a lot of these errors in the hosted app. Example repo: https://github.com/Darkflame72/SMS-Discord-Bot in this PR: https://github.com/Darkflame72/SMS-Discord-Bot/pull/7 Seems to have increased recently: ![image](https://user-images.githubusercontent.com/6311784/180642076-baf12b27-7a96-473b-bd7a-317460ca8679.png) ### Relevant debug logs <details><summary>Logs</summary> ``` {"level":20,"branch":"renovate/yarn-3.x","msg":"getBranchPr(renovate/yarn-3.x)","time":"2022-07-24T09:12:55.903Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"findPr(renovate/yarn-3.x, undefined, open)","time":"2022-07-24T09:12:55.903Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Found PR #7","time":"2022-07-24T09:12:55.904Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"branchExists=true","time":"2022-07-24T09:12:55.904Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"dependencyDashboardCheck=undefined","time":"2022-07-24T09:12:55.904Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"PR rebase requested=true","time":"2022-07-24T09:12:55.904Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Checking if PR has been edited","time":"2022-07-24T09:12:55.904Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Found existing branch PR","time":"2022-07-24T09:12:55.905Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Checking schedule(at any time, null)","time":"2022-07-24T09:12:55.905Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"No schedule defined","time":"2022-07-24T09:12:55.905Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Setting current branch to main","time":"2022-07-24T09:12:55.905Z"} {"level":20,"branch":"renovate/yarn-3.x","branchName":"main","latestCommitDate":"2022-07-24T21:07:00+12:00","msg":"latest commit","time":"2022-07-24T09:12:56.257Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Manual rebase requested via Dependency Dashboard","time":"2022-07-24T09:12:56.370Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Using reuseExistingBranch: false","time":"2022-07-24T09:12:56.371Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"manager.getUpdatedPackageFiles() reuseExistinbranch=false","time":"2022-07-24T09:12:56.376Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"npm.updateDependency(): packageManager.yarn = 3.2.2","time":"2022-07-24T09:12:56.628Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Updating yarn in package.json","time":"2022-07-24T09:12:56.637Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Updated 1 package files","time":"2022-07-24T09:12:56.638Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Getting updated lock files","time":"2022-07-24T09:12:56.639Z"} {"level":20,"branch":"renovate/yarn-3.x","packageFiles":["package.json"],"msg":"Writing package.json files","time":"2022-07-24T09:12:56.640Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Writing any updated package files","time":"2022-07-24T09:12:56.641Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Writing package.json","time":"2022-07-24T09:12:56.641Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"npmrc file found in repository","time":"2022-07-24T09:12:56.670Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Writing updated .npmrc file to .npmrc","time":"2022-07-24T09:12:56.670Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Generating yarn.lock for .","time":"2022-07-24T09:12:56.671Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Spawning yarn install to create yarn.lock","time":"2022-07-24T09:12:56.672Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Enabling global cache as zero-install is not detected","time":"2022-07-24T09:12:56.673Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"No node constraint found - using latest","time":"2022-07-24T09:12:56.674Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Updating Yarn binary","time":"2022-07-24T09:12:56.674Z"} {"level":20,"branch":"renovate/yarn-3.x","image":"node","msg":"Using docker to execute","time":"2022-07-24T09:12:56.675Z"} {"level":20,"branch":"renovate/yarn-3.x","toolName":"corepack","resolvedVersion":"0.12.1","msg":"Resolved stable matching version","time":"2022-07-24T09:12:56.690Z"} {"level":20,"branch":"renovate/yarn-3.x","image":"docker.io/renovate/node","msg":"No tag or tagConstraint specified","time":"2022-07-24T09:12:56.692Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Fetching Docker image: docker.io/renovate/node","time":"2022-07-24T09:12:56.692Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Finished fetching Docker image docker.io/renovate/node@sha256:dfc6f5d8a32593133be29f098d53f36a49ef270b58eec97dcf10cc230ad37894","time":"2022-07-24T09:13:18.693Z"} {"level":20,"branch":"renovate/yarn-3.x","command":"docker run --rm --name=renovate_node --label=renovate_child -v \"/mnt/renovate/gh/Darkflame72/SMS-Discord-Bot\":\"/mnt/renovate/gh/Darkflame72/SMS-Discord-Bot\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e NPM_CONFIG_CACHE -e npm_config_store -e CI -e YARN_ENABLE_IMMUTABLE_INSTALLS -e YARN_HTTP_TIMEOUT -e YARN_GLOBAL_FOLDER -e YARN_ENABLE_GLOBAL_CACHE -e BUILDPACK_CACHE_DIR -w \"/mnt/renovate/gh/Darkflame72/SMS-Discord-Bot\" docker.io/renovate/node bash -l -c \"install-tool corepack 0.12.1 && yarn set version 3.2.2 && yarn install --mode=update-lockfile\"","msg":"Executing command","time":"2022-07-24T09:13:18.871Z"} {"level":20,"branch":"renovate/yarn-3.x","cmd":"docker run --rm --name=renovate_node --label=renovate_child -v \"/mnt/renovate/gh/Darkflame72/SMS-Discord-Bot\":\"/mnt/renovate/gh/Darkflame72/SMS-Discord-Bot\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e NPM_CONFIG_CACHE -e npm_config_store -e CI -e YARN_ENABLE_IMMUTABLE_INSTALLS -e YARN_HTTP_TIMEOUT -e YARN_GLOBAL_FOLDER -e YARN_ENABLE_GLOBAL_CACHE -e BUILDPACK_CACHE_DIR -w \"/mnt/renovate/gh/Darkflame72/SMS-Discord-Bot\" docker.io/renovate/node bash -l -c \"install-tool corepack 0.12.1 && yarn set version 3.2.2 && yarn install --mode=update-lockfile\"","durationMs":175369,"stdout":"installing v2 tool corepack v0.12.1\nnpm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.\n\nadded 1 package in 1s\nlinking tool corepack v0.12.1\n0.12.1\nInstalled v2 /usr/local/buildpack/tools/v2/corepack.sh in 2 seconds\n➤ YN0000: Retrieving https://repo.yarnpkg.com/3.2.2/packages/yarnpkg-cli/bin/yarn.js\n➤ YN0000: Saving the new release in .yarn/releases/yarn-3.2.2.cjs\n➤ YN0000: Done in 1s 476ms\n➤ YN0000: ┌ Resolution step\n➤ YN0000: └ Completed in 0s 714ms\n➤ YN0000: ┌ Fetch step\n➤ YN0013: │ 32 packages were already cached, 4 had to be fetched\n➤ YN0000: └ Completed in 2m 42s\n➤ YN0000: ┌ Link step\n➤ YN0073: │ Skipped due to mode=update-lockfile\n➤ YN0000: └ Completed\n➤ YN0000: Done with warnings in 2m 43s\n","stderr":"","msg":"exec completed","time":"2022-07-24T09:16:14.062Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"yarn.lock needs updating","time":"2022-07-24T09:16:14.162Z"} {"level":20,"branch":"renovate/yarn-3.x","resolvedPaths":[".yarn/cache",".pnp.cjs",".pnp.js",".pnp.loader.mjs"],"msg":"updateYarnOffline resolvedPaths","time":"2022-07-24T09:16:14.337Z"} {"level":50,"branch":"renovate/yarn-3.x","err":{"code":"ERR_INVALID_ARG_TYPE","message":"The \"path\" argument must be of type string. Received undefined","stack":"TypeError [ERR_INVALID_ARG_TYPE]: The \"path\" argument must be of type string. Received undefined\n at new NodeError (internal/errors.js:322:7)\n at validateString (internal/validators.js:124:11)\n at Object.join (path.js:1148:7)\n at Object.join (/home/ubuntu/renovateapp/node_modules/upath/build/code/upath.js:51:33)\n at updateYarnBinary (/home/ubuntu/renovateapp/node_modules/renovate/dist/modules/manager/npm/post-update/index.js:349:49)\n at async getAdditionalFiles (/home/ubuntu/renovateapp/node_modules/renovate/dist/modules/manager/npm/post-update/index.js:530:44)\n at async processBranch (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/update/branch/index.js:304:33)\n at async writeUpdates (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/process/write.js:25:21)\n at async update (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/process/extract-update.js:109:15)\n at async Object.renovateRepository (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/index.js:43:25)\n at async renovateRepository (/home/ubuntu/renovateapp/app/worker/index.js:310:26)\n at async /home/ubuntu/renovateapp/app/worker/index.js:570:5"},"msg":"Error updating Yarn binary","time":"2022-07-24T09:16:14.508Z"} {"level":20,"branch":"renovate/yarn-3.x","updatedArtifacts":["yarn.lock"],"msg":"Updated 1 lock files","time":"2022-07-24T09:16:14.511Z"} ``` </details> ### Have you created a minimal reproduction repository? No reproduction, but I have linked to a public repo where it occurs
1.0
Error updating Yarn binary - ### How are you running Renovate? Mend Renovate hosted app on github.com ### If you're self-hosting Renovate, tell us what version of Renovate you run. _No response_ ### Please select which platform you are using if self-hosting. _No response_ ### If you're self-hosting Renovate, tell us what version of the platform you run. _No response_ ### Was this something which used to work for you, and then stopped? I never saw this working ### Describe the bug I am seeing quite a lot of these errors in the hosted app. Example repo: https://github.com/Darkflame72/SMS-Discord-Bot in this PR: https://github.com/Darkflame72/SMS-Discord-Bot/pull/7 Seems to have increased recently: ![image](https://user-images.githubusercontent.com/6311784/180642076-baf12b27-7a96-473b-bd7a-317460ca8679.png) ### Relevant debug logs <details><summary>Logs</summary> ``` {"level":20,"branch":"renovate/yarn-3.x","msg":"getBranchPr(renovate/yarn-3.x)","time":"2022-07-24T09:12:55.903Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"findPr(renovate/yarn-3.x, undefined, open)","time":"2022-07-24T09:12:55.903Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Found PR #7","time":"2022-07-24T09:12:55.904Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"branchExists=true","time":"2022-07-24T09:12:55.904Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"dependencyDashboardCheck=undefined","time":"2022-07-24T09:12:55.904Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"PR rebase requested=true","time":"2022-07-24T09:12:55.904Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Checking if PR has been edited","time":"2022-07-24T09:12:55.904Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Found existing branch PR","time":"2022-07-24T09:12:55.905Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Checking schedule(at any time, null)","time":"2022-07-24T09:12:55.905Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"No schedule defined","time":"2022-07-24T09:12:55.905Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Setting current branch to main","time":"2022-07-24T09:12:55.905Z"} {"level":20,"branch":"renovate/yarn-3.x","branchName":"main","latestCommitDate":"2022-07-24T21:07:00+12:00","msg":"latest commit","time":"2022-07-24T09:12:56.257Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Manual rebase requested via Dependency Dashboard","time":"2022-07-24T09:12:56.370Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Using reuseExistingBranch: false","time":"2022-07-24T09:12:56.371Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"manager.getUpdatedPackageFiles() reuseExistinbranch=false","time":"2022-07-24T09:12:56.376Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"npm.updateDependency(): packageManager.yarn = 3.2.2","time":"2022-07-24T09:12:56.628Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Updating yarn in package.json","time":"2022-07-24T09:12:56.637Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Updated 1 package files","time":"2022-07-24T09:12:56.638Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Getting updated lock files","time":"2022-07-24T09:12:56.639Z"} {"level":20,"branch":"renovate/yarn-3.x","packageFiles":["package.json"],"msg":"Writing package.json files","time":"2022-07-24T09:12:56.640Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Writing any updated package files","time":"2022-07-24T09:12:56.641Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Writing package.json","time":"2022-07-24T09:12:56.641Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"npmrc file found in repository","time":"2022-07-24T09:12:56.670Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Writing updated .npmrc file to .npmrc","time":"2022-07-24T09:12:56.670Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Generating yarn.lock for .","time":"2022-07-24T09:12:56.671Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Spawning yarn install to create yarn.lock","time":"2022-07-24T09:12:56.672Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Enabling global cache as zero-install is not detected","time":"2022-07-24T09:12:56.673Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"No node constraint found - using latest","time":"2022-07-24T09:12:56.674Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Updating Yarn binary","time":"2022-07-24T09:12:56.674Z"} {"level":20,"branch":"renovate/yarn-3.x","image":"node","msg":"Using docker to execute","time":"2022-07-24T09:12:56.675Z"} {"level":20,"branch":"renovate/yarn-3.x","toolName":"corepack","resolvedVersion":"0.12.1","msg":"Resolved stable matching version","time":"2022-07-24T09:12:56.690Z"} {"level":20,"branch":"renovate/yarn-3.x","image":"docker.io/renovate/node","msg":"No tag or tagConstraint specified","time":"2022-07-24T09:12:56.692Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Fetching Docker image: docker.io/renovate/node","time":"2022-07-24T09:12:56.692Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"Finished fetching Docker image docker.io/renovate/node@sha256:dfc6f5d8a32593133be29f098d53f36a49ef270b58eec97dcf10cc230ad37894","time":"2022-07-24T09:13:18.693Z"} {"level":20,"branch":"renovate/yarn-3.x","command":"docker run --rm --name=renovate_node --label=renovate_child -v \"/mnt/renovate/gh/Darkflame72/SMS-Discord-Bot\":\"/mnt/renovate/gh/Darkflame72/SMS-Discord-Bot\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e NPM_CONFIG_CACHE -e npm_config_store -e CI -e YARN_ENABLE_IMMUTABLE_INSTALLS -e YARN_HTTP_TIMEOUT -e YARN_GLOBAL_FOLDER -e YARN_ENABLE_GLOBAL_CACHE -e BUILDPACK_CACHE_DIR -w \"/mnt/renovate/gh/Darkflame72/SMS-Discord-Bot\" docker.io/renovate/node bash -l -c \"install-tool corepack 0.12.1 && yarn set version 3.2.2 && yarn install --mode=update-lockfile\"","msg":"Executing command","time":"2022-07-24T09:13:18.871Z"} {"level":20,"branch":"renovate/yarn-3.x","cmd":"docker run --rm --name=renovate_node --label=renovate_child -v \"/mnt/renovate/gh/Darkflame72/SMS-Discord-Bot\":\"/mnt/renovate/gh/Darkflame72/SMS-Discord-Bot\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e NPM_CONFIG_CACHE -e npm_config_store -e CI -e YARN_ENABLE_IMMUTABLE_INSTALLS -e YARN_HTTP_TIMEOUT -e YARN_GLOBAL_FOLDER -e YARN_ENABLE_GLOBAL_CACHE -e BUILDPACK_CACHE_DIR -w \"/mnt/renovate/gh/Darkflame72/SMS-Discord-Bot\" docker.io/renovate/node bash -l -c \"install-tool corepack 0.12.1 && yarn set version 3.2.2 && yarn install --mode=update-lockfile\"","durationMs":175369,"stdout":"installing v2 tool corepack v0.12.1\nnpm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.\n\nadded 1 package in 1s\nlinking tool corepack v0.12.1\n0.12.1\nInstalled v2 /usr/local/buildpack/tools/v2/corepack.sh in 2 seconds\n➤ YN0000: Retrieving https://repo.yarnpkg.com/3.2.2/packages/yarnpkg-cli/bin/yarn.js\n➤ YN0000: Saving the new release in .yarn/releases/yarn-3.2.2.cjs\n➤ YN0000: Done in 1s 476ms\n➤ YN0000: ┌ Resolution step\n➤ YN0000: └ Completed in 0s 714ms\n➤ YN0000: ┌ Fetch step\n➤ YN0013: │ 32 packages were already cached, 4 had to be fetched\n➤ YN0000: └ Completed in 2m 42s\n➤ YN0000: ┌ Link step\n➤ YN0073: │ Skipped due to mode=update-lockfile\n➤ YN0000: └ Completed\n➤ YN0000: Done with warnings in 2m 43s\n","stderr":"","msg":"exec completed","time":"2022-07-24T09:16:14.062Z"} {"level":20,"branch":"renovate/yarn-3.x","msg":"yarn.lock needs updating","time":"2022-07-24T09:16:14.162Z"} {"level":20,"branch":"renovate/yarn-3.x","resolvedPaths":[".yarn/cache",".pnp.cjs",".pnp.js",".pnp.loader.mjs"],"msg":"updateYarnOffline resolvedPaths","time":"2022-07-24T09:16:14.337Z"} {"level":50,"branch":"renovate/yarn-3.x","err":{"code":"ERR_INVALID_ARG_TYPE","message":"The \"path\" argument must be of type string. Received undefined","stack":"TypeError [ERR_INVALID_ARG_TYPE]: The \"path\" argument must be of type string. Received undefined\n at new NodeError (internal/errors.js:322:7)\n at validateString (internal/validators.js:124:11)\n at Object.join (path.js:1148:7)\n at Object.join (/home/ubuntu/renovateapp/node_modules/upath/build/code/upath.js:51:33)\n at updateYarnBinary (/home/ubuntu/renovateapp/node_modules/renovate/dist/modules/manager/npm/post-update/index.js:349:49)\n at async getAdditionalFiles (/home/ubuntu/renovateapp/node_modules/renovate/dist/modules/manager/npm/post-update/index.js:530:44)\n at async processBranch (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/update/branch/index.js:304:33)\n at async writeUpdates (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/process/write.js:25:21)\n at async update (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/process/extract-update.js:109:15)\n at async Object.renovateRepository (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/index.js:43:25)\n at async renovateRepository (/home/ubuntu/renovateapp/app/worker/index.js:310:26)\n at async /home/ubuntu/renovateapp/app/worker/index.js:570:5"},"msg":"Error updating Yarn binary","time":"2022-07-24T09:16:14.508Z"} {"level":20,"branch":"renovate/yarn-3.x","updatedArtifacts":["yarn.lock"],"msg":"Updated 1 lock files","time":"2022-07-24T09:16:14.511Z"} ``` </details> ### Have you created a minimal reproduction repository? No reproduction, but I have linked to a public repo where it occurs
priority
error updating yarn binary how are you running renovate mend renovate hosted app on github com if you re self hosting renovate tell us what version of renovate you run no response please select which platform you are using if self hosting no response if you re self hosting renovate tell us what version of the platform you run no response was this something which used to work for you and then stopped i never saw this working describe the bug i am seeing quite a lot of these errors in the hosted app example repo in this pr seems to have increased recently relevant debug logs logs level branch renovate yarn x msg getbranchpr renovate yarn x time level branch renovate yarn x msg findpr renovate yarn x undefined open time level branch renovate yarn x msg found pr time level branch renovate yarn x msg branchexists true time level branch renovate yarn x msg dependencydashboardcheck undefined time level branch renovate yarn x msg pr rebase requested true time level branch renovate yarn x msg checking if pr has been edited time level branch renovate yarn x msg found existing branch pr time level branch renovate yarn x msg checking schedule at any time null time level branch renovate yarn x msg no schedule defined time level branch renovate yarn x msg setting current branch to main time level branch renovate yarn x branchname main latestcommitdate msg latest commit time level branch renovate yarn x msg manual rebase requested via dependency dashboard time level branch renovate yarn x msg using reuseexistingbranch false time level branch renovate yarn x msg manager getupdatedpackagefiles reuseexistinbranch false time level branch renovate yarn x msg npm updatedependency packagemanager yarn time level branch renovate yarn x msg updating yarn in package json time level branch renovate yarn x msg updated package files time level branch renovate yarn x msg getting updated lock files time level branch renovate yarn x packagefiles msg writing package json files time level branch renovate yarn x msg writing any updated package files time level branch renovate yarn x msg writing package json time level branch renovate yarn x msg npmrc file found in repository time level branch renovate yarn x msg writing updated npmrc file to npmrc time level branch renovate yarn x msg generating yarn lock for time level branch renovate yarn x msg spawning yarn install to create yarn lock time level branch renovate yarn x msg enabling global cache as zero install is not detected time level branch renovate yarn x msg no node constraint found using latest time level branch renovate yarn x msg updating yarn binary time level branch renovate yarn x image node msg using docker to execute time level branch renovate yarn x toolname corepack resolvedversion msg resolved stable matching version time level branch renovate yarn x image docker io renovate node msg no tag or tagconstraint specified time level branch renovate yarn x msg fetching docker image docker io renovate node time level branch renovate yarn x msg finished fetching docker image docker io renovate node time level branch renovate yarn x command docker run rm name renovate node label renovate child v mnt renovate gh sms discord bot mnt renovate gh sms discord bot v tmp renovate cache tmp renovate cache e npm config cache e npm config store e ci e yarn enable immutable installs e yarn http timeout e yarn global folder e yarn enable global cache e buildpack cache dir w mnt renovate gh sms discord bot docker io renovate node bash l c install tool corepack yarn set version yarn install mode update lockfile msg executing command time level branch renovate yarn x cmd docker run rm name renovate node label renovate child v mnt renovate gh sms discord bot mnt renovate gh sms discord bot v tmp renovate cache tmp renovate cache e npm config cache e npm config store e ci e yarn enable immutable installs e yarn http timeout e yarn global folder e yarn enable global cache e buildpack cache dir w mnt renovate gh sms discord bot docker io renovate node bash l c install tool corepack yarn set version yarn install mode update lockfile durationms stdout installing tool corepack nnpm warn config global global local are deprecated use location global instead n nadded package in nlinking tool corepack ninstalled usr local buildpack tools corepack sh in seconds n➤ retrieving saving the new release in yarn releases yarn cjs n➤ done in n➤ ├ resolution step n➤ └ completed in n➤ ├ fetch step n➤ │ packages were already cached had to be fetched n➤ └ completed in n➤ ├ link step n➤ │ skipped due to mode update lockfile n➤ └ completed n➤ done with warnings in n stderr msg exec completed time level branch renovate yarn x msg yarn lock needs updating time level branch renovate yarn x resolvedpaths msg updateyarnoffline resolvedpaths time level branch renovate yarn x err code err invalid arg type message the path argument must be of type string received undefined stack typeerror the path argument must be of type string received undefined n at new nodeerror internal errors js n at validatestring internal validators js n at object join path js n at object join home ubuntu renovateapp node modules upath build code upath js n at updateyarnbinary home ubuntu renovateapp node modules renovate dist modules manager npm post update index js n at async getadditionalfiles home ubuntu renovateapp node modules renovate dist modules manager npm post update index js n at async processbranch home ubuntu renovateapp node modules renovate dist workers repository update branch index js n at async writeupdates home ubuntu renovateapp node modules renovate dist workers repository process write js n at async update home ubuntu renovateapp node modules renovate dist workers repository process extract update js n at async object renovaterepository home ubuntu renovateapp node modules renovate dist workers repository index js n at async renovaterepository home ubuntu renovateapp app worker index js n at async home ubuntu renovateapp app worker index js msg error updating yarn binary time level branch renovate yarn x updatedartifacts msg updated lock files time have you created a minimal reproduction repository no reproduction but i have linked to a public repo where it occurs
1
37,936
2,832,455,432
IssuesEvent
2015-05-25 08:13:34
ibus/ibus
https://api.github.com/repos/ibus/ibus
closed
ibus-anthy: Support NICOLA-F and NICOLA-A
Component-ibus-anthy Priority-Medium Type-Enhancement
``` Sugita-san reported two pages regarding to thumb keyboard issues. http://thumb-shift-on-linux.seesaa.net/article/139140617.html http://okuma-shinkan.cocolog-nifty.com/newshinkan/2009/12/ibus-8ee9.html > http://okuma-shinkan.cocolog-nifty.com/newshinkan/2009/12/ibus-8ee9.html I think this has been fixed in the latest. We'll try to fix using http://www.saccess.co.jp/image/FMV-KB232-3.jpg I think the slash issue is fixed in the latest ibus-anthy. He also provided the image of KB231: http://homepage1.nifty.com/cura/oya/fujitsu_kb_photos.html#SEC6 I checked KB231 and KB232. My understanding is, there is no difference between KB231 and KB232. The problem seems the NICOLA layouts. I guess your unchecked "NICOLA-F style backspace" means NICOLA-J or NICOLA-A layout. In my test, the current ibus-anthy works fine with NICOLA-J keyboard so I think the left problem is to support NICOLA-F and NICOLA-A layouts. You could install the latest thumb.py to /usr/share/ibus-anthy/engine/thumb.py http://github.com/fujiwarat/ibus-anthy/raw/master/engine/thumb.py e.g. % su - # cp /usr/share/ibus-anthy/engine/thumb.py \ /usr/share/ibus-anthy/engine/thumb.py.orig # cp thumb.py usr/share/ibus-anthy/engine/thumb.py And you could right click on the ibus status icon on gnome-panel systray and choose "Restart". % ps -ef | grep ibus /usr/bin/ibus-daemon --xim /usr/libexec/ibus-gconf python /usr/share/ibus/ui/gtk/main.py /usr/libexec/ibus-x11 --kill-daemon python /usr/share/ibus-anthy/engine/main.py --ibus python /usr/share/ibus/setup/main.py > I am not well qualified to discuss technical issues, but it seems that > the backspace key to the right of semicolon key in KB232 is 'hard > wired'. This is because when I uncheck NICOLA-F style backspace in > keyboard layout option with KB232, I can get backspace with IME off Hmm.., I guess you use the old ibus. Please run ibus-setup and choose "Advanced" tab and enable "Use system keyboard layout" check button. Then ibus follows the layout to xkb. The previous ibus disabled that check button so probably you would always have "jp106" layout. > (both scim and ibus). The 'victims' of this allocation are the colon, > close brachet and @ keys, which are placed in rather unusual places. > With KB231, in order to implement NICOLA-F style backspace, you have > to check it in keyboard layout option (i.e., you have to tweak with > software). > >> I guess your unchecked "NICOLA-F style backspace" means NICOLA-J or >> NICOLA-A layout. >> In my test, the current ibus-anthy works fine with NICOLA-J keyboard >> so I think the left problem is to support NICOLA-F and NICOLA-A >> layouts. > > Personally, I prefer the NICOLA-F layout but, of course, there are > various opinions on this. So I appreciate very much if you could > support these three layouts. ``` Original issue reported on code.google.com by `takao.fujiwara1` on 2010-01-27 13:12:44
1.0
ibus-anthy: Support NICOLA-F and NICOLA-A - ``` Sugita-san reported two pages regarding to thumb keyboard issues. http://thumb-shift-on-linux.seesaa.net/article/139140617.html http://okuma-shinkan.cocolog-nifty.com/newshinkan/2009/12/ibus-8ee9.html > http://okuma-shinkan.cocolog-nifty.com/newshinkan/2009/12/ibus-8ee9.html I think this has been fixed in the latest. We'll try to fix using http://www.saccess.co.jp/image/FMV-KB232-3.jpg I think the slash issue is fixed in the latest ibus-anthy. He also provided the image of KB231: http://homepage1.nifty.com/cura/oya/fujitsu_kb_photos.html#SEC6 I checked KB231 and KB232. My understanding is, there is no difference between KB231 and KB232. The problem seems the NICOLA layouts. I guess your unchecked "NICOLA-F style backspace" means NICOLA-J or NICOLA-A layout. In my test, the current ibus-anthy works fine with NICOLA-J keyboard so I think the left problem is to support NICOLA-F and NICOLA-A layouts. You could install the latest thumb.py to /usr/share/ibus-anthy/engine/thumb.py http://github.com/fujiwarat/ibus-anthy/raw/master/engine/thumb.py e.g. % su - # cp /usr/share/ibus-anthy/engine/thumb.py \ /usr/share/ibus-anthy/engine/thumb.py.orig # cp thumb.py usr/share/ibus-anthy/engine/thumb.py And you could right click on the ibus status icon on gnome-panel systray and choose "Restart". % ps -ef | grep ibus /usr/bin/ibus-daemon --xim /usr/libexec/ibus-gconf python /usr/share/ibus/ui/gtk/main.py /usr/libexec/ibus-x11 --kill-daemon python /usr/share/ibus-anthy/engine/main.py --ibus python /usr/share/ibus/setup/main.py > I am not well qualified to discuss technical issues, but it seems that > the backspace key to the right of semicolon key in KB232 is 'hard > wired'. This is because when I uncheck NICOLA-F style backspace in > keyboard layout option with KB232, I can get backspace with IME off Hmm.., I guess you use the old ibus. Please run ibus-setup and choose "Advanced" tab and enable "Use system keyboard layout" check button. Then ibus follows the layout to xkb. The previous ibus disabled that check button so probably you would always have "jp106" layout. > (both scim and ibus). The 'victims' of this allocation are the colon, > close brachet and @ keys, which are placed in rather unusual places. > With KB231, in order to implement NICOLA-F style backspace, you have > to check it in keyboard layout option (i.e., you have to tweak with > software). > >> I guess your unchecked "NICOLA-F style backspace" means NICOLA-J or >> NICOLA-A layout. >> In my test, the current ibus-anthy works fine with NICOLA-J keyboard >> so I think the left problem is to support NICOLA-F and NICOLA-A >> layouts. > > Personally, I prefer the NICOLA-F layout but, of course, there are > various opinions on this. So I appreciate very much if you could > support these three layouts. ``` Original issue reported on code.google.com by `takao.fujiwara1` on 2010-01-27 13:12:44
priority
ibus anthy support nicola f and nicola a sugita san reported two pages regarding to thumb keyboard issues i think this has been fixed in the latest we ll try to fix using i think the slash issue is fixed in the latest ibus anthy he also provided the image of i checked and my understanding is there is no difference between and the problem seems the nicola layouts i guess your unchecked nicola f style backspace means nicola j or nicola a layout in my test the current ibus anthy works fine with nicola j keyboard so i think the left problem is to support nicola f and nicola a layouts you could install the latest thumb py to usr share ibus anthy engine thumb py e g su cp usr share ibus anthy engine thumb py usr share ibus anthy engine thumb py orig cp thumb py usr share ibus anthy engine thumb py and you could right click on the ibus status icon on gnome panel systray and choose restart ps ef grep ibus usr bin ibus daemon xim usr libexec ibus gconf python usr share ibus ui gtk main py usr libexec ibus kill daemon python usr share ibus anthy engine main py ibus python usr share ibus setup main py i am not well qualified to discuss technical issues but it seems that the backspace key to the right of semicolon key in is hard wired this is because when i uncheck nicola f style backspace in keyboard layout option with i can get backspace with ime off hmm i guess you use the old ibus please run ibus setup and choose advanced tab and enable use system keyboard layout check button then ibus follows the layout to xkb the previous ibus disabled that check button so probably you would always have layout both scim and ibus the victims of this allocation are the colon close brachet and keys which are placed in rather unusual places with in order to implement nicola f style backspace you have to check it in keyboard layout option i e you have to tweak with software i guess your unchecked nicola f style backspace means nicola j or nicola a layout in my test the current ibus anthy works fine with nicola j keyboard so i think the left problem is to support nicola f and nicola a layouts personally i prefer the nicola f layout but of course there are various opinions on this so i appreciate very much if you could support these three layouts original issue reported on code google com by takao on
1
399,795
11,760,654,217
IssuesEvent
2020-03-13 20:01:59
material-components/material-components-web-components
https://api.github.com/repos/material-components/material-components-web-components
closed
Make Glitch demos automatically updatable
Priority: Medium Type: Maintenance
Glitch demos are up at https://glitch.com/~mwc-demos but we need a method to automatically update them
1.0
Make Glitch demos automatically updatable - Glitch demos are up at https://glitch.com/~mwc-demos but we need a method to automatically update them
priority
make glitch demos automatically updatable glitch demos are up at but we need a method to automatically update them
1
126,278
4,982,309,993
IssuesEvent
2016-12-07 10:55:19
emoncms/MyHomeEnergyPlanner
https://api.github.com/repos/emoncms/MyHomeEnergyPlanner
opened
Forgotten password functionality
bug Medium priority
Right now it is disabled (settings.php) but when enabled it doesn't work just displays the message _An error has ocurred_
1.0
Forgotten password functionality - Right now it is disabled (settings.php) but when enabled it doesn't work just displays the message _An error has ocurred_
priority
forgotten password functionality right now it is disabled settings php but when enabled it doesn t work just displays the message an error has ocurred
1
335,892
10,167,963,165
IssuesEvent
2019-08-07 19:34:04
BCcampus/edehr
https://api.github.com/repos/BCcampus/edehr
opened
Display activities on assignment page
Effort - Low Priority - Medium ~Feature
## User story As an instructor user, I want to be able to view the activities associated with each assignment So that it helps me recognize the relationship between the two ## Description Assignments page table should have a column for activities that are associated with each assignment ## Expected behaviour - Add a column for activity between `Description` and `External id` - Table header should be `Activity`
1.0
Display activities on assignment page - ## User story As an instructor user, I want to be able to view the activities associated with each assignment So that it helps me recognize the relationship between the two ## Description Assignments page table should have a column for activities that are associated with each assignment ## Expected behaviour - Add a column for activity between `Description` and `External id` - Table header should be `Activity`
priority
display activities on assignment page user story as an instructor user i want to be able to view the activities associated with each assignment so that it helps me recognize the relationship between the two description assignments page table should have a column for activities that are associated with each assignment expected behaviour add a column for activity between description and external id table header should be activity
1
119,606
4,773,011,049
IssuesEvent
2016-10-26 22:41:04
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
infinite land claim flags
bug Medium Priority
Glassworking, Baking and Smithing scrolls give land flags regardless if you have already learnt the skill or not
1.0
infinite land claim flags - Glassworking, Baking and Smithing scrolls give land flags regardless if you have already learnt the skill or not
priority
infinite land claim flags glassworking baking and smithing scrolls give land flags regardless if you have already learnt the skill or not
1
755,815
26,441,092,427
IssuesEvent
2023-01-16 00:08:53
nanoframework/Home
https://api.github.com/repos/nanoframework/Home
closed
Update github actions on all repos
trivial up-for-grabs Priority: Medium Type: Chores Hacktoberfest
### Details about Problem Update/add github actions to most of the repos. ### Description Use this as inspiration: https://github.com/nanoframework/nanoFramework.Networking.Sntp/tree/main/.github/workflows <!-- todo-tag DO NOT REMOVE -->
1.0
Update github actions on all repos - ### Details about Problem Update/add github actions to most of the repos. ### Description Use this as inspiration: https://github.com/nanoframework/nanoFramework.Networking.Sntp/tree/main/.github/workflows <!-- todo-tag DO NOT REMOVE -->
priority
update github actions on all repos details about problem update add github actions to most of the repos description use this as inspiration
1
165,149
6,264,364,866
IssuesEvent
2017-07-16 07:11:44
CS2103JUN2017-T2/main
https://api.github.com/repos/CS2103JUN2017-T2/main
closed
Implement Restore Command
priority.medium type.story type.task
Sub-tasks * Update command specification in user guide. Part of #121 Part of #175 Part of #196
1.0
Implement Restore Command - Sub-tasks * Update command specification in user guide. Part of #121 Part of #175 Part of #196
priority
implement restore command sub tasks update command specification in user guide part of part of part of
1
413,599
12,070,467,250
IssuesEvent
2020-04-16 17:41:42
MolSnoo/Alter-Ego
https://api.github.com/repos/MolSnoo/Alter-Ego
closed
Add check that Alter Ego can DM all Players
bug medium priority
It's possible for Alter Ego's messages to fail to send if a Player has the "Allow direct messages from server members" privacy setting disabled. Add a check for this in the Player error handler.
1.0
Add check that Alter Ego can DM all Players - It's possible for Alter Ego's messages to fail to send if a Player has the "Allow direct messages from server members" privacy setting disabled. Add a check for this in the Player error handler.
priority
add check that alter ego can dm all players it s possible for alter ego s messages to fail to send if a player has the allow direct messages from server members privacy setting disabled add a check for this in the player error handler
1
136,127
5,271,922,361
IssuesEvent
2017-02-06 11:11:06
ziccardi/yaclp
https://api.github.com/repos/ziccardi/yaclp
closed
Add support for multiple argument options
enhanchement priority:medium status:working
YACLP should support expressions like: `--add 10 5`
1.0
Add support for multiple argument options - YACLP should support expressions like: `--add 10 5`
priority
add support for multiple argument options yaclp should support expressions like add
1
277,498
8,629,148,471
IssuesEvent
2018-11-21 19:42:06
Polymer/lit-html
https://api.github.com/repos/Polymer/lit-html
closed
Update CSS <style> tags dynamically
Priority: Medium Status: Accepted Type: Question
I'm not sure if this is by design or whether I'm not doing something correctly or whether this is a bug: ``` <style> :host { --feedback-height: ${this.expanded ? '70vh' : '60px'}; } </style> ``` I update `expanded` to be true or false, but the style doesn't change. In the inspector, the value doesn't change either. This does not only happen with css variables, it also doesn't work with the usual properties (`background-color: ${condition}`). I'd appreciate a clarification :)
1.0
Update CSS <style> tags dynamically - I'm not sure if this is by design or whether I'm not doing something correctly or whether this is a bug: ``` <style> :host { --feedback-height: ${this.expanded ? '70vh' : '60px'}; } </style> ``` I update `expanded` to be true or false, but the style doesn't change. In the inspector, the value doesn't change either. This does not only happen with css variables, it also doesn't work with the usual properties (`background-color: ${condition}`). I'd appreciate a clarification :)
priority
update css tags dynamically i m not sure if this is by design or whether i m not doing something correctly or whether this is a bug host feedback height this expanded i update expanded to be true or false but the style doesn t change in the inspector the value doesn t change either this does not only happen with css variables it also doesn t work with the usual properties background color condition i d appreciate a clarification
1
5,773
2,579,496,148
IssuesEvent
2015-02-13 10:44:06
olga-jane/prizm
https://api.github.com/repos/olga-jane/prizm
opened
Do not re-create dialogs each time (for next version)
bug bug - crash/performance/leak Coding COMMON MEDIUM priority Refactoring
medium priority: - [ ] Joint, choiceDiameter dialog - [ ] Joint, JointCut dialog low priority: - [ ] main form, About dialog - [ ] mill pipe, heat form and heat number form (maybe it would be difficult to implement. lets discuss) - [ ] mill pipe, purchase order form (maybe it would be difficult to implement. lets discuss) - [ ] export, SaveFileDialog - [ ] import, MissingPortionsDialog, OpenFileDialog
1.0
Do not re-create dialogs each time (for next version) - medium priority: - [ ] Joint, choiceDiameter dialog - [ ] Joint, JointCut dialog low priority: - [ ] main form, About dialog - [ ] mill pipe, heat form and heat number form (maybe it would be difficult to implement. lets discuss) - [ ] mill pipe, purchase order form (maybe it would be difficult to implement. lets discuss) - [ ] export, SaveFileDialog - [ ] import, MissingPortionsDialog, OpenFileDialog
priority
do not re create dialogs each time for next version medium priority joint choicediameter dialog joint jointcut dialog low priority main form about dialog mill pipe heat form and heat number form maybe it would be difficult to implement lets discuss mill pipe purchase order form maybe it would be difficult to implement lets discuss export savefiledialog import missingportionsdialog openfiledialog
1
664,362
22,267,531,779
IssuesEvent
2022-06-10 08:57:23
CheeseInthe-Life/Daru-iOS
https://api.github.com/repos/CheeseInthe-Life/Daru-iOS
closed
Chore: 폴더 구조 변경
Type: Feature/Function Priority: Medium Type: Feature/UI Status: To Do
## Description 기존의 폴더구조는 MVVM+ CleanArchitecture구조를 사용할 때 폴더구조와 유사하다. 그렇다보니 RectorKit아키텍처에 맞게 구조를 바꿔보려고한다. ## Todo - [x] 폴더 구조 변경
1.0
Chore: 폴더 구조 변경 - ## Description 기존의 폴더구조는 MVVM+ CleanArchitecture구조를 사용할 때 폴더구조와 유사하다. 그렇다보니 RectorKit아키텍처에 맞게 구조를 바꿔보려고한다. ## Todo - [x] 폴더 구조 변경
priority
chore 폴더 구조 변경 description 기존의 폴더구조는 mvvm cleanarchitecture구조를 사용할 때 폴더구조와 유사하다 그렇다보니 rectorkit아키텍처에 맞게 구조를 바꿔보려고한다 todo 폴더 구조 변경
1
651,016
21,447,867,193
IssuesEvent
2022-04-25 08:23:56
vdjagilev/nmap-formatter
https://api.github.com/repos/vdjagilev/nmap-formatter
opened
Support for multiple files
priority/medium tech/go type/feature tech/html
Add a possibility to pass multiple nmap XML files `nmap-formatter json file1.xml file2.xml ...`
1.0
Support for multiple files - Add a possibility to pass multiple nmap XML files `nmap-formatter json file1.xml file2.xml ...`
priority
support for multiple files add a possibility to pass multiple nmap xml files nmap formatter json xml xml
1
463,855
13,302,531,422
IssuesEvent
2020-08-25 14:23:04
dtcenter/MET
https://api.github.com/repos/dtcenter/MET
opened
Add error message for Xarray pickling, and complete support for Xarray pickling
alert: NEED ACCOUNT KEY component: python interface priority: medium requestor: NCAR/RAL type: bug type: enhancement
## Describe the Problem ## Here: https://github.com/dtcenter/MET/blob/2c9ae440a84024fbf62caa64c1b747f9a912236f/met/src/libcode/vx_data2d_python/python_dataplane.cc#L437 we exit(1) without printing an error message to the user! We should issue a bug fix to print an error message, and then implement the support for this section (Xarray Python embedding with pickling) for v10.0. ### Expected Behavior ### I expect a warning message instead of MET silently exiting and producing no output. ### Environment ### Describe your runtime environment: *1. Machine: kiowa ### To Reproduce ### To force pickling, set the MET_PYTHON_EXE environment variable. This can be set to any version of Python I think, which just forces invocation of the pickling logic in MET which is necessary to reproduce the error. `export MET_PYTHON_EXE=/path/to/python` Call a test script I wrote for Xarray Python embedding `/usr/local/met-9.1/bin/plot_data_plane PYTHON_XARRAY testXR.ps 'name="/home/dadriaan/projects/remote/read_ascii_xarray.py /home/dadriaan/git/met/met/data/python/fcst.txt FCST";' -title "Testing" -v 10` ### Relevant Deadlines ### NONE ### Funding Source ### *Define the source of funding and account keys here or state NONE.* ## Define the Metadata ## ### Assignee ### - [ ] Select **engineer(s)** or **no engineer** required - [ ] Select **scientist(s)** or **no scientist** required ### Labels ### - [ ] Select **component(s)** - [ ] Select **priority** - [ ] Select **requestor(s)** ### Projects and Milestone ### - [ ] Review **projects** and select relevant **Repository** and **Organization** ones - [ ] Select **milestone** ## Define Related Issue(s) ## Consider the impact to the other METplus components. - [ ] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdatadb](https://github.com/dtcenter/METdatadb/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose) ## Bugfix Checklist ## See the [METplus Workflow](https://dtcenter.github.io/METplus/Contributors_Guide/github_workflow.html) for details. - [ ] Complete the issue definition above. - [ ] Fork this repository or create a branch of **master_\<Version>**. Branch name: `bugfix_<Issue Number>_master_<Version>_<Description>` - [ ] Fix the bug and test your changes. - [ ] Add/update unit tests. - [ ] Add/update documentation. - [ ] Push local changes to GitHub. - [ ] Submit a pull request to merge into **master_\<Version>** and link the pull request to this issue. Pull request: `bugfix <Issue Number> master_<Version> <Description>` - [ ] Iterate until the reviewer(s) accept and merge your changes. - [ ] Delete your fork or branch. - [ ] Complete the steps above to fix the bug on the **develop** branch and link the pull request to this issue. Branch name: `bugfix_<Issue Number>_develop_<Description>` Pull request: `bugfix <Issue Number> develop <Description>` - [ ] Close this issue.
1.0
Add error message for Xarray pickling, and complete support for Xarray pickling - ## Describe the Problem ## Here: https://github.com/dtcenter/MET/blob/2c9ae440a84024fbf62caa64c1b747f9a912236f/met/src/libcode/vx_data2d_python/python_dataplane.cc#L437 we exit(1) without printing an error message to the user! We should issue a bug fix to print an error message, and then implement the support for this section (Xarray Python embedding with pickling) for v10.0. ### Expected Behavior ### I expect a warning message instead of MET silently exiting and producing no output. ### Environment ### Describe your runtime environment: *1. Machine: kiowa ### To Reproduce ### To force pickling, set the MET_PYTHON_EXE environment variable. This can be set to any version of Python I think, which just forces invocation of the pickling logic in MET which is necessary to reproduce the error. `export MET_PYTHON_EXE=/path/to/python` Call a test script I wrote for Xarray Python embedding `/usr/local/met-9.1/bin/plot_data_plane PYTHON_XARRAY testXR.ps 'name="/home/dadriaan/projects/remote/read_ascii_xarray.py /home/dadriaan/git/met/met/data/python/fcst.txt FCST";' -title "Testing" -v 10` ### Relevant Deadlines ### NONE ### Funding Source ### *Define the source of funding and account keys here or state NONE.* ## Define the Metadata ## ### Assignee ### - [ ] Select **engineer(s)** or **no engineer** required - [ ] Select **scientist(s)** or **no scientist** required ### Labels ### - [ ] Select **component(s)** - [ ] Select **priority** - [ ] Select **requestor(s)** ### Projects and Milestone ### - [ ] Review **projects** and select relevant **Repository** and **Organization** ones - [ ] Select **milestone** ## Define Related Issue(s) ## Consider the impact to the other METplus components. - [ ] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdatadb](https://github.com/dtcenter/METdatadb/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose) ## Bugfix Checklist ## See the [METplus Workflow](https://dtcenter.github.io/METplus/Contributors_Guide/github_workflow.html) for details. - [ ] Complete the issue definition above. - [ ] Fork this repository or create a branch of **master_\<Version>**. Branch name: `bugfix_<Issue Number>_master_<Version>_<Description>` - [ ] Fix the bug and test your changes. - [ ] Add/update unit tests. - [ ] Add/update documentation. - [ ] Push local changes to GitHub. - [ ] Submit a pull request to merge into **master_\<Version>** and link the pull request to this issue. Pull request: `bugfix <Issue Number> master_<Version> <Description>` - [ ] Iterate until the reviewer(s) accept and merge your changes. - [ ] Delete your fork or branch. - [ ] Complete the steps above to fix the bug on the **develop** branch and link the pull request to this issue. Branch name: `bugfix_<Issue Number>_develop_<Description>` Pull request: `bugfix <Issue Number> develop <Description>` - [ ] Close this issue.
priority
add error message for xarray pickling and complete support for xarray pickling describe the problem here we exit without printing an error message to the user we should issue a bug fix to print an error message and then implement the support for this section xarray python embedding with pickling for expected behavior i expect a warning message instead of met silently exiting and producing no output environment describe your runtime environment machine kiowa to reproduce to force pickling set the met python exe environment variable this can be set to any version of python i think which just forces invocation of the pickling logic in met which is necessary to reproduce the error export met python exe path to python call a test script i wrote for xarray python embedding usr local met bin plot data plane python xarray testxr ps name home dadriaan projects remote read ascii xarray py home dadriaan git met met data python fcst txt fcst title testing v relevant deadlines none funding source define the source of funding and account keys here or state none define the metadata assignee select engineer s or no engineer required select scientist s or no scientist required labels select component s select priority select requestor s projects and milestone review projects and select relevant repository and organization ones select milestone define related issue s consider the impact to the other metplus components bugfix checklist see the for details complete the issue definition above fork this repository or create a branch of master branch name bugfix master fix the bug and test your changes add update unit tests add update documentation push local changes to github submit a pull request to merge into master and link the pull request to this issue pull request bugfix master iterate until the reviewer s accept and merge your changes delete your fork or branch complete the steps above to fix the bug on the develop branch and link the pull request to this issue branch name bugfix develop pull request bugfix develop close this issue
1
639,853
20,767,545,049
IssuesEvent
2022-03-15 22:33:30
MineInAbyss/Blocky
https://api.github.com/repos/MineInAbyss/Blocky
closed
Implement Passthrough blocks using Tripwire + Vine/GlowLichen
difficulty:medium priority:high
Vines would allow us to have custom blocks attached onto the bottom and side-facing BlockFaces. Tripwire is mainly for midair and top-facing blockface
1.0
Implement Passthrough blocks using Tripwire + Vine/GlowLichen - Vines would allow us to have custom blocks attached onto the bottom and side-facing BlockFaces. Tripwire is mainly for midair and top-facing blockface
priority
implement passthrough blocks using tripwire vine glowlichen vines would allow us to have custom blocks attached onto the bottom and side facing blockfaces tripwire is mainly for midair and top facing blockface
1
590,488
17,778,874,999
IssuesEvent
2021-08-30 23:50:25
trustwallet/wallet-core
https://api.github.com/repos/trustwallet/wallet-core
closed
Support THORChain cross-chain swaps
chain-integration priority: medium no-issue-activity
a) Support native THORChain b) Support primitives for cross-chain swaps https://docs.thorchain.org
1.0
Support THORChain cross-chain swaps - a) Support native THORChain b) Support primitives for cross-chain swaps https://docs.thorchain.org
priority
support thorchain cross chain swaps a support native thorchain b support primitives for cross chain swaps
1
76,349
3,487,336,452
IssuesEvent
2016-01-01 19:59:56
bounswe/bounswe2015group1
https://api.github.com/repos/bounswe/bounswe2015group1
closed
Ingredient Autocomplete Call - Status 500
Priority-Medium
Ingredient autocomplete call returns status 500 sometimes.
1.0
Ingredient Autocomplete Call - Status 500 - Ingredient autocomplete call returns status 500 sometimes.
priority
ingredient autocomplete call status ingredient autocomplete call returns status sometimes
1
184,126
6,705,827,737
IssuesEvent
2017-10-12 02:54:21
zom/Zom-iOS
https://api.github.com/repos/zom/Zom-iOS
closed
enable media sharing for group chats
enhancement medium-priority
even without encryption of messages, we should be able to do media upload/sharing via HTTP File Upload. Zom Android is currently doing it this way.
1.0
enable media sharing for group chats - even without encryption of messages, we should be able to do media upload/sharing via HTTP File Upload. Zom Android is currently doing it this way.
priority
enable media sharing for group chats even without encryption of messages we should be able to do media upload sharing via http file upload zom android is currently doing it this way
1
568,796
16,988,923,207
IssuesEvent
2021-06-30 17:41:32
Sage-Bionetworks/research-benchmarking-technology
https://api.github.com/repos/Sage-Bionetworks/research-benchmarking-technology
opened
Investigate new GitHub Issues
Priority: Medium
The approach described below could help organizing the tasks of our different projects (NLP Sandbox, ROCC, Tool Registry, etc.) https://github.blog/2021-06-23-introducing-new-github-issues/
1.0
Investigate new GitHub Issues - The approach described below could help organizing the tasks of our different projects (NLP Sandbox, ROCC, Tool Registry, etc.) https://github.blog/2021-06-23-introducing-new-github-issues/
priority
investigate new github issues the approach described below could help organizing the tasks of our different projects nlp sandbox rocc tool registry etc
1
328,671
9,998,446,528
IssuesEvent
2019-07-12 08:12:40
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.8.2.9 release-preview] Tailings in room
Balance Medium Priority
I can compare tailings with Dirt in something. For example I have Tier 2 General Room with volume 144 consisting from 238 Bricks and 14,6 House Value. ![image](https://user-images.githubusercontent.com/45708377/61112197-f9d2cb80-a493-11e9-8529-4c922ae0f880.png) Place 10 Dirt in room. My room will become 1,92 Tier with volume 134 consisting from 228 Bricks and 10 Dirt and 14,4 House Value. ![image](https://user-images.githubusercontent.com/45708377/61112454-8f6e5b00-a494-11e9-96d3-815bcc1a97e4.png) Delete Dirt and place Tailing instead Dirt. Nothing changed. have Tier 2 General Room with volume 144 consisting from 238 Bricks and 14,6 House Value. ![image](https://user-images.githubusercontent.com/45708377/61112667-0efc2a00-a495-11e9-8b0f-82b56d06e828.png) You can add for tailings Tier 0. But on the other hand, we can build a tailing house. It's possible to add industrial room from tailings.
1.0
[0.8.2.9 release-preview] Tailings in room - I can compare tailings with Dirt in something. For example I have Tier 2 General Room with volume 144 consisting from 238 Bricks and 14,6 House Value. ![image](https://user-images.githubusercontent.com/45708377/61112197-f9d2cb80-a493-11e9-8529-4c922ae0f880.png) Place 10 Dirt in room. My room will become 1,92 Tier with volume 134 consisting from 228 Bricks and 10 Dirt and 14,4 House Value. ![image](https://user-images.githubusercontent.com/45708377/61112454-8f6e5b00-a494-11e9-96d3-815bcc1a97e4.png) Delete Dirt and place Tailing instead Dirt. Nothing changed. have Tier 2 General Room with volume 144 consisting from 238 Bricks and 14,6 House Value. ![image](https://user-images.githubusercontent.com/45708377/61112667-0efc2a00-a495-11e9-8b0f-82b56d06e828.png) You can add for tailings Tier 0. But on the other hand, we can build a tailing house. It's possible to add industrial room from tailings.
priority
tailings in room i can compare tailings with dirt in something for example i have tier general room with volume consisting from bricks and house value place dirt in room my room will become tier with volume consisting from bricks and dirt and house value delete dirt and place tailing instead dirt nothing changed have tier general room with volume consisting from bricks and house value you can add for tailings tier but on the other hand we can build a tailing house it s possible to add industrial room from tailings
1
155,626
5,958,122,565
IssuesEvent
2017-05-29 06:41:56
AnSyn/ansyn
https://api.github.com/repos/AnSyn/ansyn
closed
Active map actions
MediumPriority Task
Each function that call communicator 'imagery1' by default, should change it to active_map_id .
1.0
Active map actions - Each function that call communicator 'imagery1' by default, should change it to active_map_id .
priority
active map actions each function that call communicator by default should change it to active map id
1
445,962
12,838,284,011
IssuesEvent
2020-07-07 17:11:08
prysmaticlabs/prysm
https://api.github.com/repos/prysmaticlabs/prysm
closed
Slasher health check via rpc
Enhancement Priority: Medium
# 🚀 Feature Request ### Description To monitor the services the `beacon-chain` already supplies a number of json-rpc but `slasher` doesn't have any kind of health check endpoints yet. ### Describe the solution you'd like Similar to `beacon-chain` implementing a simple json-rpc should do the trick, stating the slasher's connectivity to a beacon chain and availability for validators' submits. This can be as simple as https://api.prylabs.net/#/Node/GetSyncStatus ### Describe alternatives you've considered The working alternative right now is to just check if the service ports of `slasher` are open for requests. But this has some obvious downsides: - another service could listen to this port - no information on service's status
1.0
Slasher health check via rpc - # 🚀 Feature Request ### Description To monitor the services the `beacon-chain` already supplies a number of json-rpc but `slasher` doesn't have any kind of health check endpoints yet. ### Describe the solution you'd like Similar to `beacon-chain` implementing a simple json-rpc should do the trick, stating the slasher's connectivity to a beacon chain and availability for validators' submits. This can be as simple as https://api.prylabs.net/#/Node/GetSyncStatus ### Describe alternatives you've considered The working alternative right now is to just check if the service ports of `slasher` are open for requests. But this has some obvious downsides: - another service could listen to this port - no information on service's status
priority
slasher health check via rpc 🚀 feature request description to monitor the services the beacon chain already supplies a number of json rpc but slasher doesn t have any kind of health check endpoints yet describe the solution you d like similar to beacon chain implementing a simple json rpc should do the trick stating the slasher s connectivity to a beacon chain and availability for validators submits this can be as simple as describe alternatives you ve considered the working alternative right now is to just check if the service ports of slasher are open for requests but this has some obvious downsides another service could listen to this port no information on service s status
1
714,201
24,554,520,561
IssuesEvent
2022-10-12 14:54:42
OpenMined/PySyft
https://api.github.com/repos/OpenMined/PySyft
closed
Update Docker Service Check
Type: Improvement :chart_with_upwards_trend: Priority: 3 - Medium :unamused:
## Description Improve error message of docker service check to suggest that docker should be installed or started. If we can possibly detect if the binary exists then say, start docker, and if the binary does not exist, print the OS specific install instructions from the deps system. ![image](https://user-images.githubusercontent.com/2882739/193166404-92a1de46-e6ce-4704-8d8e-8de5d8d9c6e7.png)
1.0
Update Docker Service Check - ## Description Improve error message of docker service check to suggest that docker should be installed or started. If we can possibly detect if the binary exists then say, start docker, and if the binary does not exist, print the OS specific install instructions from the deps system. ![image](https://user-images.githubusercontent.com/2882739/193166404-92a1de46-e6ce-4704-8d8e-8de5d8d9c6e7.png)
priority
update docker service check description improve error message of docker service check to suggest that docker should be installed or started if we can possibly detect if the binary exists then say start docker and if the binary does not exist print the os specific install instructions from the deps system
1
380,538
11,267,809,612
IssuesEvent
2020-01-14 03:40:32
crcn/tandem
https://api.github.com/repos/crcn/tandem
closed
Default to using global variables for colors
estimate: medium priority: medium ux
Probably better to have the _ability_ to use global colors by default so that they can be changed easily. Though, this is making a general assumption that the user might not want, so ideally this would be a setting that the user can define.
1.0
Default to using global variables for colors - Probably better to have the _ability_ to use global colors by default so that they can be changed easily. Though, this is making a general assumption that the user might not want, so ideally this would be a setting that the user can define.
priority
default to using global variables for colors probably better to have the ability to use global colors by default so that they can be changed easily though this is making a general assumption that the user might not want so ideally this would be a setting that the user can define
1
101,729
4,129,329,305
IssuesEvent
2016-06-10 10:37:57
pmem/issues
https://api.github.com/repos/pmem/issues
closed
windows/libpmemobj.h: POBJ_LAYOUT_END does not compile
Exposure: Medium Priority: 3 medium Type: Bug
Declaring layout without any types: `POBJ_LAYOUT_BEGIN(mylayout);` `POBJ_LAYOUT_END(mylayout);` throws compilation error: `the size of an array must be greater than zero` There is no unit test for POBJ_LAYOUT_TYPES_NUM.
1.0
windows/libpmemobj.h: POBJ_LAYOUT_END does not compile - Declaring layout without any types: `POBJ_LAYOUT_BEGIN(mylayout);` `POBJ_LAYOUT_END(mylayout);` throws compilation error: `the size of an array must be greater than zero` There is no unit test for POBJ_LAYOUT_TYPES_NUM.
priority
windows libpmemobj h pobj layout end does not compile declaring layout without any types pobj layout begin mylayout pobj layout end mylayout throws compilation error the size of an array must be greater than zero there is no unit test for pobj layout types num
1
41,740
2,869,078,410
IssuesEvent
2015-06-05 23:09:34
dart-lang/polymer-dart
https://api.github.com/repos/dart-lang/polymer-dart
closed
pub run polymer:new_entry breaks pubspec.yaml in some situations
bug Fixed Priority-Medium
_Originally opened as dart-lang/sdk#20681_ *This issue was originally filed by guillermo.listas...&#064;gmail.com* _____ As reported here: https://github.com/dart-lang/dart-sublime-bundle/issues/194#issuecomment-53157258 **What is the expected output? What do you see instead?** pubspec.yaml should work after the command. Now `pub run polymer:new_entry` fails to add a new line when needed. **What version of the product are you using?** Pub 1.6.0-dev.8.0 **On what operating system?** Windows 8.1 x64 **Please provide any additional information below.** First reported in GitHub: https://github.com/dart-lang/dart-sublime-bundle/issues/194#issuecomment-53157258
1.0
pub run polymer:new_entry breaks pubspec.yaml in some situations - _Originally opened as dart-lang/sdk#20681_ *This issue was originally filed by guillermo.listas...&#064;gmail.com* _____ As reported here: https://github.com/dart-lang/dart-sublime-bundle/issues/194#issuecomment-53157258 **What is the expected output? What do you see instead?** pubspec.yaml should work after the command. Now `pub run polymer:new_entry` fails to add a new line when needed. **What version of the product are you using?** Pub 1.6.0-dev.8.0 **On what operating system?** Windows 8.1 x64 **Please provide any additional information below.** First reported in GitHub: https://github.com/dart-lang/dart-sublime-bundle/issues/194#issuecomment-53157258
priority
pub run polymer new entry breaks pubspec yaml in some situations originally opened as dart lang sdk this issue was originally filed by guillermo listas gmail com as reported here what is the expected output what do you see instead pubspec yaml should work after the command now pub run polymer new entry fails to add a new line when needed what version of the product are you using pub dev on what operating system windows please provide any additional information below first reported in github
1
284,889
8,751,700,307
IssuesEvent
2018-12-13 23:18:40
StratusNetwork/issues
https://api.github.com/repos/StratusNetwork/issues
closed
Stop giving kits after people spawn in Pixel Mix
Priority: Medium Scope: Map Type: Bug
https://i.badlion.net/poGub2dkFVYN4sQF4c6rnH.png this is what happens when you kill someone after you die
1.0
Stop giving kits after people spawn in Pixel Mix - https://i.badlion.net/poGub2dkFVYN4sQF4c6rnH.png this is what happens when you kill someone after you die
priority
stop giving kits after people spawn in pixel mix this is what happens when you kill someone after you die
1
758,986
26,576,242,634
IssuesEvent
2023-01-21 21:20:50
arianne/stendhal
https://api.github.com/repos/arianne/stendhal
opened
Webclient Toolkit Component for Collapsible Menus
component: webclient type: feature request priority: medium
The webclient would benefit from a window component that could be used for collapsible/drop-down menus. ### Examples from Java client *main menu* ![main menu](https://user-images.githubusercontent.com/3631473/213887493-b694cac7-32a1-46d9-a92c-b9f44c02abd3.png) *emoji character map* ![emoji character map](https://user-images.githubusercontent.com/3631473/213887434-fe5580d0-68b9-448f-bec4-3c7b78237939.png)
1.0
Webclient Toolkit Component for Collapsible Menus - The webclient would benefit from a window component that could be used for collapsible/drop-down menus. ### Examples from Java client *main menu* ![main menu](https://user-images.githubusercontent.com/3631473/213887493-b694cac7-32a1-46d9-a92c-b9f44c02abd3.png) *emoji character map* ![emoji character map](https://user-images.githubusercontent.com/3631473/213887434-fe5580d0-68b9-448f-bec4-3c7b78237939.png)
priority
webclient toolkit component for collapsible menus the webclient would benefit from a window component that could be used for collapsible drop down menus examples from java client main menu emoji character map
1
280,520
8,683,373,652
IssuesEvent
2018-12-02 17:34:35
richelbilderbeek/djog_unos_2018
https://api.github.com/repos/richelbilderbeek/djog_unos_2018
closed
Rename branch to jana
medium priority
**Is your feature request related to a problem? Please describe.** The current README.md shows `jana` as the branch name. The branch -however- is named 'Jana17', which is different then what the others do for branch naming. **Describe the solution you'd like** Rename the branch to `jana`. **Describe alternatives you've considered** Done. **Additional context** Tip: use the GitHub to do so: login, go to this repo, at the top there is a tab called 'Branches' :+1:
1.0
Rename branch to jana - **Is your feature request related to a problem? Please describe.** The current README.md shows `jana` as the branch name. The branch -however- is named 'Jana17', which is different then what the others do for branch naming. **Describe the solution you'd like** Rename the branch to `jana`. **Describe alternatives you've considered** Done. **Additional context** Tip: use the GitHub to do so: login, go to this repo, at the top there is a tab called 'Branches' :+1:
priority
rename branch to jana is your feature request related to a problem please describe the current readme md shows jana as the branch name the branch however is named which is different then what the others do for branch naming describe the solution you d like rename the branch to jana describe alternatives you ve considered done additional context tip use the github to do so login go to this repo at the top there is a tab called branches
1
5,293
2,573,875,856
IssuesEvent
2015-02-11 13:37:54
nlbdev/nordic-epub3-dtbook-migrator
https://api.github.com/repos/nlbdev/nordic-epub3-dtbook-migrator
reopened
Use hex-encoded entities for non-ASCII characters
0 - Low priority 1 - Medium priority
Either validate for it, or at least ensure that the non-ASCII characters in the DTBook are all hex-encoded (except for `&amp;`, `&gt;` and `&lt;`, those are probably fine as is). We can probably do this in XSLT using [`<xsl:output encoding="us-ascii"/>`](http://www.saxonica.com/documentation9.5/extensions/output-extras/character-representation.html). <!--- @huboard:{"order":2.738088369369507e-07} -->
2.0
Use hex-encoded entities for non-ASCII characters - Either validate for it, or at least ensure that the non-ASCII characters in the DTBook are all hex-encoded (except for `&amp;`, `&gt;` and `&lt;`, those are probably fine as is). We can probably do this in XSLT using [`<xsl:output encoding="us-ascii"/>`](http://www.saxonica.com/documentation9.5/extensions/output-extras/character-representation.html). <!--- @huboard:{"order":2.738088369369507e-07} -->
priority
use hex encoded entities for non ascii characters either validate for it or at least ensure that the non ascii characters in the dtbook are all hex encoded except for amp gt and lt those are probably fine as is we can probably do this in xslt using huboard order
1
822,627
30,880,116,364
IssuesEvent
2023-08-03 16:55:10
ivpn/android-app
https://api.github.com/repos/ivpn/android-app
closed
Missing location labels, Athens and Kyiv, in the map
type: bug priority: medium
### Description: The servers `Athens, GR` and `Kyiv, UA` can be found on the list of servers, but they are missing in the map. Only the labels are missing, when connecting, the circle animation appears in the right coordinates. Please note that Kyev should replace the old location Kharkiv in the map. ### Expected result: The app should retrieve all new servers from the API and display them in the map accordingly. ### Environment: IVPN: v2.9.0
1.0
Missing location labels, Athens and Kyiv, in the map - ### Description: The servers `Athens, GR` and `Kyiv, UA` can be found on the list of servers, but they are missing in the map. Only the labels are missing, when connecting, the circle animation appears in the right coordinates. Please note that Kyev should replace the old location Kharkiv in the map. ### Expected result: The app should retrieve all new servers from the API and display them in the map accordingly. ### Environment: IVPN: v2.9.0
priority
missing location labels athens and kyiv in the map description the servers athens gr and kyiv ua can be found on the list of servers but they are missing in the map only the labels are missing when connecting the circle animation appears in the right coordinates please note that kyev should replace the old location kharkiv in the map expected result the app should retrieve all new servers from the api and display them in the map accordingly environment ivpn
1
247,006
7,896,112,037
IssuesEvent
2018-06-29 07:21:33
aowen87/BAR
https://api.github.com/repos/aowen87/BAR
closed
Add visit_utils module
Expected Use: 3 - Occasional Feature Impact: 3 - Medium OS: All Priority: Normal Support Group: Any
-----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. The following information could not be accurately captured in the new ticket: Original author: Cyrus Harrison Original creation: 04/25/2012 12:07 pm Original update: 04/25/2012 12:40 pm Ticket number: 1033
1.0
Add visit_utils module - -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. The following information could not be accurately captured in the new ticket: Original author: Cyrus Harrison Original creation: 04/25/2012 12:07 pm Original update: 04/25/2012 12:40 pm Ticket number: 1033
priority
add visit utils module redmine migration this ticket was migrated from redmine the following information could not be accurately captured in the new ticket original author cyrus harrison original creation pm original update pm ticket number
1
730,641
25,183,519,997
IssuesEvent
2022-11-11 15:44:23
notime-streaming/notime-feature-requests-and-bugs
https://api.github.com/repos/notime-streaming/notime-feature-requests-and-bugs
closed
Code Browser: Autoselect First File
type: enhancement priority: medium complexity: low
The code viewer/browser currently opens with no file selected. Instead, we should select the first file that contains code by default and display that immediately. This will reduce the amount of clicks a users needs.
1.0
Code Browser: Autoselect First File - The code viewer/browser currently opens with no file selected. Instead, we should select the first file that contains code by default and display that immediately. This will reduce the amount of clicks a users needs.
priority
code browser autoselect first file the code viewer browser currently opens with no file selected instead we should select the first file that contains code by default and display that immediately this will reduce the amount of clicks a users needs
1
475,508
13,711,719,747
IssuesEvent
2020-10-02 05:27:38
momozor/quaremain-vue-client
https://api.github.com/repos/momozor/quaremain-vue-client
closed
Make client prompt for user's input length constraint handler
enhancement priority:medium
Handles https://github.com/momozor/quaremain/issues/10 for the UI prompt. ## Constraints - name: 5 min characters, 250 max characters - description (if exist): 20 min characters, 1500 max characters - stockAmount(amount in general): 1 min, 999999999 max - costPerPackage: 1 (or 1.xx) min, 9999999999999 max (or 9999999999999.xx) - caloriesPerPackage(food): 1 min, 9999999999999 max - millilitrePerPackage(water): 1 min, 9999999999999 max
1.0
Make client prompt for user's input length constraint handler - Handles https://github.com/momozor/quaremain/issues/10 for the UI prompt. ## Constraints - name: 5 min characters, 250 max characters - description (if exist): 20 min characters, 1500 max characters - stockAmount(amount in general): 1 min, 999999999 max - costPerPackage: 1 (or 1.xx) min, 9999999999999 max (or 9999999999999.xx) - caloriesPerPackage(food): 1 min, 9999999999999 max - millilitrePerPackage(water): 1 min, 9999999999999 max
priority
make client prompt for user s input length constraint handler handles for the ui prompt constraints name min characters max characters description if exist min characters max characters stockamount amount in general min max costperpackage or xx min max or xx caloriesperpackage food min max millilitreperpackage water min max
1
827,536
31,777,841,985
IssuesEvent
2023-09-12 15:24:28
perfect-things/ui
https://api.github.com/repos/perfect-things/ui
closed
[UI-154] Utils docs enhancements
Enhancement Medium priority
* [X] add dividers between functions (and more whitespace) * [X] link fn names to hash <sub>From [SyncLinear.com](https://synclinear.com) | [UI-154](https://linear.app/perfectthings/issue/UI-154/utils-docs-enhancements)</sub>
1.0
[UI-154] Utils docs enhancements - * [X] add dividers between functions (and more whitespace) * [X] link fn names to hash <sub>From [SyncLinear.com](https://synclinear.com) | [UI-154](https://linear.app/perfectthings/issue/UI-154/utils-docs-enhancements)</sub>
priority
utils docs enhancements add dividers between functions and more whitespace link fn names to hash from
1
209,554
7,177,114,259
IssuesEvent
2018-01-31 12:30:10
canonical-webteam/example-js
https://api.github.com/repos/canonical-webteam/example-js
opened
Build new code block example layout
Priority: Medium Type: Enhancement
## Process Build new code block example layout based on new designs resolved in these issues #27 and #25 ## Design spec Code blocks should have a maximum number of lines before it displays the see more: - Maximum height: 350px; Code copy to clipboard: - Button styling: Inherit `p-button--neutral` - Icon: `p-icon--copy` - Padding around button: 20px; - Tooltip: `p-tooltip p-tooltip--top-center` - Tooltip copy: 'Copy to clipboard' ## Visual reference ### Default state ![docs-copy-code-default](https://user-images.githubusercontent.com/17748020/35623003-ca63dda0-0681-11e8-97e2-aa254e185174.png) ### Hover state ![docs-copy-code-hover](https://user-images.githubusercontent.com/17748020/35623005-ca98d0be-0681-11e8-96bd-2eaf4f717afb.png)
1.0
Build new code block example layout - ## Process Build new code block example layout based on new designs resolved in these issues #27 and #25 ## Design spec Code blocks should have a maximum number of lines before it displays the see more: - Maximum height: 350px; Code copy to clipboard: - Button styling: Inherit `p-button--neutral` - Icon: `p-icon--copy` - Padding around button: 20px; - Tooltip: `p-tooltip p-tooltip--top-center` - Tooltip copy: 'Copy to clipboard' ## Visual reference ### Default state ![docs-copy-code-default](https://user-images.githubusercontent.com/17748020/35623003-ca63dda0-0681-11e8-97e2-aa254e185174.png) ### Hover state ![docs-copy-code-hover](https://user-images.githubusercontent.com/17748020/35623005-ca98d0be-0681-11e8-96bd-2eaf4f717afb.png)
priority
build new code block example layout process build new code block example layout based on new designs resolved in these issues and design spec code blocks should have a maximum number of lines before it displays the see more maximum height code copy to clipboard button styling inherit p button neutral icon p icon copy padding around button tooltip p tooltip p tooltip top center tooltip copy copy to clipboard visual reference default state hover state
1
442,055
12,737,000,728
IssuesEvent
2020-06-25 17:56:31
Slicer/Slicer
https://api.github.com/repos/Slicer/Slicer
closed
SH plugin action not added to view context menu
priority:medium type:bug
If I follow the same pattern for defining a context menu action for a view and the tree view the action only shows up in the subject hierarchy tree menu and not in the view ## Steps to reproduce Save this module script as ViewContextMenuTest in a directory and then start slicer with the `--additional-module-path` pointing to that directory. Once Slicer starts, place a fiducial and right click in the view vs the Data module tree. The item only shows up in the data tree. ``` import os import vtk, qt, ctk, slicer import warnings from slicer.ScriptedLoadableModule import * from SubjectHierarchyPlugins import AbstractScriptedSubjectHierarchyPlugin class ViewContextMenuTest(ScriptedLoadableModule): def __init__(self, parent): ScriptedLoadableModule.__init__(self, parent) parent.title = "Test Subject Hierarchy Plugin Loader" parent.categories = [""] parent.contributors = ["Steve Pieper, Isomics, Inc."] parent.helpText = "" parent.hidden = not slicer.util.settingsValue('Developer/DeveloperMode', False, converter=slicer.util.toBool) # # register subject hierarchy plugin once app is initialized # def onStartupCompleted(): import SubjectHierarchyPlugins from ViewContextMenuTest import ViewContextMenuTestSubjectHierarchyPlugin scriptedPlugin = slicer.qSlicerSubjectHierarchyScriptedPlugin(None) scriptedPlugin.setPythonSource(ViewContextMenuTestSubjectHierarchyPlugin.filePath) print('ViewContextMenuTestWidget loaded') slicer.app.connect("startupCompleted()", onStartupCompleted) class ViewContextMenuTestWidget(ScriptedLoadableModuleWidget): """ dummy module widget to allow reloading in developer mode """ def setup(self): ScriptedLoadableModuleWidget.setup(self) # debug helper def whoami(): import sys return "ViewContextMenuTest: " + sys._getframe(1).f_code.co_name class ViewContextMenuTestSubjectHierarchyPlugin(AbstractScriptedSubjectHierarchyPlugin): # Necessary static member to be able to set python source to scripted subject hierarchy plugin filePath = __file__ def __init__(self, scriptedPlugin): print(whoami()) print('ViewContextMenuTestWidget calling superclass') AbstractScriptedSubjectHierarchyPlugin.__init__(self, scriptedPlugin) self.viewAction = qt.QAction(f"CUSTOM VIEW ...", scriptedPlugin) self.viewAction.connect("triggered()", self.onViewAction) def onViewAction(self): print(whoami()) print(f"VIEW ACTION") def itemContextMenuActions(self): print(whoami()) return [self.viewAction] def showContextMenuActionsForItem(self, itemID): print(whoami(), itemID) self.viewAction.visible = True def viewContextMenuActions(self): print(whoami()) return [self.viewAction] def showViewContextMenuActionsForItem(self, itemID, eventData=None): print(whoami(), itemID, eventData) self.viewAction.visible = True ``` ## Expected behavior Should be able to define the same action for both context menus. ## Environment - Slicer version: 578cbe5b8d52dd22695f495054da99af1bd89cb8 - Operating system: tested on local mac build
1.0
SH plugin action not added to view context menu - If I follow the same pattern for defining a context menu action for a view and the tree view the action only shows up in the subject hierarchy tree menu and not in the view ## Steps to reproduce Save this module script as ViewContextMenuTest in a directory and then start slicer with the `--additional-module-path` pointing to that directory. Once Slicer starts, place a fiducial and right click in the view vs the Data module tree. The item only shows up in the data tree. ``` import os import vtk, qt, ctk, slicer import warnings from slicer.ScriptedLoadableModule import * from SubjectHierarchyPlugins import AbstractScriptedSubjectHierarchyPlugin class ViewContextMenuTest(ScriptedLoadableModule): def __init__(self, parent): ScriptedLoadableModule.__init__(self, parent) parent.title = "Test Subject Hierarchy Plugin Loader" parent.categories = [""] parent.contributors = ["Steve Pieper, Isomics, Inc."] parent.helpText = "" parent.hidden = not slicer.util.settingsValue('Developer/DeveloperMode', False, converter=slicer.util.toBool) # # register subject hierarchy plugin once app is initialized # def onStartupCompleted(): import SubjectHierarchyPlugins from ViewContextMenuTest import ViewContextMenuTestSubjectHierarchyPlugin scriptedPlugin = slicer.qSlicerSubjectHierarchyScriptedPlugin(None) scriptedPlugin.setPythonSource(ViewContextMenuTestSubjectHierarchyPlugin.filePath) print('ViewContextMenuTestWidget loaded') slicer.app.connect("startupCompleted()", onStartupCompleted) class ViewContextMenuTestWidget(ScriptedLoadableModuleWidget): """ dummy module widget to allow reloading in developer mode """ def setup(self): ScriptedLoadableModuleWidget.setup(self) # debug helper def whoami(): import sys return "ViewContextMenuTest: " + sys._getframe(1).f_code.co_name class ViewContextMenuTestSubjectHierarchyPlugin(AbstractScriptedSubjectHierarchyPlugin): # Necessary static member to be able to set python source to scripted subject hierarchy plugin filePath = __file__ def __init__(self, scriptedPlugin): print(whoami()) print('ViewContextMenuTestWidget calling superclass') AbstractScriptedSubjectHierarchyPlugin.__init__(self, scriptedPlugin) self.viewAction = qt.QAction(f"CUSTOM VIEW ...", scriptedPlugin) self.viewAction.connect("triggered()", self.onViewAction) def onViewAction(self): print(whoami()) print(f"VIEW ACTION") def itemContextMenuActions(self): print(whoami()) return [self.viewAction] def showContextMenuActionsForItem(self, itemID): print(whoami(), itemID) self.viewAction.visible = True def viewContextMenuActions(self): print(whoami()) return [self.viewAction] def showViewContextMenuActionsForItem(self, itemID, eventData=None): print(whoami(), itemID, eventData) self.viewAction.visible = True ``` ## Expected behavior Should be able to define the same action for both context menus. ## Environment - Slicer version: 578cbe5b8d52dd22695f495054da99af1bd89cb8 - Operating system: tested on local mac build
priority
sh plugin action not added to view context menu if i follow the same pattern for defining a context menu action for a view and the tree view the action only shows up in the subject hierarchy tree menu and not in the view steps to reproduce save this module script as viewcontextmenutest in a directory and then start slicer with the additional module path pointing to that directory once slicer starts place a fiducial and right click in the view vs the data module tree the item only shows up in the data tree import os import vtk qt ctk slicer import warnings from slicer scriptedloadablemodule import from subjecthierarchyplugins import abstractscriptedsubjecthierarchyplugin class viewcontextmenutest scriptedloadablemodule def init self parent scriptedloadablemodule init self parent parent title test subject hierarchy plugin loader parent categories parent contributors parent helptext parent hidden not slicer util settingsvalue developer developermode false converter slicer util tobool register subject hierarchy plugin once app is initialized def onstartupcompleted import subjecthierarchyplugins from viewcontextmenutest import viewcontextmenutestsubjecthierarchyplugin scriptedplugin slicer qslicersubjecthierarchyscriptedplugin none scriptedplugin setpythonsource viewcontextmenutestsubjecthierarchyplugin filepath print viewcontextmenutestwidget loaded slicer app connect startupcompleted onstartupcompleted class viewcontextmenutestwidget scriptedloadablemodulewidget dummy module widget to allow reloading in developer mode def setup self scriptedloadablemodulewidget setup self debug helper def whoami import sys return viewcontextmenutest sys getframe f code co name class viewcontextmenutestsubjecthierarchyplugin abstractscriptedsubjecthierarchyplugin necessary static member to be able to set python source to scripted subject hierarchy plugin filepath file def init self scriptedplugin print whoami print viewcontextmenutestwidget calling superclass abstractscriptedsubjecthierarchyplugin init self scriptedplugin self viewaction qt qaction f custom view scriptedplugin self viewaction connect triggered self onviewaction def onviewaction self print whoami print f view action def itemcontextmenuactions self print whoami return def showcontextmenuactionsforitem self itemid print whoami itemid self viewaction visible true def viewcontextmenuactions self print whoami return def showviewcontextmenuactionsforitem self itemid eventdata none print whoami itemid eventdata self viewaction visible true expected behavior should be able to define the same action for both context menus environment slicer version operating system tested on local mac build
1
809,601
30,201,153,933
IssuesEvent
2023-07-05 05:53:36
Weiver-project/Weiver
https://api.github.com/repos/Weiver-project/Weiver
closed
DE_[Feat]: 뮤지컬 상세 페이지 퍼블리싱
✨feat 🟡 Priority: Medium
## 📃To do List - [x] 헤더 - [x] 네비게이션 바 - [x] 이전 버튼 - [x] 뮤지컬 정보 카드 - [x] 찜하기 버튼 - [x] 봤어요 버튼 - [x] 출연진 정보 카드 - [x] 출연진 정보 이전 버튼, 다음 버튼 - [x] 유튜브 클립 카드 - [x] 유튜브 클립 이전 버튼, 다음 버튼
1.0
DE_[Feat]: 뮤지컬 상세 페이지 퍼블리싱 - ## 📃To do List - [x] 헤더 - [x] 네비게이션 바 - [x] 이전 버튼 - [x] 뮤지컬 정보 카드 - [x] 찜하기 버튼 - [x] 봤어요 버튼 - [x] 출연진 정보 카드 - [x] 출연진 정보 이전 버튼, 다음 버튼 - [x] 유튜브 클립 카드 - [x] 유튜브 클립 이전 버튼, 다음 버튼
priority
de 뮤지컬 상세 페이지 퍼블리싱 📃to do list 헤더 네비게이션 바 이전 버튼 뮤지컬 정보 카드 찜하기 버튼 봤어요 버튼 출연진 정보 카드 출연진 정보 이전 버튼 다음 버튼 유튜브 클립 카드 유튜브 클립 이전 버튼 다음 버튼
1
91,867
3,863,516,282
IssuesEvent
2016-04-08 09:45:32
iamxavier/elmah
https://api.github.com/repos/iamxavier/elmah
closed
Include Error.Hostname in ErrorMailHtmlPage.cshtml
auto-migrated Component-Mail Milestone-Release2.0 Priority-Medium Type-Enhancement
``` What new or enhanced feature are you proposing? Include the actual host on which the error occurred in the error email. This would be the Error.Hostname (as logged to SQL, etc), which can differ from the values reported in server variables. What goal would this enhancement help you achieve? In a web-farm application, ease the diagnosis of what server had the error. Currently this is possible via looking up the logged data in SQL (The error/host element), or by looking up the LOCAL_ADDR server variable reported in the email. Both of which take longer than if it was included in the email. What do you think? ``` Original issue reported on code.google.com by `laa...@gmail.com` on 19 Jul 2012 at 4:25
1.0
Include Error.Hostname in ErrorMailHtmlPage.cshtml - ``` What new or enhanced feature are you proposing? Include the actual host on which the error occurred in the error email. This would be the Error.Hostname (as logged to SQL, etc), which can differ from the values reported in server variables. What goal would this enhancement help you achieve? In a web-farm application, ease the diagnosis of what server had the error. Currently this is possible via looking up the logged data in SQL (The error/host element), or by looking up the LOCAL_ADDR server variable reported in the email. Both of which take longer than if it was included in the email. What do you think? ``` Original issue reported on code.google.com by `laa...@gmail.com` on 19 Jul 2012 at 4:25
priority
include error hostname in errormailhtmlpage cshtml what new or enhanced feature are you proposing include the actual host on which the error occurred in the error email this would be the error hostname as logged to sql etc which can differ from the values reported in server variables what goal would this enhancement help you achieve in a web farm application ease the diagnosis of what server had the error currently this is possible via looking up the logged data in sql the error host element or by looking up the local addr server variable reported in the email both of which take longer than if it was included in the email what do you think original issue reported on code google com by laa gmail com on jul at
1
364,630
10,771,525,708
IssuesEvent
2019-11-02 08:26:32
AY1920S1-CS2103T-F11-4/main
https://api.github.com/repos/AY1920S1-CS2103T-F11-4/main
closed
Insufficient questions?
priority.Medium severity.Medium type.Bug
![Screenshot 2019-11-01 at 4.20.27 PM.png](https://raw.githubusercontent.com/bernicechio/ped/master/files/97d37b56-0297-414a-b567-8a16cd4ad7f9.png) how do i know what is the minimum number of questions? <hr><sub>[original: bernicechio/ped#1]<br/> </sub>
1.0
Insufficient questions? - ![Screenshot 2019-11-01 at 4.20.27 PM.png](https://raw.githubusercontent.com/bernicechio/ped/master/files/97d37b56-0297-414a-b567-8a16cd4ad7f9.png) how do i know what is the minimum number of questions? <hr><sub>[original: bernicechio/ped#1]<br/> </sub>
priority
insufficient questions how do i know what is the minimum number of questions
1
479,117
13,791,441,076
IssuesEvent
2020-10-09 12:09:13
Medallyon/serious-games
https://api.github.com/repos/Medallyon/serious-games
opened
Establishment/Building Menus
Medium Priority feature
Upon clicking on a building, similar to clicking on an NPC, gives options to "temporarily close" the establishment, and perhaps other options with it.
1.0
Establishment/Building Menus - Upon clicking on a building, similar to clicking on an NPC, gives options to "temporarily close" the establishment, and perhaps other options with it.
priority
establishment building menus upon clicking on a building similar to clicking on an npc gives options to temporarily close the establishment and perhaps other options with it
1
482,356
13,905,076,301
IssuesEvent
2020-10-20 09:24:34
enso-org/enso
https://api.github.com/repos/enso-org/enso
opened
Report Errors in Module Definitions
Category: Compiler Change: Non-Breaking Difficulty: Core Contributor Priority: Medium Type: Bug
<!-- Please ensure that you are running the latest version of Enso before reporting the bug! It may have been fixed since. --> ### General Summary Syntax errors in module definitions are not reported by the compiler. <!-- - Please include a high-level description of your bug here. --> ### Steps to Reproduce ```py from Base import all some irrelevant stuff !!!@#$%^& <body> </body> main = IO.println Unit ``` Executes successfully: ``` Unit ``` <!-- Please list the reproduction steps for your bug. For example: 1. Launch the enso interpreter in server mode `enso --server --socket:8080`. 2. Send it a message as follows, where `path/to/project` doesn't exist. ```json { message-type: "load-project", load-project: { path: "path/to/project" } ... } ``` 3. Observe that the compiler crashes. --> ### Expected Result The compiler should report about syntax errors in the module. <!-- - A description of the results you expected from the reproduction steps. --> ### Actual Result Syntax errors are not reported. <!-- - A description of what actually happens when you run these steps. - Please include any error output if relevant. --> ### Enso Version main @ 989aa4b7d7eebc43fae61c5135f2e385b0520bec <!-- - Please include the output of `enso --version`. For example: ``` Enso Compiler and Runtime Version: 0.1.0 Built with: scala-2.13.3 for GraalVM 20.2.0 Built from: main* @ 919ffbdfacc44cc35a1b38f1bad5b573acdbe358 Running on: OpenJDK 64-Bit Server VM, GraalVM Community, JDK 11.0.8+10-jvmci-20.2-b03 Linux 4.15.0-112-generic (amd64) ``` -->
1.0
Report Errors in Module Definitions - <!-- Please ensure that you are running the latest version of Enso before reporting the bug! It may have been fixed since. --> ### General Summary Syntax errors in module definitions are not reported by the compiler. <!-- - Please include a high-level description of your bug here. --> ### Steps to Reproduce ```py from Base import all some irrelevant stuff !!!@#$%^& <body> </body> main = IO.println Unit ``` Executes successfully: ``` Unit ``` <!-- Please list the reproduction steps for your bug. For example: 1. Launch the enso interpreter in server mode `enso --server --socket:8080`. 2. Send it a message as follows, where `path/to/project` doesn't exist. ```json { message-type: "load-project", load-project: { path: "path/to/project" } ... } ``` 3. Observe that the compiler crashes. --> ### Expected Result The compiler should report about syntax errors in the module. <!-- - A description of the results you expected from the reproduction steps. --> ### Actual Result Syntax errors are not reported. <!-- - A description of what actually happens when you run these steps. - Please include any error output if relevant. --> ### Enso Version main @ 989aa4b7d7eebc43fae61c5135f2e385b0520bec <!-- - Please include the output of `enso --version`. For example: ``` Enso Compiler and Runtime Version: 0.1.0 Built with: scala-2.13.3 for GraalVM 20.2.0 Built from: main* @ 919ffbdfacc44cc35a1b38f1bad5b573acdbe358 Running on: OpenJDK 64-Bit Server VM, GraalVM Community, JDK 11.0.8+10-jvmci-20.2-b03 Linux 4.15.0-112-generic (amd64) ``` -->
priority
report errors in module definitions please ensure that you are running the latest version of enso before reporting the bug it may have been fixed since general summary syntax errors in module definitions are not reported by the compiler please include a high level description of your bug here steps to reproduce py from base import all some irrelevant stuff main io println unit executes successfully unit please list the reproduction steps for your bug for example launch the enso interpreter in server mode enso server socket send it a message as follows where path to project doesn t exist json message type load project load project path path to project observe that the compiler crashes expected result the compiler should report about syntax errors in the module a description of the results you expected from the reproduction steps actual result syntax errors are not reported a description of what actually happens when you run these steps please include any error output if relevant enso version main please include the output of enso version for example enso compiler and runtime version built with scala for graalvm built from main running on openjdk bit server vm graalvm community jdk jvmci linux generic
1
181,829
6,664,539,641
IssuesEvent
2017-10-02 20:31:54
izberi-edu/izberi-edu-dev
https://api.github.com/repos/izberi-edu/izberi-edu-dev
opened
Implementing a FAQ page
feature priority: medium
Implement a faq page with a responsive design and administration panel for creating questions and answers
1.0
Implementing a FAQ page - Implement a faq page with a responsive design and administration panel for creating questions and answers
priority
implementing a faq page implement a faq page with a responsive design and administration panel for creating questions and answers
1
782,131
27,487,457,543
IssuesEvent
2023-03-04 07:55:51
GSM-MSG/GCMS-FrontEnd-V2
https://api.github.com/repos/GSM-MSG/GCMS-FrontEnd-V2
opened
헤더에 탭 추가
2️⃣ Priority: Medium ✨ Feature
### Describe 헤더를 이렇게 변경 <img width="698" alt="스크린샷 2023-03-04 오후 4 55 16" src="https://user-images.githubusercontent.com/57276315/222884327-b713a9b8-0e1b-40d6-972a-a25fc8f9451b.png"> ### Additional _No response_
1.0
헤더에 탭 추가 - ### Describe 헤더를 이렇게 변경 <img width="698" alt="스크린샷 2023-03-04 오후 4 55 16" src="https://user-images.githubusercontent.com/57276315/222884327-b713a9b8-0e1b-40d6-972a-a25fc8f9451b.png"> ### Additional _No response_
priority
헤더에 탭 추가 describe 헤더를 이렇게 변경 img width alt 스크린샷 오후 src additional no response
1
319,149
9,739,564,236
IssuesEvent
2019-06-01 12:39:01
GCE-NEIIST/GCE-NEIIST-webapp
https://api.github.com/repos/GCE-NEIIST/GCE-NEIIST-webapp
closed
GCE-Thesis: Optimize the code to support multiple courses
Category: Coding Priority: Medium
This will likely require changes in the database, to support a structure like the "area" and "areaAdvanced" structures found on gce-thesis.component.ts
1.0
GCE-Thesis: Optimize the code to support multiple courses - This will likely require changes in the database, to support a structure like the "area" and "areaAdvanced" structures found on gce-thesis.component.ts
priority
gce thesis optimize the code to support multiple courses this will likely require changes in the database to support a structure like the area and areaadvanced structures found on gce thesis component ts
1
738,416
25,557,928,780
IssuesEvent
2022-11-30 08:31:38
amosproj/amos2022ws03-software-oscilloscope
https://api.github.com/repos/amosproj/amos2022ws03-software-oscilloscope
closed
Channel colors
user story Priority Medium
## User story 1. As a user 2. I need colors specified for each channels 3. So that the user will not be confused each time the program is fired up. ## Acceptance criteria - [ ] Channels : colors = { 1 : Red , 2 : Green , 3 : Blue , 4 : Yellow } ## Definition of done (DoD) - [ ] Application compiles successfully - [ ] Code is documented - [ ] Feature/Bug/Change is tested by at least one unit or e2e test - [ ] Tests have been passed without warnings (except "deprecated" warnings) - [ ] Changes have been reviewed - [ ] PR has been merged to dev branch - [ ] New dependencies have been added to bill of materials - [ ] Software architecture diagram has been updated - [ ] All acceptance criteria are fulfilled - [ ] Screenshot is attached to issue ## DoD general criteria * Feature has been fully implemented * Feature has been merged into the mainline * All acceptance criteria were met * Product owner approved features * All tests are passing * Developers agreed to release
1.0
Channel colors - ## User story 1. As a user 2. I need colors specified for each channels 3. So that the user will not be confused each time the program is fired up. ## Acceptance criteria - [ ] Channels : colors = { 1 : Red , 2 : Green , 3 : Blue , 4 : Yellow } ## Definition of done (DoD) - [ ] Application compiles successfully - [ ] Code is documented - [ ] Feature/Bug/Change is tested by at least one unit or e2e test - [ ] Tests have been passed without warnings (except "deprecated" warnings) - [ ] Changes have been reviewed - [ ] PR has been merged to dev branch - [ ] New dependencies have been added to bill of materials - [ ] Software architecture diagram has been updated - [ ] All acceptance criteria are fulfilled - [ ] Screenshot is attached to issue ## DoD general criteria * Feature has been fully implemented * Feature has been merged into the mainline * All acceptance criteria were met * Product owner approved features * All tests are passing * Developers agreed to release
priority
channel colors user story as a user i need colors specified for each channels so that the user will not be confused each time the program is fired up acceptance criteria channels colors red green blue yellow definition of done dod application compiles successfully code is documented feature bug change is tested by at least one unit or test tests have been passed without warnings except deprecated warnings changes have been reviewed pr has been merged to dev branch new dependencies have been added to bill of materials software architecture diagram has been updated all acceptance criteria are fulfilled screenshot is attached to issue dod general criteria feature has been fully implemented feature has been merged into the mainline all acceptance criteria were met product owner approved features all tests are passing developers agreed to release
1
448,405
12,950,101,177
IssuesEvent
2020-07-19 11:53:33
myxo/ascii_doom
https://api.github.com/repos/myxo/ascii_doom
opened
New mob type: hound
priority:medium
Нужно ввести 2 вида врагов. 1) Ходит туда-сюда, атакует игрока только когда видит. Имеет оружие дальнего действия. 2) Бежит к игроку через всю карту. Атакует ближним боем
1.0
New mob type: hound - Нужно ввести 2 вида врагов. 1) Ходит туда-сюда, атакует игрока только когда видит. Имеет оружие дальнего действия. 2) Бежит к игроку через всю карту. Атакует ближним боем
priority
new mob type hound нужно ввести вида врагов ходит туда сюда атакует игрока только когда видит имеет оружие дальнего действия бежит к игроку через всю карту атакует ближним боем
1
215,784
7,297,769,418
IssuesEvent
2018-02-26 15:10:19
fourkitchens/emulsify
https://api.github.com/repos/fourkitchens/emulsify
closed
Can't use "Crimson Text" Google font CSS due to gulp-clean-css bug
Priority: Medium Status: Confirmed Type: Bug
I'm trying to use Google's font "Crimson Text", however the compiled CSS is replacing "Crimson" with the hexcode "#dc143c". I started poking around the gulp-css.js file and found if I removed the call to "cleanCSS" (gulp-clean-css) then it works fine. I tried setting up a simple node project with gulp-clean-css and replicated the error, apparently in the default optimization (level 1) there's a shorten-hex.js file that maps these color keywords to their hex values. I've logged [a new issue on that page](https://github.com/scniro/gulp-clean-css/issues/54). Hopefully they'll fix it on their end but for the moment I'm leaving the cleanCSS commented out. Maybe the config for emulsify should be updated to allow passing options to cleanCSS, in which we could specify the level of optimization.
1.0
Can't use "Crimson Text" Google font CSS due to gulp-clean-css bug - I'm trying to use Google's font "Crimson Text", however the compiled CSS is replacing "Crimson" with the hexcode "#dc143c". I started poking around the gulp-css.js file and found if I removed the call to "cleanCSS" (gulp-clean-css) then it works fine. I tried setting up a simple node project with gulp-clean-css and replicated the error, apparently in the default optimization (level 1) there's a shorten-hex.js file that maps these color keywords to their hex values. I've logged [a new issue on that page](https://github.com/scniro/gulp-clean-css/issues/54). Hopefully they'll fix it on their end but for the moment I'm leaving the cleanCSS commented out. Maybe the config for emulsify should be updated to allow passing options to cleanCSS, in which we could specify the level of optimization.
priority
can t use crimson text google font css due to gulp clean css bug i m trying to use google s font crimson text however the compiled css is replacing crimson with the hexcode i started poking around the gulp css js file and found if i removed the call to cleancss gulp clean css then it works fine i tried setting up a simple node project with gulp clean css and replicated the error apparently in the default optimization level there s a shorten hex js file that maps these color keywords to their hex values i ve logged hopefully they ll fix it on their end but for the moment i m leaving the cleancss commented out maybe the config for emulsify should be updated to allow passing options to cleancss in which we could specify the level of optimization
1
395,461
11,686,685,705
IssuesEvent
2020-03-05 11:20:15
canonical-web-and-design/vanillaframework.io
https://api.github.com/repos/canonical-web-and-design/vanillaframework.io
closed
html-proofer gem is not being utilised
Priority: Medium
This site should use `html-proofer` to validate the HTML and ensure no broken links before allowing the build to pass. It's included in the gem file and did work at one stage but since the `./run` scaffolding has been applying, it now seems to be by-passed?
1.0
html-proofer gem is not being utilised - This site should use `html-proofer` to validate the HTML and ensure no broken links before allowing the build to pass. It's included in the gem file and did work at one stage but since the `./run` scaffolding has been applying, it now seems to be by-passed?
priority
html proofer gem is not being utilised this site should use html proofer to validate the html and ensure no broken links before allowing the build to pass it s included in the gem file and did work at one stage but since the run scaffolding has been applying it now seems to be by passed
1
364,879
10,774,670,637
IssuesEvent
2019-11-03 08:21:25
AY1920S1-CS2103T-W12-3/main
https://api.github.com/repos/AY1920S1-CS2103T-W12-3/main
closed
Budget increases when I use the out command
priority.Medium severity.Medium type.Bug
From my understanding, out command means expenditure. Shouldnt the budget decrease as stated in the the set command guide? ![Screen Shot 2019-11-01 at 4.47.48 PM.png](https://raw.githubusercontent.com/fangpinsern/ped/master/files/1c8e7d92-fd41-4968-8e89-6baacdbe5a3c.png) ![Screen Shot 2019-11-01 at 4.47.58 PM.png](https://raw.githubusercontent.com/fangpinsern/ped/master/files/a9aafd7e-d4af-46ba-8884-27fa65bbb4aa.png) <hr><sub>[original: fangpinsern/ped#7]<br/> </sub>
1.0
Budget increases when I use the out command - From my understanding, out command means expenditure. Shouldnt the budget decrease as stated in the the set command guide? ![Screen Shot 2019-11-01 at 4.47.48 PM.png](https://raw.githubusercontent.com/fangpinsern/ped/master/files/1c8e7d92-fd41-4968-8e89-6baacdbe5a3c.png) ![Screen Shot 2019-11-01 at 4.47.58 PM.png](https://raw.githubusercontent.com/fangpinsern/ped/master/files/a9aafd7e-d4af-46ba-8884-27fa65bbb4aa.png) <hr><sub>[original: fangpinsern/ped#7]<br/> </sub>
priority
budget increases when i use the out command from my understanding out command means expenditure shouldnt the budget decrease as stated in the the set command guide
1
222,385
7,431,813,015
IssuesEvent
2018-03-25 18:21:09
bounswe/bounswe2018group3
https://api.github.com/repos/bounswe/bounswe2018group3
closed
Class Diagram Revision[25 March, 17:00]
priority : medium type : enhancement type : planning
Class diagram has almost finished. There is need to make some corrections about arrows and fields of classes. Deniz and Furkan will revise the class diagram.
1.0
Class Diagram Revision[25 March, 17:00] - Class diagram has almost finished. There is need to make some corrections about arrows and fields of classes. Deniz and Furkan will revise the class diagram.
priority
class diagram revision class diagram has almost finished there is need to make some corrections about arrows and fields of classes deniz and furkan will revise the class diagram
1
265,445
8,354,439,335
IssuesEvent
2018-10-02 13:19:57
openshiftio/openshift.io
https://api.github.com/repos/openshiftio/openshift.io
closed
Redirect to the new documentation
SEV3-medium area/UI priority/P1 team/platform type/bug
Based on the conversation in #1548 URL `https://openshift.io/osiogettingstarted.pdf`, even though not exposed currently, has been heavily promoted in emails. We should redirect to official and live docs instead - https://docs.openshift.io/
1.0
Redirect to the new documentation - Based on the conversation in #1548 URL `https://openshift.io/osiogettingstarted.pdf`, even though not exposed currently, has been heavily promoted in emails. We should redirect to official and live docs instead - https://docs.openshift.io/
priority
redirect to the new documentation based on the conversation in url even though not exposed currently has been heavily promoted in emails we should redirect to official and live docs instead
1
52,172
3,022,066,293
IssuesEvent
2015-07-31 18:09:13
CenterForOpenScience/osf.io
https://api.github.com/repos/CenterForOpenScience/osf.io
closed
Add Links modal: Long project names extend out of modal
2 - ready bug: production intern priority - medium
Reported on the 0.42 Trello board: ## Steps 1. Go to a project you have admin on 2. On the project overview page click on the project title to edit the name 3. Enter text up to the max capacity without spaces; click the check mark to save the changes 4.Go to another project you have admin access on 5. On the project overview page, click the 'Add Links' button in the component widget 6. Enter the first few letters from the long named project title in the text field and click 'search my projects' 7. Look at the results 8. Click the + next to the 'Deer Creek ....' project 9. Look at the modal ## Expected I thought this would be fixed, per this PR https://github.com/CenterForOpenScience/osf.io/pull/2840 and issue https://github.com/CenterForOpenScience/osf.io/issues/2778 ## Actual The project name extends outside of the modal
1.0
Add Links modal: Long project names extend out of modal - Reported on the 0.42 Trello board: ## Steps 1. Go to a project you have admin on 2. On the project overview page click on the project title to edit the name 3. Enter text up to the max capacity without spaces; click the check mark to save the changes 4.Go to another project you have admin access on 5. On the project overview page, click the 'Add Links' button in the component widget 6. Enter the first few letters from the long named project title in the text field and click 'search my projects' 7. Look at the results 8. Click the + next to the 'Deer Creek ....' project 9. Look at the modal ## Expected I thought this would be fixed, per this PR https://github.com/CenterForOpenScience/osf.io/pull/2840 and issue https://github.com/CenterForOpenScience/osf.io/issues/2778 ## Actual The project name extends outside of the modal
priority
add links modal long project names extend out of modal reported on the trello board steps go to a project you have admin on on the project overview page click on the project title to edit the name enter text up to the max capacity without spaces click the check mark to save the changes go to another project you have admin access on on the project overview page click the add links button in the component widget enter the first few letters from the long named project title in the text field and click search my projects look at the results click the next to the deer creek project look at the modal expected i thought this would be fixed per this pr and issue actual the project name extends outside of the modal
1
622,981
19,659,648,428
IssuesEvent
2022-01-10 15:49:09
BIDMCDigitalPsychiatry/LAMP-platform
https://api.github.com/repos/BIDMCDigitalPsychiatry/LAMP-platform
closed
Push Notifications Code Issue
bug 2day native core backend priority MEDIUM
> I’ve managed to use the following code to get pushed notifications: > > sensor_events = LAMP.SensorEvent.all_by_participant(participant_id, origin=“lamp.analytics”)[‘data’] > > notifications = [i[‘data’] for i in sensor_events if i[‘data’].get(‘action’) is not None and i[‘data’].get(‘action’) == ‘notification’] > > However, it doesn’t seem to record every single notification that is sent – for example I can’t see any of the notifications sent today (6th October 2021) when testing – the last notification I can see was on the 29th September: > > {‘timestamp’: 1632931564754, ‘sensor’: ‘lamp.analytics’, ‘data’: {‘action’: ‘notification’, ‘device_type’: ‘iOS’, ‘user_agent’: ‘NativeCore 2021.7.6; iOS 14.4; iPhone iPhone10,3’, ‘content’: {‘expiry’: 86400000, ‘aps’: {‘content-available’: 1, ‘alert’: 'Activity for next week: 1. run for 30 mins; 2. jump 20 times; 3. swim for 40 mins; 4. sprint 3 times; 5. sit for 3 mins, 6. walk for 30 mins; 7. sleep for 60 mins; 8. deep breath for 2 mins; 9. stand for 10 mins; 10. drink water 200ml. ', ‘mutable-content’: 1, ‘badge’: 0, ‘sound’: ‘default’}, ‘actions’: [], ‘notificationId’: 'Activity for next week: 1. run for 30 mins; 2. jump 20 times; 3. swim for 40 mins; 4. sprint 3 times; 5. sit for 3 mins, 6. walk for 30 mins; 7. sleep for 60 mins; 8. deep breath for 2 mins; 9. stand for 10 mins; 10. drink water 200ml. '}}} > > I’ve also tried filtering by timestamp with “_from” and “to” inside that LAMP.SensorEvent.all_by_participant() function but to no avail. > > Thanks very much and look forward to hearing from you.
1.0
Push Notifications Code Issue - > I’ve managed to use the following code to get pushed notifications: > > sensor_events = LAMP.SensorEvent.all_by_participant(participant_id, origin=“lamp.analytics”)[‘data’] > > notifications = [i[‘data’] for i in sensor_events if i[‘data’].get(‘action’) is not None and i[‘data’].get(‘action’) == ‘notification’] > > However, it doesn’t seem to record every single notification that is sent – for example I can’t see any of the notifications sent today (6th October 2021) when testing – the last notification I can see was on the 29th September: > > {‘timestamp’: 1632931564754, ‘sensor’: ‘lamp.analytics’, ‘data’: {‘action’: ‘notification’, ‘device_type’: ‘iOS’, ‘user_agent’: ‘NativeCore 2021.7.6; iOS 14.4; iPhone iPhone10,3’, ‘content’: {‘expiry’: 86400000, ‘aps’: {‘content-available’: 1, ‘alert’: 'Activity for next week: 1. run for 30 mins; 2. jump 20 times; 3. swim for 40 mins; 4. sprint 3 times; 5. sit for 3 mins, 6. walk for 30 mins; 7. sleep for 60 mins; 8. deep breath for 2 mins; 9. stand for 10 mins; 10. drink water 200ml. ', ‘mutable-content’: 1, ‘badge’: 0, ‘sound’: ‘default’}, ‘actions’: [], ‘notificationId’: 'Activity for next week: 1. run for 30 mins; 2. jump 20 times; 3. swim for 40 mins; 4. sprint 3 times; 5. sit for 3 mins, 6. walk for 30 mins; 7. sleep for 60 mins; 8. deep breath for 2 mins; 9. stand for 10 mins; 10. drink water 200ml. '}}} > > I’ve also tried filtering by timestamp with “_from” and “to” inside that LAMP.SensorEvent.all_by_participant() function but to no avail. > > Thanks very much and look forward to hearing from you.
priority
push notifications code issue i’ve managed to use the following code to get pushed notifications sensor events lamp sensorevent all by participant participant id origin “lamp analytics” notifications for i in sensor events if i get ‘action’ is not none and i get ‘action’ ‘notification’ however it doesn’t seem to record every single notification that is sent – for example i can’t see any of the notifications sent today october when testing – the last notification i can see was on the september ‘timestamp’ ‘sensor’ ‘lamp analytics’ ‘data’ ‘action’ ‘notification’ ‘device type’ ‘ios’ ‘user agent’ ‘nativecore ios iphone ’ ‘content’ ‘expiry’ ‘aps’ ‘content available’ ‘alert’ activity for next week run for mins jump times swim for mins sprint times sit for mins walk for mins sleep for mins deep breath for mins stand for mins drink water ‘mutable content’ ‘badge’ ‘sound’ ‘default’ ‘actions’ ‘notificationid’ activity for next week run for mins jump times swim for mins sprint times sit for mins walk for mins sleep for mins deep breath for mins stand for mins drink water i’ve also tried filtering by timestamp with “ from” and “to” inside that lamp sensorevent all by participant function but to no avail thanks very much and look forward to hearing from you
1