id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
300109703
Pushpin slides over previuse one in mobile version This was taken directly from the sample at - http://materializecss.com/pushpin-demo.html Here is a gif showing the issue: http://recordit.co/cAiVnu5zil It works as expected in desktop mode, but when it's in mobile view this bug happens. I tested this in Chrome and Ed...
gharchive/issue
2018-02-26T04:58:39
2025-04-01T06:36:54.514874
{ "authors": [ "Light1c3", "acburst" ], "repo": "Dogfalo/materialize", "url": "https://github.com/Dogfalo/materialize/issues/5703", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2630074742
code snippets markup is not working Describe the bug while adding code snippets it is not working as expected 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 Deskt...
gharchive/issue
2024-11-02T00:36:40
2025-04-01T06:36:54.521607
{ "authors": [ "DogukanUrker", "wishrohitv" ], "repo": "DogukanUrker/flaskBlog", "url": "https://github.com/DogukanUrker/flaskBlog/issues/106", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1920985314
Add git-diff and pypi links into CHANGELOG.md [2.x.b]: https://github.com/Doist/todoist-api-python/compare/v2.x.a...v2.x.b [202y-mm-dd]: https://pypi.org/project/todoist-api-python/2.x.b/ [Unreleased]: https://github.com/Doist/todoist-api-python/compare/v2.x.b...main Preview: https://github.com/sadikkuzu/todoist-...
gharchive/pull-request
2023-10-01T21:33:31
2025-04-01T06:36:54.523121
{ "authors": [ "sadikkuzu" ], "repo": "Doist/todoist-api-python", "url": "https://github.com/Doist/todoist-api-python/pull/115", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1989403719
ValidationError: duration is expected but was missing Bug description Hi all, I'm getting this error I think is related to #246 . Maybe the changes hasn't been published in a new version? I'm using 3.0.0 Expected behaviour Not breaking when doing a request with the getTask method. Is reproducible Yes/No To reproduce...
gharchive/issue
2023-11-12T13:27:26
2025-04-01T06:36:54.526720
{ "authors": [ "dubisdev", "scottlovegrove" ], "repo": "Doist/todoist-api-typescript", "url": "https://github.com/Doist/todoist-api-typescript/issues/248", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1385916752
error: Cannot read properties of undefined (reading 'attributes') I have integrated strapi-plugin-fuzzy-search "^1.10.0-beta.1", strapi version "4.3.9", set the search permissions from strapi admin panel and when I send request to "http://localhost:1337/api/fuzzy-search/search?query=" + text, I get the above mentione...
gharchive/issue
2022-09-26T11:36:35
2025-04-01T06:36:54.547814
{ "authors": [ "itsmefarhan" ], "repo": "DomDew/strapi-plugin-fuzzy-search", "url": "https://github.com/DomDew/strapi-plugin-fuzzy-search/issues/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
482563852
How to implement in react native expo How to implement in react native expo ? I don't know what that is, try stackoverfkow how to implement the crop functionality in react native web project?
gharchive/issue
2019-08-19T22:49:59
2025-04-01T06:36:54.548923
{ "authors": [ "DominicTobias", "chayancbnits" ], "repo": "DominicTobias/react-image-crop", "url": "https://github.com/DominicTobias/react-image-crop/issues/293", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
2198471041
Add Backdash Add to network session: https://github.com/lucasteles/Backdash Thank you!
gharchive/pull-request
2024-03-20T20:12:04
2025-04-01T06:36:54.592216
{ "authors": [ "Doprez", "lucasteles" ], "repo": "Doprez/Awesome-Stride", "url": "https://github.com/Doprez/Awesome-Stride/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1789717227
Task 3: Item Pop-up menu Task 3: Item Pop-up menu In this PR, I have added functionality to display a popup menu and display details of the movie selected Type of change [ ] Created a new file called modalBox.js [ ] Created function in the modalbox.js to display the popup menu [ ] Updated the displayMovie function:...
gharchive/pull-request
2023-07-05T14:43:15
2025-04-01T06:36:54.595692
{ "authors": [ "AsumVictor" ], "repo": "Dorcas126/JavaScript-capstone-project", "url": "https://github.com/Dorcas126/JavaScript-capstone-project/pull/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
125759233
Spaces between tag and first attribute won't be formatted Before <node attr="none" attr2="lots" attr3="less" > </node> After <node attr="none" attr2="lots" attr3="less" ></node> Spaces between node and attr1 should be merged into only one space. Also, spaces before the closing > aren't treated....
gharchive/issue
2016-01-09T13:23:56
2025-04-01T06:36:54.599295
{ "authors": [ "DotJoshJohnson", "davity" ], "repo": "DotJoshJohnson/vscode-xml", "url": "https://github.com/DotJoshJohnson/vscode-xml/issues/18", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1978540849
【文章推荐】Func, Predict 和 Expression 的区别 https://www.youtube.com/watch?v=PoniDOq5zQw&ab_channel=MilanJovanović C# 中存在三种判断类型的委托,分别为 Func<T, bool> Predicate Expression<Func<T, bool>> 三者的区别可以用这一段代码表示 Func<User, bool> userFunc = user => user.Age > 29; Predicate<User> userPredicate = user => user.Age > 29; Expression...
gharchive/issue
2023-11-06T08:10:55
2025-04-01T06:36:54.601920
{ "authors": [ "gaufung" ], "repo": "DotNETWeekly-io/DotNetWeekly", "url": "https://github.com/DotNETWeekly-io/DotNetWeekly/issues/499", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
975368314
Реализация модели предметной области По задаче #130 Модели и логику связей утянул из Auditor Привел нулябельность полей в соответствие со схемами Черт, я опять проиграл в неравной схватке с git. @ilabutin ты вроде "сквашишь" коммиты, это не должно стать большой проблемой?
gharchive/pull-request
2021-08-20T08:03:15
2025-04-01T06:36:54.605357
{ "authors": [ "zetroot" ], "repo": "DotNetRu/Commune", "url": "https://github.com/DotNetRu/Commune/pull/147", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
225890545
Merging dozer-osgi artifact with dozer core dozer-osgi module is redundant. Having OSGI bundle descriptor inside core jar is harmless for non-OSGI environments. All the libraries out there that are OSGI-capable produce only one single OSGI-ready artifact. This pull request merges dozer-osgi into dozer. The commit jus...
gharchive/pull-request
2017-05-03T05:58:43
2025-04-01T06:36:54.634668
{ "authors": [ "garethahealy", "orange-buffalo" ], "repo": "DozerMapper/dozer", "url": "https://github.com/DozerMapper/dozer/pull/348", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2021610670
More balancing in fight Mettez tous vos retours ici ! les nouveaux items c'est cool ! 2.le buff de l'attaque de guilde pas encore test mais j'approuve totalement c'est une super idée 3.ensuite, l'attaque bouclier est vrmt trop op et l'attaque canon trop nulle (j'ai un peu l'impression que les dégâts de ces 2 attaq...
gharchive/issue
2023-12-01T21:31:57
2025-04-01T06:36:54.650812
{ "authors": [ "0eddo", "Aikoo-Sama", "BastLast", "Ravenclaw-l", "Sousoulman", "Thefox60" ], "repo": "DraftBot-A-Discord-Adventure/DraftBot", "url": "https://github.com/DraftBot-A-Discord-Adventure/DraftBot/issues/2327", "license": "MIT", "license_type": "permissive", "license_sour...
273072353
adding macOS support via Docker This will allow you to run PiShrink on macOS with a Docker engine installed. I think this will also work on Linux but I haven't tested it. awesome addition thanks 👍 It works on Linux :+1: it works, please merge it @pablobuenaposada commits have been squashed as requested. @...
gharchive/pull-request
2017-11-10T21:57:28
2025-04-01T06:36:54.695792
{ "authors": [ "Axel-Jacobsen", "Drewsif", "a2f0", "deepeeess", "mgomesborges", "miathedev", "pablobuenaposada", "revolunet" ], "repo": "Drewsif/PiShrink", "url": "https://github.com/Drewsif/PiShrink/pull/27", "license": "mit", "license_type": "permissive", "license_source"...
2574621060
About training data process Hi, Thank you for your outstanding work! I have a question regarding the training process. When generating the conditioning signal, I understand that the point cloud is obtained from a single frame. However, during rendering, is the camera pose derived from running dust3r on a single frame...
gharchive/issue
2024-10-09T03:11:43
2025-04-01T06:36:54.698929
{ "authors": [ "Drexubery", "cyf23" ], "repo": "Drexubery/ViewCrafter", "url": "https://github.com/Drexubery/ViewCrafter/issues/28", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2592824635
PBL IDEATION Stock Sentiment Analyzer Backend: Java pulls in real-time financial news or social media data related to specific stocks and runs sentiment analysis using an algorithm (positive, neutral, negative sentiment). Frontend: JavaScript allows users to input stock tickers, with Markdown displaying sentiment sco...
gharchive/issue
2024-10-16T19:13:56
2025-04-01T06:36:54.708876
{ "authors": [ "DrishyaMody" ], "repo": "DrishyaMody/CSAstudent_T1", "url": "https://github.com/DrishyaMody/CSAstudent_T1/issues/11", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1849918011
DroidKaigi's code style is missing features that the IDE supports. Spotless/ktlin recommends using trailing commas, so setting this style as the default style for your project seems like the right choice. Is there a reason you didn't add it? I would like to add it definitely! 🙋 Thanks! Assigned 👍
gharchive/issue
2023-08-14T14:36:53
2025-04-01T06:36:54.710788
{ "authors": [ "Pluu", "takahirom" ], "repo": "DroidKaigi/conference-app-2023", "url": "https://github.com/DroidKaigi/conference-app-2023/issues/477", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1888944110
[iOS] :sparkles: Spacing was added as a theme. Issue close #891 Overview (Required) The title says it all. @ry-itto @tkhs0604 For some reason, no reviewers were assigned, so I mentions it. :bow:
gharchive/pull-request
2023-09-10T03:03:10
2025-04-01T06:36:54.712393
{ "authors": [ "Corvus400" ], "repo": "DroidKaigi/conference-app-2023", "url": "https://github.com/DroidKaigi/conference-app-2023/pull/1142", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
145484508
How to add this plugin to AOSP I would like to use this plugin, but I can't figure out how to add it to my AOSP build. Could you give instructions? You can add plugin to your build script (usually build.gradle) as any other plugin, snippets are available at gradle plugin portal. Note that plugin has to be applied t...
gharchive/issue
2016-04-03T11:43:13
2025-04-01T06:36:54.717871
{ "authors": [ "KrishnaGolakoti", "fonic", "koral--" ], "repo": "DroidsOnRoids/android-gradle-aosp-aapt-plugin", "url": "https://github.com/DroidsOnRoids/android-gradle-aosp-aapt-plugin/issues/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1338023339
[BUG] Make Mobile Responsive Description Problem: The input elements in the modal for the generators on mobile go out of the modal a little. Solution: it's probably a padding or margin doing that. Use media query to make it fix in the modal container Screenshots Description Problem: The input elements in the moda...
gharchive/issue
2022-08-13T18:12:54
2025-04-01T06:36:55.069447
{ "authors": [ "Dun-sin", "KendallDoesCoding", "pushkaraj2007" ], "repo": "Dun-sin/trick-generator", "url": "https://github.com/Dun-sin/trick-generator/issues/105", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2023294922
[BUG] Wizard has the cleric "Cast a spell" move. Describe the bug A clear and concise description of what the bug is. To Reproduce Steps to reproduce the behavior: Go to '...' Tap on '....' See error Expected behavior A clear and concise description of what you expected to happen. Screenshots If applicable, add scr...
gharchive/issue
2023-12-04T01:37:03
2025-04-01T06:36:55.074098
{ "authors": [ "chenasraf", "magnus-ISU" ], "repo": "DungeonPaper/dungeon_world_data", "url": "https://github.com/DungeonPaper/dungeon_world_data/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1228820713
Add SciolyFF Converter This PR adds the SciolyFF converter to the main Duosmium site. This is a JS rewrite of csv-to-sciolyff (live). TODO: [] Error handling/display [] Download button [] iframe in preview page [] window communication for preview page
gharchive/pull-request
2022-05-08T07:57:42
2025-04-01T06:36:55.076338
{ "authors": [ "tctree333" ], "repo": "Duosmium/duosmium", "url": "https://github.com/Duosmium/duosmium/pull/23", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1157857830
Update secretsmanager to 2.17.141 Updates software.amazon.awssdk:secretsmanager from 2.17.110 to 2.17.141. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the co...
gharchive/pull-request
2022-03-03T01:12:19
2025-04-01T06:36:55.088370
{ "authors": [ "scala-steward" ], "repo": "Dwolla/postgresql-init-custom-resource", "url": "https://github.com/Dwolla/postgresql-init-custom-resource/pull/117", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1109143315
Use timestamps_enabled? in UpdateFields and Upsert to prevent updated_at from being added to the item Use timestamps_enabled? in UpdateFields and Upsert to prevent updated_at from being added to the item. Currently, When I use upsert or update_fields, updated_at is added to the item even if I set table timestamps: f...
gharchive/pull-request
2022-01-20T10:46:34
2025-04-01T06:36:55.122796
{ "authors": [ "andrykonchin", "oieioi" ], "repo": "Dynamoid/dynamoid", "url": "https://github.com/Dynamoid/dynamoid/pull/527", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1617545125
issue-255: extract environment from docker compose and use react env update env files update docker compose for ols4-frontend to point to env file fix for #255
gharchive/pull-request
2023-03-09T16:11:04
2025-04-01T06:36:55.327962
{ "authors": [ "serjoshua" ], "repo": "EBISPOT/ols4", "url": "https://github.com/EBISPOT/ols4/pull/256", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1905638740
changed the convention from hyphen to underscore fixes #50 Changed the multi-word names' separators from hyphen to underscore After merging this branch, we'll have to delete the previous seqcol objects already saved in our db (in the deployment server) and re-ingest them again. Otherwise we'll face problems of comp...
gharchive/pull-request
2023-09-20T20:02:05
2025-04-01T06:36:55.329405
{ "authors": [ "waterflow80" ], "repo": "EBIvariation/eva-seqcol", "url": "https://github.com/EBIvariation/eva-seqcol/pull/51", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1335435182
🛑 EC-Nordbund is down In 81e9afa, EC-Nordbund (https://www.ec-nordbund.de) was down: HTTP code: 0 Response time: 0 ms Resolved: EC-Nordbund is back up in 4bc8ba7.
gharchive/issue
2022-08-11T03:47:54
2025-04-01T06:36:55.371551
{ "authors": [ "mathe42" ], "repo": "EC-Nordbund/uptime", "url": "https://github.com/EC-Nordbund/uptime/issues/55", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1929700373
[Feature] Top Bar Description Top bar of the GUI. Copy the drop down menus and options from the old GUI Reason For Request Duplicate of #2, blocked on #20
gharchive/issue
2023-10-06T08:40:18
2025-04-01T06:36:55.372997
{ "authors": [ "Lodod", "atjn" ], "repo": "ECDAR-AAU-SW-P5/Ecdar-GUI-Web", "url": "https://github.com/ECDAR-AAU-SW-P5/Ecdar-GUI-Web/issues/44", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
309303374
Proper Ansible configuration for group vars The playbook uses a role which has some dependencies including an nginx role. This needs a variable for which sites you want to enable on the nginx server. This should be put in group_vars, but for some reason ansible is not picking this up. Fixed in 56b6788fd
gharchive/issue
2018-03-28T10:12:49
2025-04-01T06:36:55.532262
{ "authors": [ "brucellino" ], "repo": "EGI-Foundation/community.egi.eu", "url": "https://github.com/EGI-Foundation/community.egi.eu/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1302984527
[Auto-generated] Update dependencies Update dependencies Automatically created PR from ci/dependency-updates. For more information see the "Dependabot updates" workflow. To-do [ ] Check that the diff is sensible, and that tests and builds pass with the new dependency versions. [ ] Make sure that the PR is squash mer...
gharchive/pull-request
2022-07-13T06:50:51
2025-04-01T06:36:55.551572
{ "authors": [ "TEAM4-0", "codecov-commenter" ], "repo": "EMMC-ASBL/otelib", "url": "https://github.com/EMMC-ASBL/otelib/pull/55", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1201458062
主服MCDR插件加载问题 在完全配置好之后,执行!!msr start,主服务器MCDR插件会被卸载,(大概)插件加载目录变更出现问题, 主服内执行!!MCDR plg list 指令显示只加载到部分插件(!!msr 指令无效),并且直接在控制台输入指令服务端会无法正常接收到指令,重启服务端会恢复 感觉问题描述不是很清楚qwq MCDR版本:2.3.2 插件版本:1.0.3 python版本:3.8.6 系统:Windows11 21H2 22000.593 config内command:python -m mcdreforged 主服务器 MCDR config内start_command:run.bat (java -jar...
gharchive/issue
2022-04-12T08:54:48
2025-04-01T06:36:55.568357
{ "authors": [ "GamerNoTitle", "tangsu99" ], "repo": "EMUnion/MirrorServerReforged", "url": "https://github.com/EMUnion/MirrorServerReforged/issues/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
449496421
Handle notifications Notifications This PR extends the subscription behavior of actionType to be aware of notifications. The syntax looks like this: [originating_account]::[action_name]>[notified_account] For example, given that action 'foo' of account 'originating' notifies account 'notified', a subscription to thi...
gharchive/pull-request
2019-05-28T21:59:01
2025-04-01T06:36:55.619967
{ "authors": [ "flux627", "jeffreyssmith2nd" ], "repo": "EOSIO/demux-js-eos", "url": "https://github.com/EOSIO/demux-js-eos/pull/86", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
944979265
remove copy of reversible blocks directory in snapshot tests - 2.0 Change Description This removed copy needs to do nothing, otherwise the test cannot pass because an opened (and thus dirty) reversible block database gets copied to the new chain data directory and cannot be used because it is dirty. Indeed, this c...
gharchive/pull-request
2021-07-15T04:10:31
2025-04-01T06:36:55.628415
{ "authors": [ "spoonincode" ], "repo": "EOSIO/eos", "url": "https://github.com/EOSIO/eos/pull/10515", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
648438329
New Logger - add_transaction_failure_tracing New logger add_transaction_failure_tracing reflected. Resolves #9252 Modified transaction_tracing info based on SME feedback Change Description Change Type Select ONE [x] Documentation [ ] Stability bug fix [ ] Other [ ] Other - special case Consensus Ch...
gharchive/pull-request
2020-06-30T19:30:31
2025-04-01T06:36:55.634055
{ "authors": [ "bobgt", "brianjohnson5972" ], "repo": "EOSIO/eos", "url": "https://github.com/EOSIO/eos/pull/9271", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
372387832
TypeError: WEBPACK_IMPORTED_MODULE_1_eosjs.Rpc is undefined Version of EOSJS ^20.0.0-beta2 Describe the bug I keep getting this error on react everytime I try to initiate a transaction witth EOSJS To Reproduce import {Api, Rpc, SignatureProvider} from 'eosjs' import shajs from 'sha.js' //httpEndpoint const httpEndp...
gharchive/issue
2018-10-22T03:56:09
2025-04-01T06:36:55.649239
{ "authors": [ "c0d3ster", "feekayo", "iKest" ], "repo": "EOSIO/eosjs", "url": "https://github.com/EOSIO/eosjs/issues/405", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
326370620
Double-fault handler not running correctly It seems like the double fault handler isn't running with its own stack like is intended. This should be investigated. In #46, a TODO was added with a test for this functionality that should be updated once the issue is fixed.
gharchive/issue
2018-05-25T03:43:24
2025-04-01T06:36:55.660175
{ "authors": [ "4e554c4c", "jjgarzella" ], "repo": "ESALP/ESALP-1", "url": "https://github.com/ESALP/ESALP-1/issues/36", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
430174633
Various changes (unit tests, scripts from private repositories) This PR contains several changes: Unit tests for esmvaltool.diag_scripts.shared.io and esmvaltool.diag_scripts.shared.iris_helpers Fix and derivation scripts from the private repositories which should be available in the public repo Various smaller opti...
gharchive/pull-request
2019-04-07T18:06:17
2025-04-01T06:36:55.715633
{ "authors": [ "schlunma" ], "repo": "ESMValGroup/ESMValTool", "url": "https://github.com/ESMValGroup/ESMValTool/pull/1012", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1538048636
Improve flexibility of cloud diagnostics Description This technical PR increases the flexibility of the cloud diagnostics stored in diag_script/clouds to allow for: analyzing single model datasets, i.e. dropping the requirement for having multiple datasets and splitting a variable in a recipe into two sections (e.g....
gharchive/pull-request
2023-01-18T13:58:43
2025-04-01T06:36:55.743008
{ "authors": [ "axel-lauer", "schlunma", "valeriupredoi" ], "repo": "ESMValGroup/ESMValTool", "url": "https://github.com/ESMValGroup/ESMValTool/pull/3016", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1208605931
Improve num_regression with changes in percent Add relative change, use sign on errors The first idea would be to add a fourth column besides obtained_..., expected_... and diff: relative change. It would print the relative error of the obtained, in relation with the expected. It would also change to use a sign on t...
gharchive/issue
2022-04-19T16:40:35
2025-04-01T06:36:55.770775
{ "authors": [ "arthursoprana", "tadeu" ], "repo": "ESSS/pytest-regressions", "url": "https://github.com/ESSS/pytest-regressions/issues/93", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1930622172
Add scanner info etc More feature complete, but still a long way off! I've split type info in separate files, and implemented more types and content. This would be good to merge once the C++ examples get updated... @johnstairs feel free to comment 😄
gharchive/pull-request
2023-10-06T16:59:30
2025-04-01T06:36:55.777324
{ "authors": [ "KrisThielemans" ], "repo": "ETSInitiative/PRDdefinition", "url": "https://github.com/ETSInitiative/PRDdefinition/pull/6", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
206274694
New instalation error Magento 2.1.3 [Zend_Db_Statement_Exception] SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (magento2.warehouseinventory_stock_item, CONSTRAINT WAREHOUSEINV_STOCK_ITEM_STOCK_ID_WAREHOUSEINV_STOCK_STOCK_ID FOREIGN KEY (sto...
gharchive/issue
2017-02-08T17:54:33
2025-04-01T06:36:55.806997
{ "authors": [ "eadesignro", "inluxc" ], "repo": "EaDesgin/magento2-warehouses", "url": "https://github.com/EaDesgin/magento2-warehouses/issues/2", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1692569784
chore: update to react 18 Updates the react library to React 18. Closes #364 This should be used as the starting point for #364. Important to note that when resolving conflicts in package-lock.json and other files, you may end up with multiple versions of React installed which will cause some crazy errors. Run npm ...
gharchive/pull-request
2023-05-02T14:48:15
2025-04-01T06:36:55.833302
{ "authors": [ "kylelaker", "tuckerzp" ], "repo": "EasyDynamics/oscal-react-library", "url": "https://github.com/EasyDynamics/oscal-react-library/pull/832", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
132292631
Possibly connection timeout Also need to check the async state in a timer Fixed in 0c68185c93d61f0f07bd1074d81acce7120e238a
gharchive/issue
2016-02-08T23:58:57
2025-04-01T06:36:55.852056
{ "authors": [ "EbenZhang" ], "repo": "EbenZhang/DbRestorer", "url": "https://github.com/EbenZhang/DbRestorer/issues/9", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1958461699
Update Programming Playground with Gremlin section and reference What does this PR do? Add resource(s) For resources Programming Playground Description Adding Gremlin section to Programming playground with first reference. Why is this valuable (or not)? Having a place to play with gremlin How do we know it's really f...
gharchive/pull-request
2023-10-24T03:52:43
2025-04-01T06:36:55.856724
{ "authors": [ "eshellman", "joaoluizn" ], "repo": "EbookFoundation/free-programming-books", "url": "https://github.com/EbookFoundation/free-programming-books/pull/10708", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
413106008
Change bottom ribbon from blue Marine Planner to green FISHPass http://fishpass.ecotrust.org/accounts/forgot/ http://fishpass.ecotrust.org/accounts/ http://fishpass.ecotrust.org/accounts/register/ http://fishpass.ecotrust.org/accounts/change-password/ At minimum, can we remove the "Marine Planner" text?
gharchive/issue
2019-02-21T20:19:03
2025-04-01T06:36:55.882632
{ "authors": [ "jtutak" ], "repo": "Ecotrust/FishPass", "url": "https://github.com/Ecotrust/FishPass/issues/127", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1456900012
Upload model to the repo It is difficult to download the model files outside China. Can you please upload a copy to github? I think it is easy to do with lfs. Or upload a copy in the release. I forked your repo, downloaded the model files and then put those files in the forked repo maintained with git-lfs. But unf...
gharchive/issue
2022-11-20T13:16:12
2025-04-01T06:36:55.890273
{ "authors": [ "EdVince", "fengwang" ], "repo": "EdVince/Stable-Diffusion-NCNN", "url": "https://github.com/EdVince/Stable-Diffusion-NCNN/issues/4", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1992696230
feat: New 'Steps to Reproduce' section in bug template Fixes Issue Closes #9742 Changes proposed To add a required "Steps to Reproduce" section in the bug issue template to reduce the workload for maintainers and help them to reproduce bugs more quickly and easily, which will lead to faster fixes. In bug.yml template...
gharchive/pull-request
2023-11-14T12:58:18
2025-04-01T06:36:55.896038
{ "authors": [ "Kamaruddheen" ], "repo": "EddieHubCommunity/BioDrop", "url": "https://github.com/EddieHubCommunity/BioDrop/pull/9789", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1759107432
[UI] Content Overflow in user profile card Description The description text is overflowing below the card in the search bar profile suggestions Screenshots Additional information The potential solution can be either limiting the number of characters in the description or making the card responsive to the text Than...
gharchive/issue
2023-06-15T15:39:13
2025-04-01T06:36:55.898134
{ "authors": [ "Deveesh-Shetty", "eddiejaoude" ], "repo": "EddieHubCommunity/LinkFree", "url": "https://github.com/EddieHubCommunity/LinkFree/issues/7605", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1515621442
issue #2562 fix this fix is for issue #2562 where I have set transformInLineCode to true closes #2562 Fixes Issue #2562 Changes proposed Check List (Check all the applicable boxes) [ x] My code follows the code style of this project. [ ] My change requires changes to the documentation. [ ] I have updated the ...
gharchive/pull-request
2023-01-01T14:57:06
2025-04-01T06:36:55.907700
{ "authors": [ "AldrinSeanPereira", "dan-mba", "eddiejaoude" ], "repo": "EddieHubCommunity/LinkFree", "url": "https://github.com/EddieHubCommunity/LinkFree/pull/2566", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1305593434
Main old Related issue What changes does this PR do? Screenshots (If any) Questions These are the changes from the old main branch which is no longer activity maintained and should not be merged into the current main branch. Closing the pr due to this. Feel free to reopen if there is anything missing or wrong.
gharchive/pull-request
2022-07-15T05:29:04
2025-04-01T06:36:55.909302
{ "authors": [ "schmelto", "zayidmohamedy" ], "repo": "EddieHubCommunity/hacktoberfest-practice", "url": "https://github.com/EddieHubCommunity/hacktoberfest-practice/pull/1301", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
723472605
I would like to join the organization Please send me an invitation as a member of Eddie Jaounde community Thank you @frankiefab100 👍 I will transfer this issue to the support repo and with the relevant labels.
gharchive/issue
2020-10-16T19:22:44
2025-04-01T06:36:55.910425
{ "authors": [ "eddiejaoude", "frankiefab100" ], "repo": "EddieJaoudeCommunity/gh-action-community", "url": "https://github.com/EddieJaoudeCommunity/gh-action-community/issues/58", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
78623402
iOS build fails when using the xcode 6.3.2 Hello, above all, many thanks for this plugin I've been using quite a lot for the app I created so far. After the latest xcode update (today), I'm not able to build an iOS binary anymore. Xcode returns the following: Undefined symbols for architecture x86_64: "OBJC_CLASS$_MF...
gharchive/issue
2015-05-20T17:47:41
2025-04-01T06:36:55.914399
{ "authors": [ "EddyVerbruggen", "code-making-machine" ], "repo": "EddyVerbruggen/SocialSharing-PhoneGap-Plugin", "url": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/issues/357", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1489803723
yaml syntax highlighting not showing distinct colors for field and values Description When using nightfox colorschemes, the syntax highlighting for yaml filetypes are off, the strings and fields all have the same colour, with the only colour distinction coming from numbers/booleans. Reproduced using the steps below ...
gharchive/issue
2022-12-11T10:42:23
2025-04-01T06:36:55.927401
{ "authors": [ "EdenEast", "thatlittleboy" ], "repo": "EdenEast/nightfox.nvim", "url": "https://github.com/EdenEast/nightfox.nvim/issues/274", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
318418368
predict error I have trained my own datasets for about 30K steps,then when I predicted,it detected nothing,I changed threshold to 0.01,still nothing.Then I printed class scores,found all scores are 0.So I tested official SSD coco model to see if detection file works ,it works okay,but official faster rcnn coco model...
gharchive/issue
2018-04-27T13:53:35
2025-04-01T06:36:55.951727
{ "authors": [ "EdjeElectronics", "cryer" ], "repo": "EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10", "url": "https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10/issues/39", "license": "Apache-2.0", ...
1274561393
There is no subtract() method on Calculator Describe the bug Test run on subtract() method indicate the method does not exist To Reproduce Steps to reproduce the behavior: Go to https://testing-php-replit.meedl.repl.co/calculator-subtract-test.php See error Expected behavior All tests should go green Screenshots Ca...
gharchive/issue
2022-06-17T04:43:36
2025-04-01T06:36:55.955726
{ "authors": [ "Edlme" ], "repo": "Edlme/testing-php-replit", "url": "https://github.com/Edlme/testing-php-replit/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
167655966
Palloquin patch 2 added setting allowManualDefault when set to false the user can not select the 'default' or 'empty' setting anymore once set. Hello Palloquin, can you just add a class when the allowManualDefault is set to false. in line ~215, method wrapElement(), you can name the class "candlestick-default-disab...
gharchive/pull-request
2016-07-26T16:45:42
2025-04-01T06:36:55.959838
{ "authors": [ "EdouardTack", "Palloquin" ], "repo": "EdouardTack/candlestick", "url": "https://github.com/EdouardTack/candlestick/pull/11", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
340659571
custom login path didn't work in startip.cs file // This method gets called by the runtime. Use this method to add services to the container. public void ConfigureServices(IServiceCollection services) { services.AddUEditorService(); services.AddIdentity<AdvertUser, IdentityRole>().AddEntityFrameworkStores().AddDefaul...
gharchive/issue
2018-07-12T14:20:53
2025-04-01T06:36:55.973065
{ "authors": [ "EduardoPires", "liugt34" ], "repo": "EduardoPires/EquinoxProject", "url": "https://github.com/EduardoPires/EquinoxProject/issues/104", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
254870956
install error Severity Code Description Project File Line Suppression State Error Could not install package 'Toasts.Forms.Plugin 3.2.0'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', but the package does not contain any assembly references or conte...
gharchive/issue
2017-09-03T12:14:37
2025-04-01T06:36:55.993967
{ "authors": [ "adamped", "ptrkseg" ], "repo": "EgorBo/Toasts.Forms.Plugin", "url": "https://github.com/EgorBo/Toasts.Forms.Plugin/issues/131", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1147032687
v0.6.0: Polynomials and GMM This PR has small changes but the following is breaking: GMM are not supported anymore via GaussianMixtures.jl but via MixtureModels from Distributions.jl This allows to remove the GaussianMixtures dependency. Other, non-breaking: On the other hand, Polynomials.jl is added to the deps, ...
gharchive/pull-request
2022-02-22T15:11:32
2025-04-01T06:36:56.062810
{ "authors": [ "JuliaRegistrator", "MartaVanin" ], "repo": "Electa-Git/PowerModelsDistributionStateEstimation.jl", "url": "https://github.com/Electa-Git/PowerModelsDistributionStateEstimation.jl/pull/48", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2497420869
🛑 ElectoTempo Frontend is down In 066dafa, ElectoTempo Frontend ($ET_FRONTEND_HEALTH_ENDPOINT) was down: HTTP code: 403 Response time: 202 ms Resolved: ElectoTempo Frontend is back up in 56a5d65 after 1 hour, 2 minutes.
gharchive/issue
2024-08-30T14:40:26
2025-04-01T06:36:56.068579
{ "authors": [ "electrotempo-dev" ], "repo": "ElectroTempo/electrotempo-status", "url": "https://github.com/ElectroTempo/electrotempo-status/issues/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2499035539
🛑 ElectoTempo Backend is down In ca54ef5, ElectoTempo Backend ($ET_BACKEND_HEALTH_ENDPOINT) was down: HTTP code: 403 Response time: 185 ms Resolved: ElectoTempo Backend is back up in c2fbee3 after 2 hours, 6 minutes.
gharchive/issue
2024-08-31T20:25:12
2025-04-01T06:36:56.070805
{ "authors": [ "electrotempo-dev" ], "repo": "ElectroTempo/electrotempo-status", "url": "https://github.com/ElectroTempo/electrotempo-status/issues/90", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
358491946
日期那块能做的和vue一样强一点吗,目前那个日期的太简单了 Issue Type: [ ] Bug [x] Feature [ ] Help Version & Environment: Description: 希望饿了么团队早点更新日期和时间组件,拜托了
gharchive/issue
2018-09-10T06:59:16
2025-04-01T06:36:56.141989
{ "authors": [ "vistwang" ], "repo": "ElemeFE/element-angular", "url": "https://github.com/ElemeFE/element-angular/issues/140", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
310433511
validateResult如何引入 Issue Type: [ ] Bug [ ] Feature [ ] Help Version & Environment: Description: private cityValidator = (control: FormControl): validateResult => { if (!control.value) { return { status: 'error', message: '必须填写城市名' } } if (!/[一-龥]/.test(control.value)) { return { status: 'error', messa...
gharchive/issue
2018-04-02T08:57:20
2025-04-01T06:36:56.144402
{ "authors": [ "WittBulter", "jasminecjc" ], "repo": "ElemeFE/element-angular", "url": "https://github.com/ElemeFE/element-angular/issues/78", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
347599437
check error
gharchive/issue
2018-08-04T08:11:57
2025-04-01T06:36:56.145221
{ "authors": [ "gmkgmk" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/12228", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
348131817
[Bug Report] After insert into the dialog, it doesn't play after, doesn't Element UI version 2.4.5 OS/Browsers version Chrome 67.0.3396.99 (64bit) Vue version 2.5.17 Compent version VideoJs V6.6.2 Element-UI v2.4.5 Reproduction Link https://jsfiddle.net/15klli/h63s104c/14/ Steps to reproduce 点击“打开dialog”--click ...
gharchive/issue
2018-08-07T01:14:36
2025-04-01T06:36:56.150603
{ "authors": [ "15klli", "ziyoung" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/12253", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
397681763
[Bug Report] Tree demo of render function not work Element UI version 2.4.11 OS/Browsers version ubuntu 18.04/ chrome 70.0 Vue version 2.5.21 Reproduction Link https://jsfiddle.net/764ha3nL/ Steps to reproduce access https://jsfiddle.net/764ha3nL/ What is Expected? The label not empty What is actually happening? the...
gharchive/issue
2019-01-10T05:48:24
2025-04-01T06:36:56.154029
{ "authors": [ "zhangchunlin", "ziyoung" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/14038", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1447611776
vue+vite下,使用tooltips没有反应 我不清楚是否有人提过这个issue,复现倒也不难。我的环境是vite+vue2+element-ui 我不清楚是否有人提过这个issue,复现倒也不难。我的环境是vite+vue2+element-ui 我也是有这个问题,element-ui版本是2.15.14 可以尝试使用类似cdn的产出资源,不经过编译处理 link: https://github.com/vitejs/vite/issues/12957 resolve: { alias: { 'vue': 'vue/dist/vue.esm.js' } } 需指定vue解析...
gharchive/issue
2022-11-14T08:30:08
2025-04-01T06:36:56.156473
{ "authors": [ "hotdogc1017", "laomu1988", "leon-kfd", "xuchenxi12138" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/22246", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1960446981
[Feature Request] datepicker range类型 添加至今选项 Existing Component 是 Component Name Datepicker Description 当前range类型的快捷选项仅支持自定义开始和结束两个选项,对于开始时间由用户选择,结束时间为至今的需求并不能很好的满足,在结束时间的选择面板上添加至今选项是否更好 不只是至今,也有时候选择身份证,结束时间是长期,所以需要考虑清楚…
gharchive/issue
2023-10-25T03:14:10
2025-04-01T06:36:56.158304
{ "authors": [ "staredbyshark", "wangdaodao" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/22716", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
181824330
time-picker,当鼠标移动到时间选择框上框就隐藏了,无法选择时间 ElementUI version 1.0.0-rc.5 OS/Browers version win10/Chrome 53 Debian/Chrome 52 Vue version 2.0.0-rc.8 Reproduction Link http://element.eleme.io/#/component/time-picker 官网示例就存在这个问题 Steps to reproduce 正常使用即可 What is Expected? 时间选择框在点击取消或者确定按钮时才隐藏 What is actually happening? 当鼠标移...
gharchive/issue
2016-10-08T12:47:27
2025-04-01T06:36:56.163997
{ "authors": [ "Leopoldthecoder", "QingWei-Li", "erguotou520", "xing-zhi" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/267", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
206383939
关于tree里面overflow的问题 图片右边的操作 按钮被遮住了, 示例demo地址http://jsfiddle.net/k599kg67/ demo里面的文字也是显示不全,我该如何实现这种滚动条效果 自己加一条样式: .el-tree-node__content { overflow: auto; } .el-tree-node__content相当于每一个div都有了,后面发现我改变 .el-tree-node.is-expanded>.el-tree-node__children { display: inline; } 这个的样式就有效果了 @Leopoldthecoder 你这种方案只能是每个...
gharchive/issue
2017-02-09T02:11:35
2025-04-01T06:36:56.168092
{ "authors": [ "Leopoldthecoder", "heroYiPing", "killdada", "rainwalkerhu", "xxholly32" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/2745", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
222312647
[Bug Report] 选项卡切换时表格闪动 Element UI version 1.2.8 OS/Browsers version Mac OS X 10.12/ Chrome 57.0.2987.133 Vue version 2.2.6 Reproduction Link https://jsfiddle.net/ewn9d0qm/ Steps to reproduce 在选项卡组件中,使用表格组件 在页面首次加载完成后,点击选项卡切换时,表格闪动 切回后不会再次闪动 What is Expected? 表格不闪动 What is actually happening? 闪动一次后(猜测 dom 渲染完成后),不...
gharchive/issue
2017-04-18T06:13:55
2025-04-01T06:36:56.171595
{ "authors": [ "Leopoldthecoder", "galaxycoder" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/4270", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
247897882
[Bug Report] upload used ajax method " put " doesn't have the progress percent? Element UI version 1.4.1 OS/Browsers version Google Chrome 59.0.3071.86 Vue version 2.4.2 Reproduction Link https://jsfiddle.net/vqvng7xy/ Steps to reproduce just upload by method " put ", but the progress doesn't has percent。 What i...
gharchive/issue
2017-08-04T04:09:05
2025-04-01T06:36:56.178549
{ "authors": [ "SherwinChan", "qingdengyue", "thandonguocmo2020" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/6287", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
269568174
[Feature Request] need a mean to unselect a radio button Existing Component Yes Component Name Radio / RadioGroup Description I need to unselect all Radio from a RadioGroup to represent the "null" value (for a database query for example). Currently, even using @change, I am not able to unselect a radio. My only opti...
gharchive/issue
2017-10-30T11:36:36
2025-04-01T06:36:56.184737
{ "authors": [ "FranckFreiburger", "Leopoldthecoder" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/7856", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
774677358
Cascader: fix多选状态下,首次输入搜索词,选中项目后,搜索词被清空 多选可搜索时,首次输入搜索词,选中下拉列表的项目后,input框中搜索词被清空
gharchive/pull-request
2020-12-25T08:28:44
2025-04-01T06:36:56.186217
{ "authors": [ "wkcole", "zimuZhao" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/pull/20615", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1486230719
feat(tooltip): add closeDelay prop Please make sure these boxes are checked before submitting your PR, thank you! [ ] Make sure you follow Element's contributing guide (中文 | English | Español | Français). [ ] Make sure you are merging your commits to dev branch. [ ] Add some descriptions and refer relative issues fo...
gharchive/pull-request
2022-12-09T07:36:10
2025-04-01T06:36:56.188802
{ "authors": [ "webpig" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/pull/22310", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
175715963
use hash Please makes sure these boxes are checked before submitting your PR, thank you! [x] Make sure you follow Element's Contributing Guide. [x] Rebase before creating a PR to keep commit history clear. [x] Add some descriptions and refer relative issues for you PR. lgtm
gharchive/pull-request
2016-09-08T10:12:38
2025-04-01T06:36:56.190574
{ "authors": [ "Leopoldthecoder", "QingWei-Li" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/pull/38", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
159093779
如何单独引入popup、picker等组件 像这样写 import { popup } from 'mint-ui' 是引入不了的,mint-ui对象里面没有popup 只能全局引入才可以吗? 要是用按需引入需要使用 babel-plugin-component usage 我已经配置好了babel-plugin-component,引入toast、button这些是没问题的。但是popup就不行,mint-ui里面没有popup 用的最新版么 0.1.5, 我刚才试了一下没问题 是的。vue版本:1.0.18; 引入: import { Popup, Button } from 'mint-ui' 报错信息: ...
gharchive/issue
2016-06-08T07:06:32
2025-04-01T06:36:56.203577
{ "authors": [ "QingWei-Li", "acmeid" ], "repo": "ElemeFE/mint-ui", "url": "https://github.com/ElemeFE/mint-ui/issues/74", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
198442958
add ssr support Please makes sure these boxes are checked before submitting your PR, thank you! [ ] Make sure you follow the contributing guide. [ ] Rebase before creating a PR to keep commit history clear. [ ] Add some descriptions and refer relative issues for you PR. add ssr support Has been in nuxt npm run dist...
gharchive/pull-request
2017-01-03T10:10:24
2025-04-01T06:36:56.211712
{ "authors": [ "QingWei-Li", "yuchonghua" ], "repo": "ElemeFE/mint-ui", "url": "https://github.com/ElemeFE/mint-ui/pull/555", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
745655277
nit: doc/protocol.md: remove superfluous the Caught my eye. Have not read it all yet. This can be squashed if there are more. Thanks.
gharchive/pull-request
2020-11-18T13:21:42
2025-04-01T06:36:56.227679
{ "authors": [ "jsarenik", "real-or-random" ], "repo": "ElementsProject/dicemix", "url": "https://github.com/ElementsProject/dicemix/pull/6", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
714096974
Add the "all-contributors" bot https://github.com/apps/allcontributors/installations/new All-contributors bot is a GitHub bot to automate acknowledging contributors to your open source projects. This is achieved by setting up a contributors table in the readme which is edited according to the commands given to our bo...
gharchive/issue
2020-10-03T14:02:15
2025-04-01T06:36:56.245986
{ "authors": [ "Cybertron-Avneesh", "Tlazypanda" ], "repo": "Elevate-Lab/Import-Template", "url": "https://github.com/Elevate-Lab/Import-Template/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
134638339
Some complex lookups fail on nested iterables Considering the following data: users = [ { "name": "Hazel Robertson", "gender": "female", "friends": [ { "name": "Mays Conway", "tags": [ {"name": "dolore"}, {"name": "laborum"}, ] ...
gharchive/issue
2016-02-18T17:08:22
2025-04-01T06:36:56.251344
{ "authors": [ "EliotBerriot", "Ogreman" ], "repo": "EliotBerriot/lifter", "url": "https://github.com/EliotBerriot/lifter/issues/7", "license": "isc", "license_type": "permissive", "license_source": "bigquery" }
111059891
CuteSpotify on ubuntu touch: asking to login almost each time I start it When re-logging in it also loses the playlists I have set to be as available offline. Weird thing is that at least once it did save the login stuff and had the offline playlists available. Running CuteSpotify version 1.4 on bq Aquaris E4.5 Ubunt...
gharchive/issue
2015-10-12T21:30:06
2025-04-01T06:36:56.260837
{ "authors": [ "Wnt", "tenleftfingers" ], "repo": "Elleo/cutespotify", "url": "https://github.com/Elleo/cutespotify/issues/20", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1690162776
Unable to login to Google Calendar within iframe Upon adding a new Google Calendar frame, the unauthenticated google calendar page loads but nothing happens when you click on the "Sign in" button. Probably because google authentication requires a new tab to be opened? Duplicate of #73
gharchive/issue
2023-05-01T00:25:32
2025-04-01T06:36:56.261828
{ "authors": [ "schloo" ], "repo": "Ellpeck/ObsidianCustomFrames", "url": "https://github.com/Ellpeck/ObsidianCustomFrames/issues/80", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2239453155
Puffin_egui v0.27 does not display the flamegraph correctly Describe the bug A clear and concise description of what the bug is. The puffin_egui flamegraph doesn't display correctly. To Reproduce Steps to reproduce the behavior: Make an egui native app, that has puffin scopes and allows you to interact with the puff...
gharchive/issue
2024-04-12T08:54:50
2025-04-01T06:36:56.296568
{ "authors": [ "C0D3-M4513R", "emilk" ], "repo": "EmbarkStudios/puffin", "url": "https://github.com/EmbarkStudios/puffin/issues/204", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2552428605
[FEATURE] support video recording for the execution process Title support video recording for the execution process Description add video recording with playwright under chroium web driver [browser context parameters] Problem Background facilitate execution process‘s problem analysis Today we have screen shots,...
gharchive/issue
2024-09-27T09:15:58
2025-04-01T06:36:56.298259
{ "authors": [ "bolt163", "teaxio" ], "repo": "EmergenceAI/Agent-E", "url": "https://github.com/EmergenceAI/Agent-E/issues/106", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
343455432
allow users to add supports arbitrarily instead of automatically assuming lower nodes to be supports, we could let the user define supports wherever they want in the model. this would be very powerful cause then you could suddenly explore more designs than just typical towers/buildings. we shouldn't delete the auto l...
gharchive/issue
2018-07-23T00:53:43
2025-04-01T06:36:56.311874
{ "authors": [ "EmilPoulsen", "lelandjobson" ], "repo": "EmilPoulsen/Frixel", "url": "https://github.com/EmilPoulsen/Frixel/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2010689212
fix read fixes #2 Can confirm that it works Oh i forgot to mention: I think get_push_event isn't really fixable. I thought about adding a debug statement there that mentions that this prob. doesn't work on some systems - which would keep compatibility, but makes note of the issue if anybody hits upon it again. ...
gharchive/pull-request
2023-11-25T14:59:45
2025-04-01T06:36:56.313811
{ "authors": [ "Emilgardis", "tyalie" ], "repo": "Emilgardis/ember_mug", "url": "https://github.com/Emilgardis/ember_mug/pull/3", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1244719079
Add tempest to disabled services Devstack does not respect the INSTALL_TEMPEST=False setting and still tries to install tempest when it is found in the ENABLED_SERVICES variable. We need to remove it from the list in order to ensure it won't be installed. See https://github.com/gophercloud/gophercloud/issues/2408 for...
gharchive/pull-request
2022-05-23T07:43:49
2025-04-01T06:36:56.315857
{ "authors": [ "EmilienM", "mandre" ], "repo": "EmilienM/devstack-action", "url": "https://github.com/EmilienM/devstack-action/pull/7", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
727707101
Make it so EnderStudio will use a custom markdown language so it would be easier to support other platforms without re-writing current apps https://rsms.me/markdown-wasm/ EnderKit
gharchive/issue
2020-10-22T20:41:56
2025-04-01T06:36:56.343475
{ "authors": [ "adel-sbeh" ], "repo": "EnderAdel/EnderFramework", "url": "https://github.com/EnderAdel/EnderFramework/issues/86", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1105051914
Navigation パラメータ調整 AMCL https://sy-base.com/myrobotics/ros/ros-amcl/ Navigation https://sy-base.com/myrobotics/ros/ros-move_base/ AMCL や 障害物回避に関するパラメータを調整した. 経由地で以前より若干ふらつくようにもなったが,stackしない確率は今回の調整後のほうが低いと思う.
gharchive/pull-request
2022-01-16T13:25:23
2025-04-01T06:36:56.345543
{ "authors": [ "ikemuuu" ], "repo": "EndoNrak/burger_war_dev", "url": "https://github.com/EndoNrak/burger_war_dev/pull/69", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
304580825
Unity Version Hi, I am having issues in regard to what version of Unity I should be using. When using the suggested version (Unity 2017.1.3f1), I am getting XR namespace doesn't exist errors. Apparently only Unity versions 2017.2 and after use XR and any previous version uses the VR namespace. Is there any updates as...
gharchive/issue
2018-03-12T23:50:42
2025-04-01T06:36:56.373579
{ "authors": [ "EnoxSoftware", "jchen183" ], "repo": "EnoxSoftware/HoloLensWithOpenCVForUnityExample", "url": "https://github.com/EnoxSoftware/HoloLensWithOpenCVForUnityExample/issues/14", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1462220973
Enable all tests on Windows in CI I wonder if tests magically work on Windows in CI now given the recent changes to tests? Amazingly they did 🤩 Almost seems too good to be true. @Emilgardis Am I missing something? 🤔 well well, seems to work now? Yep :shrug:
gharchive/pull-request
2022-11-23T18:28:51
2025-04-01T06:36:56.375543
{ "authors": [ "Emilgardis", "Enselic" ], "repo": "Enselic/cargo-public-api", "url": "https://github.com/Enselic/cargo-public-api/pull/214", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2499006498
Support valid values for QRMatrixOption Fixes #4. @Enter-tainer can you check the settings to see why this PR can't be merged, fix/qr-mask-opt3 branch is based on master. fixed @Caellian thanks, currently not tested, because i need to build it first (im until monday away from my computer). I have looked over th...
gharchive/pull-request
2024-08-31T18:54:32
2025-04-01T06:36:56.411266
{ "authors": [ "Caellian", "Enter-tainer", "lublak" ], "repo": "Enter-tainer/zint-wasi", "url": "https://github.com/Enter-tainer/zint-wasi/pull/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
597156814
Feature Request: Debug run Are there plans for this plugin to support a debug run feature? This could be implemented using an extra task. If there is no such thing planned, i might even do it myself, if other interest exists. Can you please explain what exactly the "debug run" do? There are no such debug feature an...
gharchive/issue
2020-04-09T09:41:53
2025-04-01T06:36:56.450567
{ "authors": [ "EntryPointKR", "NickAcPT", "TheAifam5", "portlek", "romangraef" ], "repo": "EntryPointKR/Spigradle", "url": "https://github.com/EntryPointKR/Spigradle/issues/5", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
760725194
[WP] Creates elmer settings files for magnetic analysis. Additional entries are added to write the settings file used by ElmerSolve to run magnetodynamic2D solver. Hello Alejandro, Thank you for your contribution. Your PR looks fine to me but sadly I can't merge it because of a conflict on gen_elmer_mesh. Can you s...
gharchive/pull-request
2020-12-09T22:38:18
2025-04-01T06:36:56.478709
{ "authors": [ "BonneelP", "SebGue", "ajpina" ], "repo": "Eomys/pyleecan", "url": "https://github.com/Eomys/pyleecan/pull/264", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2061085450
🛑 RPi3B+ 06 is down In 1679346, RPi3B+ 06 (https://$API_SERVER/uptime/rpi?id=6) was down: HTTP code: 404 Response time: 2344 ms Resolved: RPi3B+ 06 is back up in fb0a98f after 19 minutes.
gharchive/issue
2023-12-31T14:57:41
2025-04-01T06:36:56.485000
{ "authors": [ "Eotel" ], "repo": "Eotel/pxe-yokohama-rpi-uptime", "url": "https://github.com/Eotel/pxe-yokohama-rpi-uptime/issues/251", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
607064822
Allow possibilities disabled hologram and set SIGN. Hello When it's possible to add SIGN on chest dans disabled hologram to config ? Because 10 shop its good but when we take +100 shop and impossible set a chest on a chest, its not good for player. There will never be sign shops in this plugin.
gharchive/issue
2020-04-26T17:19:50
2025-04-01T06:36:56.490179
{ "authors": [ "DoctaEnkoda", "EpicEricEE" ], "repo": "EpicEricEE/ShopChest", "url": "https://github.com/EpicEricEE/ShopChest/issues/322", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1625579362
could you help to send an invitation to join epic games I connected github and epic games account, but no invitation received, could you please help, thanks~ @EpicTeamAdmin Hi there, You might have to contact the support team for this. Double-check that you are checking the correct email associated with the account...
gharchive/issue
2023-03-15T13:55:29
2025-04-01T06:36:56.492335
{ "authors": [ "DenisTensorWorks", "ppzzp" ], "repo": "EpicGames/PixelStreamingInfrastructure", "url": "https://github.com/EpicGames/PixelStreamingInfrastructure/issues/157", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2092272200
Mouse release event ignored if released too quickly If you depress the left mouse button, and release it too quickly, the release event seems to be ignored. For example, if you do it over a line in the text view widget it'll be stuck selecting text afterwards, but it also happens with other widgets (menu items and ta...
gharchive/issue
2024-01-20T23:16:45
2025-04-01T06:36:56.499511
{ "authors": [ "aswerw", "ryanfleury" ], "repo": "EpicGames/raddebugger", "url": "https://github.com/EpicGames/raddebugger/issues/91", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1740666673
Fix bug with AutoBackup On one of my games, there is a common occurrence where the map does not get backed up properly at the start of the server. I figured out that it was because I set my command prefix from the Adonis menu instead of from the Settings module. It seems that this bug might be because some functions ...
gharchive/pull-request
2023-06-04T23:53:39
2025-04-01T06:36:56.519900
{ "authors": [ "Dimenpsyonal", "Sceleratis", "ccuser44", "cocooo23" ], "repo": "Epix-Incorporated/Adonis", "url": "https://github.com/Epix-Incorporated/Adonis/pull/1131", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }