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 |
|---|---|---|---|---|---|
20,377,249,065 | 2022-02-21 16:50:12 | Nerdbuilding/Generator_Issue_Tracker | https://api.github.com/repos/Nerdbuilding/Generator_Issue_Tracker | bbcode export measurements bbcode exports are showing all measurements in feet and miles regardless of whether or not the user has selected metric or customary as their preference | 0 |
22,584,742,054 | 2022-06-28 14:25:21 | veracruz-project/veracruz | https://api.github.com/repos/veracruz-project/veracruz | remove sleep in veracruz server on linux enclave start up requested feature currently when veracruz server starts a linux enclave it performs a second sleep while it waits for the process to start this is kludgy and prone to spurious errors we should remove that sleep and replace it with a more deterministic solution motivation current solution is a kludge and is prone to spurious errors additional context one proposal is to replace the sleep with a listener on a socket when the enclave process starts it should connect to that socket port indicating to the server that it has completed start up and is ready to accept commands this listener should have a timeout on it so that in the event the enclave process fails to start we get a definitive error instead of hanging | 0 |
20,169,146,323 | 2022-02-10 08:48:23 | BetaHuhn/repo-file-sync-action | https://api.github.com/repos/BetaHuhn/repo-file-sync-action | replace deleteorphaned always have the value of default 🐞 describe the bug when setting a file to replace false the setting is always true 📚 to reproduce add a sync config that has the replace field set to false for a file 💡 expected behavior expect file to not be replaced ⚙️ environment action version latest | 0 |
22,101,558,175 | 2022-06-01 14:05:42 | Open-MSS/MSS | https://api.github.com/repos/Open-MSS/MSS | hint from conda forge linter for recipes recipes should usually depend on matplotlib base as opposed to matplotlib so that runtime environments do not require large packages like qt | 0 |
21,043,595,509 | 2022-03-31 14:17:03 | othmane-boudiab/WDCManager | https://api.github.com/repos/othmane-boudiab/WDCManager | vous n êtes pas autorisé à créer le webhook wdc vous n êtes pas autorisé à créer le webhook wdc | 0 |
21,389,259,293 | 2022-04-21 04:37:32 | pr3d4t0r/lucyfer | https://api.github.com/repos/pr3d4t0r/lucyfer | replace runlucyfer with lucy and or lucyfer shell commands syntax lucy start stop status | 0 |
21,914,963,867 | 2022-05-21 17:16:10 | owanturist/react-sweety | https://api.github.com/repos/owanturist/react-sweety | watching misses when defined after useeffect here is a sample of a component tsx const componentwatchaftereffect react fc first sweety second sweety first second const usesweetystate first react useeffect second setstate x const y usewatchsweety second getstate return setx x y reactdom render expecting result is a button with text but instead it renders a button with if the usewatchsweety call goes before the useeffect everything works as expected | 0 |
22,162,058,373 | 2022-06-04 16:44:23 | ioBroker/ioBroker.web | https://api.github.com/repos/ioBroker/ioBroker.web | caching problem status code vs actually i have an issue with permanent loading of svg files fts window svg und fts window open svg via the jqui mfd adapter associated with the question why these images are always requested in time spans of milliseconds per minute i see about requests for the two svg files perhaps it is not only a problem with a svg imagefile from jqui mfd but something general with caching in the iobroker web adapter so i like to crosslink my problem described at the firefox trace shows requests of the same image times a second first request as expected with a return code but then followed by random not modified from the webserver cache as expected answer but also many new return codes always for the same file last modified tag isn t set and etag doesn t change as a result the svg image will in the most requests be reloaded and consumes bandwith and system resources any help will be appreciated versions web adapter version cache active js controller version node version operating system linux | 0 |
21,777,877,000 | 2022-05-13 15:28:00 | toru-ver4/sample_code | https://api.github.com/repos/toru-ver4/sample_code | emulation of an interlaced display like a crt using the what is emulation of an interlaced display | 0 |
20,598,156,872 | 2022-03-05 21:01:09 | MushroomObserver/mushroom-observer-mobile | https://api.github.com/repos/MushroomObserver/mushroom-observer-mobile | remember last used location having to type in a location name is a bit clunky it would be nice if it at least remembered the last location name you put it this would help for someone going on a walk and making a set of observations | 0 |
20,720,991,212 | 2022-03-13 11:43:43 | tombruijn/lintje | https://api.github.com/repos/tombruijn/lintje | error if message body is only a ticket number the messagepresence rule will check if there is any message body if the message body is only a ticket number it should not be valid example of invalid commit message body commit subject closes | 0 |
20,781,525,799 | 2022-03-16 15:10:20 | OurMachinery/themachinery-public | https://api.github.com/repos/OurMachinery/themachinery-public | correctly handle add remove of physics components at runtime currently the physics components body shape mover etc are all assumed to be added and initialized when the entity is created and never deleted added afterwards we should make sure that adding removing one of those after the entity is created is handled correctly and has the expected behavior | 0 |
21,789,752,825 | 2022-05-14 17:56:21 | mobile-shell/mosh | https://api.github.com/repos/mobile-shell/mosh | reconnection and garbage collection allow reconnection to existing sessions that were somehow severed give command to clean up disconnected sessions | 0 |
22,473,772,674 | 2022-06-22 10:22:47 | sur5r/pdfstitch | https://api.github.com/repos/sur5r/pdfstitch | non ascii filenames get double encoded in yaml when using genmeta on a file with a name containing non ascii characters the resulting yaml file ends up containing a double encoded filename | 0 |
20,841,749,954 | 2022-03-21 01:27:06 | nibchao/discordbot7 | https://api.github.com/repos/nibchao/discordbot7 | add a way to read txt file and create necessary roles if possible figure out how to make bot read all roles in server to see if a role matches the username role in the streamerlist txt file and if there is no match create a new role with any relevant role information | 0 |
20,027,089,999 | 2022-02-01 22:44:10 | patanext-project/patanext | https://api.github.com/repos/patanext-project/patanext | use shared memory for transporting gameworld data this should lower latency a little bit but also reduce stress when the ram is busy less swap access | 0 |
20,253,672,647 | 2022-02-14 20:35:01 | alexbelgium/hassio-addons | https://api.github.com/repos/alexbelgium/hassio-addons | option to run automatically command line on addon startup repeat which addon firefly iii data importer is your feature request related to a problem please describe the data importer runs fine but currently requires manual action to import it which is not useful to automate and have a low effort personal finance tracker the source docker program allows for imports to be performed through cli too and the author recommend or something like that to trigger the command line to auto import describe the solution you d like the addon would feature a new config boolean askign whether the addon should attempt autoimport on startup then also the addon would look at a specific folder under its config and proceed to load what files it finds as per the describe alternatives you ve considered the only alternative i can think of is having a keyboard and mouse recorded to do this steps but even that wouldn t allow for an unattended server setup additional context according to the docs fors this to work it should be implemented that if the config flag is marked then the docker should run at the end of its startup the line docker docker exec it php artisan importer auto import import self hosted php artisan importer auto import path to your files where import is the config folder with the files to import | 0 |
20,271,876,140 | 2022-02-15 16:53:07 | Azure/azure-api-management-devops-resource-kit | https://api.github.com/repos/Azure/azure-api-management-devops-resource-kit | rename project naming from apimtemplate to microsoft azure management apimanagement armtemplates todo get rid of src apim armtemplate folder leaving only src and tests in the repo root rename project from apimtemplate to microsoft azure management apimanagement armtemplates the same for test project | 0 |
21,725,553,395 | 2022-05-11 07:17:50 | alltheplaces/alltheplaces | https://api.github.com/repos/alltheplaces/alltheplaces | spider pet suites is broken during the global build at spider pet suites failed with features and errors here s and | 0 |
22,111,999,535 | 2022-06-01 22:12:14 | subtlemedicalinc/data-utils | https://api.github.com/repos/subtlemedicalinc/data-utils | dataloader for dwi issue is that correct dicom metadata parsing is needed for correctly organizing dwi and other datasets metadata format depends on manufacturer version there are other data converters that solve this issue supports many different datatypes but is c based and messy not easy to wrap seems to mainly support dwi but is likely good enough for our current use cases i propose to adapt the converter to a dataloader with maximal code reuse features able to take a dicom dir or a list of dicom files returns correctly formatted array returns useful metadata e g imageorientation voxel size b values vectors etc | 0 |
20,671,607,021 | 2022-03-10 03:13:26 | okta/terraform-provider-okta | https://api.github.com/repos/okta/terraform-provider-okta | expose custom group attributes in data source okta groups community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment description exposing custom group attributes in the okta groups datasource would allow for powerful list comprehensions based on custom attributes new or affected resource s data source okta groups potential terraform configuration hcl data okta groups all groups search type eq okta group locals org name example base url okta com resource okta resource set example label admin groups description groups that may grant privileged sensitive access to an application resources for group in data okta groups all groups groups if group profile admin true references information about referencing github issues are there any other github issues open or closed or pull requests that should be linked here vendor blog posts or documentation | 0 |
22,165,264,259 | 2022-06-05 05:25:43 | nsmryan/RustRoguelike | https://api.github.com/repos/nsmryan/RustRoguelike | golem saw me through grass wall i m not sure what happened here exactly i was near a golem and i made a grass wall the golem then saw me through the grass wall and broke through it to get to me maybe making the wall caused sound and the golem was reacting to that if so i think all grass powers should probably be silent or they might have been notified in some other way | 0 |
20,164,322,353 | 2022-02-10 01:42:07 | Rumsfield/konquest-doc | https://api.github.com/repos/Rumsfield/konquest-doc | database interruption mysql mariadb bug description after a certain time the plugin seems to lose the connection for whatever reason the problem is that it no longer connects to the mysql database steps to reproduce steps to reproduce the behavior start the server wait or disconnect the database restart try to use any command that use database connection like k travel expected behavior a reconnection of the database screenshots if applicable add screenshots to help explain your problem versions please complete the following information konquest konquest paper this server is running paper version git paper mc implementing api version snapshot git config | 0 |
22,284,494,458 | 2022-06-11 11:59:04 | Underrout/LunarHelper | https://api.github.com/repos/Underrout/LunarHelper | pages not usable by gps apparently lunar magic doesn t make it so pages are usable unless you have at least one non empty tile on at least one of the pages between and adding a tile there and deleting it after saving does not work so i guess i will have to include a random altered tile on one of those pages in future initial bps patches exciting | 0 |
22,093,746,700 | 2022-06-01 08:19:21 | theislab/cellrank | https://api.github.com/repos/theislab/cellrank | merge biological similar lineages macrostates i am trying to do some gene trend plots using the celltrace kernel in cellrank the algorithm found lineages that are essentially very similar i tried to tune the number of macrostates but a desired lineage will only come out after the similar ones mentioned above how can i merge the lineages macrostates for example merging the alpha and beta lineages so that the downstream plotting will be cleaner best regards gary | 0 |
21,917,303,251 | 2022-05-22 02:28:53 | Paliverse/DualSenseX | https://api.github.com/repos/Paliverse/DualSenseX | audio haptics is laggy describe the bug enable audio haptics and it s laggy no matter how the delay was adjusted to reproduce steps to reproduce the behavior enable audi haptics adjust audio delay adjust windows sound volume to make ding sound audio vibration delayed expected behavior it should have no delay or at least very small delay currently i m using obs audio monitoring feature for haptics audio and it works with very minimal delay screenshots if applicable add screenshots to help explain your problem additional context add any other context about the problem here | 0 |
21,712,162,868 | 2022-05-10 14:41:28 | cloudquery/cq-gen | https://api.github.com/repos/cloudquery/cq-gen | resolver params is not passed to column describe the bug when i try to change column type and set resolver for it i use next construction column documentation type json resolver pathresolver path github com cloudquery cq provider sdk provider schema pathresolver params it ignores params and generates next column name documentation description additional api documentation type schema typejson resolver schema pathresolver expected behavior cq gen should generate name documentation description additional api documentation type schema typejson resolver schema pathresolver config documentation steps to reproduce set resolver for column with params field possible solution no response provider and cloudquery version additional context no response | 0 |
22,052,527,045 | 2022-05-30 09:54:40 | kaythomas0/noisedash | https://api.github.com/repos/kaythomas0/noisedash | no sample sound on iphone pro max i tried both firefox and safari and get no sound i tried other apps like youtube and music to verify it s not a user sound issue and they work so it doesn t appear to be a phone issue i do get sound on my laptop browser using firefox seems to be an issue with tone js maybe related here | 0 |
20,201,432,439 | 2022-02-11 15:37:10 | digitalcredentials/lti-issuer | https://api.github.com/repos/digitalcredentials/lti-issuer | ability to edit credential user created a credential created an issuance then realized she d made a type in the description of the credential however currently she has no way to edit existing credentials she had to create a new one | 0 |
21,394,613,380 | 2022-04-21 10:21:25 | unitaryfund/mitiq | https://api.github.com/repos/unitaryfund/mitiq | zne generated circuits creating gates different than original circuits the circuits generated for zne methods somehow change the gates as the circuits depth expand here is my code and output from pyquil import program get qc list quantum computers from pyquil gates import import numpy as np mitiq test program ro mitiq test declare ro bit mitiq test x mitiq test x mitiq test x mitiq test x mitiq test measure ro import mitiq from mitiq import zne scale factors folded circuits zne scaling fold gates at random mitiq test scale for scale in scale factors print folded circuits declare ro bit x x x x measure ro print folded circuits declare ro bit x rx pi x x x rx pi x x measure ro print folded circuits declare ro bit x rx pi x x rx pi x x rx pi x x rx pi x measure ro pip list package version alembic appdirs cffi async generator attrs backcall backports functools lru cache bleach blinker bokeh bottleneck brotlipy cached property cachetools certifi certipy cffi chardet charset normalizer cirq cirq aqt cirq core cirq google cirq ionq cirq pasqal cirq rigetti cirq web click cloudpickle colorama conda conda package handling cryptography cycler cython cytoolz dask decorator defusedxml dill distlib distributed dlx docplex duet entrypoints fastcore fastdtw fastjsonschema filelock fsspec gitdb gitpython google api core google auth googleapis common protos grpcio heapdict httpcore httpx idna imagecodecs imageio importlib metadata inflection ipykernel ipympl ipython ipython genutils ipywidgets jedi joblib jsonschema jupyter client jupyter core jupyter telemetry jupyterhub jupyterlab jupyterlab git jupyterlab pygments jupyterlab server kiwisolver lark llvmlite locket lxml mako markupsafe matplotlib matplotlib inline mistune mitiq mock more itertools mpmath msgpack multitasking nb conda kernels nbclient nbconvert nbdev nbdime nbformat nest asyncio networkx notebook ntlm auth numba numexpr numpy oauthlib olefile packaging pamela pandas pandocfilters parso partd patsy pexpect pickleshare pillow pip plotly ply prometheus client prompt toolkit protobuf psutil ptyprocess py modules pycosat pycparser pycurl pydantic pygments pyjwt pyopenssl pyparsing pyquil pyrsistent pysocks python constraint python dateutil python editor python json logger python rapidjson pytz pywavelets pyyaml pyzmq qcs api client qiskit qiskit aer qiskit aqua qiskit ibmq provider qiskit ignis qiskit rigetti qiskit terra quandl requests requests ntlm retry retrying retworkx rpcq rsa ruamel yaml conda ruamel yaml ruamel yaml clib scikit image scikit learn scipy seaborn setuptools simplegeneric six smmap sniffio sortedcontainers soupsieve sqlalchemy statsmodels sympy tables tblib terminado testpath threadpoolctl tifffile toml toolz tornado tqdm traitlets typing extensions tzlocal vincent virtualenv wcwidth webencodings websocket client wheel widgetsnbextension xlrd yfinance zict zipp | 0 |
22,290,702,130 | 2022-06-12 10:12:29 | universam1/iSpindel | https://api.github.com/repos/universam1/iSpindel | issue with ubidots api i am trying to configure my ispindel with ubidots api however after supplying the api token on the config page and successful reboot its still not showing up in my device list any idea what s wrong your environment firmware version used browser name and version google chrome service backend you have configured the ispindel to talk to ubidots | 0 |
20,425,601,698 | 2022-02-24 03:15:43 | uwcsc/codeybot | https://api.github.com/repos/uwcsc/codeybot | emoji add function for admins and mods a easy way to add manage emotes through a text channel | 0 |
20,171,160,803 | 2022-02-10 10:32:04 | commercetools/commercetools-sdk-php-v2 | https://api.github.com/repos/commercetools/commercetools-sdk-php-v2 | upgrade psr cache to to make sdk compatible with newer symfony versions is your feature request related to a problem please describe currently i am unable to install the sdk with symfony dependency clash with this sdk and symfony cache ct sdk psr cache symfony cache psr cache describe the solution you d like up to date dependencies | 0 |
21,446,592,946 | 2022-04-25 07:08:24 | mpogue2/SquareDesk | https://api.github.com/repos/mpogue2/SquareDesk | bug playlist save should not cause reloads of the songtable this is just annoying the ui is also semi locked while this is happening playlist save ing or save as ing cannot change the songtable contents so we should do the one time skip thing for this operation so that the filewatcher will ignore it | 0 |
20,592,101,653 | 2022-03-05 01:01:59 | qlangtech/tis | https://api.github.com/repos/qlangtech/tis | 使用streamload导入数据 数据库保留字字段问题 执行中报以下错误,需要升级 starrocks datax writer shell java io ioexception failed to flush data to doris table test try activity status fail begintxntimems message syntax error in line columns id type role show time type show sta n encountered role expected role is keyword maybe role numberunselectedrows commitandpublishtimems label loadbytes streamloadputtimems numbertotalrows writedatatimems txnid loadtimems readdatatimems numberloadedrows numberfilteredrows | 0 |
22,053,364,172 | 2022-05-30 10:37:40 | DragonSurvivalTeam/DragonSurvival | https://api.github.com/repos/DragonSurvivalTeam/DragonSurvival | ■ your discord id ■ dragon survival version dragonsurvival dragoneditor beta jar ■ single game or server single default ■ do you delete old configs before writing a bug report i always delete configs ■ do you play pure mc ds and geckolib or do you have some kind of modpack i want to report a compatibility problem ■ describe the bug when looking at the human option on the dragon altar while having danny´s expansion installed the game crashes the version of dannys expansion used was dannys expansion jar ■ to reproduce right click dragon altar hover over human option ■ expected behavior seeing whatever i´m supposed to see when hovering over the human option ■ crash report | 0 |
22,037,049,491 | 2022-05-28 19:03:19 | chainapsis/keplr-wallet | https://api.github.com/repos/chainapsis/keplr-wallet | signature verification fails when using a ledger to sign transactions describe the bug when submitting certain transactions using a ledger keplr will return an error saying that signature verification has failed this error is hard to reproduce but only seems to occur when the transaction being submitted is reasonably large and a ledger is being used here is an example of the error returned codespace sdk log signature verification failed please verify account number sequence and chain id juno unauthorized this is causing us a non zero amount of trouble with dao dao because certain accounts are unable to submit proposals that have messages attached to them i have also spoken to a developer on a separate project who is encountering this issue to reproduce steps to reproduce the behavior go to create a new dao create a proposal in that dao that has multiple messages ex a spend and a mint using an account with a ledger wallet observe that proposal creation fails also note that we have never seen this happen without a ledger expected behavior it should not matter if a ledger is being used device details please complete the following information os linux os x browser chrome keplr version latest hardware wallet any ledger wallet additional context we ve found that reproducing this error is quite challenging for example some users are able to create text only proposals but as soon as the proposals reach a certain length they begin to fail to be signed i feel as if it is likely that this is a keplr issue because our code is completely blind to if a ledger is being used we do the exact same thing for ledger and non ledger so seeing it only fail in one of those cases is quite mysterious would really appreciate whatever thoughts suggestions folks have | 0 |
20,149,401,531 | 2022-02-09 10:50:48 | 86Box/86Box | https://api.github.com/repos/86Box/86Box | the coordinates of the bottom border of the window are not saved describe the bug the coordinates of the bottom border of the window are not saved the bottom border of the window moves up the screen the next time you start if you completely close and then start again when the resizeable window option is activated and the window size and coordinates are set for example window coordinates but the lock to this size option is not enabled the coordinates of the bottom border of the window are not saved when the is completely closed and restarting if you enable the lock to this size option then everything works fine the size and coordinates of the window are saved when you completely close and restart can this error be corrected everything worked fine in build to reproduce steps to reproduce the behavior first i set the option resizeable window remember size position and set window coordinates i didn t enable the lock to this size option the next time you start the bottom border of the window moves higher on the screen and the parameter window coordinates constantly changes for example window coordinates that is only one number changes changed to if the lock to this size option is enabled then everything is fine the window size and window coordinates are saved when switching to full screen mode and back and when completely closing and restarting can this error be corrected that is with the lock to this size option turned off the size and coordinates of the window are saved when switching to full screen mode and back as well as when completely closing and restarting expected behavior with the lock to this size option turned off the size and coordinates of the window should be preserved when switching to full screen mode and back as well as when completely closing and restarting as it was in build desktop please complete the following information os windows pro build build type regular old recompiler additional context this bug is very similar to the bug only now it s the other way around when the lock to this size option is enabled everything works fine and when the lock to this size option is disabled the coordinates of the bottom border of the window are not saved when the is completely closed and the is restarted | 0 |
22,685,468,825 | 2022-07-04 13:43:20 | crowdin/github-action | https://api.github.com/repos/crowdin/github-action | setting the translation parameter should not change the project configuration hey team i don t really know if this exactly an issue but it doesn t feel right to me i have a crowdin project with the folowing structure with different source files on different directories root messages json messages json messages json the top level messages json has the following export configuration on gh i have a workflow that uses the crowdin github action and i set the translation parameter with messages two letters code json i m doing this mapping because in my local project the translations are located in a different directory the problem is that when i pass the parameter with this value the project configuration is updated and if i go the crowdin project to download it it is using the last configuration provided by the github action and not the one i manually add to the project i don t think that overriding the configuration should be the expected behavior but is this a bug or an intended feature thank you team waiting for your feedback | 0 |
21,264,173,348 | 2022-04-13 08:19:10 | Tracardi/tracardi | https://api.github.com/repos/Tracardi/tracardi | fix search in wf hidden plugins are displayed on the list when plugin is configured to hide then it should now be visible on the list unless we search for it right now it is partially working when you open the wf editor the plugin is not visible but when you type nothing into search field and hot enter then it will be displayed probably empty query is treated as search query also disabled plugins are available on the list they should not be visible at all | 0 |
21,914,665,756 | 2022-05-21 16:19:00 | joemasilotti/railsdevs.com | https://api.github.com/repos/joemasilotti/railsdevs.com | accessibility heading levels should only increase by describe the bug there are a few places in the app where s are used but we re skipping one level as there s no on the page applying headings correctly makes it much easier for screen reader users to navigate the page and find what they re looking for so we should be using headings in a logical order and style them as needed to reproduce steps to reproduce the behavior go to railsdevs com scan the page using the notice the warning heading levels should only increase by one the same warning appears on and the developer profile edit page expected behavior the heading level on these pages should instead be the above warning should disappear when you scan each page with axe the styling shouldn t change screenshots homepage developers page edit profile page additional context if you d like to learn more about why this matters this article on is a good place to start | 0 |
22,535,062,306 | 2022-06-25 04:56:15 | RextTeam/rt-bot | https://api.github.com/repos/RextTeam/rt-bot | discord ext commands errors checkfailure the global check functions for command help failed what happened しらね version python final discord py alpha discord py pkg resources aiohttp system info linux smp tue may utc relevant log output shell jun mc fdc si python traceback most recent call last jun mc fdc si python file home rocky rt rt bot venv lib site packages discord ext commands bot py line in invoke jun mc fdc si python await ctx command invoke ctx jun mc fdc si python file home rocky rt rt bot venv lib site packages discord ext commands core py line in invoke jun mc fdc si python await self prepare ctx jun mc fdc si python file home rocky rt rt bot venv lib site packages discord ext commands core py line in prepare jun mc fdc si python if not await self can run ctx jun mc fdc si python file home rocky rt rt bot venv lib site packages discord ext commands core py line in can run jun mc fdc si python raise checkfailure f the global check functions for command self qualified name failed jun mc fdc si python discord ext commands errors checkfailure the global check functions for command afk failed jun mc fdc si python traceback most recent call last jun mc fdc si python file home rocky rt rt bot venv lib site packages discord ext commands bot py line in invoke jun mc fdc si python await ctx command invoke ctx jun mc fdc si python file home rocky rt rt bot venv lib site packages discord ext commands core py line in invoke jun mc fdc si python await self prepare ctx jun mc fdc si python file home rocky rt rt bot venv lib site packages discord ext commands core py line in prepare jun mc fdc si python if not await self can run ctx jun mc fdc si python file home rocky rt rt bot venv lib site packages discord ext commands core py line in can run jun mc fdc si python raise checkfailure f the global check functions for command self qualified name failed jun mc fdc si python discord ext commands errors checkfailure the global check functions for command help failed jun mc fdc si python traceback most recent call last jun mc fdc si python file home rocky rt rt bot venv lib site packages discord ext commands bot py line in invoke jun mc fdc si python await ctx command invoke ctx jun mc fdc si python file home rocky rt rt bot venv lib site packages discord ext commands core py line in invoke jun mc fdc si python await self prepare ctx jun mc fdc si python file home rocky rt rt bot venv lib site packages discord ext commands core py line in prepare jun mc fdc si python if not await self can run ctx jun mc fdc si python file home rocky rt rt bot venv lib site packages discord ext commands core py line in can run jun mc fdc si python raise checkfailure f the global check functions for command self qualified name failed jun mc fdc si python discord ext commands errors checkfailure the global check functions for command help failed | 0 |
22,171,003,263 | 2022-06-06 00:25:21 | NVIDIA/DALI | https://api.github.com/repos/NVIDIA/DALI | resize operator min filter wrong according to user guide both the min filter and mag filter of resize operator is daliinterptype interp linear but in the source code of file operators image resize resampling attr cpp void resamplingfilterattr preparefilterparams const opspec spec const argumentworkspace ws int num samples getpersampleargument interp type arg interp type spec ws num samples getpersampleargument min arg min filter spec ws num samples getpersampleargument mag arg mag filter spec ws num samples if spec trygetargument dtype arg dtype dtype arg dali no type bool has interp spec argumentdefined interp type bool has min spec argumentdefined min filter bool has mag spec argumentdefined mag filter min filter resize num samples resamplingfiltertype triangular default min filter is resamplingfiltertype triangular mag filter resize num samples resamplingfiltertype linear auto convert auto filter types auto interp types for int i n filter types size i n i filter types interp types if has min convert min filter min arg else if has interp convert min filter interp type arg if has mag convert mag filter mag arg else if has interp convert mag filter interp type arg | 0 |
21,800,483,943 | 2022-05-16 04:16:29 | jessica-calderon/robot-gladiators | https://api.github.com/repos/jessica-calderon/robot-gladiators | fight skip prompt response handling expected behavior players should be able to type mixed case responses for example skip skip etc responses to the fight skip prompt empty responses should not be accepted current behavior empty or mixed case input to the fight skip prompt results in the fight option being chosen possible solution create fightorskip function that will loop until a valid response can be returned and can accept mixed case input | 0 |
20,614,504,802 | 2022-03-07 11:53:46 | soonlabs/soonaverse-dao | https://api.github.com/repos/soonlabs/soonaverse-dao | emoji s not allowed in description of a new space but it just says internal error emoji s not allowed in description of a new space but it just says internal error it needs to say the error is the emoji so that it can be fixed or the space can allow emojies describe the bug a clear and concise description of what the bug is to reproduce steps to reproduce the behavior go to click on scroll down to see error expected behavior a clear and concise description of what you expected to happen screenshots if applicable add screenshots to help explain your problem desktop please complete the following information os browser version smartphone please complete the following information device os browser version additional context add any other context about the problem here | 0 |
20,512,441,866 | 2022-03-01 08:19:09 | alibaba/arthas | https://api.github.com/repos/alibaba/arthas | globaljobcontrollerimpl 不能保证线程安全问题 com taobao arthas core shell system impl globaljobcontrollerimpl jobtimeouttaskmap 使用了 hashmap 。 | 0 |
20,799,539,657 | 2022-03-17 12:40:43 | craftcms/feed-me | https://api.github.com/repos/craftcms/feed-me | error query for default value field description i select a default value for a field imported but apparently the query use status null groupid limit where slug with a id in where condition steps to reproduce select a default value for a field the field use slug for corresponding with value imported import json with a null value for this field additional info craft cms version feed me version php version database driver version other plugins versions | 0 |
20,748,659,315 | 2022-03-15 03:45:47 | anucvml/vidat | https://api.github.com/repos/anucvml/vidat | show only one thumbnail preview feedback from itzik when clicking the image of multiple steps they overlap each other i think it would be good if you click more than one step the previous one automagically closes | 0 |
20,373,594,666 | 2022-02-21 13:37:37 | BetaMasaheft/Documentation | https://api.github.com/repos/BetaMasaheft/Documentation | more than one something has gone wrong and there are more than one item with id db apps expanded institutions new xml db apps expanded institutions xml the file is not in the new folder anymore | 0 |
22,465,784,253 | 2022-06-22 01:31:05 | CloudDectective-Harmonycloud/kindling | https://api.github.com/repos/CloudDectective-Harmonycloud/kindling | some dns request doesn t have any request content describe the bug i have received some dns trace in prometheus that doesn t have any request content and i cannot find out why how to reproduce using the pql below to search in the demo kindling trace request duration nanoseconds is server true protocol dns request content what did you expect to see normal request with a request content img width alt image src what did you see instead abnormal request img width alt image src additional context i guess that may be a no response request or the dns protocol parser meets some problems | 0 |
21,788,681,337 | 2022-05-14 14:57:41 | michal-romi/lab-agile-planning | https://api.github.com/repos/michal-romi/lab-agile-planning | need a service that has a counter as a user i need a service that has a counter so that i can keep track of how many times something was done details and assumptions need a way to increment a counter need a way to get the current value acceptance criteria given i have incremented the counter to when i make a call to get the current value it should return as the current value | 0 |
22,784,626,316 | 2022-07-09 03:48:51 | dotnet/systemweb-adapters | https://api.github.com/repos/dotnet/systemweb-adapters | iis useforwardedheaders system web httpcontext current request url i created a brand new mvc net framework app then i used the microsoft project migration extension to create a new net core app changed the net framework app to add protected void application start this application addsystemwebadapters addproxysupport options options useforwardedheaders true i run the app in iisexpress and when i check the system web httpcontext current request url value in the net framework i have the net core url then i change the hosting of the apps to run in iis i create application with different pools now when i check the system web httpcontext current request url i have the net framework url am i missing something thx | 0 |
20,269,086,656 | 2022-02-15 14:44:34 | JohnAdders/climate_narrative | https://api.github.com/repos/JohnAdders/climate_narrative | all sectors option in select sector to show from kathrina maguire the only thing that wasn’t immediately obvious to me was what to do if you wanted to download a report that contained all relevant sectors for a given scenario i figured out the way to do this was by selecting the blank option in the “select the sector to show” drop down box perhaps this option should be relabelled “all relevant sectors” instead | 0 |
21,911,410,853 | 2022-05-21 05:14:33 | clangd/coc-clangd | https://api.github.com/repos/clangd/coc-clangd | i don t want to update clangd hi all i don t want to update clangd how should i set it shell clangd was not found on your path coccommand clangd install will install | 0 |
21,650,289,021 | 2022-05-06 08:39:03 | Ealenn/charts | https://api.github.com/repos/Ealenn/charts | is your feature request related to a problem please describe looking to upgrade to describe the solution you d like needed features in and temporarily set the image to the new version but figured a proper upgrade to the chart was also warranted describe alternatives you ve considered just updated the tag version in the current chart additional context i was happy to even potentially look at helping with the pr but noticed you prefer an upfront discussion of that first so here we are | 0 |
22,535,886,589 | 2022-06-25 07:51:28 | nullworks/cathook | https://api.github.com/repos/nullworks/cathook | encrypted chat crash trying to send an encrypted message by starting with causes a hang this happens consistently | 0 |
21,556,173,051 | 2022-04-30 13:05:06 | bdlukaa/books_finder | https://api.github.com/repos/bdlukaa/books_finder | adding subtitle parameter to bookinfo hi we are using books finder for our school project and noticed some book titles are split between the title and subtitle parameter that is retrieved in the json from google s api we d really like to use both to get the full title s of some of our books i updated the bookinfo class and wrote a test for it see | 0 |
20,980,900,091 | 2022-03-28 19:49:29 | fabiopicolijr/bbf-criar-acesso | https://api.github.com/repos/fabiopicolijr/bbf-criar-acesso | d o campo de perfil de acesso somente poderá ser exibido quando houverem perfis criados para o cliente respeitando as seguintes condições mesmas regras da tela atual de criar acesso usuário perfil não deve ser usuário administrador não deve ser nenhum dos papéis root adm fluxo caderno imp e expert editor se for perfil adp mas não for perfil de usuário de fábrica deve ser descartado se for perfil interno deve ser descartado se for um perfil que não tem permissão na empresa logada deve ser descartado se o tipo de acesso escolhido for administrador de fábrica e for um perfil que não é administrador de fábrica e nem usuário da fábrica este perfil deve ser descartado se o tipo de acesso escolhido for operador de fábrica e for um perfil de administrador de fábrica ou não é um perfil de usuário de fábrica este perfil deve ser descartado se o tipo de acesso escolhido não for nem de operador de fábrica nem de administrador de fábrica e o perfil for de usuário adp ou administrador de fábrica ou de usuário de fábrica então este perfil deve ser descartado também | 0 |
22,689,097,699 | 2022-07-04 17:19:25 | jofaval/gh-btc-vue-final | https://api.github.com/repos/jofaval/gh-btc-vue-final | create post detail page once we have created and polished the postdetailscomponent we can now create it s own independent detail page as to better visualize it | 0 |
21,874,900,304 | 2022-05-19 09:15:41 | AvdLee/RocketSimApp | https://api.github.com/repos/AvdLee/RocketSimApp | add support for app store connect screenshots exporting app store connect mode only works for videos right now would be good to have it for screenshots too | 0 |
20,201,655,029 | 2022-02-11 15:49:09 | studiometa/tailwind-config | https://api.github.com/repos/studiometa/tailwind-config | extend breakpoint configuration extend breakpoint configuration to have more breakpoint for larger screens rename xxl to prefix to follow tailwind naming this could break some rules in old project | 0 |
20,819,499,999 | 2022-03-18 14:02:45 | obelisk/sshcerts | https://api.github.com/repos/obelisk/sshcerts | question how to get the blob of a generated certificate hello and many thanks for the project i have a quick question for you what would you say is the best way to retrieve the blob of a generated certificate i see you can get it via println as the fmt display trait is implemented but it does not necessarily make it too friendly to do some post processing on the data additionally and i still need to debug that part all the print done outside of main seem to make the macro rs complain did i miss another function that allow you to get it many thanks best | 0 |
22,216,683,281 | 2022-06-08 02:54:33 | Badger-Finance/v2-ui | https://api.github.com/repos/Badger-Finance/v2-ui | fee on votes not shown in bvecvx vault page users pointing it out contact details tritium or sbhk what happened the current bvecvx vault page only shows withdraw fee and performance fee in fact bvecvx also charges the following fees on voting bribing dao fee bvecvx liqudity fee voting for wbtc badger at simplest this should be expressed as fees on voting and bribe processing bvecvx is in focus it would be good to get this fixed docs were also wrong updating those version current what browsers are you seeing the problem on no response relevant log output shell no log | 0 |
20,103,925,976 | 2022-02-07 08:36:00 | vgrem/phpSPO | https://api.github.com/repos/vgrem/phpSPO | undefined offset when calling getproperty for instance when i read a sharepoint list and subsequently access the item through getproperty function call print item getproperty key php eol i receive the error notice undefined offset in d phpspo src runtime clientobject php on line in the output it does not impact the retrieval of data but i m retrieving a lot of items and so i have a lot of these printouts before the data is output to the screen any way to avoid this without changing error reporting or display errors within php | 0 |
20,192,210,745 | 2022-02-11 07:03:49 | Tyrrrz/GitHubActionsTestLogger | https://api.github.com/repos/Tyrrrz/GitHubActionsTestLogger | use without adding to project details i have a few test projects in my solution i d rather not add this project s package to each test project but only install it in the workflow i don t know if this can be achieved in some way as there s a strong it seems ideally i d only have to run something like dotnet tool install g to be able to use this logger i ve also tried using the dll directly but that doesn t work as well dotnet test logger users bouke downloads githubactionstestlogger lib githubactions testlogger dll starting test execution please wait could not find a test logger with assemblyqualifiedname uri or friendlyname file users bouke downloads githubactionstestlogger lib githubactions testlogger dll | 0 |
20,675,518,584 | 2022-03-10 08:53:32 | home-assistant/supervisor | https://api.github.com/repos/home-assistant/supervisor | unable to update to describe the issue you are experiencing update fails with unknown error what is the used version of the supervisor supervisor what type of installation are you running home assistant supervised which operating system are you running on debian what is the version of your installed operating system debian gnu linux bullseye what version of home assistant core is installed core steps to reproduce the issue attempt update from webui anything in the supervisor logs that might be useful for us txt mar borkborkpi info mainthread backup home assistant core config folder done mar borkborkpi hassio supervisor info mainthread backup home assistant core config folder done mar borkborkpi info mainthread creating partial backup with slug completed mar borkborkpi hassio supervisor info mainthread creating partial backup with slug completed mar borkborkpi info mainthread updating home assistant to version mar borkborkpi hassio supervisor info mainthread updating home assistant to version mar borkborkpi info syncworker updating image ghcr io home assistant homeassistant to ghcr io home assistant homeassistant mar borkborkpi hassio supervisor info syncworker updating image ghcr io home assistant homeassistant to ghcr io home assistant homeassistant mar borkborkpi info syncworker downloading docker image ghcr io home assistant homeassistant with tag mar borkborkpi hassio supervisor info syncworker downloading docker image ghcr io home assistant homeassistant with tag mar borkborkpi error mainthread unhandled exception mar borkborkpi traceback most recent call last mar borkborkpi hassio supervisor error mainthread unhandled exception mar borkborkpi hassio supervisor traceback most recent call last mar borkborkpi hassio supervisor file usr src supervisor supervisor jobs decorator py line in wrapper mar borkborkpi hassio supervisor return await self method args kwargs mar borkborkpi hassio supervisor file usr src supervisor supervisor homeassistant core py line in update mar borkborkpi hassio supervisor await update version mar borkborkpi hassio supervisor file usr src supervisor supervisor homeassistant core py line in update mar borkborkpi hassio supervisor await self instance update mar borkborkpi hassio supervisor file usr src supervisor supervisor utils init py line in wrap api mar borkborkpi hassio supervisor return await method api args kwargs mar borkborkpi hassio supervisor asyncio exceptions timeouterror mar borkborkpi file usr src supervisor supervisor jobs decorator py line in wrapper mar borkborkpi return await self method args kwargs mar borkborkpi file usr src supervisor supervisor homeassistant core py line in update mar borkborkpi await update version mar borkborkpi file usr src supervisor supervisor homeassistant core py line in update mar borkborkpi await self instance update mar borkborkpi file usr src supervisor supervisor utils init py line in wrap api mar borkborkpi return await method api args kwargs mar borkborkpi asyncio exceptions timeouterror mar borkborkpi error mainthread failed to to call core update unknown error see supervisor mar borkborkpi error mainthread timeout while processing codenotary mar borkborkpi hassio supervisor error mainthread timeout while processing codenotary additional information no response | 0 |
21,211,847,525 | 2022-04-11 00:21:59 | preactjs/wmr | https://api.github.com/repos/preactjs/wmr | unclear for workbox recipes preact compat htmlminifier with create wmr for workbox recipes you said in the doc so do we need yarn add workbox recipes in your demo it seems like we need to install it maybe add a sentence to make it clear preact compat in your defineconfig alias but i remember we have package preact compat it s already built in in the preact after using create wmr we have defineconfig and in package json we have rollup plugin html minifier and in we should add plugins to defineconfig but we didn t see plugins in default defineconfig it s unnecessary to add it | 0 |
22,634,209,951 | 2022-06-30 17:14:40 | usnistgov/metaschema-java | https://api.github.com/repos/usnistgov/metaschema-java | add support for handling yaml boms user story as a metaschema content creator i need the metaschema java tool to detect and honor a for yaml content goals detect the presence of a bom in yaml and select the proper input encoding dependencies none acceptance criteria all and readme documentation affected by the changes in this issue have been updated changes to the website can be made in the docs content directory of your branch a pull request pr is submitted that fully addresses the goals of this user story this issue is referenced in the pr the ci cd build process runs without any reported errors on the pr this can be confirmed by reviewing that all checks have passed in the pr the items above are general acceptance criteria for all user stories please describe anything else that must be completed for this issue to be considered resolved | 0 |
21,482,969,571 | 2022-04-26 19:42:27 | yojimat/alura-challenge-backend-3 | https://api.github.com/repos/yojimat/alura-challenge-backend-3 | detailed imported transactions para visualizar os detalhes das importações será necessário criar uma página que liste todas as transações que foram importadas na tabela de listagem de importações devemos adicionar uma coluna com um link que carrega uma página contendo os detalhes daquela importação ou seja a lista com todas as transações daquela importação em si você pode ver uma ideia dessa página de detalhes da importação e do link na tabela de listagem nos anexos deste card a única restrição é que essa página de detalhes deve trazer todas as transações que foram importadas do arquivo ou seja não pode utilizar paginação por mais que sejam milhares de registros | 0 |
21,475,690,941 | 2022-04-26 13:29:43 | bucanero/apollo-ps4 | https://api.github.com/repos/bucanero/apollo-ps4 | adding version number to the release filename hi is it possible to add the version of the release to the build having the same filename make it difficult to track | 0 |
20,799,754,547 | 2022-03-17 12:52:36 | beerjoa/fastapi-postgresql-boilerplate | https://api.github.com/repos/beerjoa/fastapi-postgresql-boilerplate | build a fastapi structure add building a fastapi structure create users crud api | 0 |
20,117,388,665 | 2022-02-07 21:06:04 | BirkbeckCTP/janeway | https://api.github.com/repos/BirkbeckCTP/janeway | toc sometimes covers up metadata sidebar in material theme in the material theme the javascript causing the floating toc to appear on article pages is set to come in at an arbitrary pixels down the page which sometimes covers up the metadata in the side bar depending on the number of fields janeway version expected behavior let the toc come in when the metadata sidebar ends | 0 |
21,335,107,140 | 2022-04-18 13:42:16 | lukesrw/dnd-generator | https://api.github.com/repos/lukesrw/dnd-generator | personality traits randomly generated personality traits perhaps with some links to existing motivation value | 0 |
21,605,397,909 | 2022-05-04 01:45:50 | ethz-asl/kalibr | https://api.github.com/repos/ethz-asl/kalibr | how to calibrate a circular camera system thanks for your project i built a circular camera system and tried to use kalibr to calibrate it but i found kalibr only output translation matrix t cn between camera n and camera n so in my case i will multiply these matrices times to get the transformation matrix of the camera relative to the master camera i want to know if there are other ways to avoid multiplying so many times because i am worried that so many products will bring cumulative error thanks | 0 |
22,284,162,672 | 2022-06-11 10:53:08 | zebrunner/carina | https://api.github.com/repos/zebrunner/carina | remove comment retry interval from archetype retry interval ms is default retry interval now in carina let s remove comment it s declaration in archetype and carina demo project | 0 |
21,466,362,735 | 2022-04-26 04:29:09 | JuliaAnimators/Javis.jl | https://api.github.com/repos/JuliaAnimators/Javis.jl | allow editing multiple videos at the same time problem i am trying to make several videos that share some logics i realize i have to completely finish video before starting making another one since current video contains only video object this makes my code less neat since i want to create several similar objects that belong to different video in a loop my solution if objects can be created by naming the video object where they should be explicitly it will enable making several videos at the same time for example julia videos obs for i video in enumerate videos ob object video frames create fun point push obs ob end for i video in enumerate videos render video output i end new object api should work with existing api well because of multiple dispatch a new method of object and other related functions like background can be added for example julia function object video video frames func function start pos union object point kwargs do not check if current video is empty or not end construction of video should also be altered to meet the new requirement i haven t come up with a good idea about how | 0 |
20,102,129,210 | 2022-02-07 06:15:03 | WinnieCWu/git-it-done | https://api.github.com/repos/WinnieCWu/git-it-done | see list of all open issues users can click on a repository name which will route them to a new page the second html page will display a list of all open issues for that repository | 0 |
22,637,074,533 | 2022-06-30 20:10:56 | hashicorp/terraform-provider-helm | https://api.github.com/repos/hashicorp/terraform-provider-helm | nil pointer error when the if statement evaluate the missing key terraform provider kubernetes and helm versions the error happens when the helm template if statement evaluate the missing key it s the override in this case yaml initcontainers name aws vpc cni init image if values init image override values init image override else values init image account dkr ecr values init image region values init image domain amazon cni init values init image tag end terraform version provider version kubernetes version affected resource s helm release terraform configuration files hcl namespace kube system name aws vpc cni repository chart aws vpc cni version set name wait value var wait for helm release default chart values for reference init image tag region us west account pullpolicy always domain amazonaws com debug output error template aws vpc cni templates daemonset yaml executing aws vpc cni templates daemonset yaml at nil pointer evaluating interface override panic output steps to reproduce terraform apply expected behavior helm rendered the templates successfully it actually works with helm actual behavior important factoids references gh community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request if you are interested in working on this issue or have submitted a pull request please leave a comment | 0 |
20,966,281,469 | 2022-03-28 07:06:00 | INDAPlus21/danteac-eliased-faysalbm-melg-project | https://api.github.com/repos/INDAPlus21/danteac-eliased-faysalbm-melg-project | inputta toner till frontend på någon sätt ain kommer behöva några toner att utgå ifrån vi kanske även kan ha instälnningar för bpm osv | 0 |
22,683,520,771 | 2022-07-04 12:07:01 | SeldonIO/seldon-core | https://api.github.com/repos/SeldonIO/seldon-core | getting issues with sklearn server and of seldon core welcome and thank you for helping us make seldon core better to help us address your issue please provide us as much of the information requested below as possble thanks hi all i was following the which eventually took me to the when i tried to deploy the sklearn server example i was not able to get either pod up and running scanning the slack community this was my final yaml file apiversion machinelearning seldon io kind seldondeployment metadata name iris model namespace seldon test labels istio injection disabled spec name iris predictors graph implementation sklearn server modeluri gs seldon models dev sklearn iris name classifier name default replicas componentspecs spec containers name classifier readinessprobe failurethreshold initialdelayseconds periodseconds successthreshold tcpsocket port timeoutseconds livenessprobe failurethreshold initialdelayseconds periodseconds successthreshold tcpsocket port timeoutseconds describe the bug high level this is the result name ready status restarts age iris model default classifier crashloopbackoff ago the error i got on seldon container engine is level info ts logger entrypoint msg full health checks value false level info ts logger entrypoint maxprocs msg maxprocs leaving gomaxprocs cpu quota undefined level info ts logger entrypoint msg hostname unset will use localhost level info ts logger entrypoint msg starting worker level info ts logger entrypoint msg starting worker level info ts logger entrypoint msg starting worker level info ts logger entrypoint msg starting worker level info ts logger entrypoint msg starting worker level info ts logger entrypoint msg starting worker level info ts logger entrypoint msg starting worker level info ts logger entrypoint msg starting worker level info ts logger entrypoint msg starting worker level info ts logger entrypoint msg starting worker level info ts logger entrypoint msg running http server port level info ts logger entrypoint msg creating non tls listener port level info ts logger entrypoint msg running grpc server port level info ts logger entrypoint msg creating non tls listener port level info ts logger entrypoint msg setting max message size size level info ts logger entrypoint msg grpc server started level info ts logger seldonrestapi msg listening address level info ts logger entrypoint msg http server started level error ts logger seldonrestapi msg ready check failed error dial tcp connect connection refused stacktrace net http handlerfunc servehttp n t usr local go src net http server go ngithub com seldonio seldon core executor api rest handlecorsrequests n t workspace api rest middlewares go nnet http handlerfunc servehttp n t usr local go src net http server go ngithub com gorilla mux corsmethodmiddleware n t go pkg mod github com gorilla mux middleware go nnet http handlerfunc servehttp n t usr local go src net http server go ngithub com seldonio seldon core executor api rest xssmiddleware n t workspace api rest middlewares go nnet http handlerfunc servehttp n t usr local go src net http server go ngithub com seldonio seldon core executor api rest cloudeventheadermiddleware middleware n t workspace api rest middlewares go nnet http handlerfunc servehttp n t usr local go src net http server go ngithub com seldonio seldon core executor api rest puidheader n t workspace api rest middlewares go nnet http handlerfunc servehttp n t usr local go src net http server go ngithub com gorilla mux router servehttp n t go pkg mod github com gorilla mux mux go nnet http serverhandler servehttp n t usr local go src net http server go nnet http conn serve n t usr local go src net http server go on classifier model initializer i get debug configuration directory could not be created and will not be used mkdir config permission denied debug rclone version starting with parameters debug creating backend with remote gs seldon models dev sklearn iris debug setting type google cloud storage for gs from environment variable rclone config gs type debug setting anonymous true for gs from environment variable rclone config gs anonymous debug gs detected overridden config adding t suffix to name notice config file rclone conf not found using defaults debug setting anonymous true for gs from environment variable rclone config gs anonymous debug fs cache renaming cache item gs seldon models dev sklearn iris to be canonical gs t seldon models dev sklearn iris debug creating backend with remote mnt models debug local file system at mnt models waiting for checks to finish debug local file system at mnt models waiting for transfers to finish info there was nothing to transfer info transferred b b b s eta elapsed time to reproduce steps required to reproduce the issue for example define model build image especially what wrapper version is used deploy install kubectl helm kind install istio install of seldon core deploy using yaml file above expected behaviour all pods should come up environment local you can fill it manually or paste the output of the command below cloud provider kind kubernetes cluster version deployed seldon system images value docker io seldonio seldon core executor image docker io seldonio seldon core operator | 0 |
22,319,822,316 | 2022-06-14 04:40:22 | odpf/compass | https://api.github.com/repos/odpf/compass | fix grpc logger log level to respect the log level config describe the bug in our current setup we use grpc logrus interceptor to log the incoming request in our system however grpc logrus requires logrus entry struct but our salt log does not support that we create a new logrus instead and assign it to interceptor changes to the package salt is discussed in this issue we don t set the log level for the logger interceptor so it will take the default value which is info therefore regardless what log level we set in compass config logs are flooded with grpc logger we need to make grpc logger to respect the log level set in compass config expected behavior grpc logger to respect the log level set in compass config | 0 |
21,646,801,281 | 2022-05-06 03:38:33 | sphinx-doc/sphinx | https://api.github.com/repos/sphinx-doc/sphinx | allow suppression of autosummary references excluded document warnings is your feature request related to a problem please describe i am intentionally excluding the generation of autosummary for some files via exclude patterns i would like to not fill up my build logs with lots of warnings like warning autosummary references excluded document binaryninja interaction interactionhandler ignored describe the solution you d like i d like an additional suppression option similar to specifically for autosummary instead of just toc generation describe alternatives you ve considered manually disabling all warnings which is a bad idea for obvious reasons relevant source appears to be could likewise add a suppression for stub file not found note this appears to have been but never filed as far as i can tell | 0 |
22,137,739,577 | 2022-06-03 01:53:40 | AtlasOfLivingAustralia/ecodata | https://api.github.com/repos/AtlasOfLivingAustralia/ecodata | include geographic info management unit update management unit domain to include geographic info as the information will be used for the analytical dataset report generated from the r program frontend changes | 0 |
21,723,380,331 | 2022-05-11 04:17:05 | nineya/halo-theme-dream | https://api.github.com/repos/nineya/halo-theme-dream | bug freecdn 关闭后无法取消注册 是什么 halo 版本出现了此问题? 使用的 dream 版本是多少? 在线博客地址 no response bug 内容 freecdn 关闭后无法取消serviceworker注册 相关 console 日志输出 no response 附加信息 no response | 0 |
20,618,140,773 | 2022-03-07 15:03:18 | commitizen-tools/commitizen | https://api.github.com/repos/commitizen-tools/commitizen | add all fields to changelog dict description i have written a custom template that adds jira tasks in the footer my aim is to turn these into links however when the changelog message builder hook function is called the parsed message dict only contains scope project breaking none message initial commit possible solution add all answers to the parsed message dict additional context no response additional context no response | 0 |
20,360,438,015 | 2022-02-20 16:00:01 | aphiria/aphiria | https://api.github.com/repos/aphiria/aphiria | space in path to php binary causes app serve command to file if you have a space in the path to your php binary eg c program files php exe running php aphiria app serve will fail | 0 |
20,159,571,149 | 2022-02-09 19:57:09 | michaelb/sniprun | https://api.github.com/repos/michaelb/sniprun | error when evaluating multi line input including single quotes environment neovim linux arch sniprun commit describe the bug as far as i m aware single quotes are still only affected double quotes backslashes are fixed in tempfloatingwindow is now the only display option that this errors on single line evals don t error only when evaluating multiple lines of a file to reproduce init lua lua require sniprun setup repl enable original display tempfloatingwindow test file py print asd import sys print sys platform cache sniprun sniprun log info disaply floating window res err neovimerror vim lua error loading lua unfinished string near asd happens on lua original python original haven t tested others | 0 |
22,273,958,912 | 2022-06-10 14:49:19 | AlexandertheGreat491/solid-octo-funicular | https://api.github.com/repos/AlexandertheGreat491/solid-octo-funicular | header style as a user when i am presented the page i want to see a working nav bar clicking it will bring me to each section it is link to i want to have two links in nav one link for omdb tool and second for a search engine | 0 |
20,324,460,166 | 2022-02-18 03:33:13 | temporalio/ui | https://api.github.com/repos/temporalio/ui | navigating to workflow page fails under non default namespaces describe the bug a clear and concise description of what the bug is navigating to a workflow page fails under non default namespaces to reproduce steps to reproduce the behavior register a new namespace tctl namespace test a namespace register start hello world under test namespace go to click on the workflow see error and the url starting by expected behavior a clear and concise description of what you expected to happen screenshots if applicable add screenshots to help explain your problem desktop please complete the following information os browser version additional context add any other context about the problem here | 0 |
22,755,849,588 | 2022-07-07 16:28:33 | coavins/mhrise-coavins-dps | https://api.github.com/repos/coavins/mhrise-coavins-dps | track stun exhaust damage i m trying to implement this myself currently but i m a dumbass with the reframework so i may aswell put a request here would be cool to track stun and exhaust damage and how many times it triggered would be cool to see how much different moves contribute to that and also stuff like dango slugger this sounds very doable considering we can already see stuff like status poison blast damage | 0 |
20,960,740,356 | 2022-03-27 19:08:39 | celestiaorg/celestia-node | https://api.github.com/repos/celestiaorg/celestia-node | celestia node version semantic version os ubuntu lts gnu linux aws install tools no install tools i ran the node following this web page others no response steps to reproduce it journalctl u celestia full service o cat f expected result example celestia node is running in default mod e actual result i have the error below relevant log output shell serviceheader store go store no valid headers were given serviceblock event go block block height block hash serviceblock event go new block block height block hash serviceheader store go header current head height attempted new header height err headers must be adjacent in height notes i am sorry if it s not clear it s the first issue opening for me by the way i am french and my english is a little bit thanks | 0 |
22,361,341,189 | 2022-06-15 20:51:15 | casderooij/portfolio-v4 | https://api.github.com/repos/casderooij/portfolio-v4 | focus window windows should be selectable by using the tab key or clickable when window is in focus windows array should be sorted so focussed window is at top end of array if metadata is available this data could be shown mobile vs desktop | 0 |
22,203,582,859 | 2022-06-07 13:16:46 | mikf/gallery-dl | https://api.github.com/repos/mikf/gallery-dl | error download untagged images when downloading for example when i was downloading from using gallery dl write metadata u my username p my password verbose although the first couple of them is indeed tagged inart at some point the images downloaded has nothing to do with the tag for example gallery dl outputted for the image downloaded starting new https connection scontent cdninstagram com get v n webp stp dst jpg nc ht scontent cdninstagram com nc cat nc ohc hsgxgqef edm ccb ig cache key oh at la oe nc sid http gallery dl instagram tag inart jpg checking the original url for jpg the showed that it is indeed not tagged with inart the generated json file for jpg is as follows for reference json category instagram date display url extension jpg filename n fullname daniel k height media id num owner id post id post shortcode o shortcode o subcategory tag tag inart tagged users username video url null width also downloading from shows the same behavior the first is right but the rest are completely unrelated to the tag however when trying downloading about images from i found that the images i randomly checked are somehow all correct maybe this issue is more significant for tags with fewer posts just in case i am using download dl on an apple macbook pro running macos montery | 0 |
20,905,698,302 | 2022-03-24 01:46:09 | api7/apache-apisix-katacoda-scenarios | https://api.github.com/repos/api7/apache-apisix-katacoda-scenarios | do we should use mini example apisix etcd maybe enough for new developer i make a try right now after we run docker compose p docker apisix up d it will run the prometheus and grafana it seems useless when the developers try to learn apisix here they have no way to view the dashboard of grafana | 0 |
21,366,565,757 | 2022-04-20 02:45:50 | spinup-host/spinup | https://api.github.com/repos/spinup-host/spinup | improve installation script some improvements can be made to make the installation process better check that dependencies are installed npm jq allow setting api key during installation handle the case when the github api key and api secret doesn t exist other improvements can also be made during spinup startup e g check that docker daemon is running | 0 |
22,592,033,144 | 2022-06-28 20:55:18 | bitwarden/mobile | https://api.github.com/repos/bitwarden/mobile | app crushing steps to reproduce on low internet connection under kb tap on sync after completing tap any of the logins expected result open the account login page actual result app crushing screenshots or videos didn t took one additional context log fatal exception main process com bitwarden pid android runtime javaproxythrowable system argumentoutofrangeexception index was out of range must be non negative and less than the size of the collection parameter name index at system collections generic list get item system index in at system collections generic list system collections ilist get item system index in at xamarin forms platform android observableitemssource elementat system index in at xamarin forms platform android observableitemssource getitem system position in at xamarin forms platform android ungroupeditemssource getitem system position in at xamarin forms platform android selectableitemsviewadapter updateformsselection system adapterposition in at xamarin forms platform android selectableitemsviewadapter selectableclicked system object sender system adapterposition in at xamarin forms platform android selectableviewholder onviewholderclicked system adapterposition in at xamarin forms platform android selectableviewholder onclick android views view view in at android views view ionclicklistenerinvoker n onclick landroid view view system intptr jnienv system intptr native this system intptr native v in at wrapper dynamic method android runtime dynamicmethodnamecounter intptr intptr intptr at selectableviewholder n onclick native method at selectableviewholder onclick selectableviewholder java at android view view performclick view java at android view view performclickinternal view java at android view view access view java at android view view performclick run view java at android os handler handlecallback handler java at android os handler dispatchmessage handler java at android os looper looponce looper java at android os looper loop looper java at android app activitythread main activitythread java at java lang reflect method invoke native method at com android internal os runtimeinit methodandargscaller run runtimeinit java at com android internal os zygoteinit main zygoteinit java operating system android operating system version android device samsung galaxy m build version beta using a pre release version of the application | 0 |
22,741,356,734 | 2022-07-07 04:21:12 | woowa-techcamp-2022/web-baemin-gyeongminKim | https://api.github.com/repos/woowa-techcamp-2022/web-baemin-gyeongminKim | 로그인 페이지 로그인 버튼 이벤트 구현 기능 로그인 버튼 클릭시 실제 서버에서 로그인 처리 값이 입력되지 않은 경우 input 아래 입력 메시지 띄움 구현 로그인 버튼 클릭 시 post 로 처리 입력한 id pw 출력 확인 입력되지 않은 경우에 대한 메시지 출력 로그인 성공 시 메인 페이지로 이동 | 0 |
20,154,638,822 | 2022-02-09 15:26:00 | codewithkyle/router | https://api.github.com/repos/codewithkyle/router | add regex pattern support for example productuid could match when a user is trying to go to dashboard | 0 |
21,625,528,896 | 2022-05-05 01:14:23 | youngslab/incon_automatic_agent | https://api.github.com/repos/youngslab/incon_automatic_agent | class refactoring class는 market의 하위로 분류되고 있고 이 내부에는 webdriver 및 component들이 계층구조 없이 엉켜 있다 또 앞으로 추가될 서로 다른 class 들의 res들이 한군데 모이게 되어 구분하기가 어려워 질 것이라 예상 된다 아래와 같은 새로운 구조로 변경해 보자 하나의 organization 하나의 module 하나의 org는 별도의 res를 갖는다 ex org incon res org org web org safe res | 0 |
21,159,586,086 | 2022-04-07 08:09:50 | FernandoGaGu/Medical-Image-Tools | https://api.github.com/repos/FernandoGaGu/Medical-Image-Tools | error in mitools roi extractrois exception thrown dimensionerror input data has incompatible dimensionality expected dimension is and you provided a image see this error should not be appening since images should be processed correctly | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.