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 |
|---|---|---|---|---|---|
214877564 | Remove support for function keys.
Function keys don't work great on any platform we support:
Mac doesn't have first-class function keys.
On Ubuntu: F1 opens the system help and F10 opens the file dialog.
... and Windows is a mess as well.
The flutter command thinks we have function key support...in particular flu... | gharchive/pull-request | 2017-03-17T00:36:03 | 2025-04-01T06:44:12.678143 | {
"authors": [
"LarkAscending",
"goderbauer"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/8840",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
216883155 | Attempt to fix devfs test
I can't reproduce but this seems like a sane fix.
@HansMuller
LGTM
That fixed the problem with https://github.com/flutter/flutter/pull/8992, thanks!
| gharchive/pull-request | 2017-03-24T19:26:21 | 2025-04-01T06:44:12.679641 | {
"authors": [
"HansMuller",
"johnmccutchan"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/9007",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1041779024 | Migrate build_system targets to null safety
Migrate the last null unsafe build_system targets.
Part of #71511.
Google testing failing because #93002 has not yet rolled.
Rebased onto https://github.com/flutter/flutter/pull/93556.
| gharchive/pull-request | 2021-11-02T00:45:33 | 2025-04-01T06:44:12.681183 | {
"authors": [
"jmagman"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/92869",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1065115089 | Roll Engine from 8f9a85509f69 to 70e9a90b5ae7 (1 revision)
https://github.com/flutter/engine/compare/8f9a85509f69...70e9a90b5ae7
2021-11-27 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from KJElo7NCv... to eOELh_zdk... (flutter/engine#29961)
Also rolling transitive DEPS:
fuchsia/sdk/core/linux-amd64 from KJE... | gharchive/pull-request | 2021-11-27T19:28:20 | 2025-04-01T06:44:12.689644 | {
"authors": [
"engine-flutter-autoroll",
"innos123"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/94296",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1070720684 | Handle exceptions in C++ string resize before Win32 MultiByte <-> WideChar conversions
This PR adds exception handling in C++ string resize() before calling WideCharToMultiByte / MultiByteToWideChar.
This is to avoid buffer overruns should resize() call fail (e.g. alloc error or too long a string length). As per C++ ... | gharchive/pull-request | 2021-12-03T15:45:12 | 2025-04-01T06:44:12.694716 | {
"authors": [
"cbracken",
"christopherfujino",
"tgucio"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/94608",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1164305609 | [flutter_plugin_tools] Fix subpackage analysis
Fixes a regression in analyze when packages have non-example
subpackages. Restructuring in 0.8.0 accidentally caused them not to have
their dependencies fetched, causing analysis failures.
Unblocks rolling flutter/packages to the latest tooling.
Pre-launch Checklist
[x]... | gharchive/pull-request | 2022-03-09T18:41:16 | 2025-04-01T06:44:12.773550 | {
"authors": [
"ditman",
"stuartmorgan"
],
"repo": "flutter/plugins",
"url": "https://github.com/flutter/plugins/pull/5027",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1742677874 | can't run package in flutter_background_service
Version
photo_manager: ^2.6.0
Platforms
Android
Device Model
android 9
flutter info
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.10.1, on Microsoft Windows [Version 10.0.19045.2965], locale en-US)
[√] Windows Version (Instal... | gharchive/issue | 2023-06-05T21:55:52 | 2025-04-01T06:44:12.795199 | {
"authors": [
"CaiJingLong",
"YousefShams",
"farhadadarbar"
],
"repo": "fluttercandies/flutter_photo_manager",
"url": "https://github.com/fluttercandies/flutter_photo_manager/issues/939",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1213264102 | Issue on initialization.
I am already using a builder function in MaterialApp which is for MediaQuery factors. When it is initialized on that builder function, it shows :
Unhandled Exception: LateInitializationError: Field 'toastBuilder' has not been initialized.
#0 DialogProxy.toastBuilder (package:flutter_smar... | gharchive/issue | 2022-04-23T10:19:29 | 2025-04-01T06:44:12.800598 | {
"authors": [
"sreejagath",
"xdd666t"
],
"repo": "fluttercandies/flutter_smart_dialog",
"url": "https://github.com/fluttercandies/flutter_smart_dialog/issues/51",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1720141339 | Custom Resource Object Don't Show Up in ArgoUI
I have a Helm chart that only installs ClusterIssuers. A set of Custom Resource Objects.
Flux does a great job of installing the objects, but the Helm Release objects do not show up in the ArgoUI.
Combining this with: https://github.com/flux-subsystem-argo/flamingo/issue... | gharchive/issue | 2023-05-22T17:41:02 | 2025-04-01T06:44:12.874922 | {
"authors": [
"chanwit",
"reedjosh"
],
"repo": "flux-subsystem-argo/flamingo",
"url": "https://github.com/flux-subsystem-argo/flamingo/issues/26",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
724960959 | Sporadically incorrect remediation actions
I have noticed that one of our end-to-end tests is flaky (install-test-fail), and sometimes acts in such a way that the failures counter suddenly resets and the wrong remediation strategy is taken.
From a first observation of the logs this problem does not seem to just exist... | gharchive/issue | 2020-10-19T20:43:01 | 2025-04-01T06:44:12.924783 | {
"authors": [
"hiddeco",
"seaneagan",
"squaremo",
"stefanprodan"
],
"repo": "fluxcd/helm-controller",
"url": "https://github.com/fluxcd/helm-controller/issues/120",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2185746257 | flux_bootstrap_git protected branch hook declined error
I'm working on to migrate from the old datasource method to the new resource method by following the guide here.
We are using branch protection in Github repo main branch.
flux_bootstrap_git tries to push provider managed repository_files to main branch durin... | gharchive/issue | 2024-03-14T08:32:42 | 2025-04-01T06:44:12.927638 | {
"authors": [
"BurakCetin3129"
],
"repo": "fluxcd/terraform-provider-flux",
"url": "https://github.com/fluxcd/terraform-provider-flux/issues/606",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1340547709 | 🛑 Cartilla is down
In 928e2a4, Cartilla (https://extranet.osam.org.ar/Consulta/cartilla) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Cartilla is back up in 7567c04.
| gharchive/issue | 2022-08-16T15:42:15 | 2025-04-01T06:44:12.930219 | {
"authors": [
"flvanney"
],
"repo": "flvanney/OSAMuptime",
"url": "https://github.com/flvanney/OSAMuptime/issues/236",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1761780989 | 🛑 Farmacias is down
In e4b4575, Farmacias (https://extranet.osam.org.ar/Consulta/farmacias) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Farmacias is back up in d23f083.
| gharchive/issue | 2023-06-17T11:17:44 | 2025-04-01T06:44:12.932684 | {
"authors": [
"flvanney"
],
"repo": "flvanney/OSAMuptime",
"url": "https://github.com/flvanney/OSAMuptime/issues/563",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
271035194 | Background color doesn't work
The background color option doesn't seem to work.
I have tried it on a local docker environment with no success and the example online have the same issue.
https://oi.flyimg.io/upload/r_45,w_400,h_400,bg_red/https://raw.githubusercontent.com/flyimg/flyimg/master/web/Rovinj-Croatia.jpg
... | gharchive/issue | 2017-11-03T16:18:03 | 2025-04-01T06:44:12.955080 | {
"authors": [
"EtreRe",
"sadok-f"
],
"repo": "flyimg/flyimg",
"url": "https://github.com/flyimg/flyimg/issues/146",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
58768339 | postgres failing to start for unit test
t=2015-02-24T16:26:56+0000 lvl=info msg="starting postgres" app=postgres id=node1 fn=start data_dir=/tmp/check-5577006791947779410/0 bin_dir=/usr/lib/postgresql/9.3/bin/
t=2015-02-24T16:26:56+0000 lvl=dbug msg="waiting for postgres to start" app=postgres id=node1 fn=start data_... | gharchive/issue | 2015-02-24T17:01:49 | 2025-04-01T06:44:12.962864 | {
"authors": [
"jvatic",
"titanous"
],
"repo": "flynn/flynn",
"url": "https://github.com/flynn/flynn/issues/1072",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
55427536 | test: Bump service timeout in TestNetworkedPersistentJob
This was failing intermittently, 15s should be enough.
LGTM
| gharchive/pull-request | 2015-01-25T19:58:04 | 2025-04-01T06:44:12.963756 | {
"authors": [
"archSeer",
"titanous"
],
"repo": "flynn/flynn",
"url": "https://github.com/flynn/flynn/pull/808",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
319361000 | Flyway tries to migrate the same Version again in Spring Boot with Multi-Datasource
Which version and edition of Flyway are you using?
Flyway Community Edition 5.0.7
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
Java, Spring Boot, Maven
Which database are you using (type & version)... | gharchive/issue | 2018-05-01T23:25:13 | 2025-04-01T06:44:13.013641 | {
"authors": [
"axelfontaine",
"thlaegler",
"xyxsoft"
],
"repo": "flyway/flyway",
"url": "https://github.com/flyway/flyway/issues/2001",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1093503689 | Page numbers for kaohandt
Hello!
Page numbers are disabled by default in kaohandt (see, e.g., the machine learning project example and the minimal report example). I guess this is a feature, but I am wondering what is the cleanest way to turn them back on, if there is one?
Thanks!
Add \pagestyle{pagenum.scrheadings... | gharchive/issue | 2022-01-04T16:10:20 | 2025-04-01T06:44:13.017805 | {
"authors": [
"AlexanderZeilmann",
"BenzoX"
],
"repo": "fmarotta/kaobook",
"url": "https://github.com/fmarotta/kaobook/issues/198",
"license": "LPPL-1.3c",
"license_type": "permissive",
"license_source": "github-api"
} |
1920971615 | 🛑 Site suite is down
In 674bec9, Site suite ($SECRET_SITE_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Site suite is back up in 9f16bd7 after 10 minutes.
| gharchive/issue | 2023-10-01T21:01:39 | 2025-04-01T06:44:13.032213 | {
"authors": [
"fmmaia"
],
"repo": "fmmaia/fmAtAllUptime",
"url": "https://github.com/fmmaia/fmAtAllUptime/issues/1127",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2216460339 | 🛑 Site suite is down
In fdc65ae, Site suite ($SECRET_SITE_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Site suite is back up in 923e577 after 5 minutes.
| gharchive/issue | 2024-03-30T13:49:13 | 2025-04-01T06:44:13.034583 | {
"authors": [
"fmmaia"
],
"repo": "fmmaia/fmAtAllUptime",
"url": "https://github.com/fmmaia/fmAtAllUptime/issues/1567",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1091054158 | 🛑 Site Mail is down
In 61917b5, Site Mail ($SECRET_SITE_3) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Site Mail is back up in e2b685e.
| gharchive/issue | 2021-12-30T11:45:16 | 2025-04-01T06:44:13.036690 | {
"authors": [
"fmmaia"
],
"repo": "fmmaia/fmAtAllUptime",
"url": "https://github.com/fmmaia/fmAtAllUptime/issues/334",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1993968506 | 🛑 Twitter is down
In 90208a9, Twitter (https://twitter.com) was down:
HTTP code: 503
Response time: 9140 ms
Resolved: Twitter is back up in 647cb77 after 7 minutes.
| gharchive/issue | 2023-11-15T03:28:40 | 2025-04-01T06:44:13.071811 | {
"authors": [
"fnzv"
],
"repo": "fnzv/status",
"url": "https://github.com/fnzv/status/issues/1551",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2260734711 | 🛑 Contaboo is down
In fce5be5, Contaboo (https://contabo.com) was down:
HTTP code: 403
Response time: 453 ms
Resolved: Contaboo is back up in 5bad961 after 6 hours, 22 minutes.
| gharchive/issue | 2024-04-24T08:38:16 | 2025-04-01T06:44:13.074459 | {
"authors": [
"fnzv"
],
"repo": "fnzv/status",
"url": "https://github.com/fnzv/status/issues/2364",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1884301971 | 🛑 Contaboo is down
In 4b78348, Contaboo (https://contabo.com) was down:
HTTP code: 403
Response time: 408 ms
Resolved: Contaboo is back up in 7e1d53f after 50 minutes.
| gharchive/issue | 2023-09-06T15:49:43 | 2025-04-01T06:44:13.077075 | {
"authors": [
"fnzv"
],
"repo": "fnzv/status",
"url": "https://github.com/fnzv/status/issues/577",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2288807106 | Does this project have a communication group?
WeChat or Discord
No.
| gharchive/issue | 2024-05-10T02:43:09 | 2025-04-01T06:44:13.141447 | {
"authors": [
"foldl",
"wyrjob"
],
"repo": "foldl/chatllm.cpp",
"url": "https://github.com/foldl/chatllm.cpp/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2559508637 | fix(types): route.view can be empty / nil
Description
NoiceRouteConfig.view can be empty / nil as the check in M.add() sets it to nil if the view doesn't exist.
---@param route NoiceRouteConfig
---@param pos? number
function M.add(route, pos)
local ret = {
filter = route.filter,
opts = route.opts or {},
... | gharchive/pull-request | 2024-10-01T15:02:18 | 2025-04-01T06:44:13.183939 | {
"authors": [
"dsully",
"folke"
],
"repo": "folke/noice.nvim",
"url": "https://github.com/folke/noice.nvim/pull/960",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
213360694 | Load schemas passed to jesse CLI into jesse database
Problem:
You cannot use jesse CLI for validation of schemas that use references (whether internal or external).
Solution:
Load schemas to jesse database for JSON schema validation in jesse CLI.
Allow multiple schemas to be passed (and loaded) into jesse database t... | gharchive/pull-request | 2017-03-10T14:51:17 | 2025-04-01T06:44:13.232690 | {
"authors": [
"JakubCzarniecki",
"andreineculau"
],
"repo": "for-GET/jesse",
"url": "https://github.com/for-GET/jesse/pull/44",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
168913449 | Phoenix issue-Distribution-IBM BigInsights- Hbase(1.1.1)-Phoenix 4.7
When I try to create a table with any columns having data type other than varchar(I tried double and unsigned double) throws below error.
Error: ERROR 201 (22000): Illegal data. Expected length of at least 8 bytes, but had 4 (state=22000,code=201)
j... | gharchive/issue | 2016-08-02T15:21:19 | 2025-04-01T06:44:13.258483 | {
"authors": [
"anupriya231",
"jtaylor-sfdc"
],
"repo": "forcedotcom/phoenix",
"url": "https://github.com/forcedotcom/phoenix/issues/745",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1804864747 | [book] adds verification in ci section
see https://github.com/foresterre/cargo-msrv/issues/742
I've added another commit to fix the new clippy lint.
I've added another commit to fix the new clippy lint.
You could also modify the GitHub actions to only trigger when certain files change, e.g. only run the rust st... | gharchive/pull-request | 2023-07-14T13:13:12 | 2025-04-01T06:44:13.411609 | {
"authors": [
"foresterre",
"wookietreiber"
],
"repo": "foresterre/cargo-msrv",
"url": "https://github.com/foresterre/cargo-msrv/pull/743",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
94573406 | 在+load方法中实现swizzle是不是应该加上dispatch_once?
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
//swizzle代码
});
对的没错,可以说必须在dispatch_once里面做,swizzle一般用来改变全局状态,安全起见要确保其原子性
恩,下个版本会加上,但个人对 swizzle UI 类的 +load 是否有多线程问题表示怀疑。
| gharchive/issue | 2015-07-12T15:22:45 | 2025-04-01T06:44:13.446031 | {
"authors": [
"Gottabe",
"nickqiao",
"sunnyxx"
],
"repo": "forkingdog/UITableView-FDTemplateLayoutCell",
"url": "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell/issues/58",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2705490479 | A11y role assignment for draggable items with nested interactive elements
In the current version (0.2.5), draggable items are automatically assigned the role="option". This role assignment creates accessibility issues when draggable items contain nested interactive elements, such as buttons or links. Since role="opti... | gharchive/issue | 2024-11-29T15:37:59 | 2025-04-01T06:44:13.471093 | {
"authors": [
"sashamilenkovic",
"vBenTec"
],
"repo": "formkit/drag-and-drop",
"url": "https://github.com/formkit/drag-and-drop/issues/120",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
152958287 | Update angular to version Beta 17
Changed loadIntoLocation to loadNextToLocation.
Thanks
| gharchive/pull-request | 2016-05-04T08:37:43 | 2025-04-01T06:44:13.472014 | {
"authors": [
"Mig1st4ck",
"mohammedzamakhan"
],
"repo": "formly-js/ng2-formly",
"url": "https://github.com/formly-js/ng2-formly/pull/20",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
308357817 | fix(core): allow passing falsy value for hideExpression.
fix #832
This change is
Codecov Report
Merging #833 into master will increase coverage by 0.1%.
The diff coverage is 100%.
@@ Coverage Diff @@
## master #833 +/- ##
=========================================
+ C... | gharchive/pull-request | 2018-03-25T15:16:04 | 2025-04-01T06:44:13.480413 | {
"authors": [
"aitboudad",
"codecov-io"
],
"repo": "formly-js/ngx-formly",
"url": "https://github.com/formly-js/ngx-formly/pull/833",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
465407436 | Research and size the work required Forseti to by default use only Private IPs
Related to: Implement Forseti by default with Private IPs#2946
Goal is to understand the required changes to both GKE/VM deployments
[ ] What changes are required to installers (Terraform/DM)
[ ] What changes are required to proxy
[ ] Are ... | gharchive/issue | 2019-07-08T18:49:41 | 2025-04-01T06:44:13.497604 | {
"authors": [
"dekuhn",
"kevensen"
],
"repo": "forseti-security/forseti-security",
"url": "https://github.com/forseti-security/forseti-security/issues/2961",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
578136787 | Typo fix
Thanks for opening a Pull Request!
Here's a handy checklist to ensure your PR goes smoothly.
[ ] I signed Google's Contributor License Agreement
[ ] My code conforms to Google's python style.
[ ] My PR at a minimum doesn't decrease unit-test coverage (if applicable).
[ ] My PR has been functionally tested.
... | gharchive/pull-request | 2020-03-09T19:23:02 | 2025-04-01T06:44:13.502128 | {
"authors": [
"johnsoab"
],
"repo": "forseti-security/forseti-security",
"url": "https://github.com/forseti-security/forseti-security/pull/3686",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1793836044 | Build and test with Intel OneAPI
[x] Does it build correctly?
[x] Does it run correctly?
[ ] Add to CI
Could you please share the installation guide for the Intel compiler
| gharchive/issue | 2023-07-07T16:36:08 | 2025-04-01T06:44:13.503433 | {
"authors": [
"milancurcic",
"rajkumardongre"
],
"repo": "fortran-lang/http-client",
"url": "https://github.com/fortran-lang/http-client/issues/40",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
383873329 | Adding content to WHAT IS FOUNDERS AND CODERS? Page
How disruptive is it to add new questions to this page either now or in the future and what are the constraints (e.g. length of copy or number of new questions)?
Hi @sofer,
FAQs now have their own file /src/components/StudentFAQs.js. Each FAQ is a functional compo... | gharchive/issue | 2018-11-23T16:05:07 | 2025-04-01T06:44:13.671169 | {
"authors": [
"developess",
"ivanmauricio",
"sofer"
],
"repo": "foundersandcoders/fac-new-website",
"url": "https://github.com/foundersandcoders/fac-new-website/issues/191",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
696293527 | [WIP] getting-started: flash-device
Pretty much done here, just needs a review from everyone.
Docs for ffb1b5302fa1c787aa59769dbcf08db12a6b369e are browesable at: https://ci.foundries.io/projects/fio-docs/builds/571/docs/artifacts/html/index.html
Docs for 5cf03247f19565a0783f1868ff0fc56efb55d359 are browesable at... | gharchive/pull-request | 2020-09-09T01:09:27 | 2025-04-01T06:44:13.687125 | {
"authors": [
"MatthewCroughan",
"doanac"
],
"repo": "foundriesio/docs",
"url": "https://github.com/foundriesio/docs/pull/102",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2256512969 | wrong link in solmate example?
the url here doesn't really help me figure out how to provide a URL to the constructor at deployment
Should be updated to https://docs.opensea.io/docs/deploying-a-seadrop-compatible-contract
| gharchive/issue | 2024-04-22T13:14:15 | 2025-04-01T06:44:13.718841 | {
"authors": [
"letmejustputthishere",
"zerosnacks"
],
"repo": "foundry-rs/book",
"url": "https://github.com/foundry-rs/book/issues/1183",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1527430712 | feat: parseJSON cheatcodes with type coercion
Should be merged after https://github.com/foundry-rs/foundry/pull/4061
Failed test seems irrelevant to the PR
LGTM
| gharchive/pull-request | 2023-01-10T13:55:35 | 2025-04-01T06:44:13.720128 | {
"authors": [
"odyslam"
],
"repo": "foundry-rs/forge-std",
"url": "https://github.com/foundry-rs/forge-std/pull/274",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1206341874 | Dynamic linking not supported in create command
Component
Forge
Have you ensured that all of these are up to date?
[X] Foundry
[X] Foundryup
What version of Foundry are you on?
forge 0.2.0 (a84a281 2022-04-16T00:15:54.385011+00:00)
What command(s) is the bug in?
forge create
Operating System
macOS (M1)
Describe the... | gharchive/issue | 2022-04-17T10:44:20 | 2025-04-01T06:44:13.740806 | {
"authors": [
"Divide-By-0",
"evmcheb",
"mattsse",
"onbjerg"
],
"repo": "foundry-rs/foundry",
"url": "https://github.com/foundry-rs/foundry/issues/1338",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1438945659 | [BUG -cast] Prefix of 0x - when generating vanity wallets via cast wallet vanity
Component
Cast
Have you ensured that all of these are up to date?
[X] Foundry
[X] Foundryup
What version of Foundry are you on?
forge 0.2.0 (c8431ed 2022-11-07T00:08:05.346696623Z)
What command(s) is the bug in?
cast wallet vanity --st... | gharchive/issue | 2022-11-07T20:37:55 | 2025-04-01T06:44:13.746383 | {
"authors": [
"m0ham3dx",
"mattsse",
"rkrasiuk"
],
"repo": "foundry-rs/foundry",
"url": "https://github.com/foundry-rs/foundry/issues/3635",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1977840007 | Rename 4byte-event command
Component
Cast
Describe the feature you would like
I find it weird that this command is called 4byte-event because it actually only accepts 32-byte hashes, which are the topic0 of logs. Wouldn't it be more technically correct to call it something like 32byte-event or topic0-event? I'm not s... | gharchive/issue | 2023-11-05T15:34:51 | 2025-04-01T06:44:13.748851 | {
"authors": [
"Evalir",
"guidanoli",
"mattsse"
],
"repo": "foundry-rs/foundry",
"url": "https://github.com/foundry-rs/foundry/issues/6217",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2762145837 | Deleting a mapping entry in Chisel, doesn't work
Component
Chisel
Have you ensured that all of these are up to date?
[X] Foundry
[X] Foundryup
What version of Foundry are you on?
forge 0.3.0 (3ba3d5f 2024-12-25T00:20:45.124735866Z)
What command(s) is the bug in?
No response
Operating System
Linux
Describe the bug
I... | gharchive/issue | 2024-12-29T07:47:28 | 2025-04-01T06:44:13.753284 | {
"authors": [
"grandizzy",
"hahmadipoor"
],
"repo": "foundry-rs/foundry",
"url": "https://github.com/foundry-rs/foundry/issues/9600",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2706501980 | fix(coverage): clean ups, use normalized source code for locations
Fixes #9437.
We pass normalized source code to solc so source locations are relative to that instead of the original source code. This is quite the footgun, I would like to see if we can remove this normalization upstream. CC @klkvr
With this PR LCOV ... | gharchive/pull-request | 2024-11-30T02:22:58 | 2025-04-01T06:44:13.762581 | {
"authors": [
"DaniPopes",
"KholdStare",
"grandizzy",
"klkvr",
"krakovia-evm"
],
"repo": "foundry-rs/foundry",
"url": "https://github.com/foundry-rs/foundry/pull/9438",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2724642675 | Reintroduce way to roll critical damage through API
Similar to #4843, but about critical damage.
Previously it was possible to roll critical damage using
item.rollDamage({ critical: true })
But this no longer works with the new activity system and I have not found a way to get it to work without editing the dnd5e co... | gharchive/issue | 2024-12-07T14:14:38 | 2025-04-01T06:44:13.765557 | {
"authors": [
"MaterialFoundry",
"roth-michael"
],
"repo": "foundryvtt/dnd5e",
"url": "https://github.com/foundryvtt/dnd5e/issues/4844",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1421433315 | Macro: Stealth for Selected Tokens is incorrectly applying armor check penalty; char sheet stealth roll works as expected
I have a PC with 10 STR and leather armor. If I roll a stealth check from the proficiencies tab of the character sheet, the -1 armor check penalty is correctly ignored since the character has a 10... | gharchive/issue | 2022-10-24T20:53:17 | 2025-04-01T06:44:13.782120 | {
"authors": [
"jrmiller82"
],
"repo": "foundryvtt/pf2e",
"url": "https://github.com/foundryvtt/pf2e/issues/4545",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1881328385 | Feature Request: Disable Golarion Specific Languages as Homebrew option
When playing in homebrew settings, the Golarion specific languages can create a lot of clutter when considering one might have each of them replaced with a homebrew setting specific language, and can create confusion for players not familiar enou... | gharchive/issue | 2023-09-05T06:58:21 | 2025-04-01T06:44:13.783721 | {
"authors": [
"dogstarrb",
"stwlam"
],
"repo": "foundryvtt/pf2e",
"url": "https://github.com/foundryvtt/pf2e/issues/9867",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1381895186 | Default spellcasting entries to invalid statistic
One source of sheet explody when data prep fails (also a better way to handle how the class dc pr does invalid statistics).
I'll include this as part of the class dc one
| gharchive/pull-request | 2022-09-22T06:17:47 | 2025-04-01T06:44:13.784617 | {
"authors": [
"CarlosFdez"
],
"repo": "foundryvtt/pf2e",
"url": "https://github.com/foundryvtt/pf2e/pull/4128",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1429039034 | Add quantity of alchemical bombs to actions tab
Previously you could not see the quantity of remaining bombs without going to the equipment tab. Someone good at css can make it prettier if they want.
This is going to break the moment we start splitting off from the stack on draw
Is there a better way to do it to... | gharchive/pull-request | 2022-10-30T22:25:52 | 2025-04-01T06:44:13.788697 | {
"authors": [
"fraserstanton",
"stwlam"
],
"repo": "foundryvtt/pf2e",
"url": "https://github.com/foundryvtt/pf2e/pull/4646",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
321246403 | Can't compile chatterino2 with GCC 8.1.0
Compilation error:
In file included from ../src/main.cpp:4:
../src/util/networkmanager.hpp: In lambda function:
../src/util/networkmanager.hpp:61:35: error: ‘this’ was not captured for this lambda function
});
... | gharchive/issue | 2018-05-08T15:56:08 | 2025-04-01T06:44:13.793316 | {
"authors": [
"Jarel1337",
"Yardanico"
],
"repo": "fourtf/chatterino2",
"url": "https://github.com/fourtf/chatterino2/issues/377",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1909526548 | Playnite crashing with Ultrawide monitor
The application seems to be working as it should on the PC end, but on my TV where I am running Playnite through Moonlight, the resolution quickly changes back to 5120x1440 and then the Moonlight session crashes
The application seems to be working as it should on the PC end... | gharchive/issue | 2023-09-22T21:13:59 | 2025-04-01T06:44:13.828495 | {
"authors": [
"CorneliousJD",
"clucas127",
"foxy82"
],
"repo": "foxy82/sunshine_utils",
"url": "https://github.com/foxy82/sunshine_utils/issues/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
283525315 | eventstore-1.0.0
eventstore-1.0.0 (Yorick Laupa yo.eight@gmail.com @YoEight) is out of bounds for:
[x] eventsource-geteventstore-store-1.0.5 (>=0.14 && < 0.16). Yorick Laupa yo.eight@gmail.com @YoEight. @YoEight. Used by: library, test-suite
eventsource-geteventstore-store-1.0.6 has been uploaded on Hackage.
Th... | gharchive/issue | 2017-12-20T11:00:50 | 2025-04-01T06:44:13.848262 | {
"authors": [
"YoEight",
"lwm"
],
"repo": "fpco/stackage",
"url": "https://github.com/fpco/stackage/issues/3129",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
155961959 | build-constraints.yaml: expect vty's tests to fail
Re-created PR https://github.com/fpco/stackage/pull/1455, which I accidentally closed somehow. This patch addresses https://github.com/fpco/stackage/issues/1453.
I commented in #1455 (could it not be re-opened?:).
I am not sure this is appropriate/needed for Stacka... | gharchive/pull-request | 2016-05-20T13:22:17 | 2025-04-01T06:44:13.854489 | {
"authors": [
"DanBurton",
"juhp",
"peti",
"snoyberg"
],
"repo": "fpco/stackage",
"url": "https://github.com/fpco/stackage/pull/1464",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
240439892 | Investigar el uso de material desing en vez de bootstrap
Usando el framework materializecss
Relacionada con #2
| gharchive/issue | 2017-07-04T14:40:50 | 2025-04-01T06:44:13.861149 | {
"authors": [
"fpsampayo"
],
"repo": "fpsampayo/webpack-leaflet",
"url": "https://github.com/fpsampayo/webpack-leaflet/issues/5",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1734886638 | Update all contraceptive matrices to reflect sexual debut restriction
Since merging PR #157 we need to update our contraceptive matrices to reflect the new restriction to agents who have sexually debuted. @mzimmermann-IDM is this possible? We likely won't have it perfectly aligned, because of the five year retrospect... | gharchive/issue | 2023-05-31T19:38:57 | 2025-04-01T06:44:13.863930 | {
"authors": [
"MObrien-IDM",
"aaslinur",
"marita-zim",
"mzimmermann-IDM"
],
"repo": "fpsim/fpsim",
"url": "https://github.com/fpsim/fpsim/issues/159",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1249559760 | Task performances within/without parsl
This is a discussion issue to monitor our improved understanding of what's going on within parsl, and on how it manages the resources to assign to each task. More on this later.
One last bit of information, again as a reference for future tests.
For the test in #57 (comment),... | gharchive/issue | 2022-05-26T13:16:15 | 2025-04-01T06:44:13.868982 | {
"authors": [
"jluethi",
"tcompa"
],
"repo": "fractal-analytics-platform/fractal",
"url": "https://github.com/fractal-analytics-platform/fractal/issues/57",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
307044247 | pushStateRoot not working on 2.1.3 version or below
@nolimits4web
When we go to deep level navigation and come back to home page. It says not found error(404).
view: {
pushState: true,
pushStateRoot: location.href.split(location.host)[1].split('#!')[0],
},
Url: 192.168.0.5:3000
Because it is wrong, for your case it... | gharchive/issue | 2018-03-20T21:24:26 | 2025-04-01T06:44:13.941627 | {
"authors": [
"danish1023",
"nolimits4web"
],
"repo": "framework7io/framework7",
"url": "https://github.com/framework7io/framework7/issues/2290",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
869711769 | Mis-type 'color' props in Typescript 'Progressbar'
Framework7 version: [e.g. 3.0.0]
React.js version: [e.g. 16.0.0]
Platform and Target: [e.g. iOS 11 Cordova app, or Android 8 Chrome browser]
Live Link or JSFiddle: PREFERABLY (IF YOU WANT YOUR ISSUE TO BE RESOLVED ASAP). You can start from forking the following JSF... | gharchive/issue | 2021-04-28T09:01:36 | 2025-04-01T06:44:13.947935 | {
"authors": [
"1000ship",
"nolimits4web"
],
"repo": "framework7io/framework7",
"url": "https://github.com/framework7io/framework7/issues/3878",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
497747539 | Add support for sway
This PR adds support for sway, which is a Wayland compositor.
The current code uses xprop to get window IDs, however this does not work for non-X11 sessions.
With this PR the $SWAYSOCK env var is first checked to see if sway is running, and if so, a sway specific command is used to get window IDs... | gharchive/pull-request | 2019-09-24T15:02:48 | 2025-04-01T06:44:13.962894 | {
"authors": [
"ammgws",
"franciscolourenco",
"ohk2kt3t4"
],
"repo": "franciscolourenco/done",
"url": "https://github.com/franciscolourenco/done/pull/50",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
246726860 | Security issue: code execution when assembling files
There is an eval in this line. That might result in code execution, so I tried to exploit it and give a proof of concept. This was quite hard to exploit since any ')' and ';' characters will cause the payload to be messed up: ';' will be seen as comments and ')' wi... | gharchive/issue | 2017-07-31T11:33:53 | 2025-04-01T06:44:13.970425 | {
"authors": [
"francisrstokes",
"redfast00"
],
"repo": "francisrstokes/16bitjs",
"url": "https://github.com/francisrstokes/16bitjs/issues/29",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
887140102 | Could you release the code that measure the bias and variance?
Thanks!
Hi, currently, we may don't have the plan to support bias-variance calculation. But we will add it to TODO list. You should be able to get the value easily by following the descriptions in our paper. We have updated the bias-variance part of the... | gharchive/issue | 2021-05-11T12:34:50 | 2025-04-01T06:44:13.978116 | {
"authors": [
"YananGu",
"frank-xwang"
],
"repo": "frank-xwang/RIDE-LongTailRecognition",
"url": "https://github.com/frank-xwang/RIDE-LongTailRecognition/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
271733878 | franka_simulator
First of all: Great ROS support!
Are there any plans to support simulation of a franka robot?
For example by providing a gazebo package containing a gazebo model of the robot?
Or by adding a franka robot to the gazebo model database: http://www.gazebosim.org/tutorials?tut=model_contrib&cat=build_robo... | gharchive/issue | 2017-11-07T07:27:36 | 2025-04-01T06:44:13.980339 | {
"authors": [
"MaxBaeten",
"dudalu"
],
"repo": "frankaemika/franka_ros",
"url": "https://github.com/frankaemika/franka_ros/issues/7",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2744071987 | Explore wrapping @lru_cache for @site_cache
@lru_cache is still 10x faster. Which means it was originally 40x faster :smile:
bench_utils_bench_site_cache_no_arg: Mean +- std dev: 106 ns +- 1 ns
I'll explore wrapping @lru_cache's magic separately. If we can get that then nothing beats it!
Originally posted by @ankush ... | gharchive/issue | 2024-12-17T06:45:18 | 2025-04-01T06:44:13.994820 | {
"authors": [
"ankush"
],
"repo": "frappe/caffeine",
"url": "https://github.com/frappe/caffeine/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
756592257 | How can i use in Angular 10 Application?
I'm having trouble using Frappe-Gantt in my Angular 10 application.
My Component looks like this:
`
import { Component, ViewChild, ElementRef, OnInit } from '@angular/core';
import * as Gantt from 'frappe-gantt';
@Component({
selector: 'myGantt',
templateUrl: './gantt.componen... | gharchive/issue | 2020-12-03T21:08:57 | 2025-04-01T06:44:14.085300 | {
"authors": [
"alvarosinmarca",
"eniserkaya",
"musfandi",
"pedrocvm",
"safwansamsudeen"
],
"repo": "frappe/gantt",
"url": "https://github.com/frappe/gantt/issues/203",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1578674882 | Reworked build script to build multiple versions of each package
Improvements:
Added more automation to install toolchain and dependencies.
Added a loop to build all Python versions, including 3.11 all at once.
Versions are retrieved for each package, and we try building every tag with no letter after 2021.
# first... | gharchive/pull-request | 2023-02-09T21:58:10 | 2025-04-01T06:44:14.151756 | {
"authors": [
"freakboy3742",
"ydesgagn"
],
"repo": "freakboy3742/chaquopy",
"url": "https://github.com/freakboy3742/chaquopy/pull/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
140646180 | Extra long vibration may occur when hourly vibes are enabled
I've gotten a couple reports of unusually long vibrations occurring instead of the short pulse that is supposed to happen
Closing due to lack of repeated reports.
| gharchive/issue | 2016-03-14T11:23:57 | 2025-04-01T06:44:14.154665 | {
"authors": [
"tilden"
],
"repo": "freakified/TimeStylePebble",
"url": "https://github.com/freakified/TimeStylePebble/issues/62",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
448532504 | Facebook ads leads to spreadsheet
will this process allows me to retrieve the facebook leads to a google spreadsheet? if not, what changes do i need to make?
Hello @orelmeister!
This script will export a report with the number of leads that an ad, adset, campaign or account brought in, but not the lead form informa... | gharchive/issue | 2019-05-26T06:07:08 | 2025-04-01T06:44:14.164324 | {
"authors": [
"fredericharnois",
"orelmeister"
],
"repo": "fredericharnois/facebook-ads-reporting-google-apps-script",
"url": "https://github.com/fredericharnois/facebook-ads-reporting-google-apps-script/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1610513310 | 🛑 EC is down
In 3ae8910, EC (https://ec.tut.ac.za) was down:
HTTP code: 0
Response time: 0 ms
Resolved: EC is back up in 6965dfd.
| gharchive/issue | 2023-03-06T02:02:15 | 2025-04-01T06:44:14.166916 | {
"authors": [
"fredre"
],
"repo": "fredre/ecMonitor",
"url": "https://github.com/fredre/ecMonitor/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2166392204 | Migrate to Vite and Clean Up Dependencies
What has been done?
react-scripts removed, vite and @vitejs/plugin-react-swc added
scripts in packages.json changed
remove unused dependencies
upgrade dependencies
Build Test
✅ Build Successful
@andy89923
| gharchive/pull-request | 2024-03-04T09:37:22 | 2025-04-01T06:44:14.175546 | {
"authors": [
"yccodr"
],
"repo": "free5gc/webconsole",
"url": "https://github.com/free5gc/webconsole/pull/74",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
200700625 | Exercise doesn't get passed.
Challenge Change Text with Click Events has an issue.
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My cod... | gharchive/issue | 2017-01-13T18:42:22 | 2025-04-01T06:44:14.246592 | {
"authors": [
"AndreiMotinga",
"Manish-Giri",
"dhcodes"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/12510",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
212369496 | Possible new challenge - Left Rotation
Hello, I would like to propose a possible new challenge, here are details:
Description
A left rotation operation on an array of size shifts each of the array's elements unit to the left.
Question
Given an array of integers and a number, perform left rotations on the array.
Then ... | gharchive/issue | 2017-03-07T09:03:01 | 2025-04-01T06:44:14.252037 | {
"authors": [
"HKuz",
"ooade",
"raisedadead",
"stefanjarina"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/13790",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
229842807 | word-blanks
This is not a well explained exercise. I randomly tried to add a comma and it worked.
Why does it finally work when I add a comma inside the double quotes ? i was just trying to use the quotes to create a space between the variables
Challenge word-blanks has an issue.
User Agent is: Mozilla/5.0 (Windows ... | gharchive/issue | 2017-05-19T00:55:32 | 2025-04-01T06:44:14.255221 | {
"authors": [
"huyenltnguyen",
"raiden357"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/14943",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1746004721 | GET /status/ping
This is a a health check endpoint
@✓✓✓✓..... Check ✅ the issue of internet ping, connect with network [ ]>>way run of tickettttttttt...🎟️.... thank
| gharchive/issue | 2023-06-07T14:11:36 | 2025-04-01T06:44:14.256354 | {
"authors": [
"Rajeev1011",
"raisedadead"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/50632",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
127376314 | Proposition: Normalize user.progressPoints to user.brownies
In the beginning there were timestamps, initially just dumped straight timestamps in the array of what used to be called progress points when a camper completed a challenge.
Let there be thanks!, so then we started to give points to those who where thanked i... | gharchive/issue | 2016-01-19T06:32:24 | 2025-04-01T06:44:14.311907 | {
"authors": [
"BerkeleyTrue",
"Bouncey",
"OriBon",
"QuincyLarson",
"hallaathrad",
"ltegman",
"manzilo",
"raisedadead"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/6305",
"license": "BSD-3-Clause",
"license_type": "permis... |
371656843 | Added Pre-Built Theme Sites
Added pre-built theme websites and added 3 links below the section.
[x] I have read freeCodeCamp's contribution guidelines.
[x] My pull request has a descriptive title (not a vague title like Update index.md)
[x] My pull request targets the master branch of freeCodeCamp.
[x] None of my c... | gharchive/pull-request | 2018-10-18T18:33:46 | 2025-04-01T06:44:14.317356 | {
"authors": [
"CodingSolo",
"anthonyecampbell",
"cmccormack",
"moT01"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/19966",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
372157000 | Formatted Swift Guide Markdown
It now follows the markdown formatting rules which makes it easier to read un-rendered along with making it easier to format when rendering.
Guidelines
[ x ] I have read freeCodeCamp's contribution guidelines.
[ x ] My pull request has a descriptive title (not a vague title like Updat... | gharchive/pull-request | 2018-10-20T00:57:09 | 2025-04-01T06:44:14.320322 | {
"authors": [
"liamrosenfeld"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/23770",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
372835734 | Adding Cracking the Coding Interview 189 questions
[X ] I have read freeCodeCamp's contribution guidelines.
[X ] My pull request has a descriptive title (not a vague title like Update index.md)
[X ] My pull request targets the master branch of freeCodeCamp.
[X ] None of my changes are plagiarized from another sourc... | gharchive/pull-request | 2018-10-23T06:54:30 | 2025-04-01T06:44:14.324528 | {
"authors": [
"QuincyLarson",
"marioepugh"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/26708",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
373157609 | add the text "my changes" to article
[ ] I have read freeCodeCamp's contribution guidelines.
[ ] My pull request has a descriptive title (not a vague title like Update index.md)
[ ] My pull request targets the master branch of freeCodeCamp.
[ ] None of my changes are plagiarized from another source without proper a... | gharchive/pull-request | 2018-10-23T19:13:29 | 2025-04-01T06:44:14.329387 | {
"authors": [
"Nirajn2311",
"tripurakant"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/27311",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
381875790 | added full explanation and solution for the challenge
[x] I have read freeCodeCamp's contribution guidelines.
[x] My pull request has a descriptive title (not a vague title like Update index.md)
[x] My pull request targets the master branch of freeCodeCamp.
[x] None of my changes are plagiarized from another source... | gharchive/pull-request | 2018-11-17T16:03:29 | 2025-04-01T06:44:14.332614 | {
"authors": [
"drecali",
"lynxlynxlynx",
"nemanjajeremic"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/34364",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
410206637 | fix(style): navbar buttons may not properly highlighted
[x] I have read freeCodeCamp's contribution guidelines.
[x] My pull request has a descriptive title (not a vague title like Update index.md)
[x] My pull request targets the master branch of freeCodeCamp.
[x] None of my changes are plagiarized from another sourc... | gharchive/pull-request | 2019-02-14T09:32:26 | 2025-04-01T06:44:14.335061 | {
"authors": [
"Bouncey",
"ValeraS"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/35202",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
463220290 | Update to "Search and Replace" intermediate solution
new solution addresses the possibility of first letter of arg "before" being lower case and needing to change the first letter of "after" from capital to lowercase
solution more streamlined
added resource to help with regular expressions
[x] I have read freeCodeC... | gharchive/pull-request | 2019-07-02T13:09:34 | 2025-04-01T06:44:14.368071 | {
"authors": [
"Jryke",
"Manish-Giri",
"RandellDawson",
"moT01",
"ojeytonwilliams",
"raisedadead"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/36366",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "gi... |
1162699031 | fix: webhook process
Does:
-this moves the showIframe state that was in the component to redux
-tokens now get created when clicking the start project button
-tokens get deleted when signing out, resetting account, deleting account
-can delete token from settings page
-renames webhookToken to userToken
Doesn't do:
-T... | gharchive/pull-request | 2022-03-08T14:06:08 | 2025-04-01T06:44:14.376747 | {
"authors": [
"moT01",
"nhcarrigan",
"raisedadead"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/45385",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1234504666 | feat: banner for updated RWD
Checklist:
[X] I have read freeCodeCamp's contribution guidelines.
[X] My pull request has a descriptive title (not a vague title like Update index.md)
[X] My pull request targets the main branch of freeCodeCamp.
[X] I have tested these changes either locally on my machine, or GitPod.
... | gharchive/pull-request | 2022-05-12T21:34:32 | 2025-04-01T06:44:14.380233 | {
"authors": [
"nhcarrigan"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/45936",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1320340041 | [UI] Console doesn't get updated
run the tests so they fail
open the console, see errors, don't close/hide it
make it so different tests fail - or none fail?
run the tests again
console doesn't get updated until you click tests and then go back to the console
Oops. I thought I fixed this in https://github.com/fre... | gharchive/issue | 2022-07-28T03:24:05 | 2025-04-01T06:44:14.383158 | {
"authors": [
"ShaunSHamilton",
"moT01"
],
"repo": "freeCodeCamp/web3-curriculum",
"url": "https://github.com/freeCodeCamp/web3-curriculum/issues/26",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
65016287 | Create DISTFILES_CACHE dir or prompt if !exists
When running testport for the first time in a freshly created poudriere environment, the following error is observable:
====>> Error: DISTFILES_CACHE directory does not exist. (c.f. poudriere.conf)
DISTFILES_CACHE=/usr/ports/distfiles
The ports tree in question is a 'n... | gharchive/issue | 2015-03-29T03:10:04 | 2025-04-01T06:44:14.389189 | {
"authors": [
"koobs",
"rene0",
"stefanchauveau",
"tony",
"ykla"
],
"repo": "freebsd/poudriere",
"url": "https://github.com/freebsd/poudriere/issues/285",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
496619752 | java.io.IOException: Cannot run program "dot"
[error] (run-main-0) java.io.IOException: Cannot run program "dot": error=2, No such file or directory
[error] java.io.IOException: Cannot run program "dot": error=2, No such file or directory
[error] at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
[er... | gharchive/issue | 2019-09-21T06:20:20 | 2025-04-01T06:44:14.407430 | {
"authors": [
"chick",
"dreamflyings"
],
"repo": "freechipsproject/diagrammer",
"url": "https://github.com/freechipsproject/diagrammer/issues/20",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
517515699 | Authorization required or not
Does the machine need authorization
Hello, CP3164094 .
In my case, our machine did not need authorization.
I checked the definition of IEZNcCommunication3::Open2 method in a manual,
but I was not able to find arguments like host ID and password.
Does the machine need authorization
... | gharchive/issue | 2019-11-05T02:40:21 | 2025-04-01T06:44:14.449913 | {
"authors": [
"6congyao",
"CP3164094",
"Cediddi",
"GiangTuanVo",
"MgenChina",
"dapeng17951",
"dfccdxiaogang",
"freedomikeppp",
"gmartore",
"growgreat77",
"thenorhstar",
"wuxs",
"xiayan830903"
],
"repo": "freedomikeppp/mitsubishi-cnc-m700",
"url": "https://git... |
2151511560 | RIP Vice
Add support for Vice.
New York Times: Vice’s New Owners Prepare to Slash What’s Left of Its Work Force:
When Vice emerged from bankruptcy last year, some observers hoped its new owners — a consortium led by the private-equity firm Fortress Investment Group — would reinvest to return the company to growth.
I... | gharchive/pull-request | 2024-02-23T17:29:00 | 2025-04-01T06:44:14.460507 | {
"authors": [
"leee",
"vijithassar"
],
"repo": "freedomofpress/gotham-grabber",
"url": "https://github.com/freedomofpress/gotham-grabber/pull/19",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
302923875 | [Docs] Split into different sections
This PR splits the current documentation into different sections and solves #176
This PR is related to https://github.com/frees-io/freestyle/pull/534 where I am creating the entries for the menu. If we do some changes related to the paths, for example, we will have to do on both s... | gharchive/pull-request | 2018-03-07T00:49:14 | 2025-04-01T06:44:14.541446 | {
"authors": [
"L-Lavigne",
"eperinan"
],
"repo": "frees-io/freestyle-rpc",
"url": "https://github.com/frees-io/freestyle-rpc/pull/190",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
348720482 | Cityscapes Test Result
Does your Cityscapes test dataset have labels?I have downloaded a label without a test data set from the official website.So I can't get the test mean IOU
To compute metrics on Cityscapes test you need to submit your results to the server on the offical website.
//
Fredrik
| gharchive/issue | 2018-08-08T13:13:58 | 2025-04-01T06:44:14.572414 | {
"authors": [
"InstantWindy",
"fregu856"
],
"repo": "fregu856/segmentation",
"url": "https://github.com/fregu856/segmentation/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1402263708 | Require claim to be present to allow access to the user
This PR should allow admin to require OIDC claim to be present for user to be able to access wg-access-server.
@nextsux has this been properly tested?
I have it in production and it works nicely @GoliathLabs
| gharchive/pull-request | 2022-10-09T12:44:47 | 2025-04-01T06:44:14.577488 | {
"authors": [
"GoliathLabs",
"nextsux"
],
"repo": "freifunkMUC/wg-access-server",
"url": "https://github.com/freifunkMUC/wg-access-server/pull/259",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
776048874 | Stránka s detailem dárce
Závisí na #28 a #29 a vlastně tedy jde jen o poslední 4 commity.
Zjistil jsem, že v datech nemáme definované vztahy mezi modely a tak by se na sebe navazující informace musely tahat ručně. Například bych jako AwardedMedals dostal seznam medailí, které už daný dárce má, ale jejich názvy bych s... | gharchive/pull-request | 2020-12-29T19:21:43 | 2025-04-01T06:44:14.583817 | {
"authors": [
"encukou",
"frenzymadness"
],
"repo": "frenzymadness/donors_registry",
"url": "https://github.com/frenzymadness/donors_registry/pull/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
237304849 | Clicking on date picker icon redirecting to #{elementId}
I observed that after calling 'createDatePicker' function if I quickly click calendar icon, page is redirected to #elementId url (like http:localhost:9000/home#input-element-id). there is anchor tag created by the datepicker with href = #input-element-id. befor... | gharchive/issue | 2017-06-20T18:35:09 | 2025-04-01T06:44:14.586021 | {
"authors": [
"kennethrorstromnine",
"sattukishore"
],
"repo": "freqdec/datePicker",
"url": "https://github.com/freqdec/datePicker/issues/74",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2690323413 | Fix ConfigManagingActor raising unhandled exceptions when file doesn't exist
This was detected when I edited config file with vim and config.toml.swp file was created and deleted.
I found few more problems. I will continue working on it today.
updated all commits and changed order to make PR more readable.
wrote... | gharchive/pull-request | 2024-11-25T11:07:52 | 2025-04-01T06:44:14.667470 | {
"authors": [
"ela-kotulska-frequenz",
"llucax"
],
"repo": "frequenz-floss/frequenz-sdk-python",
"url": "https://github.com/frequenz-floss/frequenz-sdk-python/pull/1116",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2032475244 | Fix bug in GridFrequency quantity conversion
This is a follow-up to #804.
The sample value can also be None, in which case we can't access to sample.value.base_value. In that case we just cast the existing sample as it doesn't matter which type the value has when it is None, avoiding the extra copying.
I discovered t... | gharchive/pull-request | 2023-12-08T11:24:59 | 2025-04-01T06:44:14.671760 | {
"authors": [
"Marenz",
"llucax"
],
"repo": "frequenz-floss/frequenz-sdk-python",
"url": "https://github.com/frequenz-floss/frequenz-sdk-python/pull/807",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2176612773 | Large files -- Can this project work with large files?
Large files -- Can this project work with large files?
For example, 5000 line codes?
How does it modify the code? Does it expect the LLM to (a) provide diffs, or (b) does it make the LLM provide the entire code file, or (c) just provide updated functions?
Hi @h... | gharchive/issue | 2024-03-08T19:02:25 | 2025-04-01T06:44:14.678483 | {
"authors": [
"freuk",
"hchaudhary1"
],
"repo": "freuk/iter",
"url": "https://github.com/freuk/iter/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1090109887 | Question: Can u scrape Search Playlists
If so how?
Your question needs elaboration. Assuming you're asking whether you can search for tracks, you can, but only YouTube and SoundCloud support searching. This can be achieved with ytsearch:QUERY and scsearch:QUERY respectively. Both queries will yield a playlist conta... | gharchive/issue | 2021-12-28T20:22:17 | 2025-04-01T06:44:14.679828 | {
"authors": [
"Devoxin",
"Tomato6966"
],
"repo": "freyacodes/Lavalink",
"url": "https://github.com/freyacodes/Lavalink/issues/590",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
278799948 | Implement more thorough testing for resource schema dereferencing with invalid resource schema
Putting an invalid resource schema like this one does not trigger a validation exception:
https://github.com/frictionlessdata/datapackage-java/blob/6710fe22ded6674af7699a773a70bff918e7f76c/src/test/resources/fixtures/schema... | gharchive/issue | 2017-12-03T17:09:03 | 2025-04-01T06:44:14.682811 | {
"authors": [
"georgeslabreche",
"iSnow"
],
"repo": "frictionlessdata/datapackage-java",
"url": "https://github.com/frictionlessdata/datapackage-java/issues/24",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
141697499 | Run build on OSX
Travis doesn't support Python + OSX out of the box, but there're workarounds. See https://github.com/travis-ci/travis-ci/issues/2312
WONTFIX (for now)
Windows/OSX testing will be reconsidered on the whole stack level - https://github.com/frictionlessdata/stack/issues/10
| gharchive/issue | 2016-03-17T20:25:02 | 2025-04-01T06:44:14.684454 | {
"authors": [
"roll",
"vitorbaptista"
],
"repo": "frictionlessdata/datapackage-py",
"url": "https://github.com/frictionlessdata/datapackage-py/issues/61",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.