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
21,671,028,635
2022-05-08 00:23:43
nvisionative/nvQuickTheme-Tailwind
https://api.github.com/repos/nvisionative/nvQuickTheme-Tailwind
add gulp package tasks is your feature request related to a problem there needs to be gulp build automation for creating a dnn install package for the theme describe the solution you d like add all necessary gulp tasks to support a gulp package task describe alternatives you ve considered n a additional context this should work in the same way it does for nvquicktheme
0
21,675,303,730
2022-05-08 16:08:42
BIOP/ijp-imagetoatlas
https://api.github.com/repos/BIOP/ijp-imagetoatlas
qupath pixel width and height does not change image size following the documentation i created a new qupath project bio formats non triangulated specifying the correct pixel length representation about per pixel and saved the project when importing the project into abba the section shows up at over the intended magnification is this related to my files each section is and or is this a bug i have tried altering the pixel sizes saving and the project and then restarting abba and re importing the project and it does not work suggesting that editing the pixel width and height is not changing the image size or not working properly in qupath a time consuming workaround is to edit interactive transform scale x and y over and over again
0
22,193,353,143
2022-06-07 03:02:37
aws/graph-notebook
https://api.github.com/repos/aws/graph-notebook
certain gremlin sample queries failing on tinkerpop some of the gremlin sample notebook queries need to be updated to be compatible with gremlin endpoints running on tinkerpop version or higher the relevant failures and affected notebooks are as follows use of non anonymous child traversals example screenshot affected notebooks queries use of org apache tinkerpop gremlin process traversal order decr example screenshot affected notebooks queries queries
0
21,057,653,133
2022-04-01 06:09:05
OpenManufacturingPlatform/sds-sdk
https://api.github.com/repos/OpenManufacturingPlatform/sds-sdk
broken link to developer documentation describe the bug the link to the developer documentation in the getting help section of the readme is broken
0
20,016,701,208
2022-02-01 12:49:37
uptrace/bun
https://api.github.com/repos/uptrace/bun
problem with numeric hey i have a table with one of the properties being numeric type when i try to insert values there is a error thrown sql scan error on column index name bet amount bun can t scan into the problem was solved when i changed the sql type for the property to be float could u dig into this problem please
0
20,975,636,169
2022-03-28 15:00:09
moj-analytical-services/user-guidance
https://api.github.com/repos/moj-analytical-services/user-guidance
add guidance on how to resolve fatal git error several people have encountered an issue when switching branches fatal index file smaller than expected this occurs when the index file gets corrupted and can be fixed with rm git index git reset head would be useful to add this in an faq section of the git guidance
0
21,781,968,903
2022-05-13 20:03:30
PauliVr/LabNotes
https://api.github.com/repos/PauliVr/LabNotes
inicio de sesión con email y password darle funcionalidad al botón de iniciar sesión con email y pass
0
22,918,069,027
2022-07-17 08:51:01
DTStack/chunjun
https://api.github.com/repos/DTStack/chunjun
sync task of kafka throws npe search before asking i had searched in the and found no similar issues what happened when i submit a sync task of kafka task failed and thrown a nullpoint exception what you expected to happen task should succeed how to reproduce job content json job content reader parameter topic tiezhu in one mode earliest offset offset earliest groupid codec json column name id type int name name type string consumersettings bootstrap servers auto commit enable false name kafkasource writer name streamwriter parameter print true setting restore isrestore true isstream true speed readerchannel writerchannel anything else no response version master 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
21,039,105,788
2022-03-31 10:36:08
Qiskit/qiskit-ibm-runtime
https://api.github.com/repos/Qiskit/qiskit-ibm-runtime
transpile using ibmq qasm simulator works with qiskit ibmq provider but not qiskit ibm runtime describe the bug transpile using ibmq qasm simulator works with qiskit ibmq provider but not qiskit ibm runtime steps to reproduce python from qiskit import ibmq from qiskit import transpile provider ibmq load account iqx sim provider get backend ibmq qasm simulator grovers circuits transpiled transpile grover circuits iqx sim works as expected but the following produces erorr python from qiskit ibm runtime import ibmruntimeservice from qiskit import transpile service ibmruntimeservice cloud sim service backend ibmq qasm simulator grovers circuits transpiled transpile grover circuits cloud sim httperror traceback most recent call last file usr local envs primitives lib site packages qiskit ibm runtime api session py in retrysession request self method url bare kwargs response super request method final url headers headers kwargs response raise for status except requestexception as ex wrap the requests exceptions into a ibm q custom one for compatibility file usr local envs primitives lib site packages requests models py in response raise for status self if http error msg raise httperror http error msg response self httperror client error not found for url the above exception was the direct cause of the following exception requestsapierror traceback most recent call last input in in grovers circuits transpiled for qc in grover circuits t qc transpile grover circuits backend grovers circuits transpiled append t qc file usr local envs primitives lib site packages qiskit compiler transpiler py in transpile circuits backend basis gates inst map coupling map backend properties initial layout layout method routing method translation method scheduling method instruction durations dt approximation degree timing constraints seed transpiler optimization level pass manager callback output name unitary synthesis method unitary synthesis plugin config target warnings warn when scheduling circuits without backend instruction durations should be usually provided userwarning get transpile args to configure the circuit transpilation job s transpile args parse transpile args circuits backend basis gates inst map coupling map backend properties initial layout layout method routing method translation method scheduling method instruction durations dt approximation degree seed transpiler optimization level callback output name timing constraints unitary synthesis method unitary synthesis plugin config target check circuits coupling map circuits transpile args backend transpile circuits in parallel file usr local envs primitives lib site packages qiskit compiler transpiler py in parse transpile args circuits backend basis gates inst map coupling map backend properties initial layout layout method routing method translation method scheduling method instruction durations dt approximation degree seed transpiler optimization level callback output name timing constraints unitary synthesis method unitary synthesis plugin config target backend properties target to backend properties target basis gates parse basis gates basis gates backend circuits inst map parse inst map inst map backend num circuits faulty qubits map parse faulty qubits map backend num circuits coupling map parse coupling map coupling map backend num circuits file usr local envs primitives lib site packages qiskit compiler transpiler py in parse inst map inst map backend num circuits if inst map is none if hasattr backend defaults inst map getattr backend defaults instruction schedule map none inst maps could be none or single entry if inst map is none or isinstance inst map instructionschedulemap file usr local envs primitives lib site packages qiskit ibm runtime ibm backend py in ibmbackend defaults self refresh return the pulse defaults for the backend the schema for default pulse configuration can be found in the backend pulse defaults or none if the backend does not support pulse if refresh or self defaults is none api defaults self api client backend pulse defaults self name if api defaults self defaults defaults from server data api defaults file usr local envs primitives lib site packages qiskit ibm runtime api clients runtime py in runtimeclient backend pulse defaults self backend name def backend pulse defaults self backend name str dict return the pulse defaults of the ibm cloud backend args backend pulse defaults return self api backend backend name pulse defaults file usr local envs primitives lib site packages qiskit ibm runtime api rest cloud backend py in cloudbackend pulse defaults self return backend pulse defaults returns json response of pulse defaults url self get url pulse defaults return self session get url json file usr local envs primitives lib site packages requests sessions py in session get self url kwargs r sends a get request returns class response object param url url for the new class request object param kwargs optional arguments that request takes rtype requests response kwargs setdefault allow redirects true return self request get url kwargs file usr local envs primitives lib site packages qiskit ibm runtime api session py in retrysession request self method url bare kwargs except exception pylint disable broad except the response did not contain the expected json message f ex response text raise requestsapierror message status code from ex return response requestsapierror client error not found for url errors trace expected behavior transpile should work with ibmq qasm simulator backend from qiskit ibm runtime provider suggested solutions additional information qiskit ibm runtime version python version operating system macos monterey
0
21,685,884,398
2022-05-09 11:14:01
w3c/wot-scripting-api
https://api.github.com/repos/w3c/wot-scripting-api
publish thing description typescript package sync action has just updated the thing description definitions using a new jsonschema
0
22,421,504,984
2022-06-20 04:07:41
alor-broker/Astras-Trading-UI
https://api.github.com/repos/alor-broker/Astras-Trading-UI
загрузка страницы и хранилище переменных опишите баг при первоначальной загрузке страницы грузится sber moex если в инструментах выбрать зарубежную бумагу а потом обновить страницу то виджеты снова переключаются на sber но график пытается рисоваться по прошлой бумаге после этого терминал становится неработоспособным воспроизведение открыть начальную страницу загружена биржа moex инструмент sber в инструментах открыть зарубежную бумагу все виджеты переключились на нее обновить терминал по среда windows chrome canary ожидаемое поведение при обновлении страницы не использовать данные от прошлого инструмента либо при обновлении страницы брать последнюю бумагу и открывать ее описал в скриншоты no response дополнительная информация no response правила я согласен следовать правилам
0
21,388,188,504
2022-04-21 02:37:18
Quorafind/Obsidian-Memos
https://api.github.com/repos/Quorafind/Obsidian-Memos
从指定的文件中获取memos 无效 我在每天日记的文件夹(每天日记里的memo是可以检索到的)下建了个memos md 的文件,在里面写了 测试memo memo 的文本,然后在memo的设置 从指定的文件中获取memos 里检索式写的是 memo and memos 我测试了下,是检索不到的。 不知道是不是个别现象,还是memos和我的其他插件配置有冲突 还是我的设置语句没写对。朋友们试下,有同样问题的留个言,哈哈,如果是检索语句写的有问题,还请赐教
0
21,707,465,434
2022-05-10 10:57:15
rxaviers/async-pool
https://api.github.com/repos/rxaviers/async-pool
does not yield reliably or with other words the body of the for await loop is not executed for every iteration if more than one promise is fullfilled within the same tick i guess it s a nodejs tick the reason is that all those promises are removed from executing before yield comes into action again i don t know if this is understandable but you can try with this timeout function from your examples const timeout ms promise resolve ms any idea for a fix
0
20,843,890,326
2022-03-21 06:04:28
guycole/mellow-wombat
https://api.github.com/repos/guycole/mellow-wombat
beaglebone does not start at boot wifi is down at boot cured by removing and installing usb dongle
0
21,719,389,952
2022-05-10 21:36:03
mfbonfigli/gocesiumtiler
https://api.github.com/repos/mfbonfigli/gocesiumtiler
project as a starting point for a mesh tiler hello massimo first thank you for a great tool library this isn t really an issue more of a question for you i have several huge obj files i d like to tile without using cesium ion party tools i have to pay for there s really nothing great out there for this so here i am exploring options for building my own this project seems like a decent starting off point for such a tool as it already outputs tilesets includes relevant libraries math for reprojection and seems to be well written modular my questions for you are my assumptions correct or am i totally off base considering this tool as a starting off point how would you go about implementing mesh tiling as much detail here as possible would be great
0
22,637,941,513
2022-06-30 21:06:59
blsmith86/lab-agile-planning
https://api.github.com/repos/blsmith86/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 the counter need a way to get the current value acceptance criteria gherkin given that i have incremented the counter to when i make a call to get the current value then it should return as the counter value
0
20,615,294,554
2022-03-07 12:39:37
phpstan/phpstan
https://api.github.com/repos/phpstan/phpstan
deadcatch on property assignment bug report phpstan doesn t seem to realize that a property assignment can throw a typeerror code snippet that reproduces the problem php php declare strict types class a public int b test new a function setprop string prop object object void try object prop abc catch typeerror e expected output no error did phpstan help you today did it make you happy in any way yes see my other stories
0
22,292,104,117
2022-06-12 14:14:50
owlcs/ont-api
https://api.github.com/repos/owlcs/ont-api
replace iter asstream graph find with graph stream jena x x supports java util stream stream out of the box on the org apache jena graph graph level so need to use it instead of existing custom solution
0
20,378,246,589
2022-02-21 17:55:40
SUPERCILEX/gnome-clipboard-history
https://api.github.com/repos/SUPERCILEX/gnome-clipboard-history
show entries when using keyboard problem description when selecting next or previous entry with keyboard then a popup should be shown like in version
0
20,254,538,889
2022-02-14 21:31:24
open-telemetry/opentelemetry-python-contrib
https://api.github.com/repos/open-telemetry/opentelemetry-python-contrib
sqlalchemy instrumentation misreports otel library name as the vendor describe your environment python opentelemetry instrumentation sqlalchemy steps to reproduce create an application that leverages sqlalchemy and mysql or any vendor i just used mysql install opentelemetry instrumentation sqlalchemy make a request to your backend application observe the resulting spans what is the expected behavior the otel library name should report as opentelemetry instrumentation sqlalchemy what is the actual behavior the otel library name is the in my case it s mysql this is super confusing when there is a separate package that i m not using additional context nope
0
20,744,825,911
2022-03-14 21:32:44
elastic/synthetics
https://api.github.com/repos/elastic/synthetics
new push command to sync with monitor management this issue covers the creation of a new push subcommand that would work in tandem with uptime s monitor management feature to immediately create one monitor per journey in a specified remote kibana instance the command would be elastic synthetics push invoking it would establish a connection to the specified stack s kibana instance filter local journeys using existing flags to match only those specified create individual js bundles per journey using a dependency resolution library use the monitor management apis to create a monitor per journey using those js bundles connection info for the user s stack can be specified via any of the options below listed in order of precedence cli options config ts options environment variables the new options would be
0
21,718,772,510
2022-05-10 20:52:12
ray-project/kuberay
https://api.github.com/repos/ray-project/kuberay
pod template port configuration related bugs search before asking i searched the and found no similar issues kuberay component ray operator what happened what you expected to happen when i am running latest kuberay deployment i saw two issues missing port declaration in manager yaml file will make operator never get into healthy state same port is added again if it already exists in existing pod template i already have a fix and i am going to post a mr soon on this reproduction script manual setup kuberay cluster anything else no response are you willing to submit a pr yes i am willing to submit a pr
0
20,188,207,928
2022-02-11 01:18:06
Electroblob77/Wizardry
https://api.github.com/repos/Electroblob77/Wizardry
please read the before posting you may also find the helpful minecraft version wizardry version environment singleplayer lan game server issue details other mods involved link to crash report if applicable
0
21,701,617,374
2022-05-10 05:10:10
Paperback-iOS/app
https://api.github.com/repos/Paperback-iOS/app
regression no longer showing newly updated manga indicator and latest read chapter describe the bug used to show newly updated manga on a group with a small red badge as indicator the older version also has better usability by showing what chapter number is the latest read chapter to reproduce expected behaviour screenshots app version screenshots screenshot added above
0
20,823,136,101
2022-03-18 17:26:35
Tienisto/flutter-fast-i18n
https://api.github.com/repos/Tienisto/flutter-fast-i18n
add arb migration tool motivation making migrations easier developer experience add new command flutter pub run fast migrate arb source arb destination json
0
22,191,605,555
2022-06-07 00:01:52
itsmejoeeey/eversticky
https://api.github.com/repos/itsmejoeeey/eversticky
how to import notes from the cloud to the system good morning your application is just fabulous but i don’t understand how to import notes from the cloud on my ubuntu i can create some and this one is exported on evernote but not the reverse is this normal thank you for your response and thank you for this application which is currently the only linux based one to communicate with the cloud and therefore all the machines potentially when i find out how to import my notes on my second machine
0
21,693,008,443
2022-05-09 17:08:27
xmake-io/xmake-vscode
https://api.github.com/repos/xmake-io/xmake-vscode
auto generated compile commands json doesn t include packages headers xmake 版本 操作系统版本和架构 microsoft standard 描述问题 我在项目中添加了从xrepo安装的package 在下面的工程配置例子中是sfml ,在保存xmake lua后不久自动生成了compile commands json文件,但是自动生成的compile commands json文件中没有include我添加的package的头文件,如下: json directory home vinh repos cpp tutor arguments file src main cpp 然而手动使用 xmake project k compile commands 生成的json文件是正常的,正确地include了所用的package的头文件目录。 期待的结果 生成的compile commands json能够include i 添加的包的头文件目录。 工程配置 lua add rules mode debug mode release add requires sfml target tutor set kind binary add files src cpp add packages sfml 附加信息和错误日志 no response
0
22,972,605,572
2022-07-20 05:35:56
ananace/matrix-releasetracker
https://api.github.com/repos/ananace/matrix-releasetracker
some un implemented function prevents software from working from the very last commit on the master branch there s some function un implemented which are preventing the full software to run see logs dietpi dietpi opt matrix releasetracker bundle exec bin tracker to use retry middleware with faraday install faraday retry gem releasetracker loaded configuration releasetracker ensuring configured rooms are joined releasetracker starting tracker with backends releasetracker starting matrix sync loop bundler failed to load command bin tracker bin tracker traceback most recent call last from usr local bin bundle in from usr local bin bundle in load from var lib gems gems bundler exe bundle in from var lib gems gems bundler lib bundler friendly errors rb in with friendly errors from var lib gems gems bundler exe bundle in block in from var lib gems gems bundler lib bundler cli rb in start from var lib gems gems bundler lib bundler vendor thor lib thor base rb in start from var lib gems gems bundler lib bundler cli rb in dispatch from var lib gems gems bundler lib bundler vendor thor lib thor rb in dispatch from var lib gems gems bundler lib bundler vendor thor lib thor invocation rb in invoke command from var lib gems gems bundler lib bundler vendor thor lib thor command rb in run from var lib gems gems bundler lib bundler cli rb in exec from var lib gems gems bundler lib bundler cli exec rb in run from var lib gems gems bundler lib bundler cli exec rb in kernel load from var lib gems gems bundler lib bundler cli exec rb in load from bin tracker in from bin tracker in run from bin tracker in update backends from bin tracker in each from bin tracker in block in update backends from bin tracker in calculate to track from bin tracker in map from bin tracker in block in calculate to track from opt matrix releasetracker lib matrix releasetracker backend rb in last releases from opt matrix releasetracker lib matrix releasetracker backend rb in refresh tracked from opt matrix releasetracker lib matrix releasetracker backend rb in refresh group opt matrix releasetracker lib matrix releasetracker backend rb in find group repositories notimplementederror notimplementederror
0
20,271,162,613
2022-02-15 16:18:41
haziha/godeepcopy
https://api.github.com/repos/haziha/godeepcopy
拷贝 interface 相关类型错误 run go var a interface var b interface a c copy b fmt println c panic panic reflect set value of type interface is not assignable to type interface panic reflect set value of type interface is not assignable to type interface
0
22,358,937,305
2022-06-15 18:23:05
MockBukkit/MockBukkit
https://api.github.com/repos/MockBukkit/MockBukkit
how to simulate a player disconnecting my question is quite simple how can i simulate a player disconnecting there is no method called quit or disconnect in the playermock class
0
20,984,579,451
2022-03-29 00:44:49
hkalexling/Mango
https://api.github.com/repos/hkalexling/Mango
some files ignored by mango on rescan describe the bug i have some files in the mango library that are being ignored they exist on disk but don t show up in the web ui and can t be scanned ordering a rescan causes no change the files involved were first present as broken symlinks and mango ran a scan during this time period this caused an error during the scan however multiple restarts and rescans since now that the files are present still don t see them expected behavior files present in the library show up in mango environment please complete the following information os fedora browser all mango version
0
21,638,339,499
2022-05-05 16:07:41
H4CK3R-01/TINF20C_ModellingWizard_Devices
https://api.github.com/repos/H4CK3R-01/TINF20C_ModellingWizard_Devices
drag and drop does not work dragging contents from the tabs on the right side of the gui does not work possible libraries are shown but they cannot be dropped into the device that is to be modified
0
20,122,150,587
2022-02-08 04:19:28
ToolJet/ToolJet
https://api.github.com/repos/ToolJet/ToolJet
there are some failing specs on library and oauth spec suites version information environment tooljet cloud docker linux macos macos x what is the expected behaviour provide a clear description of what you want to happen all specs should pass what is the current behaviour provide a clear description of what is the current behaviour some specs on library spec suite and oauth spec suite are failing how to reproduce the issue run tests if the bug is confirmed would you be willing to submit a pr yes
0
22,054,121,573
2022-05-30 11:18:36
K0lb3/UnityPy
https://api.github.com/repos/K0lb3/UnityPy
python setup py fails from source code after cloning the repository it seems setuptools doesn t like setup py also tested with with same result setup py install error here s the overall output error note that i ve reduced the preceding path to to hide my directory layout etc unitypy python setup py install traceback most recent call last file unitypy setup py line in from unitypy import version as version file unitypy unitypy init py line in from environment import environment file unitypy unitypy environment py line in from import files file unitypy unitypy files init py line in from file import file directoryinfo file unitypy unitypy files file py line in from helpers import importhelper file unitypy unitypy helpers init py line in from import compressionhelper importhelper typetreehelper file unitypy unitypy helpers compressionhelper py line in import brotli modulenotfounderror no module named brotli bug this module should install without issue note manually installing dependencies allow the module to make it to the compiler step pip install brotli pip install pip install tabulate pip install pip install etcpak pip install pillow to reproduce git clone cd unitypy m venv venv venv bin activate pip install pip upgrade setup py install version information python unitypy version commit version doesn t matter
0
21,642,051,449
2022-05-05 19:54:03
UAlbanyArchives/mailbag
https://api.github.com/repos/UAlbanyArchives/mailbag
pyinstaller executables not loading choices describe the bug the gui works fine natively in python but after compiling it with pyinstaller the format and derivative registries don t load correctly so the input types and derivative types variables in init py are empty lists this makes no options available in the gui this also affects mailbagit exe as well since it checks against those empty lists and raises an error when it doesn t include them but i think that is more easily addressed to reproduce steps to reproduce the behavior install dev dependency pyinstaller with pip install e make a exe with pyinstaller onefile mailbagit gui py same without onefile run mailbagit gui exe expected behavior the gui should list all possible parsers and derivatives for users i imaging that it would be tough to have the exe detect if wkhtmltopdf or google chrome are installed but i d expect it to show all the formats and derivatives available at build time screenshots environment please complete the following information gui or command line gui os python version
0
21,181,899,335
2022-04-08 08:47:13
PowerBroker2/ELMduino
https://api.github.com/repos/PowerBroker2/ELMduino
serial bt sketch suggested removed paired devices for sketch here is the following code i combined of the two include bluetoothserial h include elmduino h include esp bt main h include esp bt device h include esp gap bt api h include esp err h bluetoothserial serialbt define elm port serialbt define debug port serial t rpm if defined config bt spp enabled error serial bluetooth not available or not enabled it is only available for the chip endif define remove bonded devices set to to view all bonded devices addresses set to to remove define pair max devices t paireddevicebtaddr char bda str bool initbluetooth if btstart serial println failed to initialize controller return false if esp bluedroid init esp ok serial println failed to initialize bluedroid return false if esp bluedroid enable esp ok serial println failed to enable bluedroid return false return true char const t bda char str size t size if bda null str null size return null sprintf str bda bda bda bda bda bda return str void setup serial begin initbluetooth serial print bluetooth address serial println esp bt dev get address bda str get the numbers of bonded paired devices in the bt module int count esp bt gap get bond device num if count serial println no bonded device found else serial print bonded device count serial println count if pair max devices count count pair max devices serial print reset bonded device count serial println count esp err t terror esp bt gap get bond device list count paireddevicebtaddr if esp ok terror for int i i count i serial print found bonded device serial print i serial print serial println paireddevicebtaddr bda str if remove bonded devices esp err t terror esp bt gap remove bond device paireddevicebtaddr if esp ok terror serial print removed bonded device else serial print failed to remove bonded device serial println i if led builtin pinmode led builtin output digitalwrite led builtin low endif serial println led builtin debug port begin serial println debug port serialbt setpin serial println csetpin elm port begin arduhud true serial println elm port if elm port connect obdii debug port println couldn t connect to obd scanner phase while if begin elm port true serial println couldn t connect to obd scanner phase while serial println connected to void loop float temprpm rpm if nb rx state elm success rpm t temprpm serial print rpm serial println rpm else if nb rx state elm getting msg printerror then this is the output it dies midway printing the bluetooth device address before cleaning output rst poweron reset boot spi fast flash boot configsip spiwp clk drv q drv d drv drv hd drv wp drv mode dio clock div load len load len ho tail room load len load len entry and i am able to mitigate this issue somewhat by commenting out setpin and debug port begin but then i will not be able to connect to my which has a pin and im not sure if the code even runs correctly without the debug port output rst poweron reset boot spi fast flash boot configsip spiwp clk drv q drv d drv drv hd drv wp drv mode dio clock div load len load len ho tail room load len load len entry bluetooth address cd ac no bonded device found led builtin init bt device name set elm port esp spp cb esp spp init evt connect master remotename esp bt gap cb esp bt gap disc state changed evt esp bt gap cb esp bt gap disc state changed evt couldn t connect to obd scanner phase any advice appreciated i have a bigger project using this library and it crashes when it hits debug and setpin i have isolated it to just these pieces of code
0
20,862,780,479
2022-03-22 01:46:05
apache/incubator-inlong
https://api.github.com/repos/apache/incubator-inlong
elasticsearch jar has security issue what happened is one what you expected to happen n a how to reproduce n a environment all inlong version inlong component inlong sort 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
21,717,219,258
2022-05-10 19:11:53
smog-server/OpenSMOG
https://api.github.com/repos/smog-server/OpenSMOG
more cryptic messages sbm createreporters trajectory true energies true energy components false interval traceback most recent call last file line in file users whitford envs opensmog lib site packages opensmog opensmog py line in createreporters self simulation reporters append dcdreporter dcdfile interval attributeerror sbm object has no attribute simulation sbm createsimulation traceback most recent call last file line in file users whitford envs opensmog lib site packages opensmog opensmog py line in createsimulation self simulation simulation self top topology self system self integrator self platform self properties attributeerror sbm object has no attribute top sbm loadsystem grofile sbm ca grofile topfile sbm ca topfile xmlfile sbm ca xmlfile creating force contact gaussian from xml file files loaded in the system
0
20,109,860,540
2022-02-07 14:10:23
LunarVim/LunarVim
https://api.github.com/repos/LunarVim/LunarVim
how to run the current script in lunarvim problem description i want to run the current code i am editing does lunarvim has a build in command for this like run python js etc lunarvim version neovim version operating system version manjaro relevant log output shell screenshots no response
0
20,725,615,058
2022-03-14 01:14:54
anthonymesa/liquorish-backend
https://api.github.com/repos/anthonymesa/liquorish-backend
bars user id doesn t work it is the same code as getdob js this backend function needs to be written
0
22,710,096,495
2022-07-05 18:23:44
quisquous/cactbot
https://api.github.com/repos/quisquous/cactbot
dsr brightwing count off sometimes in haurchefant description sometimes the brightwing callouts are off in haurchefant the callout for one starts on the brightwing and it is off by one for the duration additional information i don t think i ve run into this in haurchefant but we don t see as often since its before the checkpoint img width alt image src
0
22,497,414,689
2022-06-23 08:48:44
ExpertSDR3/ExpertSDR3-BUG-TRACKER
https://api.github.com/repos/ExpertSDR3/ExpertSDR3-BUG-TRACKER
very loud short noise when changing band from to with nr on software alpha build computer imac osx big sur radio unusual issue which may not be so easy to reproduce listening to then when changing band to there is a very loud click pop noise heard through both the headphones and speakers which nearly blew my eardrums it was so loud seriously it made me jump not sure this should be happening further testing shows that this only occurs when nr is enabled on both and the band being moved to from only able to make a short video due to the upload limit john
0
21,765,454,378
2022-05-13 00:56:34
fortio/fortio
https://api.github.com/repos/fortio/fortio
bug standard client ip address changed from to ie same saw i http client go standard client ip address changed from to after e http client go unable to send get request for get context deadline exceeded client timeout exceeded while awaiting headers
0
21,318,239,945
2022-04-16 17:04:51
christophsax/seasonal
https://api.github.com/repos/christophsax/seasonal
forecast for annual series incorrect date if i have the following time series of annual data using the series function to extract the forecast reads the forecasts as rather than which can be seen in out m y ts c freq start m seas y null seats null regression aictest null forecast maxlead fct series m fct
0
22,267,631,547
2022-06-10 09:02:46
FBartos/RoBMA
https://api.github.com/repos/FBartos/RoBMA
error missing values not allowed when using prior scale r first thank you for this awesome package i m working with correlational data for a meta analysis so i would prefer the output of robma to be in correlation coefficients when i set prior scale r i receive the following error error in quantile default model samples missing values and nan s not allowed if na rm is false in addition warning message in sqrt x nans produced when i do not set prior scale or set it to fishers z i do not receive the error here is a reproducible example using just a few chains samples etc to shorten runtime library robma r c n c fit r robma r r n n prior scale r chains sample burnin adapt seed fit z robma r r n n prior scale fishers z chains sample burnin adapt seed fit r results in the error whereas fit z runs fine i m running robma version in r version on ubuntu i also reinstalled bayestools
0
20,719,396,909
2022-03-13 06:02:30
actions/upload-artifact
https://api.github.com/repos/actions/upload-artifact
error create artifact container failed artifact storage quota has been hit unable to upload any new artifacts what happened hey getting this error as i used this action version uses actions upload artifact more details run actions upload artifact with the provided path there will be file uploaded create artifact container error is not retryable begin diagnostic http information status code status message forbidden header information cache control no store no cache pragma no cache content length content type application json charset utf strict transport security max age x tfs processid activityid x tfs session x vss x vss senderdeploymentid x frame options sameorigin x cache config nocache x msedge ref date sun mar gmt end diagnostic http information begin diagnostic http information status code status message forbidden header information cache control no store no cache pragma no cache content length content type application json charset utf strict transport security max age x tfs processid activityid x tfs session x vss x vss senderdeploymentid x frame options sameorigin x cache config nocache x msedge ref ref a z date sun mar gmt end diagnostic http information error create artifact container failed artifact storage quota has been hit unable to upload any new artifacts what did you expect to happen up until now it worked fine not sure why it stopped to work how can we reproduce it can t reproduce it s a private repository anything else we need to know no response what version of the action are you using what are your runner environments window are you on github enterprise server if so what version no response
0
22,151,342,410
2022-06-03 17:09:32
evocms-community/evolution
https://api.github.com/repos/evocms-community/evolution
site unavailable message select is not working step to reproduce select language from the list to replace message value observed behavior nothing changes error occures expected behavior message should be changed related issue s pr s environment evocms version apache nginx version php version mysql version any relevant information
0
22,675,549,337
2022-07-04 03:55:40
antvis/g
https://api.github.com/repos/antvis/g
拖拽性能问题 ⚠️ ⚠️ ⚠️ important please use the following link to create a new issue ⚠️ ⚠️ ⚠️ if your issue was not created using the app above it will be closed immediately ⚠️ ⚠️ ⚠️ 注意:请使用下面的链接来新建 issue: ⚠️ ⚠️ ⚠️ 不是用上面的链接创建的 issue 会被立即关闭。 zh examples event drag
0
21,721,342,761
2022-05-11 00:41:30
Diassisfilho/Nexus
https://api.github.com/repos/Diassisfilho/Nexus
multiples stopwatches are slowing the frequency of updates last created stopwatches when created more than or equal our stopwatches when add new stopwatches and run then the frequency of update of counter run more and more slowly when add more stopwatches
0
21,443,731,442
2022-04-25 02:25:53
weirongxu/coc-markdown-preview-enhanced
https://api.github.com/repos/weirongxu/coc-markdown-preview-enhanced
markdown 中插入路经中含有中文的图片时,不能预览到图片 md 路经中包含有中文; 插入图片的路经中含有中文均不能预览成功; 插入图片使用的语法 但是预览不成功 图片 png
0
20,203,562,734
2022-02-11 17:37:44
stlab/libraries
https://api.github.com/repos/stlab/libraries
future operator co await uses the wrong executor the coroutine operators should use the existing executor and not the default executor
0
22,044,161,887
2022-05-29 20:17:37
TWUOnline/bug-tracking
https://api.github.com/repos/TWUOnline/bug-tracking
psych summer which course contains the bug course code section and term e g ldrs ol unit section describe the error and or your suggestion a clear and concise description of what the error or suggestion is remove page numbers pages location of the bug please provide a specific link to the page with the error as well as where the error is on the page url unit topic activity optional screenshots if applicable add screenshots to help explain your problem
0
22,391,018,517
2022-06-17 07:42:06
fortysix2ahead/tracs
https://api.github.com/repos/fortysix2ahead/tracs
include queried fields when listing results by default a fixed set of fields are shown in list command when querying the queried field should also be shown making output more convenient
0
21,953,842,373
2022-05-24 10:14:27
rsperlazza/DeleteThis
https://api.github.com/repos/rsperlazza/DeleteThis
vd req countdown clock widget innoslate shall have a countdown clock widget for the project dashboard vd req title countdown innoslate shall allow the user to give each countdown clock widget a nickname vd req choose date innoslate shall allow the user to select a date manually or select a time entity
0
22,631,243,104
2022-06-30 14:49:00
jupyter/notebook
https://api.github.com/repos/jupyter/notebook
failed to run command api request failed hi everyone i am getting following error when i am trying to start kernel for javascript failed to run command path usr local bin usr local sbin usr local bin usr sbin usr bin sbin bin usr games usr local games usr lib jvm java oracle bin usr lib jvm java oracle db bin usr lib jvm java oracle jre bin with kwargs cwd u home stack local share jupyter kernels eclair stdin preexec fn at stderr none stdout none but its working fine when i m creating kernel for python when i use it in code to instantiate sparkcontext object it s throwing following error api request failed unexpected token in json at position failed to start jupyter session event undefined xhr unsent opened headers received loading done readystate onreadystatechange null responsetext n n n n chronograf n n n n n html n responsexml status statustext null withcredentials false open setdisableheadercheck setrequestheader getresponseheader getallresponseheaders getrequestheader send handleerror abort addeventlistener removeeventlistener dispatchevent onload onabort onerror ontimeout ajaxsettings method post datatype json data kernel name eclair notebook path simple text contenttype application json cache false throwerror unexpected token in json at position node unhandledpromiserejectionwarning unhandled promise rejection rejection id referenceerror err is not defined
0
22,647,735,632
2022-07-01 10:20:53
UnitTestBot/UTBotJava
https://api.github.com/repos/UnitTestBot/UTBotJava
no utbot instrumentation jar in utbot gradle jar description there is no utbot instrumentation jar in utbot gradle jar so our gradle plugin does not work properly to reproduce run utbot gradle publishing publishtomavenlocal gradle task look at the generated jar file expected behavior there is utbot instrumentation jar in the lib directory actual behavior no utbot instrumentation jar there
0
20,050,664,570
2022-02-03 05:47:46
signalapp/Signal-Android
https://api.github.com/repos/signalapp/Signal-Android
message reply icon hard to see on dark chat backgrounds with light theme i have searched open and closed issues for duplicates i am submitting a bug report for existing functionality that does not work as intended i have read this isn t a feature request or a discussion topic bug description the message reply icon shown when a messaged is swiped on is hard to see on dark chat backgrounds when signal is set to use a light theme steps to reproduce set signal to use a light theme either follow system or force light set chat background to something dark even from preset write a message swipe right on the message to reply to it the reply icon shown is hard to see actual result the reply icon is hard to see because it almost matches the color of the background expected result the reply icon should have a correct color depending on the background dark on white background light on dark backgrounds screenshots these screenshots use the dark background from signal presets device info device samsung galaxy android version oneui signal version link to debug log not relevant
0
22,499,740,432
2022-06-23 10:41:52
qnblackcat/uYouPlus
https://api.github.com/repos/qnblackcat/uYouPlus
ios can’t download error ⚠️ have you read the make sure you visit the faq page first ⚠️ make sure you complete the template otherwise it will be closed without further explanation device info ios ipados version ios device model iphone pro sideload tool:esign version of uyouplus describe the bug for title to reproduce the bug please attach videos or screenshots if possible crash log if possible the crash log can be found in the settings app privacy analytics improvements analytics data youtube additional context
0
21,007,604,334
2022-03-30 01:11:23
robertjcolley/logbook
https://api.github.com/repos/robertjcolley/logbook
add chess game to blog absolutely stomped this guy with a brutal checkmate put it on the chess blog
0
20,726,647,411
2022-03-14 03:17:12
IvorySQL/IvorySQL
https://api.github.com/repos/IvorySQL/IvorySQL
in ivorysql the function to date to timestamp to timestamp tz result is different from the oracle result bug report when the first parameter of the function to date to timestamp to timestamp tz is passed only the value of the year the converted result is different from the oracle result ivorysql version and os version uname a linux configuration options config status config compatible mode oracle current behavior when the first parameter of the function to date to timestamp to timestamp tz is passed only the value of the year the month part in ivorysql is january while the month part in oracle is february the current month test sql: system time: select to date yyyy to timestamp yyyy to timestamp tz yyyy from dual test result: ivorysql:the year month and day are oracle:the year month and day are expected behavior please confirm the result of ivorysql and oracle which one is correct
0
20,367,320,594
2022-02-21 07:40:52
sjanel/coincenter
https://api.github.com/repos/sjanel/coincenter
sell all option and buy all addition of sell all option to sell all amount of a given currency on all matching exchanges is buy all option relevant and if so what would be its behavior
0
21,191,420,560
2022-04-08 17:53:04
pfefferle/autonomie
https://api.github.com/repos/pfefferle/autonomie
hide post date for static pages for static pages like the page date is shown below the header since static pages imho don t have a publication date it would be nice if the date could be hidden from the reader do you want to consider this whether or not as an option
0
20,383,999,992
2022-02-22 03:31:09
nikolashn/basque
https://api.github.com/repos/nikolashn/basque
fix potential buffer overflow in lexer h may occur when filebuf is iterated over multiple times within the while loop i e before the following bounds check while fileiter ba file buf size
0
21,874,248,083
2022-05-19 08:43:32
CitySeventeen/ChangeEnvironment
https://api.github.com/repos/CitySeventeen/ChangeEnvironment
includere casi di module core require resolve per i module core ritornano null e non string quindi considerare questo caso per evitare errori o logiche inattese
0
20,862,362,504
2022-03-22 01:00:03
CMPUT404W22AMNRY/CMPUT404-project-socialdistribution
https://api.github.com/repos/CMPUT404W22AMNRY/CMPUT404-project-socialdistribution
add image failed to load default image add a default image or signifier if an image or something fails to load example reddit
0
20,603,299,019
2022-03-06 15:55:58
MHProDev/MHDDoS
https://api.github.com/repos/MHProDev/MHDDoS
some of march updates broken the script if i pull fresh script from github and try to use it i get start py dns dns ww txt coded by mh prodev for better stresser note if the proxy list is empty the attack will run without proxies if the proxy file doesn t exist the script will download proxies and check them proxy type all in config json start py start py methods tcp minecraft vse rdp syn mem dns udp ard char ntp methods dgb avb null even head cfbuam bot pps cfb xmlrpc gsb apache slow bypass post cookie stress ovh get dyn methods tools info cfip dns dstat ping check methods others tools help stop methods all methods example start py dgb proxy txt start py syn proxy txt as it doesn t see any arguments if i take some older version from march — it works
0
22,288,737,638
2022-06-12 03:15:22
ultralytics/yolov5
https://api.github.com/repos/ultralytics/yolov5
关于“typeerror attempt load got an unexpected keyword argument map location ” search before asking i have searched the and and found no similar questions question : 、关于“typeerror attempt load got an unexpected keyword argument map location ”的提示,详细如下是执行和提示 d workspace python web main py config source streams txt source 为视频图像文件 地址 weights runs train weights best pt weights 自己的 模型地址 device device 使用的device类别,如是gpu, imgsz imgsz 输入图像的大小 stride stride 步长 conf thres conf thres 置信值阈值 iou thres iou thres iou阈值 augment false augment 是否使用图像增强 fatal not a valid object name head python torch cuda nvidia geforce rtx traceback most recent call last file web main py line in d workspace python web main py config source streams txt source 为视频图像文件 地址 weights runs train weights best pt weights 自己的 模型地址 device device 使用的device类别,如是gpu, imgsz imgsz 输入图像的大小 stride stride 步长 conf thres conf thres 置信值阈值 iou thres iou thres iou阈值 augment false augment 是否使用图像增强 fatal not a valid object name head python torch cuda nvidia geforce rtx traceback most recent call last file web main py line in darknet darknet opt file d workspace py line in init self model attempt load self opt map location self device typeerror attempt load got an unexpected keyword argument map location 、代码如下: web main py import the necessary packages from import darknet from camera import loadstreams loadimages from utils general import non max suppression scale coords check imshow from flask import response from flask import flask from flask import render template import time import torch import json import import os initialize a flask object app flask name initialize the video stream and allow the camera sensor to warmup with open config json r encoding as fp opt json load fp print config opt darknet darknet opt if darknet webcam cudnn benchmark true set true to speed up constant image size inference dataset loadstreams darknet source img size opt stride darknet stride else dataset loadimages darknet source img size opt stride darknet stride time sleep app route def index return the rendered template return render template index html def detect gen dataset feed type view img check imshow time time for path img vid cap in dataset img darknet preprocess img time time pred darknet model img augment darknet opt pred pred float pred non max suppression pred darknet opt darknet opt time time pred boxes for i det in enumerate pred if darknet webcam batch size feed type curr p s frame camera s str i path g i copy dataset count else feed type curr p s frame camera path getattr dataset frame s gx g img shape print string gn torch tensor shape normalization gain whwh if det is not none and len det det scale coords img shape det shape round print results for c in det unique n det c sum detections per class s f n darknet names s n add to string for xyxy conf cls id in det lbl darknet names xyxy torch tensor xyxy view view tolist score round conf tolist label format lbl score int xyxy int xyxy int xyxy int xyxy pred boxes append lbl score if view img darknet plot one box xyxy color label label print time inference nms print pred boxes print f s done s if feed type curr feed type frame imencode jpg tobytes yield b frame r n b content type image jpeg r n r n frame b r n app route video feed def video feed feed type video streaming route put this in the src attribute of an img tag if feed type camera return response detect gen dataset dataset feed type feed type mimetype multipart x mixed replace boundary frame elif feed type camera return response detect gen dataset dataset feed type feed type mimetype multipart x mixed replace boundary frame if name main app run host port threaded true additional no response
0
22,038,157,889
2022-05-28 23:26:27
SerenityOS/serenity
https://api.github.com/repos/SerenityOS/serenity
utilities chres does not return when changing to a resolution that is already present chres does not return when changing to a resolution that is already present in this situation clicking somewhere onto the desktop lets chres return though
0
21,317,885,272
2022-04-16 15:55:56
LunaPixelStudios/Better-Minecraft
https://api.github.com/repos/LunaPixelStudios/Better-Minecraft
bag display bug describe the bug the items you put in the bag will still be shown after you close the bag reproduction steps open the bag store some items in it close the bag screenshots and videos crash report or log no response operating system windows minecraft version modloader fabric modpack version optifine no other mods customskinloader
0
22,153,907,152
2022-06-03 20:02:25
shakacode/react_on_rails
https://api.github.com/repos/shakacode/react_on_rails
suggestion not pushing mini racer in new installs but use the standard node js that is faster is your feature request related to a problem please describe in the past i have had several issues installing mini racer because it depends on the gem node that depends on that needs to be installed in the operating system and the version of all of them must correspond in the present i have issues installing mini racer in adj openbsd because recent has conflicts with the clang compiler in that platform and as well as in ubuntu where i couldn t compile however in the later case i could install version describe the solution you d like that react on rails don push mini racer in new installs but just using the standard node js used by default by rails describe alternatives you ve considered the benchmarks in the mini racer github page are outdated so i i wondered if it was worthy the effort to install and use mini racer in a ruby on rails project instead of the default node js so i run the benchmarks included in mini racer additional context platform processor intel r core tm cores ram operating system ubuntu node js installed with nvm ruby installed with rvm with gemsets in user space preparation of the mini racer benchmark i cloned the master branch of the mini racer repository and run bundle rake it produced the error cp tmp linux mini racer extension mini racer extension so tmp linux stage lib mini racer extension so home vtamara comp ruby mini racer lib mini racer rb in undefined method require paths for nil nilclass nomethoderror however i was able to install the gem i guess precompiled with gem install mini racer fetching mini racer gem building native extensions this could take a while successfully installed mini racer to run the babel benchmark i did cd mini racer bechmark babel and in the gemfile i changed the line gem mini racer path by removing path to force the benchmark to use the installed gem i run benchmark with mini racer bundle exec ruby bench rb and then with node js node bench node js to run the uglify benchmark i did analogous steps in the directory benchmark exec js uglify results of babel benchmark bundle exec ruby bench rb load babel mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform mini racer transform node bench node js running version node requiring babel transpile transpile transpile transpile transpile transpile transpile transpile transpile transpile transpile times transpile times transpile times transpile times transpile times transpile times transpile times transpile times transpile times transpile times cleaning and comparing this results mini racer in all the cases is slower than node js in its fastest case it is slower and its slowest case it is slower with an average of slower results of uglify benchmark exec js uglify master bundle exec ruby bench rb node benching with node node minify discourse app js node minify discourse app minified js node minify discourse app js twice threads exec js uglify master bundle exec ruby bench rb mini racer benching with mini racer mini racer minify discourse app js mini racer minify discourse app minified js mini racer minify discourse app js twice threads here mini racer was between slower and slower with an average of conclusion for short javascript tasks mini racer is slower than node js for longer tasks mini racer is slower than node js since mini racer is so difficult to install and slower than the default node js of rails projects what for to recommend or push it in new installs of react on rails blessings
0
20,018,573,465
2022-02-01 14:27:32
Entex/dnacode
https://api.github.com/repos/Entex/dnacode
add support for custom index tables for example instead of using the standard we could specify a custom table like the standard table
0
20,383,729,972
2022-02-22 03:01:57
4paradigm/OpenMLDB
https://api.github.com/repos/4paradigm/OpenMLDB
zk is required to set even if running simple sql without reading and write openmldb cluster if zk is not set correctly and run select in offline mode it fails with the following log maybe we can support these sql without reading or write openmldb cluster img width alt image src
0
21,912,368,351
2022-05-21 08:53:30
jamie-mh/AuthenticatorPro
https://api.github.com/repos/jamie-mh/AuthenticatorPro
as user i want to receive reminder to reenable recreate the of an account after n days days so that a new secret code will be created is your feature request related to a problem please describe not a problem but i believe the secret should be recreate after some times just like our password anyone get the secret can generate the same code describe the solution you d like notification with snooze or todo task in app additional context n a
0
21,003,885,394
2022-03-29 20:18:13
foxglove/studio
https://api.github.com/repos/foxglove/studio
diagnostics detail summary panels ui flapping bug when trying to choose data source from drop down when trying to choose the data source in a diagnostics detail or diagnostics summary panel the drop down moves around the screen and makes it very difficult to select version studio desktop os ubuntu steps to reproduce ensure there are topics publishing on diagnostics and diagnostics agg so the panels have two data sources to choose from add a diagnostics detail or diagnostics summary panel try to choose a data source from the drop down expected behavior can choose a data source from the drop down actual behavior the drop down moves around the screen and makes it very difficult to select
0
21,008,417,576
2022-03-30 02:23:45
renpy/renpy
https://api.github.com/repos/renpy/renpy
doc not clear about defining defaulting initing persistent variables the persistent section of the doc does not talk about how to initialize them there has been some questions about it on discord if there is no difference with default define init for persistent variables probably a sentence like this will be enough persistent variables can be initialized with default define or in an init block if there is a difference or a best practice i think it should be explicit according to the changelog on version “the define statement can now be used to define persistent variables” that information is nowhere to be found on the doc sections about persistent or define moreover those sections contain expressions that i find confusing “variables that are defined using the define statement are treated as constant are not saved or loaded and should not be changed ” persistent variables will be changed somewhere i d suggest adding except persistent variables “variables that have their value set in an init python block are not saved loaded and do not participate in rollback therefore these variables should not be changed after init is over ” again persistent variables will be changed the same suggestion except persistent variables
0
22,275,270,580
2022-06-10 16:00:01
ietf-tools/datatracker
https://api.github.com/repos/ietf-tools/datatracker
action needed liaison color is not labelled or explained describe the issue on this page the action needed is either yellow or blue but this color isn t explained can we have a tool tip or change the text to explain what each one means code of conduct i agree to follow the
0
20,726,348,813
2022-03-14 02:41:21
DarkGuy10/BotClient
https://api.github.com/repos/DarkGuy10/BotClient
describe the bug when attempting to view a big server you get an empty channel list with an error message in the console to reproduce steps to reproduce the behavior open a big server in botclient look into the console expected behavior a visible channel list error uncaught in promise error error invoking remote method channels typeerror members values is not a function or its return value is not iterable at eventemitter i invoke node electron renderer init at async channelnav fetchchannels channelnav js desktop please complete the following information os windows node version additional context add any other context about the problem here
0
20,023,012,163
2022-02-01 18:10:23
Arquisoft/dede_es3b
https://api.github.com/repos/Arquisoft/dede_es3b
pull request para practicar para practicar con lar pull request estaria bien que cada compañero haga una por ejemplo que ponga su nombre al final del readme como hice yo en
0
20,364,343,032
2022-02-21 02:36:00
alexyirsa/git_flow_practice
https://api.github.com/repos/alexyirsa/git_flow_practice
un commit que no sigue la convención de código o arreglo a realizar la convención del mensaje del último commit no es la esperada cambios por error recuerde que debe tener el siguiente formato para realizar la corrección del mensaje de commit ejecute los comandos git commit amend y git push f este issue es solo un recordatorio de la convención de comentarios en los commits y puede ser cerrado
0
22,471,542,095
2022-06-22 08:33:23
rytilahti/python-miio
https://api.github.com/repos/rytilahti/python-miio
command vacuum not found describe the bug using latest version miiocli vacuum model ijai vacuum ip token xxxx xxx info usage miiocli command try miiocli help for help error no such command vacuum version information please complete the following information os centos python miio
0
20,773,330,665
2022-03-16 08:04:35
TensorSpeech/TensorFlowTTS
https://api.github.com/repos/TensorSpeech/TensorFlowTTS
unrecognized config of ger model even thou the configs of this french model and the german are nearly the same and both define the model type the german one leads to an error working tfautomodel from pretrained tensorspeech tts synpaflex fr not working tfautomodel from pretrained tensorspeech tts thorsten ger valueerror unrecognized config in root cache tensorflow tts should have a model type key in its config yaml or contain one of the following strings in its name fastspeech multiband melgan generator melgan generator hifigan generator parallel wavegan generator
0
22,583,367,837
2022-06-28 13:29:12
rmm17/lba1-classic-community
https://api.github.com/repos/rmm17/lba1-classic-community
principal island middle animation saving in hidden path glitched after killing the clone and getting help from rabbibunnies to open the hidden path when going through the hidden path an animation starts where twinsen enters a store behind some barrels saving in the middle of this animation and then loading it produces a situation where twinsen isnt rendered and the open menu key doesnt work save file
0
21,939,999,377
2022-05-23 17:03:37
twpayne/chezmoi
https://api.github.com/repos/twpayne/chezmoi
chezmoi add e removes previous matching file without warning describe the bug a non empty source file myfile config gets emptied without warning when chezmoi add e myfile config executes on an empty target file to reproduce shell printf s n test chezmoi source path myfile config touch home myfile config cd home chezmoi add e myfile config myfile config gets removed on source state cat chezmoi source path empty myfile config outputs nothing as expected expected behavior expected to get a warning that a non empty myfile config file existed on the source directory before removing the file output of command with verbose and debug chezmoi add e myfile config verbose debug removeall home wilson local share chezmoi myfile config rm rf home wilson local share chezmoi myfile config writefile home wilson local share chezmoi empty myfile config install m dev null home wilson local share chezmoi empty myfile config a home wilson local share chezmoi empty myfile config b home wilson local share chezmoi empty myfile config test output of chezmoi doctor chezmoi doctor warning version ok runtime goos linux runtime goarch ok home wilson local share chezmoi source directory perm ok home wilson destination directory perm ok home wilson config chezmoi chezmoi toml configuration file ok bin zsh shell ok usr bin vim editor ok usr bin vimdiff merge command ok usr bin git source vcs command version ok usr bin gpg gnupg version warning op cli not found warning bw bitwarden cli not found warning usr bin gopass gopass cli warning keepassxc cli keepassxc cli not found warning lpass lastpass cli not found ok usr bin pass pass cli version ok usr bin vault vault cli version
0
21,791,621,296
2022-05-15 01:28:48
NVIDIA/open-gpu-kernel-modules
https://api.github.com/repos/NVIDIA/open-gpu-kernel-modules
src common displayport src dp configcaps cpp defective error checking static analyser cppcheck says src common displayport src dp configcaps cpp style same expression on both sides of source code is if blinkready null blinkready null maybe better code if blinkactive null blinkready null
0
20,797,962,785
2022-03-17 11:08:44
gak112/DearJobTesting
https://api.github.com/repos/gak112/DearJobTesting
jobs based on skill set once a jobseeker is logged in please recommend customized jobs based on their skill set
0
21,529,004,286
2022-04-28 21:42:35
TeamDeusVult/DynamicLightsReforged
https://api.github.com/repos/TeamDeusVult/DynamicLightsReforged
fresh install crashes describe the bug all the mods load but when you try to join create a world using a clean pack install the game crashes to console i ve also attached the latest log that generates when it crashes to reproduce steps to reproduce the behavior install fresh pack add in rubidium extras dynamic lights create new world game crashes
0
20,032,254,039
2022-02-02 07:58:56
Salamek/zasilkovna
https://api.github.com/repos/Salamek/zasilkovna
packetslabelspdf input is not ideal in function packetslabelspdf input must be in the format custom id custom id
0
22,405,601,145
2022-06-18 00:13:35
lulugato12/anima_list
https://api.github.com/repos/lulugato12/anima_list
sign up descripción solicita al usuario la siguiente información username nombre apellidos correo electrónico contraseña si todo sale bien lo mandará a la landing page si algún valor no es correcto marcará los errores adicionalmente dará la opción de ir al log in en caso de ya tener una cuenta
0
22,772,017,972
2022-07-08 10:55:35
nativefier/nativefier
https://api.github.com/repos/nativefier/nativefier
how to open all links in current window help us help you and take the time to fill this template 🙂 an incomprehensible question is a useless question incomprehensible incomplete questions will be closed homework i looked at nativefier help and i searched existing issues open closed yes my question is new i m using the latest version available at your question how to open all links in current window when i set internal urls the links open in a new instance of nativefier is it possible to change this behavior to open in the same instance steps to reproduce nativefier name office internal urls verbose running in verbose mode this will produce a mountain of logs and is recommended only for troubleshooting or if you like shakespeare hi nativefier is minimally maintained these days and needs more hands if you have the time motivation help with bugfixes and maintenance is very welcome please go to and help how you can thanks processing options rawoptions name office n office internal urls internalurls verbose true c false conceal false no overwrite false nooverwrite false overwrite true portable false widevine false always on top false alwaysontop false disable context menu false disablecontextmenu false disable dev tools false disabledevtools false full screen false fullscreen false hide window frame false hidewindowframe false m false show menu bar false showmenubar false maximize false single instance false singleinstance false tray false zoom user agent honest false honest false useragenthonest false clear cache false clearcache false block external urls false blockexternalurls false strict internal urls false strictinternalurls false disable gpu false disablegpu false enable apis false false ignore gpu blacklist false ignoregpublacklist false disable old build warning yesiknowitisinsecure false disableoldbuildwarningyesiknowitisinsecure false ignore certificate false ignorecertificate false insecure false flash false bounce false counter false darwin dark mode support false darwindarkmodesupport false f false fast quit false fastquit false quiet false nativefier targeturl out undefined inferred arch normalized url to running in verbose mode this will produce a mountain of logs and is recommended only for troubleshooting or if you like shakespeare inferred platform linux performing async options post processing inferring icon for on linux inferring icon from store for on linux allowed icon formats when building for linux sanitized filename for office office got icons from gitcloud max icon match score no relevant icon in store trying to extract a png icon from the page got an icon from the page writing kb icon to tmp nativefier iconinfer icon ico options packager appcopyright undefined appversion undefined arch asar false buildversion undefined darwindarkmodesupport false dir usr local lib node modules nativefier app electronversion icon tmp nativefier iconinfer icon ico name office out home lucas overwrite true quiet false platform linux portable false targeturl tmpdir false upgrade false upgradefrom undefined productname office internalname office filedescription office nativefier accessibilityprompt true alwaysontop false backgroundcolor undefined basicauthpassword undefined basicauthusername undefined blockexternalurls false bookmarksmenu undefined bounce false browserwindowoptions undefined clearcache false counter false crashreporter undefined disablecontextmenu false disabledevtools false disablegpu false diskcachesize undefined disableoldbuildwarning false false fastquit false filedownloadoptions undefined flashplugindir undefined fullscreen false globalshortcuts undefined hidewindowframe false ignorecertificate false ignoregpublacklist false inject insecure false internalurls lang undefined maximize false nativefierversion quiet false processenvs undefined proxyrules undefined showmenubar false singleinstance false strictinternalurls false titlebarstyle undefined tray false useragent undefined useragenthonest false verbose true versionstring undefined width height minwidth undefined minheight undefined maxwidth undefined maxheight undefined widevine false x undefined y undefined zoom preparing electron app copying electron app from usr local lib node modules nativefier app to tmp nativefier app writing app config to tmp nativefier app nativefier json accessibilityprompt true alwaysontop false appbundleid undefined appcategorytype undefined appcopyright undefined appversion undefined arch asar false backgroundcolor undefined basicauthpassword undefined basicauthusername undefined blockexternalurls false bounce false browserwindowoptions undefined builddate buildversion undefined clearcache false counter false crashreporter undefined darwindarkmodesupport false derefsymlinks undefined disablecontextmenu false disabledevtools false disablegpu false disableoldbuildwarning false diskcachesize undefined download undefined electronversionused false executablename undefined fastquit false filedownloadoptions undefined flashplugindir undefined fullscreen false globalshortcuts undefined height helperbundleid undefined hidewindowframe false ignorecertificate false ignoregpublacklist false insecure false internalurls isupgrade false junk undefined lang undefined maximize false maxheight undefined maxwidth undefined minheight undefined minwidth undefined name office nativefierversion osxnotarize undefined osxsign undefined portable false processenvs undefined protocols undefined proxyrules undefined prune undefined quiet false showmenubar false singleinstance false strictinternalurls false targeturl titlebarstyle undefined tray false usagedescription undefined useragent undefined useragenthonest false versionstring undefined width widevine false productname office internalname office filedescription office x undefined y undefined zoom oldbuildwarningtext no files to inject skipping copy updating tmp nativefier app package json name field to office nativefier converting icons converting icon tmp nativefier iconinfer icon ico to tmp nativefier iconconv icon png calling shell command usr local lib node modules nativefier icon scripts converttopng tmp nativefier iconinfer icon ico tmp nativefier iconconv icon png conversion succeeded and produced icon at tmp nativefier iconconv icon png copying icons if necessary copying icon tmp nativefier iconconv icon png to tmp nativefier app icon png packaging this will take a few seconds maybe minutes if the requested electron isn t cached yet electron packager electron packager node host operating system linux electron packager packager options arch asar false darwindarkmodesupport false dir tmp nativefier app electronversion icon tmp nativefier iconconv icon png name office out home lucas overwrite true quiet false platform linux portable false targeturl electron packager target platforms linux electron packager target architectures electron packager inferring appversion from version in tmp nativefier app package json electron packager application name office electron packager target electron version electron packager ignored path regular expressions package lock json yarn lock git node modules bin o bj tmp electron packager electron packager downloading electron with options platform linux arch version artifactname electron packaging app for platform linux using electron electron packager creating home lucas linux template electron packager extracting home lucas cache electron electron linux zip to home lucas linux template electron packager initializing app in home lucas office linux from home lucas linux template template electron packager ignored paths based on the out param home lucas office darwin home lucas office darwin home lucas office darwin universal home lucas office linux home lucas office linux home lucas office linux home lucas office linux home lucas office linux home lucas office mas home lucas office mas home lucas office mas universal home lucas office home lucas office home lucas office electron packager validating bundled electron app electron packager checking for a package json file electron packager checking for the main entry point file electron packager validation complete electron packager renaming electron to office in home lucas office linux finalizing build app built to home lucas office linux move to wherever it makes sense for you and run the contained executable file prefixing with if necessary menu desktop shortcuts are up to you because nativefier cannot know where you re going to move the app search for linux desktop file for help or see context nativefier node js npm os linux debian gnu linux additional context
0
20,159,385,458
2022-02-09 19:45:11
motdotla/dotenv-expand
https://api.github.com/repos/motdotla/dotenv-expand
empty environment variables cause error got the following error error typeerror cannot read property match of undefined typeerror cannot read property match of undefined at interpolate d envidat frontend envidat frontend node modules dotenv expand lib main js at dotenvexpand d envidat frontend envidat frontend node modules dotenv expand lib main js at load d envidat frontend envidat frontend node modules vue cli service lib service js at service loadenv d envidat frontend envidat frontend node modules vue cli service lib service js at service init d envidat frontend envidat frontend node modules vue cli service lib service js at service run d envidat frontend envidat frontend node modules vue cli service lib service js at object d envidat frontend envidat frontend node modules vue cli service bin vue cli service js at module compile module js at object module extensions js module js at module load module js at trymoduleload module js at function module load module js at function module runmain module js at startup bootstrap node js at bootstrap node js i ve tested it with the current version like so cloned the repo npm install npm run test added additional empty variable in test env like so basic basic basic empty basic expand basic npm run test again of tests failed
0
20,680,125,913
2022-03-10 13:09:29
JohnAdders/climate_narrative
https://api.github.com/repos/JohnAdders/climate_narrative
choose between divgent or delayed from vicky morley the tool includes a divergent net zero and disorderly scenario under the disorderly scenario which may be too much to include both within the one report
0
21,178,495,543
2022-04-08 04:34:46
TheIllusiveC4/Polymorph
https://api.github.com/repos/TheIllusiveC4/Polymorph
crafting smelting poly options not showing up for egg and book notice please reproduce all issues without any other unnecessary mods before submitting versions be specific do not write latest polymorph forge fabric fabric observed behavior list start of installed mods in question polymorph patchouli williewillus mcdoom azuredoomc mythic mounts chirpycricket and egg to capture jtl elisa better animals plus itsmeow additional additions list end when trying to smelt a minecraft egg to get a capture egg from jtl elisas mod the poly button does not show up in the furnace and can only make a fried egg from additional additions which toggled the food in aa mod then makes a fried egg from better animals plus without the poly button still when trying to make the book from mythic mount mod by patchouli that was most recently added in chirpycrikets update the only option is to get azuredooms patchouli book and no poly button expected behavior steps to reproduce add coal furnace crafting table book gunpowder egg to inventory place coal and egg to furnace no poly button place gunpowder and book in crafting table no poly button crash log please use a paste site like no crash
0
20,979,971,937
2022-03-28 18:53:15
jgm/pandoc
https://api.github.com/repos/jgm/pandoc
number all equations in latex markdown thank you for suggesting a feature before you continue please make sure that you have read the contributing guidelines searched the issue tracker for similar issues including closed issues searched the pandoc discuss mailing list for relevant discussions i have latex documents with lots of equations it would be nice if when converting to markdown and ultimately to docx if the equations labeled or not could be forced to be tagged with eq so that all equation numbers will be numbered and that with a minimum of munging i could insert the correct equation references in the text
0
20,613,922,907
2022-03-07 11:18:57
discord-net/Discord.Net
https://api.github.com/repos/discord-net/Discord.Net
sendfileasync check the docs i double checked the docs and couldn t find any useful information verify issue source i verified the issue was caused by discord net check your intents i double checked that i have the required intents description i updated library from to version when i using sendfileasync function i getting error at the same time everything worked fine on version version working version logs sample no response packages
0
22,632,392,356
2022-06-30 15:39:29
angelatan2/GHA_sandbox
https://api.github.com/repos/angelatan2/GHA_sandbox
test provide a general summary of the request in the title above summary provide a brief overview of what the new feature is all about desired behavior tell us how the new feature should work be specific do not give us access or passwords to your new relic account or api keys possible solution not required suggest how to implement the addition or change additional context why does this feature matter to you what unique circumstances do you have
0
20,911,072,621
2022-03-24 09:22:20
cabaletta/baritone
https://api.github.com/repos/cabaletta/baritone
why would you choose the version number rather than what would seem more suitable i m just curious why you choose the version number rather than what would seem more suitable seems you would have saved yourself a lot of support issues if the version number was a clearer relation to the minecraft version number
0
22,668,099,887
2022-07-03 07:31:58
nextauthjs/next-auth
https://api.github.com/repos/nextauthjs/next-auth
optional question 💬 hi i am trying to add support and noticed it mentioned adding it as credentials i want to make it optional showing up as a second step if needed as many services are doing so i need to know if it is filled or not to the backend has anyone built that with next auth and can give me some tips how to reproduce ☕️ javascript credentialsprovider id intranet credentials name two factor auth async authorize credentials req const user add function to get user return user credentials email label username type text placeholder jsmith key label key contributing 🙌🏽 no i am afraid i cannot help regarding this
0
20,142,336,008
2022-02-09 01:24:05
stephanheinemann/worldwind
https://api.github.com/repos/stephanheinemann/worldwind
improve initial scenario and support scenario persistence improve the initial scenario with an suitable environment close to victoria cfar flight test area allow scenarios to be saved and loaded for reproducible tests support scenario persistence
0
21,966,950,845
2022-05-24 21:25:01
PojavLauncherTeam/PojavLauncher
https://api.github.com/repos/PojavLauncherTeam/PojavLauncher
when i play minecraft with optifine but exit the game at few moments describe the bug when i play minecraft with optifine but exit the game at few moments the log file and images videos when i play minecraft with optifine but exit the game at few moments steps to reproduce markdown when i play minecraft with optifine but exit the game at few moments expected behavior when i play minecraft with optifine but exit the game at few moments platform markdown device model iq cpu architecture sd android version pojavlauncher version play store anything else no response
0
21,185,001,397
2022-04-08 11:48:45
mewore/godot-jumpstart
https://api.github.com/repos/mewore/godot-jumpstart
translate the shell scripts into python python is my best bet if i want a script that is cross platform
0