id float64 2.49B 32.1B | created_at stringlengths 19 19 | repo stringlengths 5 107 | repo_url stringlengths 34 136 | text stringlengths 96 212k | label int64 0 1 |
|---|---|---|---|---|---|
22,043,164,307 | 2022-05-29 17:11:14 | CorsixTH/CorsixTH | https://api.github.com/repos/CorsixTH/CorsixTH | give a summary of the problem describe the issue handyman window does not show the handyman properly while busy as you can see the handyman is not centered in the circular area in his window bug doesn t seem new both shots are from a development version but i have confirmed the sweeping screenshot also in fixes further than and in steps to reproduce likely any not too old save will work but from scratch build a minimal hospital and wait a while expected behaviour handyman should be standing properly in front of the camera of course save game save game attached to report yes no corsixth version to operating system mint lts theme hospital version cd gamelog txt bash nothing of interest additional information no response | 0 |
20,103,785,134 | 2022-02-07 08:27:01 | mitre/inspec-samples | https://api.github.com/repos/mitre/inspec-samples | maintenance can this repo be archived in favor of putting the contents inside of the miscellaneous resources repo | 0 |
22,198,809,017 | 2022-06-07 09:20:12 | apache/echarts | https://api.github.com/repos/apache/echarts | map initialization problem in angular version link to minimal reproduction steps to reproduce just open the example and if it is loaded properly on the first run refresh the app current behavior the map is not rendered and there are errors in the console map usa not exists the geojson of the map must be provided error cannot read properties of undefined reading regions resize should not be called during main process expected behavior render the map and not throw an error environment markdown os browser framework any additional comments no response | 0 |
21,016,339,134 | 2022-03-30 11:22:52 | equinor/radix-platform | https://api.github.com/repos/equinor/radix-platform | allow specifying container registry per environment is your feature request related to a problem please describe at the moment we need to define the registry on the component level in radix config but we would like to use separate registries for our environments dev qa prod to keep everything as separate as possible describe the solution you d like now yml components name app image topsrvregistrydev azurecr io tops rv app imagetagname environmentconfig environment qa imagetagname qa what i would like to see yml environments name qa containerregistry myregistryqa azurecr io name prod containerregistry myregistryprod azurecr io components name app image repo app imagetagname environmentconfig environment qa imagetagname qa describe alternatives you ve considered it is possible to do something like this yml components name app image imagetagname environmentconfig environment qa imagetagname myregistryqa azurecr io repo app qa | 0 |
20,388,491,353 | 2022-02-22 09:36:21 | visualize-admin/visualization-tool | https://api.github.com/repos/visualize-admin/visualization-tool | maps chart wrong icon describe the bug the filter icon should change according to the design to reproduce steps to reproduce the behavior select a map chart click on next click on symbols in the chart options panel see on the right panel the wrong icon for the filter section expected behavior please change the filter icon accordingly to the design below img width alt screenshot at src screenshots img width alt screenshot at src environment please complete the following information visualize environment and version browser and version | 0 |
22,919,306,863 | 2022-07-17 12:29:14 | Legit-Labs/legitify | https://api.github.com/repos/Legit-Labs/legitify | support sarif output format tl dr add sarif as an additional output format detailed design no response additional information no response | 0 |
20,731,360,258 | 2022-03-14 09:45:01 | libsdl-org/SDL | https://api.github.com/repos/libsdl-org/SDL | android black screen on resume using opengl es this bug report was migrated from our old bugzilla tracker reported in version reported for operating system platform android all arm comments on the original bug report on vitaly novichkov wrote hello i found that the bug against the black screen on resuming got back it happens on various devices open the game switch to another application try to do anything try to switch the game back you ll get the black screen however the game itself will resume its normal work but a black screen no matter what to draw textures or color filled shapes i do render into texture then into the screen also i draw some shapes on the screen directly this happens on android android also on android the bug confirmed at the logger i get the next spamming ru wohlsoft thextech debug e egl emulation tid eglmakecurrent error egl bad access ru wohlsoft thextech debug e libegl eglmakecurrent error egl bad access ru wohlsoft thextech debug e egl emulation tid eglmakecurrent error egl bad access ru wohlsoft thextech debug e libegl eglmakecurrent error egl bad access ru wohlsoft thextech debug e egl emulation tid eglmakecurrent error egl bad access ru wohlsoft thextech debug e libegl eglmakecurrent error egl bad access ru wohlsoft thextech debug e egl emulation tid eglmakecurrent error egl bad access ru wohlsoft thextech debug e libegl eglmakecurrent error egl bad access ru wohlsoft thextech debug e egl emulation tid eglmakecurrent error egl bad access ru wohlsoft thextech debug e libegl eglmakecurrent error egl bad access ru wohlsoft thextech debug e egl emulation tid eglmakecurrent error egl bad access ru wohlsoft thextech debug e libegl eglmakecurrent error egl bad access ru wohlsoft thextech debug e egl emulation tid eglmakecurrent error egl bad access ru wohlsoft thextech debug e libegl eglmakecurrent error egl bad access ru wohlsoft thextech debug e egl emulation tid eglmakecurrent error egl bad access ru wohlsoft thextech debug e libegl eglmakecurrent error egl bad access ru wohlsoft thextech debug e egl emulation tid eglmakecurrent error egl bad access ru wohlsoft thextech debug e libegl eglmakecurrent error egl bad access ru wohlsoft thextech debug e egl emulation tid eglmakecurrent error egl bad access if needed i can try to compose a simple unit test that reproduces this bug on sylvain wrote did you make sure not to call any rendering function between the two events sdl will enter background and sdl did enter foreground see docs readme android md on vitaly novichkov wrote oh interesting how i messed this up gonna try this out thanks for the notice on vitaly novichkov wrote btw does that also counting the rendering into the texture too okay i ll check on vitaly novichkov wrote nope that didn t help completely even i made the strict avoiding of any render functions being called i still can get the black screen and the egl bad access error after i switched application back on sylvain wrote that really really is a reason are you depleting the event loop no multi threading really stop using renderer after reading will enter bg and start again using did enter fg are you using the sdl renderer or your own context on vitaly novichkov wrote are you depleting the event loop no i do call the event loop sequentially no multi threading no single threading really stop using renderer after reading will enter bg and start again using did enter fg oh i did a mistake i used the will enter fg instead of will enter bg event i should re try this experiment again are you using the sdl renderer or your own context i use sdl renderer on vitaly novichkov wrote okay i really made sure no render will be called between those events i even added asserts to crash if any of the render calls will be executed after sdl app willenterbackground event and allow them to be called after sdl app didenterforeground event that unlocks the render on vitaly novichkov wrote the result is the same on android open the game switch another application my log will print the fact sdl app willenterbackground was coming i made sure those messages be printed to see the result all big render calls got blocked by a boolean all small routine render calls got blocked by assert switch the game back my log will print the fact of sdl app didenterforeground black screen on vitaly novichkov wrote i also checked the fact of any attempts to call the render calls just by spamming of the same message into the log the spamming is off completely when entering background and getting on back when entered background on sylvain wrote are you depleting the event loop no i do call the event loop sequentially before each frame and also periodically you must poll all the events just to make sure all functions using the sdl renderer includes rendercopy renderpresent createtexture updatetexture on vitaly novichkov wrote before each frame and also periodically you must poll all the events yes that what i already do i poll all events in every loop cycle just to make sure all functions using the sdl renderer includes createtexture updatetexture i don t call them during the loop except for the lazy decompression algorithm that gets executed when calling the big render call i blocked by the boolean rendercopy renderpresent both blocked by the boolean i do set on sylvain wrote this look strange you have recent lib sync ed java file you can add trace here to backup and restore context maybe log the event sdl render device reset with those print do you have a full adb log to check try with a simpler test case on vitaly novichkov wrote closing to the evening utc i ll try to compose a simple test program that simulates my and verify the work on vitaly novichkov wrote anyway without of patching i did the tracking of sdl render device reset event and i got next ru wohlsoft thextech debug d trackers android entering background ru wohlsoft thextech debug d trackers android resumed foreground ru wohlsoft thextech debug d trackers android entering background ru wohlsoft thextech debug d trackers android resumed foreground ru wohlsoft thextech debug d trackers android entering background ru wohlsoft thextech debug d trackers android resumed foreground ru wohlsoft thextech debug d trackers android render device reset i had multiple times to go into the background and then resume back but the thing got blacked once sdl render device reset was happened at my log on vitaly novichkov wrote so seems once this event came sdl render targets reset the render targets have been reset and their contents need to be updated sdl sdl render device reset the device has been reset and all textures need to be recreated sdl i should reload all the textures again right on vitaly novichkov wrote i ll try some in the evening after my workday will finish on sylvain wrote yep re create texture once you get the device reset you don t need to recreate the sdl renderer on sylvain wrote updated the android readme file because this is a recurrent issue feel free to improve it | 0 |
21,777,863,919 | 2022-05-13 15:27:19 | strongdm/log-export-container | https://api.github.com/repos/strongdm/log-export-container | add backoff strategy on audit extractions is your feature request related to a problem please describe currently we haven t a retry behavior to secure the audit extractions run again after an unexpected error describe the solution you d like it would be nice to have a backoff strategy to retry the extraction when an error occurs | 0 |
22,305,988,892 | 2022-06-13 13:05:47 | BaseAdresseNationale/mes-adresses | https://api.github.com/repos/BaseAdresseNationale/mes-adresses | griser l option importer les voies et numéros depuis la ban quand aucune adresses n est disponible contexte il peut arriver qu aucune adresse ne soit disponible dans la ban afin de constituer une bal actuellement la bal créée est vide ce qui peut être un comportement difficile à comprendre pour l utilisateur qui s entendait à récupérer des adresses existantes lorsque que la commune est sélectionnée il serait possible de vérifier la disponibilité d adresse dans la ban pour celle ci est donc de désactiver ou non cette option ce ticket pour être facilité après la résolution de | 0 |
20,968,226,868 | 2022-03-28 08:55:10 | apache/incubator-inlong | https://api.github.com/repos/apache/incubator-inlong | add debezium datetime format converter description add debezium datetime format converter use case add debezium datetime format converter are you willing to submit pr yes i am willing to submit a pr code of conduct i agree to follow this project s | 0 |
22,364,085,356 | 2022-06-16 00:47:42 | iRon7/Join-Object | https://api.github.com/repos/iRon7/Join-Object | how to use where keyword hi thanks for doing the good job to make this module be available i am wondering how to use where keyword there is no example available sorry to bother you thanks eric xin | 0 |
22,339,839,024 | 2022-06-14 22:53:07 | kubecost/cost-analyzer-helm-chart | https://api.github.com/repos/kubecost/cost-analyzer-helm-chart | pricing endpoint is set statically what problem are you trying to solve currently i have confirmed that kubecost works normally with the default helm chart in the closed network but it is difficult to calculate the exact cost because the price policy of each node is applied differently by region i think it would be better to set the value dynamically than to set it statically within the code i know that some complicated requirements are charged but i hope that this kind of setting can be modified to be set even in the free tier describe the solution you d like when use kubecost in a closed network i hope can modify the endpoint so that you can synchronize the cloud pricing data describe alternatives you ve considered i would like to set the currently statically set endpoint value as the default value and control it through environment variables how would users interact with this feature users will be able to set the value by changing the chart values or spec | 0 |
22,159,156,186 | 2022-06-04 08:07:19 | gskjold/AmsToMqttBridge | https://api.github.com/repos/gskjold/AmsToMqttBridge | feature request re read prices from entso e when price zone is changed is your feature request related to a problem please describe when changing price zone the displayed prices do not change presumably because a new read from entso e is only done following next publishing of prices each afternoon describe the solution you d like when price zone is changed re read prices from entso e so that displayed prices are updated describe alternatives you ve considered none additional context n a | 0 |
21,794,061,972 | 2022-05-15 11:04:28 | intrig-unicamp/mininet-wifi | https://api.github.com/repos/intrig-unicamp/mininet-wifi | mininet wifi container with hi i am using containernet from but for wifi i install containernet from the topology made in first containernet does not work in the second containernet both uses different version of python please guide me how can i run topology made in to run in wifi based container thanks regards noman | 0 |
22,693,889,364 | 2022-07-05 02:21:24 | nocobase/nocobase | https://api.github.com/repos/nocobase/nocobase | fields from related table nocobase demo hi i am trying the nocobase demo i noticed that because there is still no calculation field when creating a new order you have to manually or mentally multiply the item value by the quantity and type the total value the problem however starts there when creating a new order you can include several items in the order details and their quantity so you click to add a product now you can click to add a product where you see the name of the product unit value and photos i select a product but the dropdown list only shows the name of the product so i insert quantity insert more products and quantities submit and go back to main new order window i have a list of products and quantities but i can´t see the unitary values of each product when editing the forms nowhere can i select to show both item name and value i can change the title field to value but then i only get the value without the name of the product am i doing something wrong or is this a limitation right now | 0 |
22,389,836,871 | 2022-06-17 06:21:36 | temporalio/sdk-python | https://api.github.com/repos/temporalio/sdk-python | support non function callables as activities is your feature request related to a problem please describe currently the activity definition implementation requires code on a callable from what i can tell it seems like it s only using that to verify that there are no kwonly arguments describe the solution you d like we can instead use the inspect module to analyze the callable s signature allowing a broader set of non function callables to be used as activities | 0 |
22,062,022,983 | 2022-05-30 19:22:06 | ytdl-org/youtube-dl | https://api.github.com/repos/ytdl-org/youtube-dl | after migrating to a new server of my archive is redownloaded even though the archive file hasn t changed warning ignoring the following template will result in issue closed as incomplete checklist carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube dl look through the readme and faq for similar questions search the bugtracker for similar questions finally put x into all relevant boxes like this i m asking a question i ve looked through the readme and faq for similar questions i ve searched the bugtracker for similar questions including closed ones question ask your question in an arbitrary form please make sure it s worded well enough to be understood see hey can someone help me debug this i have migrated from one arch linux box to another and when i run youtube dl it tells me downloading files i have however only added a few files to my youtube playlist and i expect it to be at most downloads i have no idea what is going wrong on the old box everything worked fine | 0 |
21,898,133,072 | 2022-05-20 10:39:59 | ispras/lingvodoc-react | https://api.github.com/repos/ispras/lingvodoc-react | valency we have problem with pagination on the bottom of the page the problem found during testing valency graphql error not implemented login as admin tools valency valency select altaic languages › turkic languages › yakut › glossed corpus tubelteler on sakha language › khalandaar tubeltelere calendar of events we have problem with pagination on the bottom of the page look at the screenshot | 0 |
22,692,739,894 | 2022-07-04 23:52:46 | moka-rs/moka | https://api.github.com/repos/moka-rs/moka | are there certain dependencies that can be removed currently moka has a lot of dependencies i was wondering if there were any that could be replaced i d love to work on this | 0 |
20,810,580,620 | 2022-03-18 01:50:51 | hydrusnetwork/hydrus | https://api.github.com/repos/hydrusnetwork/hydrus | aur install of hydrus crashes on startup using manjaro linux hydrus version operating system linux specify distro and version in comments install method third party aur docker chocolatey etc specify in comments install and os comments hydrus installed from aur using pamac manager operating system is manjaro linux bug description and reproduction i attempt to open hydrus for the first time today but it didn t open and i tried launching it through the terminal and i got an error which was what showed up in my hydrus crash log hydrus keeps having the same crash when attempting to start it even after rebooting my computer i get the same crash tried reinstalling hydrus from pamac manager still crashes tried installing other optional dependancies for pyside still crashes if i m not mistaken i believe pyside or i can t remember just updated i m not sure if that caused it i copypasted the contents in my hydrus crash log into the log output section edit even after hydrus update still doesn t work did some research online and i am still completely clueless as to how to fix this after some other updates on my computer hydrus just started working again sadly still don t understand what went wrong or how to get around it if the issue happens again log output text traceback most recent call last file usr lib site packages qtpy init py line in from pyside import version as pyside version analysis ignore file usr lib site packages files dir shibokensupport feature py line in import return original import name args kwargs modulenotfounderror no module named pyside during handling of the above exception another exception occurred traceback most recent call last file opt hydrus hydrus hydrus client py line in from hydrus client gui import qtporting as qp file opt hydrus hydrus client gui qtporting py line in import qtpy file usr lib site packages files dir shibokensupport feature py line in import return original import name args kwargs file usr lib site packages qtpy init py line in raise pythonqterror no qt bindings could be found qtpy pythonqterror no qt bindings could be found | 0 |
22,046,283,190 | 2022-05-30 02:20:30 | morethanwords/tweb | https://api.github.com/repos/morethanwords/tweb | is your feature request related to a problem please describe the logout button is not present in the telegram web i have to open telegram app on mobile phone again and again to logout on devices it may have been convenient if there is a logout button on telegram web | 0 |
20,177,164,788 | 2022-02-10 15:23:10 | PersonligaPersson/DD2480_Group_27_CI | https://api.github.com/repos/PersonligaPersson/DD2480_Group_27_CI | response message not correctly sent the response message is not correctly builded and sent to github | 0 |
21,191,826,671 | 2022-04-08 18:21:23 | pydata/xarray | https://api.github.com/repos/pydata/xarray | unify input behavior of chunk with other methods is your feature request related to a problem take a simple example python import xarray as xr da xr dataarray dims if i want to chunk the array i can do python da chunk x but i cant do this python da chunk x typeerror chunk got an unexpected keyword argument x describe the solution you d like i would like to be able to use the chunk method for dataarrays in both ways since it is common for many xarray methods to work either way e g isel coarsen etc tom describe alternatives you ve considered no response additional context no response | 0 |
22,206,679,971 | 2022-06-07 15:24:14 | NetAppDocs/ontap-systems-switches | https://api.github.com/repos/NetAppDocs/ontap-systems-switches | requires a console page please highlight following lines clean the configuration on switch and perform a basic setup a clean the configuration this step requires a console connection to the switch | 0 |
21,528,128,353 | 2022-04-28 20:42:16 | LemmyNet/lemmy-ui | https://api.github.com/repos/LemmyNet/lemmy-ui | display remote instance sidebar below remote community sidebar since other instances can have different rules it makes sense for remote communities to display the other instance sidebar below the community one this is dependent on getcommunity returning the other site which should be added soon discussion | 0 |
22,288,036,952 | 2022-06-12 00:03:12 | MeteorDevelopment/meteor-client | https://api.github.com/repos/MeteorDevelopment/meteor-client | error loading meteor describe the bug minecraft not loading with error uncaught exception in thread main java lang runtimeexception mixin transformation of net minecraft client main main failed at net fabricmc loader impl launch knot knotclassdelegate getpostmixinclassbytearray knotclassdelegate java at net fabricmc loader impl launch knot knotclassdelegate tryloadclass knotclassdelegate java at net fabricmc loader impl launch knot knotclassdelegate loadclass knotclassdelegate java at net fabricmc loader impl launch knot knotclassloader loadclass knotclassloader java at java base java lang classloader loadclass classloader java at net fabricmc loader impl game minecraft minecraftgameprovider launch minecraftgameprovider java at net fabricmc loader impl launch knot knot launch knot java at net fabricmc loader impl launch knot knotclient main knotclient java caused by java lang noclassdeffounderror org spongepowered asm mixin transformer fabricmixintransformerproxy at java base java lang classloader native method at java base java lang classloader defineclass classloader java at java base java security secureclassloader defineclass secureclassloader java at net fabricmc loader impl launch knot knotclassloader defineclassfwd knotclassloader java at net fabricmc loader impl launch knot knotclassdelegate tryloadclass knotclassdelegate java at net fabricmc loader impl launch knot knotclassdelegate loadclass knotclassdelegate java at net fabricmc loader impl launch knot knotclassloader loadclass knotclassloader java at java base java lang classloader loadclass classloader java at meteordevelopment meteorclient mixinplugin onload mixinplugin java at org spongepowered asm mixin transformer pluginhandle onload pluginhandle java at org spongepowered asm mixin transformer mixinconfig onselect mixinconfig java at org spongepowered asm mixin transformer mixinprocessor selectconfigs mixinprocessor java at org spongepowered asm mixin transformer mixinprocessor select mixinprocessor java at org spongepowered asm mixin transformer mixinprocessor checkselect mixinprocessor java at org spongepowered asm mixin transformer mixinprocessor applymixins mixinprocessor java at org spongepowered asm mixin transformer mixintransformer transformclass mixintransformer java at org spongepowered asm mixin transformer mixintransformer transformclassbytes mixintransformer java at net fabricmc loader impl launch knot knotclassdelegate getpostmixinclassbytearray knotclassdelegate java more caused by java lang classnotfoundexception org spongepowered asm mixin transformer fabricmixintransformerproxy at java base jdk internal loader builtinclassloader loadclass builtinclassloader java at java base java lang classloader loadclass classloader java at net fabricmc loader impl launch knot knotclassdelegate loadclass knotclassdelegate java at net fabricmc loader impl launch knot knotclassloader loadclass knotclassloader java at java base java lang classloader loadclass classloader java more steps to reproduce bash open fabric version on minecraft and run the game with meteor in the mods folder meteor version minecraft version operating system windows before submitting a bug report this bug wasn t already reported i have checked every bug report on github this is a valid bug i am able to reproduce this on the latest dev build | 0 |
22,695,944,621 | 2022-07-05 06:00:14 | PojavLauncherTeam/PojavLauncher | https://api.github.com/repos/PojavLauncherTeam/PojavLauncher | is this request related to a bug are not describe the request why is the web display mod not working even though connected to the network anything else are not | 0 |
21,636,258,523 | 2022-05-05 14:28:33 | ninjamuffin99/Funkin | https://api.github.com/repos/ninjamuffin99/Funkin | enhancement fix the dialoguebox please check for duplicates or similar issues before creating this issue there s none 🧷 what is your suggestion and why should it be implemented in the playstate theres code that prevents input if the dialoguebox extended flxsubstate this could be easily fixed idk i just thought about this i ll be making a pull request about this in the future i ve thought about it if the song difficulties are going to be in one file soon we can put the dialogue in the json use flxsubstate un hardcode portraits | 0 |
20,373,757,555 | 2022-02-21 13:46:14 | PolyMC/PolyMC | https://api.github.com/repos/PolyMC/PolyMC | icons toggle visibility when closing opening settings operating system linux description of bug icons seem to toggle between being visible and completely invisible every time i exit the settings window please refer to the following gif steps to reproduce open polymc open and close settings icons disappear open and close settings icons reappear suspected cause i suspect this might be related to the same general codepath as this issue is unique i have searched the issue tracker and did not find an issue describing my bug | 0 |
22,951,982,055 | 2022-07-19 08:15:50 | resilience4j/resilience4j | https://api.github.com/repos/resilience4j/resilience4j | practical different between bulkhead vs threadpoolbulkhead bulkhead semaphore based bulkhead threadpoolbulkhead threadpool based bulkhead the semaphore based bulkhead runs your code in the current thread and controls the number of concurrent threads by a semaphore the threadpool based bulkhead runs your code in a thread from a thread pool and controls the number of concurrent threads by a bounded queue and thread pool hi robwin can you please explain this point with the help of example i ve two downstream services which i want to call in a resilient manner i e allow certain threads allocated to call to service a and certain to call service b i understood the maxwaitduration and maxconcurrentcalls very well but not able to differentiate maxthreadpoolsize corethreadpoolsize queuecapacity from maxwaitduration and maxconcurrentcalls also can we use them together or we have to use either bulkhead or threadpoolbulkhead i gone through demo application but can t find the practical difference or may be i m not able to get it also why threadpool bulkhead is only applicable for completable futures please provide more details | 0 |
22,205,020,343 | 2022-06-07 14:15:24 | FastCopyLab/FastCopy | https://api.github.com/repos/FastCopyLab/FastCopy | buffersize and buffers sometimes can not be set describe the bug in io settings initial state is bufsize io unit overlap io scenario set overlap io to with apply a popup prevents it from being set scenario change the buffersize to and apply same popup occurs that prevents it from being set scenario change the io unit to and apply same popup occurs and prevents the change to reproduce steps to reproduce the behavior command line options and various settings describes command line options and settings that have been changed from the standard version environment ver windows screenshots if applicable add screenshots to help explain your problem | 0 |
20,244,633,335 | 2022-02-14 12:35:36 | Workday/canvas-kit | https://api.github.com/repos/Workday/canvas-kit | modal target popup target as prop shows a function ref warning in the console for wrapped components 🐛 bug report when using new modal target from canvas kit onwards a warning appears in the console if you try to pass a wrapped component to modal target as prop instead of using one of the canvas lit buttons directly while not a blocker this means we can t apply any conditional logic to our buttons on the modals without incurring development warnings in our ui and in our jest tests is there a reason why the as prop is restricted this way to reproduce code sandbox here with full code code that produces no warning jsx import modal usemodalmodel from workday canvas kit react modal import primarybutton from workday canvas kit react button export const modalwithoutwrapper const model usemodalmodel return open show modal code that produces warning jsx import primarybutton from workday canvas kit react button import modal usemodalmodel from workday canvas kit react modal const primarybuttonwithwrapper children props children export const modalwithwrapper const model usemodalmodel return open show modal expected behavior i d expect to see no warnings in the console when using modal target actual results warning that appears warning function components cannot be given refs attempts to access this ref will fail did you mean to use react forwardref check the render method of browser if applicable n a link to repl or repo highly encouraged code sandbox error output bash warning function components cannot be given refs attempts to access this ref will fail did you mean to use react forwardref check the render method of at primarybuttonwithwrapper at eval at eval at modalwithwrapper at div at app | 0 |
21,367,109,560 | 2022-04-20 03:45:17 | redisson/redisson | https://api.github.com/repos/redisson/redisson | example api for rejson module hi is there any class or example code for read write json data to redis which is stored using rejson module i don t see any command related to rejson module in current redission library ex commands json get json set am i missing the doc or is there work around to read json data type from redis | 0 |
21,333,977,475 | 2022-04-18 12:22:03 | jmuchovej/paperpile-notion | https://api.github.com/repos/jmuchovej/paperpile-notion | multiple author entries in the author s database for example in the image below there are duplicates of miranda holmes cerfon presumably this might be resolved by checking the distance between the author s title tag but it s unclear if conflicts may cause problems e g what if miranda holmes cerfon were two distinct people | 0 |
20,119,860,862 | 2022-02-08 00:21:59 | cap-md089/evmplus-v6 | https://api.github.com/repos/cap-md089/evmplus-v6 | permissions visibility for events is your feature request related to a problem please describe presently there is no indication of who has edit permission to modify an event describe the solution you d like it would be useful to have a link or pop up to indicate which members have write edit permission | 0 |
22,686,966,793 | 2022-07-04 14:58:26 | ShadowMario/FNF-PsychEngine | https://api.github.com/repos/ShadowMario/FNF-PsychEngine | how do i move the game over camera with lua what is your question i m re asking this question because last time i asked the post turned into a i added a custom death sprite but when i die the camera goes wayyy to far from the sprite i m just asking if i can move the camera so that it focuses on the sprite somebody asked me how i coded in the sprites i just stole the code from the example scripts in the wiki how i added them i just altered the code and put it in the psychengine mods scripts folder i don t see any x or y values if i m doing it wrong can somebody tell me the proper way to add the death sprites in | 0 |
21,892,138,030 | 2022-05-20 03:40:37 | BithumbFarmerTeam/bitbank | https://api.github.com/repos/BithumbFarmerTeam/bitbank | 인기카드 top 조회 api 연결 issue group fe type feature detail 인기카드 top 조회 api 연결 todo 인기카드 top 조회 api 연결하여 받아온 데이터를 화면에 뿌려줌 소요 시간 labels estimated time e group fe sprint 인기카드 top 조회 api 연결 urgency high | 0 |
20,266,000,891 | 2022-02-15 12:07:37 | apache/incubator-kyuubi | https://api.github.com/repos/apache/incubator-kyuubi | invoke tpcds from sql code of conduct i agree to follow this project s search before asking i have searched in the and found no similar issues describe the feature using sql extensions to create and run tpcds sql benchmarks call spark system create tpcds sf db tpcds fmt parquet parallel call spark system run tpcds db tpcds filter motivation users with no dev background can create and run tpcds datasets describe the solution call spark system create tpcds sf db tpcds fmt parquet parallel call spark system run tpcds db tpcds filter additional context no response are you willing to submit pr yes i am willing to submit a pr | 0 |
21,885,952,445 | 2022-05-19 18:39:06 | conda-forge/rstudio-feedstock | https://api.github.com/repos/conda-forge/rstudio-feedstock | rstudio desktop downgrading to despite build being with comment trying to integrate rstudio desktop into my existing r environment i find it wants to make a lot of changes downgrade ───────────────────────────────────────────────────────────────────────────────────────────── gcc impl linux installed gcc impl linux conda forge linux mb gcc linux installed gcc linux conda forge linux kb gfortran impl linux installed gfortran impl linux conda forge linux mb gfortran linux installed gfortran linux conda forge linux kb graphviz installed graphviz conda forge linux mb gxx impl linux installed gxx impl linux conda forge linux mb gxx linux installed gxx linux conda forge linux kb harfbuzz installed harfbuzz conda forge linux mb icu installed icu conda forge linux cached imagemagick installed imagemagick conda forge linux mb libgcc devel linux installed libgcc devel linux conda forge linux mb librsvg installed librsvg conda forge linux mb libsanitizer installed libsanitizer conda forge linux mb libstdcxx devel linux installed libstdcxx devel linux conda forge linux mb installed conda forge linux cached openssl installed openssl conda forge linux mb pango installed pango conda forge linux kb r base installed r base conda forge linux mb xorg installed xorg conda forge linux kb i m surprised its built against older versions despite being brand new this also seems to conflict with how its built here | 0 |
21,559,099,325 | 2022-04-30 23:10:55 | Pink-Crab/Perique-Framework | https://api.github.com/repos/Pink-Crab/Perique-Framework | improve app config default paths the current solution to set the base paths and urls works well unless you use a custom config file even if not setting a custom path urls | 0 |
21,693,422,601 | 2022-05-09 17:32:43 | renggli/dart-xml | https://api.github.com/repos/renggli/dart-xml | xmldocument parse accepts invalid documents in version previously the following would throw xmlparserexception however in version neither do dart xmldocument parse xmldocument parse foo based on the i would expect these to throw exceptions as the input is not valid xml | 0 |
20,826,232,364 | 2022-03-18 21:18:41 | NOAA-PMEL/OAPDashboard | https://api.github.com/repos/NOAA-PMEL/OAPDashboard | new account request should use controlled vocabulary for organization it would be good if the new account page could offer the same list of organizations as presented in the metadata editor it s a little more effort than you might think as the new account page is a static form and doesn t have access to the m e suggestion oracle | 0 |
20,255,139,805 | 2022-02-14 22:12:17 | martinet101/ElevenClock | https://api.github.com/repos/martinet101/ElevenClock | cyrilic no longer displayed correctly after update to v hi just got the update to v and when the clock loaded it no longer shows the day of the week correctly in cyrilic see first screenshot i have configured it as seen here and until the previous version it was working great could you please check the encoding and fix it thank you viktor | 0 |
21,959,330,096 | 2022-05-24 14:36:18 | jcs090218/flx-rs | https://api.github.com/repos/jcs090218/flx-rs | different scores between implementations flx score emacs d straight repos orderless orderless el odrless flx score code everyone xamarin emjavabindings emjavabindings additions drawablesoftreference cs odrless flx rs score emacs d straight repos orderless orderless el odrless flx rs score code everyone xamarin emjavabindings emjavabindings additions drawablesoftreference cs odrless | 0 |
21,083,245,673 | 2022-04-03 08:08:22 | xmrig/xmrig | https://api.github.com/repos/xmrig/xmrig | the xmrig priority setting does not work version xmrig when run from the command line with the cpu priority parameter the priority of the process xmrig exe it remains normal although it should be very low the same with the cpu priority parameter tested on windows and windows it also doesn t help to edit the registry to cpupriorityclass dword what could be the problem p s when setting the parameter priority in config json process priority setting works correctly | 0 |
22,364,618,509 | 2022-06-16 01:43:31 | learnpack/learnpack | https://api.github.com/repos/learnpack/learnpack | review the tests javascript beginners your first switch javascript objects improve the tests of the following exercises remember to take into account the following aspects the function exists the function returns something the function returns the correct output with the possible different values repository exercises from your first switch to javascript objects | 0 |
21,511,933,803 | 2022-04-28 06:01:21 | aidenybai/million | https://api.github.com/repos/aidenybai/million | bug how to tranform raw html to velement describe the bug i am developing a markdown renderer with vdom as we all know highlight js is used to help us to highlight the source code so i want to use it in the renderer i try to use the following codes to meet my goal ts import html from million html export const fromstringtovnode content string vnode const h html content if array isarray h return h return but i have not got the correct vnode but html string or ts import fromstringtodomnode fromdomnodetovnode from million ssr export const fromstringtovnode content string vnode return fromdomnodetovnode fromstringtodomnode content but i have got the error uncaught in promise typeerror cannot read properties of null reading m old vnode so i want to know about how to transform raw html string maybe with n to velement to reproduce steps to reproduce the behavior import highlight js transform any typescript codes via highlight js input the codes before run expected behavior return correct velement array device please complete the following information os windows browser edge chromium version latest additional context add any other context about the problem here | 0 |
22,065,447,762 | 2022-05-31 02:14:42 | apache/arrow-rs | https://api.github.com/repos/apache/arrow-rs | remove is your feature request related to a problem or challenge please describe what you are trying to do this is one issue found by enabling generate case integration case at c repo this crate validates precision of decimal by validate decimal precision in few places e g decimalbuilder s append value however in decimal golden file decimal gold json there are some values failing this check c doesn t perform similar check as i did a search and i can confirm that test case can be passed if i remove validate decimal precision check in append value i m wondering if we should remove the check to pass the test case or leaving generate case as skipped test case at the integration test describe the solution you d like remove validate decimal precision check in decimalbuilder s append value to pass the integration test case generate case describe alternatives you ve considered keep generate case as skipped test case additional context add any other context or screenshots about the feature request here | 0 |
20,238,389,261 | 2022-02-14 06:18:10 | binance-chain/bsc | https://api.github.com/repos/binance-chain/bsc | only syncs until highest block then stops and doesn t get new highest block system information geth version os version linux ubuntu lts commit hash if develop expected behaviour geth fully syncs nodes on eth syncing actual behaviour geth doesn t fully sync nodes on eth syncing highest block for me now is while the latest block on bscscan is on eth syncing it just returns false steps to reproduce the behaviour root bscnode geth linux config root bscnode config toml datadir root bscnode node cache rpc allow unprotected txs txlookuplimit ws ws port http root bscnode geth linux attach exec eth syncing config toml networkid syncmode fast nopruning false noprefetch false lightpeers ultralightfraction triecleancache triedirtycache trietimeout trietimeout enablepreimagerecording false ewasminterpreter evminterpreter databasecache gasfloor gasceil gasprice recommit noverify false locals nolocals true journal transactions rlp rejournal pricelimit pricebump accountslots globalslots accountqueue globalqueue lifetime blocks percentile oraclethreshold ipcpath geth ipc httphost nousb true insecureunlockallowed false httpport httpvirtualhosts httpmodules wsport wsmodules graphqlport graphqlvirtualhosts maxpeers nodiscovery false bootstrapnodes staticnodes listenaddr enablemsgevents false readtimeout writetimeout idletimeout filepath bsc log maxbytessize level info fileroot backtrace t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available x forwarded for nil t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available x forwarded for nil t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available x forwarded for nil t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available x forwarded for nil t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl info msg submitted transaction hash from nonce recipient value t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available x forwarded for nil t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available x forwarded for nil t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available x forwarded for nil t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available x forwarded for nil t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available x forwarded for nil t lvl warn msg served miner setetherbase conn reqid t err the method miner setetherbase does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available x forwarded for nil t lvl warn msg served miner start conn reqid t err the method miner start does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl warn msg served eth coinbase conn reqid t err etherbase must be explicitly specified x forwarded for nil t lvl warn msg served eth coinbase conn reqid t err etherbase must be explicitly specified t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available x forwarded for nil t lvl warn msg served admin peers conn reqid t err the method admin peers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available x forwarded for nil t lvl warn msg served parity netpeers conn reqid t err the method parity netpeers does not exist is not available t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support t lvl eror msg snapshot extension registration failed peer err peer connected on snap without compatible eth support when submitting logs please submit them as text and not screenshots | 0 |
20,831,027,471 | 2022-03-19 12:46:46 | rachaelhrlm/tic-tac-toe | https://api.github.com/repos/rachaelhrlm/tic-tac-toe | update cpu moves to be random right now while the hard mode cpu appears to be unbeatable it follows the exact same moves make it choose the optimal moves more randomly so there s variety between rounds | 0 |
21,327,238,020 | 2022-04-18 01:33:57 | DenDen747/Socketeer | https://api.github.com/repos/DenDen747/Socketeer | connection close does not work properly when you run the connection close method from the server or the client it does not work properly | 0 |
22,753,373,126 | 2022-07-07 14:42:03 | openfheorg/openfhe-development | https://api.github.com/repos/openfheorg/openfhe-development | optimize timesqovert in dcrtpoly cpp used for bfv encryption the following two optimizations can be applied currently we do extra multiplications by mod t we should be able to do it only for a single nativepoly rather than a full dcrtpoly we should also use an in place operator for times | 0 |
22,440,760,624 | 2022-06-21 00:58:20 | JupyterPhysSciLab/JupyterPiDAQ | https://api.github.com/repos/JupyterPhysSciLab/JupyterPiDAQ | daq menu should not show up if the tools are not initialized the daq menu setup needs to be wrapped in a call to jpslutils otjs to avoid the menu being available when the code will not run because jupyterpidaq has not been imported | 0 |
22,690,656,250 | 2022-07-04 19:42:19 | shivammathur/setup-php | https://api.github.com/repos/shivammathur/setup-php | globally installed tools are not added to the allow plugins option in composer json describe the bug since version any composer plugin that needs to run must be listed in the config of the composer json i added the symfony flex plugin to such list in the composer json of my project but it doesn t work because the tool is installed globally to solve the problem the composer global config no plugins allow plugins symfony flex true command should be ran as part of the setup step version i have checked releases and the bug exists in the latest patch version of or runners github hosted self hosted operating systems ubuntu latest php versions to reproduce yaml jobs name php on build runs on ubuntu latest steps uses actions checkout uses shivammathur setup php with php version tools flex expected behavior the symfony flex plugin is installed and allowed to run thanks to it being added to allow plugins in composer json there should be no warning about the plugin being blocked screenshots logs symfony flex installed globally contains a composer plugin which is blocked by your allow plugins config you may add it to the list if you consider it safe see you can run composer global config no plugins allow plugins symfony flex to enable it true or keep it disabled and suppress this warning false additional context none are you willing to submit a pr i m not familiar with how this action works under the hood but i can try | 0 |
20,972,797,502 | 2022-03-28 12:56:32 | JoinColony/colonyDapp | https://api.github.com/repos/JoinColony/colonyDapp | vesting unwrap tokens and claim tokens wiring this issue will track the wiring of unwrapping tokens and claiming tokens features unwrapping tokens resolver to fetch the user s wrapped token balance resolver to fetch the user s unwrapped token balance saga to send the unwrapping transaction claiming tokens resolver to fetch the token due amount total unclaimed left so far claimed so far and how much the user can claim right now it will automatically vest over a period of time saga to claim said token | 0 |
20,868,440,737 | 2022-03-22 09:39:55 | alonfnt/bayex | https://api.github.com/repos/alonfnt/bayex | add option to use cpu or gpu since jax works on both architectures and requires some installation tweaking to use them it would be nice to add an indicator on pip to install jax jaxlib with gpu support or not likewise adding a flag such as bayex set platform cpu on bayex set platform gpu etc would be nice too | 0 |
22,326,848,511 | 2022-06-14 11:25:34 | jupyter-naas/awesome-notebooks | https://api.github.com/repos/jupyter-naas/awesome-notebooks | linkedin get age and gender from profile picture the template currently performs age gender classification on the first face it finds in the input image in order for it to run reliably the following input check should be performed if the input profile image doesn t contain exactly one face throw an exception and terminate gracefully | 0 |
22,918,634,138 | 2022-07-17 10:33:17 | adhdtech/DRP | https://api.github.com/repos/adhdtech/DRP | add function to get topic history add method to drp topicmanager topic class to retrieve history include a parameter to limit the output to message data only excluding the wrapper | 0 |
21,926,395,879 | 2022-05-23 04:59:44 | Kaiteki-Fedi/Kaiteki | https://api.github.com/repos/Kaiteki-Fedi/Kaiteki | return null when description is null on renderdescription null check operator used on a null value userextensions renderdescription d projects kaiteki kaiteki src kaiteki lib utils extensions dart userinfowidget build d projects kaiteki kaiteki src kaiteki lib ui screens user screen dart | 0 |
21,182,534,084 | 2022-04-08 09:22:03 | Miskatonic-Investigative-Society/CoC7-FoundryVTT | https://api.github.com/repos/Miskatonic-Investigative-Society/CoC7-FoundryVTT | sanity check with min max lacks feedback and requires dbl click to confirm when generating a keeper sanity roll request from a player s sheet using min max sanity loss parameters the dialog lacks feedback when the min max values are not entered and requires a dbl click to activate once completed correctly prerequisites are you running the latest version of both foundry vtt and call of cthulhu edition have you tested whether the bug persists without any other modules activated or on foundry launch in safe configuration description if as keeper i open a player s sheet and use ctrl alt click on the highlighting sanity title i am presented with the following dialog panel the panel has issues if the min and max sanity loss values are not entered none of the buttons work there is no feedback such as enter minmax values having entered the min max values a dbl click is required to activate any of the option buttons expected behavior feedback when panel is not completed correctly single click to activate option button actual behavior if the min and max sanity loss values are not entered none of the buttons work there is no feedback such as enter minmax values having entered the min max values a dbl click is required to activate any of the option buttons screenshots possible fix | 0 |
20,156,824,813 | 2022-02-09 17:12:25 | keymanapp/keyman | https://api.github.com/repos/keymanapp/keyman | bug linux searching for c china brings clavier du mali qwerty keyboard as result why i wouldn t expect a keyboard of mali to be used in a language in china | 0 |
21,965,853,713 | 2022-05-24 20:13:06 | PojavLauncherTeam/PojavLauncher | https://api.github.com/repos/PojavLauncherTeam/PojavLauncher | screen blink in virglrenderer is this request related to a bug yes describe the request virgl render blink screen in both places ingame and lobby anything else device redmi note pro ram and storage dpi android version | 0 |
22,090,729,695 | 2022-06-01 05:36:35 | de-jcup/eclipse-sql-editor | https://api.github.com/repos/de-jcup/eclipse-sql-editor | code completion shall have upper cased variants as well situation the mechanism inside class sqleditorsimplewordcontentassistprocessor with method addkeyword does only add lower cased keywords wanted the method addkeyword shall add upper cased variants as well solution change implementation introduce two new preference options keyword representation with values upper cased lower cased upper lower cased latter one shall be the default use the preference inside method addkeyword | 0 |
20,249,320,444 | 2022-02-14 16:24:54 | Zli-UoA/ryouomoi-checker-frontend | https://api.github.com/repos/Zli-UoA/ryouomoi-checker-frontend | ci ステータスをつける 提案の詳細 github actionsを使う push をトリガーとする ついでにバッジをreadmeに 動機 その他 | 0 |
21,006,249,339 | 2022-03-29 23:01:39 | nasa/opera-sds-pcm | https://api.github.com/repos/nasa/opera-sds-pcm | improve data subscriber logging checked for duplicates yes i ve already checked alternatives considered yes and alternatives don t suffice related problems no response describe the feature request i noticed that most log message stored in stderr txt rather than stdout txt the logging level was debug how can we change to lower logging level change default logging level to info verify all relevant information is being logged on the info level | 0 |
21,015,207,882 | 2022-03-30 10:20:25 | awslabs/amazon-kinesis-video-streams-producer-c | https://api.github.com/repos/awslabs/amazon-kinesis-video-streams-producer-c | what is the parameters of the aac sample audio used in the sample application i would like to know what are the parameters for the aac audio used in the sample application i tried with my own aac adts encoded audio but the amazon console is not able to decode the audio i would like to know the parameters of the audio to recreate with my own also are there any changes to be made in the sample application to support adts aac | 0 |
22,407,752,815 | 2022-06-18 08:16:28 | LagradOst/CloudStream-3 | https://api.github.com/repos/LagradOst/CloudStream-3 | chromecast support for downloaded movies and tv shows describe your suggested feature currently there are issues with tv shows and movies not casting properly due to issues with the providers themselves since the issues are with the providers themselves i propose adding chromecast support for downloaded movies and tv show of providers the chromecast issues with providers will most likely never be solved because the issue would need to be fixed on the providers end but if chromecast support was added for downloaded movies and tv shows of providers users would easily be able to cast all their cloudstream content for now on assuming the feature is maintained other details vlc s android app another video player for android currently supports casting downloaded video files but there is currently no subtitle support since subtitle files are downloaded alongside the downloads of tv shows and movies in cloudstream it would be nice if there would also be subtitle support if this feature was to be implemented acknowledgements i have searched the existing issues and this is a new ticket not a duplicate or related to another open issue i have written a short but informative title i will fill out all of the requested information in this form | 0 |
21,316,017,611 | 2022-04-16 09:34:51 | z-song/laravel-admin | https://api.github.com/repos/z-song/laravel-admin | issue with show setwidth x y laravel version php version laravel admin description show setwidth x y does not work calling it after show initialization works only after all columns has been described opposite to the form setwidth x x which works fine calling just after form initialization before columns description | 0 |
21,509,027,743 | 2022-04-28 00:56:11 | B612-Asteroid-Institute/precovery | https://api.github.com/repos/B612-Asteroid-Institute/precovery | add dataset metadata to index db add cutout service urls to framecandidate and precoverycandidate tracking metadata such as dataset name and other information like where documentation exists what cutout service to use etc will be useful as we add more datasets and for cutout link generation once the table is implemented then generating cutout urls for each frame using the metadata should be pretty easy for example cutout service metadata table dataset nsc metdata table exposure id ooi g ra dec length arcsec hard code for now width arcsec hard code for now preview true cutout url f cutout service col dataset siaref exposure id fits fz extn pos ra dec size length width preview preview print cutout url which prints | 0 |
22,366,904,789 | 2022-06-16 05:40:15 | winsiderss/systeminformer | https://api.github.com/repos/winsiderss/systeminformer | log max size entries count description of the feature modification idea or suggestion use would allow help log to still operate but be more of a live running total for the last configured events i noticed there is options advanced logentries but that doesn t seem to be respected at least in the help log window proposed implementation details optional no response | 0 |
22,779,583,901 | 2022-07-08 18:04:03 | SpeciesFileGroup/taxonworks | https://api.github.com/repos/SpeciesFileGroup/taxonworks | co match does not match on global ids steps to reproduce the bug bash when i enter a list of guids in co match then they are not matched to cos screenshot expected behavior should be able to match them additional screenshots no response environment production sandbox used no response version browser used chrome | 0 |
20,744,488,048 | 2022-03-14 21:10:20 | storybuilder-org/StoryBuilder-2 | https://api.github.com/repos/storybuilder-org/StoryBuilder-2 | selected stock scene displays twice describe the bug selected stock scene displays twice to reproduce steps to reproduce the behavior open existing story from tools menu select plotting aids from plotting aids select stock scenes choose scene category chase scenes select the pursued is hit by a car falls only once expected behavior should only see scene listed once but is displaying twice screenshots additional context add any other context about the problem here | 0 |
20,324,857,666 | 2022-02-18 04:06:17 | geoschem/gcpy | https://api.github.com/repos/geoschem/gcpy | different result using single panel and compare single level describe the bug i finished two simulations in gchp and want to compare the output however the plots using single panel look fine while they all look weird with compare single level i wonder if there is anything i missed in compare single level or it is a bug thanks for your help reference plot no fire emission development plot gfed fire emission compare single level plot to reproduce list the steps to reproduce the bug or issue below this is my python script for compare single level i can t upload the nc files here feel free to ask me if you want to take a look on the data file expected behavior i guess it is related with the unit conversion or matching in compare single level required information i can t print the versions of my gcpy but i can use it with conda gcpy env tsinhungng tsins mac mini python python packaged by conda forge default sep on darwin type help copyright credits or license for more information import gcpy gcpy show versions traceback most recent call last file line in attributeerror module gcpy has no attribute show versions additional context provide any other context about the problem here | 0 |
21,011,917,846 | 2022-03-30 07:31:42 | lablup/backend.ai | https://api.github.com/repos/lablup/backend.ai | supporting issue with main branch on describe the bug a clear and concise description of what the bug is 문제가 발생하는 상황에 대한 요약 설명을 적어주세요 while installing backend ai on cent i found installation error during python using pyenv shows error log could not build the ssl module python requires a openssl or newer maybe cent os s default openssl version isn t or newer cent os s openssl version is openssl version openssl fips jan to reproduce steps to reproduce the behavior 문제를 재현하기 위한 순서를 자세히 적어주세요 get backend ai install script install dev sh on cent os run install script install dev sh on cent os see error expected behavior a clear and concise description of what you expected to happen 원래 기대했던 동작은 어떤 것인지 명확하게 적어주세요 successfully installed backend ai screenshots if applicable add screenshots to help explain your problem just take a screenshot in your clipboard or copy a picture file and paste it here ctrl v cmd v so that github automatically attach and insert it 가능하다면 문제 상황을 보여주는 스크린샷을 첨부해주세요 클립보드에 스크린샷을 찍거나 이미지 파일을 복사해서 여기에 붙여넣으면 ctrl v cmd v github이 자동으로 이곳에 첨부 및 삽입해줍니다 installing python downloading python tar xz installing python error the python ssl extension was not compiled missing the openssl lib please consult to the wiki page to fix the problem build failed centos linux using python build inspect or clean up the working tree at tmp python build results logged to tmp python build log last log lines installing collected packages setuptools pip warning value for scheme headers does not match please report this to distutils home centos pyenv versions include setuptools sysconfig tmp python build python include setuptools warning value for scheme headers does not match please report this to distutils home centos pyenv versions include pip sysconfig tmp python build python include pip warning the scripts and are installed in home centos pyenv versions bin which is not on path consider adding this directory to path or if you prefer to suppress this warning use no warn script location successfully installed pip setuptools installing the python version via pyenv has failed is not supported by your current installation of pyenv please update pyenv or lower python version in install dev sh script could not build the ssl module python requires a openssl or newer client os python version server os output of uname a backend ai version python version installation method additional context add any other context about the problem here 추가적으로 문제 상황을 설명할 수 있는 다른 맥락을 기술해주세요 openssl version is openssl openssl version openssl fips jan | 0 |
20,822,432,188 | 2022-03-18 16:42:17 | josephrodriguez/mediator-spring-boot-starter | https://api.github.com/repos/josephrodriguez/mediator-spring-boot-starter | support for asynchronous request handling use the feature of completablefuture to support asynchronous operations for requests | 0 |
22,681,569,108 | 2022-07-04 10:20:50 | sphinx-doc/sphinx | https://api.github.com/repos/sphinx-doc/sphinx | sphinxcontrib qthelp pytest is failing describe the bug i m reporting thius bug here because has disabled reporting issues looks like sphinxcontrib qthelp needs some updates for latest sphinx how to reproduce i m using the typical based build install and test cycle used on building packages from non root account sbm build w no isolation because i m calling build with no isolation i m using during all processes only locally installed modules install whl file in run pytest with pythonpath pointing to sitearch and sitelib inside expected behavior pytest should not fail your project screenshots console pythonpath home tkloczko rpmbuild buildroot python sphinxcontrib qthelp usr site packages home tkloczko rpmbuild buildroot python sphinxcontrib qthelp usr lib site packages usr bin pytest ra test session starts platform linux python pytest pluggy rootdir home tkloczko rpmbuild build sphinxcontrib qthelp collected items tests test qthelp py f ff failures test qthelp basic app status warning pytest mark sphinx qthelp testroot basic def test qthelp basic app status warning app builder build all qhp app outdir python qhp text e attributeerror path object has no attribute text tests test qthelp py attributeerror captured stdout teardown testroot root builder qthelp srcdir tmp pytest of tkloczko pytest basic outdir tmp pytest of tkloczko pytest basic build qthelp status running sphinx building all source files updating environment added changed removed reading sources index looking for now outdated files none found pickling environment done checking consistency done preparing documents done writing output index generating indices genindex done writing additional pages done copying static files done copying extra files done writing project file writing collection project file warning test qthelp namespace app status warning pytest mark sphinx qthelp testroot basic def test qthelp namespace app status warning default namespace app builder build all qhp app outdir python qhp text e attributeerror path object has no attribute text tests test qthelp py attributeerror captured stdout teardown testroot root builder qthelp srcdir tmp pytest of tkloczko pytest basic outdir tmp pytest of tkloczko pytest basic build qthelp status running sphinx loading pickled environment done building all source files updating environment added changed removed looking for now outdated files none found preparing documents done writing output index generating indices genindex done writing additional pages done copying static files done copying extra files done writing project file writing collection project file warning test qthelp title app status warning pytest mark sphinx qthelp testroot basic def test qthelp title app status warning default title app builder build all qhp app outdir python qhp text e attributeerror path object has no attribute text tests test qthelp py attributeerror captured stdout teardown testroot root builder qthelp srcdir tmp pytest of tkloczko pytest basic outdir tmp pytest of tkloczko pytest basic build qthelp status running sphinx loading pickled environment done building all source files updating environment added changed removed looking for now outdated files none found preparing documents done writing output index generating indices genindex done writing additional pages done copying static files done copying extra files done writing project file writing collection project file warning short test summary info failed tests test qthelp py test qthelp basic attributeerror path object has no attribute text failed tests test qthelp py test qthelp namespace attributeerror path object has no attribute text failed tests test qthelp py test qthelp title attributeerror path object has no attribute text failed passed in os linux python version sphinx version sphinx extensions n a extra tools n a additional context n a | 0 |
20,799,378,684 | 2022-03-17 12:31:44 | gyde/MySQL-Object-Model | https://api.github.com/repos/gyde/MySQL-Object-Model | free up constructor we often end up writing a method to the effect of createnewinstance that however should be the task of the constructor only the constructor is currently being used for the posibility to overwrite connection memcache and description a possibility that i would argue we have a lot less use for | 0 |
21,414,864,564 | 2022-04-22 09:48:37 | jonathanpalma/react-native-tesseract-ocr | https://api.github.com/repos/jonathanpalma/react-native-tesseract-ocr | compile with react native pbs thanks for the code and integration describe the bug i installed the packages in a fresh rn app yarn react native run android gives me failures failure build completed with failures task failed with an exception where build file c users info documents logiciels windows dev rn node git test rn vision node modules react native tesseract ocr android build gradle line what went wrong a problem occurred evaluating project react native tesseract ocr plugin with id maven not found task failed with an exception what went wrong a problem occurred configuring project react native tesseract ocr compilesdkversion is not specified please add it to build gradle dependencies please complete the following information react react native react native tesseract ocr to reproduce steps to reproduce the behavior installed the packages in a fresh rn app yarn add yarn react native run android see errors up expected behavior a build smartphone please complete the following information device android os and additional context thank you regards william | 0 |
22,696,224,716 | 2022-07-05 06:22:02 | apache/echarts | https://api.github.com/repos/apache/echarts | axisname height axisname width axisname overflow axisname ellipsis config not working version link to minimal reproduction steps to reproduce axisname width or break breakall overflow truncate current behavior not working expected behavior show ellipsis environment markdown os browser framework any additional comments axisname height axisname width axisname overflow axisname ellipsis please check all the configuration in axisname and there are more configuration items that don t take effect | 0 |
20,922,262,788 | 2022-03-24 18:33:49 | brown-ccv/redcap-image-annotator | https://api.github.com/repos/brown-ccv/redcap-image-annotator | the module does not include the image viewer action tag redcap security report the module does not include the image viewer action tag | 0 |
21,919,474,624 | 2022-05-22 10:53:33 | Budibase/budibase | https://api.github.com/repos/Budibase/budibase | unable to run app it says you don t have permission to this app i was trying budibase both online and on local docker install and it was running fine last month when i tried to run my app yesterday it started showing this message img width alt budibase error src i made a new account and updated my local docker install but the same problem persists this is very annoying | 0 |
22,157,971,846 | 2022-06-04 03:57:50 | ros-planning/moveit | https://api.github.com/repos/ros-planning/moveit | singularity avoidance for moveit servo is your feature request related to a problem please describe when performing autonomous visual servoing with moveit servo i find that my robot arm often gets stuck in joint singularities this is similar to a discussion on damped least squares on describe the solution you d like implementing damped least squares could be a good way to avoid joint singularities dls adds a regularizing term to the jacobian to avoid high joint velocities which ends up avoiding singularities however dls has several parameters and can result in unexpected arm motions so incorporating dls should be done carefully if at all i think that a plugin based system of servoing backends could be an elegant solution to allow people to pick the servoing backend they desire this would also allow servo backends with other nifty behavior like avoiding joint limits or scene collisions or minimizing energy however i m not certain that enough people would use this feature that a plugin based system is better than having people fork moveit themselves to implement different servoing logic additional context i m in a graduate course on robot motion with and we looked at dls in moveit servo for a project we made a of our results we have cool videos of and we implemented dls on a and we can share our plotting and experiment code if desired b siciliano and o khatib springer handbook of robotics berlin springer pp – call to action what do you think is singularity avoidance an issue and would dls or similar methods be a viable solution | 0 |
22,046,613,878 | 2022-05-30 02:59:36 | linkerd/linkerd2 | https://api.github.com/repos/linkerd/linkerd2 | registry flag for linkerd viz install what problem are you trying to solve it will be great to have a registry flag for command linkerd viz install just like we have for linkerd install how should the problem be solved it helps in environments where we cannot pull a public image any alternatives you ve considered probably do some sed logic to prefix the images with a custom registry how would users interact with this feature bash linkerd viz install registry would you like to work on this feature maybe | 0 |
21,657,426,450 | 2022-05-06 15:23:57 | atlas-engineer/nyxt | https://api.github.com/repos/atlas-engineer/nyxt | clicking modes on the mode line is broken i thought the following would fix it but it didn t diff diff git a source status lisp b source status lisp index a source status lisp b source status lisp this leverages mode status which can be specialized for individual modes raw formatted mode button class button onclick ps ps nyxt ps lisp eval describe class class mode name mode describe class class name mode title format nil describe a mode formatted mode | 0 |
21,676,417,087 | 2022-05-08 19:40:10 | bgals/run-buddy | https://api.github.com/repos/bgals/run-buddy | updates for hero section updates for hero section content requirements heading start building habits text body lorem ipsum text placeholder download new hero image for hero section questions suggestions for design team what will be the marketing text | 0 |
21,519,982,652 | 2022-04-28 13:27:20 | socketio/socket.io-postgres-adapter | https://api.github.com/repos/socketio/socket.io-postgres-adapter | each namespace holds a connection first we love this package and the opportunities that it opens up for us great job we have an app that started having database connection problems after adding socket io after doing some digging it appears that the issue is that the postgres adapter holds a connection for each namespace that would be fine for many apps but our design is based on custom namespaces it appears that every namespace that is accessed by some user will then hold a connection indefinitely is that the expected behavior are there any patterns that could free up these connections when the last user disconnects from the namespace | 0 |
20,172,554,968 | 2022-02-10 11:45:19 | openclimatefix/Satip | https://api.github.com/repos/openclimatefix/Satip | lates entry detailed description create app py that saves latest satellite file to a directory add option of where to save the directory add options for the channels to save save both satellite and hrv good to test that it can save to save as netcdf file latest netcdf and datetimenow netcdf context need this for nowcasting | 0 |
20,119,566,862 | 2022-02-07 23:53:22 | yaronzz/Tidal-Media-Downloader | https://api.github.com/repos/yaronzz/Tidal-Media-Downloader | xxxxxxxxxxxxx which tool question so before this new version i could download and then later access and copy the files through windows explorer now the files are downloaded but only available through tidal gui in my windows system using the tidal dl in my linux system i can see and copy the files what i m missing | 0 |
22,841,978,842 | 2022-07-12 23:18:44 | ShadowMario/FNF-PsychEngine | https://api.github.com/repos/ShadowMario/FNF-PsychEngine | stop with issues now new disscusions what is your question shadowmario now cry about it bitch | 0 |
21,164,563,132 | 2022-04-07 12:31:52 | searxng/searxng | https://api.github.com/repos/searxng/searxng | bug duckduckgo engine version of searxng commit number if you are using on master branch and stipulate if you forked searxng repository branch master version how did you install searxng did you install searxng using the official wiki or using searxng docker or manually by executing the searx webapp py file what happened how to reproduce expected behavior screenshots logs additional context technical report error error searx exceptions searxengineaccessdeniedexception percentage parameters http error file name searx search processors online py function send http request code response req params request args | 0 |
20,959,868,478 | 2022-03-27 16:34:37 | C-Otto/lnd-manageJ | https://api.github.com/repos/C-Otto/lnd-manageJ | pickhardtpayments extract graph preparation the graph that is used for the min cut solver should be cached as it only depends on the global state furthermore this information should be kept up to date based on observed htlcs and or mission control data related to | 0 |
21,793,999,174 | 2022-05-15 10:52:32 | AleXX-XD/TelegramBot | https://api.github.com/repos/AleXX-XD/TelegramBot | tb add telegram bot to the project add an empty bot that will simply respond and say that he is alive and well | 0 |
21,606,110,489 | 2022-05-04 03:23:14 | socketry/async-pool | https://api.github.com/repos/socketry/async-pool | variable connection count in time and considerably less than max connections hi in we have been using async pool some time for the pool connections to redis with the aysnc redis gem we detected the same memory leak that was reported in the memory leak was fixed in we have tested that thanks a lot for the fix however starting in that version up to we have detected one connection management issue the connection management issue does not happen in i have tested the following versions with the same connection management issue described below in version the number of connections to redis remained stable to the limit configured when traffic load is high enough we switched to version and with the same traffic load the average number of connections to redis was considerably reduced to let s say of the limit furthermore the connection themselves were not stable and we have monitorized connections being created and destroyed continuously as said before having an average of total connections of the limit configured the penalty of creating and destroying connections continuously has a considerable impact on the time required for the jobs sending commands to redis to complete i attach a timeline of the connection count when we deployed obviously the deployment was reverted back minutes later back to we look forward to deploying the memory leak fix but currently the leak fix introduces the connection management issue and we cannot have both issues fixed we really appreciate some support here cc roivaz | 0 |
22,796,431,648 | 2022-07-10 19:44:32 | TheBlackouts/The-Enlightenment | https://api.github.com/repos/TheBlackouts/The-Enlightenment | looking around system that implements looking around with the mouse xmouse rotates the entire playermodell and ymouse roates only the camera on the desired axis | 0 |
20,813,201,487 | 2022-03-18 06:58:46 | ChristiLewis/weather-dashboard | https://api.github.com/repos/ChristiLewis/weather-dashboard | title ui ux user input and output expectations description given a weather dashboard with form inputs when i search for a city then i am presented with current and future conditions for that city and that city is added to the search history when i view current weather conditions for that city then i am presented with the city name the date an icon representation of weather conditions the temperature the humidity the wind speed and the uv index when i view the uv index then i am presented with a color that indicates whether the conditions are favorable moderate or severe when i view future weather conditions for that city then i am presented with a day forecast that displays the date an icon representation of weather conditions the temperature the wind speed and the humidity when i click on a city in the search history then i am again presented with current and future conditions for that city | 0 |
21,892,174,815 | 2022-05-20 03:45:05 | star-whale/starwhale | https://api.github.com/repos/star-whale/starwhale | display system version on ui is your feature request related to a problem please describe user don t know what the version of sw is when he she is attempting to make a bug report describe the solution you d like make the version info avaliable in the os envirenment variables when building controller and agent images agent reads the os env variable and reports it s version info to controller controller reads the os env and agents reports controller offers an api to ui and cli to expose these version info through | 0 |
22,496,772,399 | 2022-06-23 08:17:26 | scalacenter/bloop | https://api.github.com/repos/scalacenter/bloop | bsp clean request does not clean intellij classes directory followup of steps to reproduce the issue import sbt project via bsp bloop build the project observe that classfiles are generated in the out directory for the intellij bsp client run rebuild project action the intellij out directory is not cleaned even if the intellij bsp client sends a clean request to bloop i expected the intellij out directory to be cleaned because the intellij bsp client sent a bsp clean request | 0 |
21,724,793,497 | 2022-05-11 06:28:11 | kubesphere/kubekey | https://api.github.com/repos/kubesphere/kubekey | cannot use kubekey to upgrade kubesphere cluster whose container runtime is containerd what is version of kubekey has the issue what is your os environment centos kubekey config file no response a clear and concise description of what happend relevant log output no response additional information no response | 0 |
21,418,369,434 | 2022-04-22 13:16:59 | terraform-aws-modules/terraform-aws-eks | https://api.github.com/repos/terraform-aws-modules/terraform-aws-eks | self managed node groups volume size is your request related to a new offering from aws is this functionality available in the see too no 🛑 please wait to file a request until the functionality is avaialble in the aws provider yes ✅ please list the aws provider version which introduced this functionality is your request related to a problem please describe there are two ways in the self manage node groups main tf file which can be used to specify the size of the volume for a node group after looking at the and module file i am assuming that it is not being used anywhere secondly in method i don t have options to change volume specifications i e encryption volume type etc i have questions what is the purpose of disk size if we can create a volume using the block device mappings param then is it necessary to keep disk size in the example because it is causing confusion describe the solution you d like i think only method should be used to specify the size of the volume because only disk size doesn t provide much flexibility describe alternatives you ve considered nil additional context nil | 0 |
22,328,214,149 | 2022-06-14 12:33:57 | wokwi/wokwi-features | https://api.github.com/repos/wokwi/wokwi-features | add ability to add notes annotations to a diagram it d be great to be able to include notes annotations to a diagram having annotations can be really useful to help a user understand how a particular project is meant to work what s the role of such or such part and they can generally act as some kind of readme but for diagrams | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.