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 |
|---|---|---|---|---|---|
992512198 | [tool_crash] ProcessException: Process timed out: Command: xcrun, OS error code: -1
Command
flutter build ipa
Steps to Reproduce
...
...
...
Logs
ProcessException: Process timed out:
Command: xcrun, OS error code: -1
#0 RunResult.throwException (package:flutter_tools/src/base/process.dart:124:5)
#1 _Defa... | gharchive/issue | 2021-09-09T18:28:31 | 2025-04-01T04:34:17.119737 | {
"authors": [
"darshankawar",
"prabuscs"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/issues/89771",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1091104334 | Multiline Textfield List don’t add newline when pressing Enter on Samsung device
I have a problem with multiline Textfield ListView. When i press enter, it dont makes new line, only if typing more characters. How to get newline with pressing enter? The textfield newline by pressing enter works well when widget is al... | gharchive/issue | 2021-12-30T13:25:11 | 2025-04-01T04:34:17.210765 | {
"authors": [
"darshankawar",
"puetsua",
"visign3d"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/issues/95965",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1102022371 | GitLab CI/cd pipeline failed : Cannot invoke method toInteger() on null object in build.gradle
I am trying to run build android build stage on GitLab CI pipeline, and am getting this error :
Build file '/builds/wecraft.tn/projects/xenon/front/mobile/android/app/build.gradle' line: 47
40* What went wrong:
41A problem ... | gharchive/issue | 2022-01-13T16:41:41 | 2025-04-01T04:34:17.217480 | {
"authors": [
"maheshmnj",
"talbiislam96"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/issues/96605",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1130763092 | [Android] Kotlin support library dependency no longer required
At the moment, all Flutter Android Kotlin templates contain a dependency on the Kotlin support library. E.g.:
https://github.com/flutter/flutter/blob/0e2f51dfd04eca2935318389a75e8bc112809342/packages/flutter_tools/templates/app_shared/android-kotlin.tmpl/... | gharchive/issue | 2022-02-10T19:31:00 | 2025-04-01T04:34:17.221666 | {
"authors": [
"andesappal",
"davidmigloz"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/issues/98212",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1375234946 | Tnd.master
Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.
List which issues are fixed by this PR. You must list at least one issue.
If you had to change anything in the flutter/tests repo, include a link to the migration guide as ... | gharchive/pull-request | 2022-09-16T00:19:02 | 2025-04-01T04:34:17.228256 | {
"authors": [
"goderbauer",
"tankistko"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/111710",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1466798412 | Roll Flutter Engine from 7665ae51846f to 8f3cd0f5f7a3 (19 revisions)
https://github.com/flutter/engine/compare/7665ae51846f...8f3cd0f5f7a3
2022-11-28 skia-flutter-autoroll@skia.org Roll Skia from 556e08aa5354 to 3ab92e777da1 (1 revision) (flutter/engine#37936)
2022-11-28 zanderso@users.noreply.github.com Revert Dart ... | gharchive/pull-request | 2022-11-28T17:21:29 | 2025-04-01T04:34:17.242919 | {
"authors": [
"engine-flutter-autoroll"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/116119",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1601391732 | Roll Flutter Engine from 4bba1b958e11 to 0591c9f4813b (1 revision)
https://github.com/flutter/engine/compare/4bba1b958e11...0591c9f4813b
2023-02-27 skia-flutter-autoroll@skia.org Roll Dart SDK from 046c78d307d7 to 6095d12c274b (1 revision) (flutter/engine#39911)
If this roll has caused a breakage, revert this CL and ... | gharchive/pull-request | 2023-02-27T15:16:37 | 2025-04-01T04:34:17.247869 | {
"authors": [
"engine-flutter-autoroll"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/121526",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1724386541 | Change useMaterial3 default to true
Not for review. This is just a smoke test. Many test failures are expected.
Currently all of the tests in packages/flutter/test are expected to pass except for the tests in packages/flutter/test/material.
Golden file changes have been found for this pull request. Click here to v... | gharchive/pull-request | 2023-05-24T16:39:59 | 2025-04-01T04:34:17.251963 | {
"authors": [
"HansMuller",
"QuncCccccc"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/127501",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1770427482 | Updated TextMagnifierExampleApp to M3
This change is part of "step 3" in https://github.com/flutter/flutter/issues/127064.
Updated the TextMagnifierExampleApp to use Material3.
There's a golden image that should be updated as part of this PR. I'm assuming that eventually the presubmit will ask me to approve the ne... | gharchive/pull-request | 2023-06-22T21:36:46 | 2025-04-01T04:34:17.256276 | {
"authors": [
"HansMuller",
"Piinks"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/129381",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1977478180 | [benchmarks] disable partial repaint in iOS macrobenchmarks.
Partial repaint is too effective, and we'd like to be able to measure performance without carefully structuring the benchmarks. For example, right now partial repaint is culling any blurs in the multibackdrop case, which we should be using to track https:/... | gharchive/pull-request | 2023-11-04T19:30:13 | 2025-04-01T04:34:17.258755 | {
"authors": [
"jonahwilliams"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/137902",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
351452344 | Roll engine 4ee648914f91..6381bea25a5e (5 commits)
https://github.com/flutter/engine/compare/4ee648914f91...6381bea25a5e
git log 4ee648914f91..6381bea25a5e --date=short --no-merges --format='%%ad %%ae %%s'
2018-08-16 37626415+skia-flutter-autoroll@users.noreply.github.com Roll src/third_party/skia e21f0ec04e98..bc414... | gharchive/pull-request | 2018-08-17T04:24:09 | 2025-04-01T04:34:17.264311 | {
"authors": [
"engine-flutter-autoroll"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/20729",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
406463644 | Make kReleaseMode, kDebugMode, and kProfileMode constants that are public.
Before this, we had several places where an isReleaseMode was defined, all with the same definition. This just makes it more broadly visible to allow our users to use it, as well as creating debug and profile versions.
Since this is a const va... | gharchive/pull-request | 2019-02-04T18:39:11 | 2025-04-01T04:34:17.267386 | {
"authors": [
"gspencergoog",
"jonahwilliams"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/27502",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
503714373 | Roll engine 1d62160fdb2f..b785ab902a5e (13 commits)
git@github.com:flutter/engine.git/compare/1d62160fdb2f...b785ab902a5e
git log 1d62160fdb2f..b785ab902a5e --no-merges --oneline
2019-10-06 chinmaygarde@google.com Update buildroot to pull in ubsan updates. (flutter/engine#12821)
2019-10-05 skia-flutter-autoroll@skia.... | gharchive/pull-request | 2019-10-07T22:01:21 | 2025-04-01T04:34:17.278558 | {
"authors": [
"engine-flutter-autoroll"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/42161",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
511175270 | Roll engine f0a2850b356d..88734cc9ef53 (1 commits)
git@github.com:flutter/engine.git/compare/f0a2850b356d...88734cc9ef53
git log f0a2850b356d..88734cc9ef53 --no-merges --oneline
2019-10-23 bkonyi@google.com Roll src/third_party/dart 17ed3cb5b3..cccb9ffb2a (2 commits)
If this roll has caused a breakage, revert this CL... | gharchive/pull-request | 2019-10-23T08:53:16 | 2025-04-01T04:34:17.282505 | {
"authors": [
"engine-flutter-autoroll"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/43330",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
581867693 | Roll engine b23138c3598e..7880cc75a53e (2 commits)
https://github.com/flutter/engine/compare/b23138c3598e...7880cc75a53e
git log b23138c3598e..7880cc75a53e --first-parent --oneline
2020-03-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia 7e0a7dbd22e0..9a4ac6e86586 (1 commits) (flutter/engine#17163)
2020-03... | gharchive/pull-request | 2020-03-15T23:20:29 | 2025-04-01T04:34:17.287777 | {
"authors": [
"engine-flutter-autoroll"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/52642",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
639762332 | Revert "Modernize selection menu appearance"
Reverts flutter/flutter#59115
It looks like this change broke android_semantics_integration_test in the device lab.
Maybe relevant: https://github.com/flutter/flutter/blob/master/dev/integration_tests/android_semantics_testing/test_driver/main_test.dart#L89
Landing on ... | gharchive/pull-request | 2020-06-16T15:23:45 | 2025-04-01T04:34:17.289944 | {
"authors": [
"justinmc",
"zanderso"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/59561",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1056871224 | [flutter_releases] Flutter beta 2.8.0-3.2.pre Framework Cherrypicks
https://github.com/flutter/flutter/pull/93841
Patch was applied to https://github.com/flutter/flutter/pull/93841, closing.
| gharchive/pull-request | 2021-11-18T02:43:39 | 2025-04-01T04:34:17.291401 | {
"authors": [
"jmagman"
],
"repo": "flutter/flutter",
"url": "https://github.com/flutter/flutter/pull/93844",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
534292020 | Temporarily disable CI on stable Flutter
To enable using new Flutter features closely before a new release we're temporarily disabling CI on stable.
https://github.com/flutter/flutter/issues/46258 for re-enabling.
cc @jmagman this conflicts with https://github.com/flutter/plugins/pull/2357, we need to disable stable ... | gharchive/pull-request | 2019-12-06T22:42:21 | 2025-04-01T04:34:17.305908 | {
"authors": [
"amirh",
"jmagman"
],
"repo": "flutter/plugins",
"url": "https://github.com/flutter/plugins/pull/2367",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1216825989 | Roll Flutter from 1b58a593deac to 0b80f08cf058 (106 revisions)
Roll Flutter from 1b58a593deac to 0b80f08cf058 (106 revisions)
https://github.com/flutter/flutter/compare/1b58a593deac...0b80f08cf058
2022-04-27 engine-flutter-autoroll@skia.org Roll Engine from 5d844aa30fc6 to fcc15947754b (1 revision) (flutter/flutter#1... | gharchive/pull-request | 2022-04-27T05:42:34 | 2025-04-01T04:34:17.332727 | {
"authors": [
"engine-flutter-autoroll"
],
"repo": "flutter/plugins",
"url": "https://github.com/flutter/plugins/pull/5412",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
615366149 | Reset zoom to initial state?
Is it possible to reset a zoomed image to the initial state when changing its content? I don't see any controller to do this with.
do you mean when image is changed ,zoom status is not initialize?
| gharchive/issue | 2020-05-10T10:55:47 | 2025-04-01T04:34:17.345832 | {
"authors": [
"henriklagergren",
"zmtzawqlp"
],
"repo": "fluttercandies/extended_image",
"url": "https://github.com/fluttercandies/extended_image/issues/185",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1773657884 | 连续调用loading,可控频闪现象
版本信息
Flutter版本:[3.7.9]
flutter_smart_dialog版本:[4.9.2]
描述bug/需求
iOS上 mask Color不起作用
问题demo
FlutterSmartDialog.init(
loadingBuilder: (String msg) => CustomSmartLoadingWidget(msg),
toastBuilder: (msg) => CustomSmartToastWidget(msg),
)
class _CustomSmartLoadingWidgetState... | gharchive/issue | 2023-06-26T01:54:33 | 2025-04-01T04:34:17.351873 | {
"authors": [
"SeeYouWilsen",
"xdd666t"
],
"repo": "fluttercandies/flutter_smart_dialog",
"url": "https://github.com/fluttercandies/flutter_smart_dialog/issues/137",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1011625784 | CancelToken 取消请求后异常
CancelToken 取消请求后异常
使用 CancelToken 取消请求,请求已被取消,但还会抛出 Receiving data timeout 异常
Info
Value
Platform Name
ios 、android
Platform Version
2.2.3
Dio Version
4.0.0
try with 4.0.5-betal1
| gharchive/issue | 2021-09-30T02:25:50 | 2025-04-01T04:34:17.354649 | {
"authors": [
"wendux",
"xiejibiao"
],
"repo": "flutterchina/dio",
"url": "https://github.com/flutterchina/dio/issues/1287",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
522754064 | demo 错误
首页 get请求方式 示例错误
response = await dio.get(data2['url'], queryParameters: data2['data']);
queryParameters你写成了data
在哪里?
我看已经改了
| gharchive/issue | 2019-11-14T10:08:14 | 2025-04-01T04:34:17.355906 | {
"authors": [
"MrQiu920702",
"wendux"
],
"repo": "flutterchina/dio",
"url": "https://github.com/flutterchina/dio/issues/554",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
445575639 | Make DioError catchable by implementing Exception instead of Error
dart.core.Error is intended to be used for program failures and shouldn't be caught. DioError extends Error which is odd because errors like timeouts are intended to be caught. Therefore DioError should implement Exception.
From the dart.core.Error do... | gharchive/pull-request | 2019-05-17T18:59:20 | 2025-04-01T04:34:17.359141 | {
"authors": [
"SvenSchoene",
"diego-lipinski-de-castro",
"passsy"
],
"repo": "flutterchina/dio",
"url": "https://github.com/flutterchina/dio/pull/304",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
158261619 | Cell Update Bug
When running the game in extended mode, all cells are converted to standard cells upon updating the game to the second round (the first round after initialization).
Fixed in 3.0.1
| gharchive/issue | 2016-06-02T23:25:05 | 2025-04-01T04:34:17.366968 | {
"authors": [
"flutterflies"
],
"repo": "flutterflies/GameOfLife",
"url": "https://github.com/flutterflies/GameOfLife/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1053366221 | Kustomization reconciliation failed: too many fields within:
I've installed Flux v0.23.0 and some kustomizations that should be working cannot be updated giving me this error:
2021-11-15T08:40:40.715Z error Kustomization/rights.flux-system - Reconciliation failed after 23.465925ms, next try in 5m0s too many fields wi... | gharchive/issue | 2021-11-15T08:45:15 | 2025-04-01T04:34:17.413397 | {
"authors": [
"SomtochiAma",
"castorls",
"doc-olliday",
"gladiatr72",
"itspngu",
"marcsaegesser",
"ntjn",
"scpandit",
"stefanprodan",
"stevo-f3"
],
"repo": "fluxcd/kustomize-controller",
"url": "https://github.com/fluxcd/kustomize-controller/issues/491",
"license": "Ap... |
652196081 | Support for git repository update notifications based on selective file patterns
The custom resource status (transition timestamp and url) should only change when a change occurred to a file that is included by the ignorePatterns specification, see issue #74
Should this just be notifications or should it be the en... | gharchive/issue | 2020-07-07T10:12:56 | 2025-04-01T04:34:17.416417 | {
"authors": [
"arbourd",
"paulcarlton-ww"
],
"repo": "fluxcd/source-controller",
"url": "https://github.com/fluxcd/source-controller/issues/75",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1231987116 | 🛑 Cartilla is down
In 1b096d9, Cartilla (https://extranet.osam.org.ar/Consulta/cartilla) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Cartilla is back up in 4c598f4.
| gharchive/issue | 2022-05-11T04:21:44 | 2025-04-01T04:34:17.418756 | {
"authors": [
"flvanney"
],
"repo": "flvanney/OSAMuptime",
"url": "https://github.com/flvanney/OSAMuptime/issues/135",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
120373500 | Cluster in an undefined state
Hi,
I'm playing arround with letsencrypt. To get my certs, I needed port 80 on my first machine of the cluster. So I temporarly stopped flynn-host. After restarting it, I needed multiple tries to modify my routes: Like 4 in 5 times, flynn route answered with
Post https://controller........ | gharchive/issue | 2015-12-04T10:26:31 | 2025-04-01T04:34:17.471968 | {
"authors": [
"philiplb",
"titanous"
],
"repo": "flynn/flynn",
"url": "https://github.com/flynn/flynn/issues/2241",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
198802744 | Cluster setup from web installer may fail related to netfilter-persistent
Attempting to set up a 3x 2 GB / 40 GB cluster on DigitalOcean via the web installer failed multiple times before successfully completing on the third of fourth try. I don't have complete logs from the failed startup, so I'll do the best I can... | gharchive/issue | 2017-01-04T20:26:46 | 2025-04-01T04:34:17.476911 | {
"authors": [
"lmars",
"ncantelmo"
],
"repo": "flynn/flynn",
"url": "https://github.com/flynn/flynn/issues/3802",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
187239173 | all: Switch to SquashFS + OverlayFS images
This merges all the Flynn image changes into master:
#3381 - all: Add Flynn image manifests and imagebuilder
#3471 - host: Use SquashFS + OverlayFS via Mountspecs
#3481 - all: Add Flynn image artifacts
#3496 - Migrate slugs and docker-receive releases to Flynn images
#3605 -... | gharchive/pull-request | 2016-11-04T02:23:11 | 2025-04-01T04:34:17.479319 | {
"authors": [
"lmars"
],
"repo": "flynn/flynn",
"url": "https://github.com/flynn/flynn/pull/3619",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
824237695 | Google OAuth
Google OAuth is ready to go.
@Meechlouch
google oauth is sending back data
28285fa
@Meechlouch
login and logout components added
2329ec6
@Meechlouch
login and logout buttons
7ac4ad8
@Meechlouch
function added for refresh tokens
43a6356
@Meechlouch
dependancies
04a7bdb
@Meechlouch
Merge branch 'main' of... | gharchive/pull-request | 2021-03-08T06:49:52 | 2025-04-01T04:34:17.482065 | {
"authors": [
"Kay0s",
"Meechlouch"
],
"repo": "flynn0087/Suds_Scheduler",
"url": "https://github.com/flynn0087/Suds_Scheduler/pull/44",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
602597173 | Parser issue for Sybase ASE for keyword GOTO
Which version and edition of Flyway are you using?
6.3.3 (community and pro edition)
If this is not the latest version, can you reproduce the issue with the latest one as well?
(Many bugs are fixed in newer releases and upgrading will often resolve the issue)
Yes the issue... | gharchive/issue | 2020-04-19T01:55:32 | 2025-04-01T04:34:17.498693 | {
"authors": [
"Lyeeedar",
"ltwesley"
],
"repo": "flyway/flyway",
"url": "https://github.com/flyway/flyway/issues/2774",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1780807493 | Replace Jackson usage in ClassicConfiguration with Gson
Jackson is optional and therefore compilation fails while building a native image. Because Flyway already depends on Gson, it's better to use that instead
See https://github.com/quarkusio/quarkus/pull/34262#issuecomment-1612559070 for the error that's thrown i... | gharchive/pull-request | 2023-06-29T13:19:54 | 2025-04-01T04:34:17.500532 | {
"authors": [
"Barry-RG",
"gastaldi"
],
"repo": "flyway/flyway",
"url": "https://github.com/flyway/flyway/pull/3697",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2136175561 | Initialize pixi project
We now specify dependencies in a pixi.toml file.
FAIM-Robocopy can be started with:
pixi run faim-robocopy
(Also bump the project version to 1.5.0)
NB: the environment activation script sets the path to TCL_LIBRARY and is currently implemented and tested for Windows only.
I updated the inst... | gharchive/pull-request | 2024-02-15T10:37:27 | 2025-04-01T04:34:17.512285 | {
"authors": [
"imagejan"
],
"repo": "fmi-basel/faim-robocopy",
"url": "https://github.com/fmi-basel/faim-robocopy/pull/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1568609259 | 🛑 Site suite is down
In b380909, Site suite ($SECRET_SITE_1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Site suite is back up in dc323e8.
| gharchive/issue | 2023-02-02T18:54:31 | 2025-04-01T04:34:17.515855 | {
"authors": [
"fmmaia"
],
"repo": "fmmaia/fmAtAllUptime",
"url": "https://github.com/fmmaia/fmAtAllUptime/issues/747",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
232986160 | Access UIWindow
Where do i setup AppDelegate window and use it in the app where needed ?
Duplicate of issue 8
| gharchive/issue | 2017-06-01T19:32:39 | 2025-04-01T04:34:17.516820 | {
"authors": [
"stami",
"tpatelattek"
],
"repo": "fmo91/PluggableApplicationDelegate",
"url": "https://github.com/fmo91/PluggableApplicationDelegate/issues/22",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1935869383 | 🛑 Contaboo is down
In e244392, Contaboo (https://contabo.com) was down:
HTTP code: 403
Response time: 404 ms
Resolved: Contaboo is back up in a374e70 after 53 minutes.
| gharchive/issue | 2023-10-10T17:25:41 | 2025-04-01T04:34:17.540268 | {
"authors": [
"fnzv"
],
"repo": "fnzv/status",
"url": "https://github.com/fnzv/status/issues/1058",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2152261680 | 🛑 Contaboo is down
In 1416808, Contaboo (https://contabo.com) was down:
HTTP code: 403
Response time: 560 ms
Resolved: Contaboo is back up in b3ddace after 18 hours, 44 minutes.
| gharchive/issue | 2024-02-24T11:07:24 | 2025-04-01T04:34:17.542515 | {
"authors": [
"fnzv"
],
"repo": "fnzv/status",
"url": "https://github.com/fnzv/status/issues/2146",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2599323094 | 🛑 Contaboo is down
In 35bac7d, Contaboo (https://contabo.com) was down:
HTTP code: 403
Response time: 97 ms
Resolved: Contaboo is back up in 939d127 after 4 hours, 35 minutes.
| gharchive/issue | 2024-10-19T15:52:04 | 2025-04-01T04:34:17.544963 | {
"authors": [
"fnzv"
],
"repo": "fnzv/status",
"url": "https://github.com/fnzv/status/issues/2986",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1867993720 | 🛑 Contaboo is down
In 0adf919, Contaboo (https://contabo.com) was down:
HTTP code: 403
Response time: 506 ms
Resolved: Contaboo is back up in bb87a42 after 968 days, 19 hours, 53 minutes.
| gharchive/issue | 2023-08-26T09:13:44 | 2025-04-01T04:34:17.547201 | {
"authors": [
"fnzv"
],
"repo": "fnzv/status",
"url": "https://github.com/fnzv/status/issues/432",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1925397307 | 🛑 Contaboo is down
In 5b840d5, Contaboo (https://contabo.com) was down:
HTTP code: 403
Response time: 415 ms
Resolved: Contaboo is back up in da044cf after 1 hour, 52 minutes.
| gharchive/issue | 2023-10-04T04:46:12 | 2025-04-01T04:34:17.549433 | {
"authors": [
"fnzv"
],
"repo": "fnzv/status",
"url": "https://github.com/fnzv/status/issues/951",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
132322872 | Can not run main.py
As i followed the steps, i got stuck when running the main.py
[root@ip-10-0-7-118 Minecraft]# python main.py
Traceback (most recent call last):
File "main.py", line 7, in
from pyglet.gl import *
File "/usr/lib/python2.7/site-packages/pyglet/gl/init.py", line 97, in
from pyglet.gl.lib import GLEx... | gharchive/issue | 2016-02-09T03:33:32 | 2025-04-01T04:34:17.571159 | {
"authors": [
"ProgVal",
"thinhduckhoi"
],
"repo": "fogleman/Minecraft",
"url": "https://github.com/fogleman/Minecraft/issues/69",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
226472672 | Please add LICENSE file to repo
@fogleman - this looks fantastic.
Can you please add a "LICENSE" file to the top-level directory of the repo?
Ideally, you would choose Apache-2.0, MIT, or BSD, but choosing one is important to enable others to use your open source repo.
Thank you!
+1
| gharchive/issue | 2017-05-05T04:42:07 | 2025-04-01T04:34:17.573190 | {
"authors": [
"adamluzsi",
"gmlewis"
],
"repo": "fogleman/fauxgl",
"url": "https://github.com/fogleman/fauxgl/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2152330200 | Text in PDF recognized as gibberish in any PDFium viewer due to invalid bfrange definitions in ToUnicodeMap
Bug Report
Description of the problem
https://github.com/foliojs/pdfkit/blob/485b7e6bee6f3fa0ab9aa19647da838c482e3803/lib/font/embedded.js#L269-L271
Currently, our code generates all ToUnicodeMap entries on a s... | gharchive/issue | 2024-02-24T14:03:12 | 2025-04-01T04:34:17.626326 | {
"authors": [
"orzFly"
],
"repo": "foliojs/pdfkit",
"url": "https://github.com/foliojs/pdfkit/issues/1498",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
891318370 | Incompatible with phaazon/hop.nvim
Hey, nice plugin!
romgrk/nvim-treesitter-context: seems like floating window showing content gets hidden when cursor is on the line matched by todo-comments.nvim
phaazon/hop.nvim: when hop displays its extmarks all other highlighting is disabled, but background of todo-comments.nvi... | gharchive/issue | 2021-05-13T19:42:27 | 2025-04-01T04:34:17.628793 | {
"authors": [
"cloggier",
"folke",
"levouh"
],
"repo": "folke/todo-comments.nvim",
"url": "https://github.com/folke/todo-comments.nvim/issues/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1213705822 | bpf-sys, handle when /proc/version_signature is empty
Hello, I tried to compile my BPF program on a system that's running proxmox, but strangely the /proc/version_signature is empty - it seems like it's due to /boot/config-5.13.19-4-pve having an empty CONFIG_VERSION_SIGNATURE="".
Here's the exact error when running ... | gharchive/issue | 2022-04-24T16:51:04 | 2025-04-01T04:34:17.647523 | {
"authors": [
"QuiiBz",
"nbaksalyar"
],
"repo": "foniod/redbpf",
"url": "https://github.com/foniod/redbpf/issues/320",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2523611335 | Remove references to "proposal=legacy:check-number"
I'm preparing a list of ancient numerical check-IDs and their current IDs.
I'll post them here later. I've opened this issue so that I can have an issue URL to place on the source in place of the old "proposal=legacy" entries.
As of today, at https://github.com/fo... | gharchive/issue | 2024-09-13T00:46:10 | 2025-04-01T04:34:17.679970 | {
"authors": [
"felipesanches"
],
"repo": "fonttools/fontbakery",
"url": "https://github.com/fonttools/fontbakery/issues/4829",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
391683251 | pyftmerge: getting OverflowError
When I tried to merge fonts covering the range of U + 100000 to U + 10EA5F and fonts covering U + 10EA60 to U + 10FFF5, I got the following error.
Traceback (most recent call last):
File "c:\python2715\lib\runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
Fi... | gharchive/issue | 2018-12-17T12:08:01 | 2025-04-01T04:34:17.689063 | {
"authors": [
"anthrotype",
"dadasutasudadas"
],
"repo": "fonttools/fonttools",
"url": "https://github.com/fonttools/fonttools/issues/1412",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
673596744 | When running ./quickstart-setup-store.sh test I recieve the following error
ERROR running force:data:tree:import: {"hasErrors":true,"results":[{"referenceId":"PricebookEntryRef2","errors":[{"statusCode":"REQUIRED_FIELD_MISSING","message":"Required fields are missing: [Pricebook2Id]","fields":["Pricebook2Id"]}]},{"re... | gharchive/issue | 2020-08-05T14:45:20 | 2025-04-01T04:34:17.745981 | {
"authors": [
"cnastasa",
"itsallrelative"
],
"repo": "forcedotcom/b2b-commerce-on-lightning-quickstart",
"url": "https://github.com/forcedotcom/b2b-commerce-on-lightning-quickstart/issues/1",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1340838434 | (7.163.0) sfdx force:source:deploy throwing UNKNOWN_EXCEPTION
Summary
When trying to deploy our source metadata using sfdx force:source:deploy it throws UNKNOWN_EXCEPTION: An unexpected error occurred. Please include this ErrorId if you contact support: 1556838228-417394 (-1488516052).
Full command is sfdx force:sour... | gharchive/issue | 2022-08-16T20:22:13 | 2025-04-01T04:34:17.796767 | {
"authors": [
"LeoCordiuS",
"Renan-Mastropaolo",
"RodEsp",
"iowillhoit",
"isaiassilva-osf",
"mdonnalley",
"rob-baillie-ortoo",
"vaibhavdangar-woolies"
],
"repo": "forcedotcom/cli",
"url": "https://github.com/forcedotcom/cli/issues/1673",
"license": "BSD-3-Clause",
"license_t... |
1460327846 | sfdx:force:data:record:create and sfdx:force:data:record:update are trimming single quotes from values
Summary
sfdx:force:data:record:create and sfdx:force:data:record:update are trimming single quotes from values
Steps To Reproduce:
sfdx force:data:record:update -u sfUserName -s SObjectName -i SObjectID -v "field__... | gharchive/issue | 2022-11-22T18:05:23 | 2025-04-01T04:34:17.830289 | {
"authors": [
"RodEsp",
"iowillhoit",
"jamesedwardsvtgov"
],
"repo": "forcedotcom/cli",
"url": "https://github.com/forcedotcom/cli/issues/1820",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1937339091 | @W-13893187 feat : added shipping entries in store setup.
What does this PR do?
Adds initialise shipping method to the setup script that populates the inital shipping entities for Native Shipping.
What issues does this PR fix or reference?
W-13893187
How to Test/Testing Effort
Create and setup the store using comme... | gharchive/pull-request | 2023-10-11T09:48:04 | 2025-04-01T04:34:17.834109 | {
"authors": [
"imAdityaSrivastav"
],
"repo": "forcedotcom/commerce-on-lightning",
"url": "https://github.com/forcedotcom/commerce-on-lightning/pull/269",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
168125794 | iHaveAnExistingWithWhere now throws errors when no rows are affected.
Workaround is to wrap your feature context in a try/catch, however throwing an error when something is not affected seems a bit overzealous...?
Have an existing infers that one is looking for something that already exists, if it doesnt it throws ... | gharchive/issue | 2016-07-28T15:31:10 | 2025-04-01T04:34:17.847603 | {
"authors": [
"forceedge01",
"jpswade"
],
"repo": "forceedge01/behat-sql-extension",
"url": "https://github.com/forceedge01/behat-sql-extension/issues/39",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2010832758 | 🛑 UNAL Discord bot is down
In 5abd5b0, UNAL Discord bot (https://unal.forero.xyz) was down:
HTTP code: 502
Response time: 162 ms
Resolved: UNAL Discord bot is back up in f34f795 after 2 hours, 34 minutes.
| gharchive/issue | 2023-11-25T23:56:32 | 2025-04-01T04:34:17.870369 | {
"authors": [
"forerosantiago"
],
"repo": "forerosantiago/upptime",
"url": "https://github.com/forerosantiago/upptime/issues/154",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1570738524 | Only run unit tests for code coverage
Integration tests are disabled, because they rely on Rust toolchains which do not support the -C instrument-coverage, needed by llvm-cov. E.g. in some integration tests we use Rust 1.38, which does not support this flag yet.
bors r+
| gharchive/pull-request | 2023-02-04T03:41:27 | 2025-04-01T04:34:17.871391 | {
"authors": [
"foresterre"
],
"repo": "foresterre/cargo-msrv",
"url": "https://github.com/foresterre/cargo-msrv/pull/606",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
45688210 | idea: remove yAxis.nicing ( ? )
solves #183 and #184, plus it's not really needed since axes are "nicer" by default than they used to be.
Fixed by 00e7b23665f38122f66de77f0c87ac2f33f631a1
verified in 0.9.108
| gharchive/issue | 2014-10-13T21:31:04 | 2025-04-01T04:34:17.879502 | {
"authors": [
"jaimedp",
"mmrj"
],
"repo": "forio/contour",
"url": "https://github.com/forio/contour/issues/185",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
793584785 | handleChange type doesn't work
Bug report
Current Behavior
no type error with
onChange(v: number)
Expected behavior
with this commented
we finally get type error
Reproducible example
Suggested solution(s)
https://github.com/formium/formik/blob/80f9a831797429ae3c4457a47b6d8391e9d8bd2c/packages/formik/src/types... | gharchive/issue | 2021-01-25T17:38:02 | 2025-04-01T04:34:17.949339 | {
"authors": [
"johnrom",
"olso"
],
"repo": "formium/formik",
"url": "https://github.com/formium/formik/issues/3013",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1250375661 | When will there be a stable version of this package?
Hi! So far from what I have seen, this project is insanely good, but still in beta. Any idea when we will have a stable version of it so we can safely use it in a production environment? Thank you.
Likely in the 1-2 month time range for the first RC version. Howe... | gharchive/issue | 2022-05-27T06:00:46 | 2025-04-01T04:34:17.955693 | {
"authors": [
"StefanGhiban",
"justin-schroeder"
],
"repo": "formkit/formkit",
"url": "https://github.com/formkit/formkit/issues/257",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1682618987 | 🛑 K-samsök (Riksantikvarieämbetet) is down
In cfd436b, K-samsök (Riksantikvarieämbetet) (http://www.kulturarvsdata.se/ksamsok/api?method=search&query=thumbnailExists=j&x-api=test&hitsPerPage=500&recordSchema=xml&fields=itemId,thumbnail&startRecord=1) was down:
HTTP code: 404
Response time: 1481 ms
Resolved: K-sa... | gharchive/issue | 2023-04-25T07:45:03 | 2025-04-01T04:34:17.974638 | {
"authors": [
"Abbe98"
],
"repo": "fornpunkt/dependency-monitor",
"url": "https://github.com/fornpunkt/dependency-monitor/issues/73",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
478167180 | Merge v2.19.0 into dev
Merge Forseti v2.19.0 into dev.
This is the cleanest change from a release to dev!
| gharchive/pull-request | 2019-08-07T22:29:12 | 2025-04-01T04:34:17.975630 | {
"authors": [
"blueandgold",
"hshin-g"
],
"repo": "forseti-security/forseti-security",
"url": "https://github.com/forseti-security/forseti-security/pull/3047",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
620458655 | Move the Discourse link at the top
Currently one must scroll down to find the Discourse link. Let's put it at the top horizontal menu? I think we want this as the primary discussion forum, so that would be a great place for it.
I agree it should be easier to find. I'm not crazy about the Discourse badge being in th... | gharchive/issue | 2020-05-18T19:40:56 | 2025-04-01T04:34:18.011161 | {
"authors": [
"LKedward",
"certik",
"milancurcic"
],
"repo": "fortran-lang/fortran-lang.org",
"url": "https://github.com/fortran-lang/fortran-lang.org/issues/85",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
459992186 | feat: Ask for login/sign up at start
Fixes #2001
build fails
successful
| gharchive/pull-request | 2019-06-24T16:44:48 | 2025-04-01T04:34:18.047759 | {
"authors": [
"liveHarshit"
],
"repo": "fossasia/open-event-android",
"url": "https://github.com/fossasia/open-event-android/pull/2004",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
89259049 | Database test
@creativepsyco Please check
The names of the test function are not according to Java style. Also the spaces, parenthesis etc are not formatted properly. Please fix then we merge.
@creativepsyco Fixed.
| gharchive/pull-request | 2015-06-18T10:47:11 | 2025-04-01T04:34:18.048785 | {
"authors": [
"creativepsyco",
"mananwason"
],
"repo": "fossasia/open-event-android",
"url": "https://github.com/fossasia/open-event-android/pull/41",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
172480908 | Rooms page errors of time and rooms
Please move times back to left side of the table and ensure room only shows up once.
@aayusharora will you take a look at this ? your earlier PR moved the times into the boxes.
@championswimmer Working for this
thanks, done via https://github.com/fossasia/open-event-webapp/p... | gharchive/issue | 2016-08-22T15:22:49 | 2025-04-01T04:34:18.082966 | {
"authors": [
"aayusharora",
"championswimmer",
"mariobehling"
],
"repo": "fossasia/open-event-webapp",
"url": "https://github.com/fossasia/open-event-webapp/issues/677",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
269425472 | Added Parsijoo support
Fixes #293
Checklist
[x] I have read the Contribution & Best practices Guide and my PR follows them.
[x] My branch is up-to-date with the Upstream master branch.
[x] I have added necessary documentation (if appropriate)
Changes proposed in this pull request:
Added Parsijoo support
@gabru-md... | gharchive/pull-request | 2017-10-29T19:06:59 | 2025-04-01T04:34:18.104124 | {
"authors": [
"bhaveshAn"
],
"repo": "fossasia/query-server",
"url": "https://github.com/fossasia/query-server/pull/294",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
343239343 | Adding support for audio_play action
Fixes #383
Changes: Play video from youtube for audio_play action, same as the SUSI Android and Web client.
Screenshots for the change:
@batbrain7 I implemented the same way as SUSI Android. Please review
| gharchive/pull-request | 2018-07-20T20:34:30 | 2025-04-01T04:34:18.107094 | {
"authors": [
"imjog"
],
"repo": "fossasia/susi_iOS",
"url": "https://github.com/fossasia/susi_iOS/pull/384",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
293489355 | Components reflow and lifecycle
It seems that for a lot of Foundation components, reflow and reInit are not properly supported. I'm making here a list of the issues related to this problem.
https://github.com/zurb/foundation-sites/issues/8016 [Magellan] active class not being applied when content is loaded dynamical... | gharchive/issue | 2018-02-01T11:06:51 | 2025-04-01T04:34:18.128881 | {
"authors": [
"DanielRuf",
"colin-marshall",
"kjgenevieve",
"ncoden"
],
"repo": "foundation/foundation-sites",
"url": "https://github.com/foundation/foundation-sites/issues/10900",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
369952869 | names
event: request_process -> request_received
https://www.drupal.org/project/drupal/issues/1677052#comment-6679754
this is pertinent to lighttouch, and the event is already named incoming_request_received
| gharchive/issue | 2018-10-14T22:52:27 | 2025-04-01T04:34:18.134993 | {
"authors": [
"Arnaz87",
"mitchtbaum"
],
"repo": "foundpatterns/torchbear",
"url": "https://github.com/foundpatterns/torchbear/issues/34",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1227310038 | cast sig does not behave as expected on some inputs
Component
Cast
Have you ensured that all of these are up to date?
[X] Foundry
[X] Foundryup
What version of Foundry are you on?
nightly-8478c0841b00789c735df68ad111105fa9204f55
What command(s) is the bug in?
cast sig
Operating System
No response
Describe the bug
T... | gharchive/issue | 2022-05-06T00:51:40 | 2025-04-01T04:34:18.148245 | {
"authors": [
"mattsse",
"onbjerg",
"zk-tarts"
],
"repo": "foundry-rs/foundry",
"url": "https://github.com/foundry-rs/foundry/issues/1521",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1794523618 | Bracketed "diceNumber" resolving problem.
Last update it was working just fine but a rule element like this no longer works on the current update (5.1.1)
"brackets": [
{
"start": 11,
"value": {
"diceNumber": "@item.badge.value * 2"
"dieSize": "d8"
},
"end": 16
}
Is this found on a compendium item?
| gharchive/issue | 2023-07-07T23:15:46 | 2025-04-01T04:34:18.165039 | {
"authors": [
"HibaniPaws",
"stwlam"
],
"repo": "foundryvtt/pf2e",
"url": "https://github.com/foundryvtt/pf2e/issues/8597",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1691692665 | 🛑 Wishing Out Loud is down
In d03a176, Wishing Out Loud (https://www.wishingoutloud.com) was down:
HTTP code: 500
Response time: 521 ms
Resolved: Wishing Out Loud is back up in 8adbc10.
| gharchive/issue | 2023-05-02T02:46:30 | 2025-04-01T04:34:18.169263 | {
"authors": [
"fourthfloor"
],
"repo": "fourthfloor/uptime",
"url": "https://github.com/fourthfloor/uptime/issues/686",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1979209600 | 🛑 Gahanna Area Chamber is down
In 815ec25, Gahanna Area Chamber (https://www.gahannaareachamber.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Gahanna Area Chamber is back up in 304cfae after 16 minutes.
| gharchive/issue | 2023-11-06T13:50:51 | 2025-04-01T04:34:18.171786 | {
"authors": [
"fourthfloor"
],
"repo": "fourthfloor/uptime",
"url": "https://github.com/fourthfloor/uptime/issues/826",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
566749839 | Add dockerfile, update README.md
Install impacket from github and bloodhound via setup.py.
thanks, merged!
| gharchive/pull-request | 2020-02-18T09:14:37 | 2025-04-01T04:34:18.173087 | {
"authors": [
"dirkjanm",
"h4rm0ny"
],
"repo": "fox-it/BloodHound.py",
"url": "https://github.com/fox-it/BloodHound.py/pull/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
387683874 | Feature Request: Improve Dijkstra performance
Hi @dirkjanm,
The current implementation of the Dijkstra algorithm is not optimal, which is noticeable when dealing with larger graphs. As you mentioned in the wiki, the ShortestPath algorithm is faster than Dijkstra but the performance differences can be greatly reduced ... | gharchive/issue | 2018-12-05T10:13:20 | 2025-04-01T04:34:18.176964 | {
"authors": [
"dirkjanm",
"machosec"
],
"repo": "fox-it/aclpwn.py",
"url": "https://github.com/fox-it/aclpwn.py/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1661201654 | Make handler functions return status value
Public-Facing Changes
None
Description
Refactors the way handler functions are run in a separate thread. It's better to do that in a unified way in the server rather than doing that for ROS 1 & 2 differently as it was implemented in #165
Change handler function signature to... | gharchive/pull-request | 2023-04-10T18:57:48 | 2025-04-01T04:34:18.181337 | {
"authors": [
"achim-k"
],
"repo": "foxglove/ros-foxglove-bridge",
"url": "https://github.com/foxglove/ros-foxglove-bridge/pull/210",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1789108303 | Feat: add esm module export
Public-Facing Changes
None
Description
Add support for ESM generated library, so some esm friendly build tools such as Vite can benefit from it since browser also use this library.
Although, vite can use pre-optimize, commonjs plugin, but provide esm module also provide treeshaking when es... | gharchive/pull-request | 2023-07-05T09:02:50 | 2025-04-01T04:34:18.186769 | {
"authors": [
"aresyy",
"defunctzombie",
"jtbandes"
],
"repo": "foxglove/rosmsg-msgs-common",
"url": "https://github.com/foxglove/rosmsg-msgs-common/pull/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
75567619 | wai-app-static 3.1.0
wai-app-static-3.1.0 depended on by:
keter-1.3.10.1 (==3.0.*). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg
servant-server-0.4.0 (==3.0.*). Haskell Servant jkarni@gmail.com @jkarni. @haskell-servant
servant-server fixed in 0.4.1
| gharchive/issue | 2015-05-12T11:22:12 | 2025-04-01T04:34:18.222489 | {
"authors": [
"jkarni",
"snoyberg"
],
"repo": "fpco/stackage",
"url": "https://github.com/fpco/stackage/issues/579",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
452611049 | renamed xboxapp xkm not detecting
hey got a problem since couple of days when microsoft decided to uppgrade the xboxapps name, now it dosnt know it is running. and just stays blue. ive looked abit on my own but i cannot find where to change or so please fix this if u can please
yeah, this new xbox app update, the ... | gharchive/issue | 2019-06-05T16:54:51 | 2025-04-01T04:34:18.236149 | {
"authors": [
"CrsDany",
"DavidRieman",
"RenanBan",
"kostkol87",
"secretspy911",
"shrek88"
],
"repo": "fqlx/XboxKeyboardMouse",
"url": "https://github.com/fqlx/XboxKeyboardMouse/issues/158",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2122017980 | Can't install locally
OS: Macos Sonoma 14.2.1
Node: 18.17.0
When I clone the repo, main branch and run yarn install I'm getting this error
[1/5] 🔍 Validating package.json...
[2/5] 🔍 Resolving packages...
error An unexpected error occurred: "Invalid URL".
info If you think this is a bug, please open a bug report w... | gharchive/issue | 2024-02-07T02:08:47 | 2025-04-01T04:34:18.266961 | {
"authors": [
"madroneropaulo"
],
"repo": "framesjs/frames.js",
"url": "https://github.com/framesjs/frames.js/issues/34",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1421377956 | Prior is specific to astrophysics
this can easily be fixed :)
that -0.478 is much to close to -1/2.
I was looking into this stuff from a theoretical standpoint, infact given a Poisson distribution with mean "N" the Jeffreys prior for such distribution is N^{-1/2}.
Maybe very unsurprisingly their MC study has empir... | gharchive/issue | 2022-10-24T20:12:07 | 2025-04-01T04:34:18.270373 | {
"authors": [
"Moelf",
"francescoalemanno"
],
"repo": "francescoalemanno/BayesHistogram.jl",
"url": "https://github.com/francescoalemanno/BayesHistogram.jl/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
276223397 | we can not add an event directly to the calendar from days
morning
I am wilfried kouadio student at the institute Atlantic telecom of brest and this project attracted me to the proposal of a rather interesting idea. Indeed after analysis of this agenda I noticed that it was impossible to add events directly from the ... | gharchive/issue | 2017-11-22T22:39:05 | 2025-04-01T04:34:18.274821 | {
"authors": [
"berba1995",
"franck123"
],
"repo": "franck123/ui-agenda",
"url": "https://github.com/franck123/ui-agenda/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1552038873 | 🛑 PEDCO is down
In 50b9394, PEDCO (https://pedco.uncoma.edu.ar/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: PEDCO is back up in 95f3436.
| gharchive/issue | 2023-01-22T08:12:46 | 2025-04-01T04:34:18.277305 | {
"authors": [
"francoZuniga32"
],
"repo": "francoZuniga32/pedco-status",
"url": "https://github.com/francoZuniga32/pedco-status/issues/523",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
675132925 | Compile without debug options
Compiling without debug flags by default might be a good idea :)
Closing #6 because that changed a lot of things. This should be good for you.
It might be interesting to check if O3 actually makes sense here. I've seen enough software break with it to be very weary of using it.
O2 is s... | gharchive/pull-request | 2020-08-07T16:29:59 | 2025-04-01T04:34:18.301452 | {
"authors": [
"andrebrait"
],
"repo": "frangarcj/vita2dlib",
"url": "https://github.com/frangarcj/vita2dlib/pull/7",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1069282465 | Test fetch GitHub id for issue body
I want add some repos and orgs into the project.
Label: Alibaba
Repos:
apache/dubbo
apache/rocketmq
Orgs/Users:
alibaba
aliyun
invalid-org
frank-zsy
/parse-github-id
Test
Test
Test
Test
Test
| gharchive/issue | 2021-12-02T08:48:28 | 2025-04-01T04:34:18.306073 | {
"authors": [
"frank-zsy"
],
"repo": "frank-zsy/open-digger",
"url": "https://github.com/frank-zsy/open-digger/issues/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2112052402 | Ghost in the lights
I have 16 WiZ bulbs set up in one lightener device. All of which have 4 mapping lines, allowing me to gradually turn them on one by one, and then gradually increase brightness slowly.
When it works it's great, but after setting this up, the lights change brightness on their own every few minutes, ... | gharchive/issue | 2024-02-01T09:52:04 | 2025-04-01T04:34:18.370759 | {
"authors": [
"fcassata",
"fredck"
],
"repo": "fredck/lightener",
"url": "https://github.com/fredck/lightener/issues/120",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
207397972 | Raw dialogue
ideally right below raw images
done
| gharchive/issue | 2017-02-14T02:16:56 | 2025-04-01T04:34:18.387895 | {
"authors": [
"fredhohman",
"ianbstewart"
],
"repo": "fredhohman/a-viz-of-ice-and-fire",
"url": "https://github.com/fredhohman/a-viz-of-ice-and-fire/issues/50",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
755388182 | Query timeout
Hello everyone,
I'm having an issue with a query that is almost constantly timing out.
The query itself last max 15 sec and I have set up my config like this:
sql_exporter
global:
scrape_timeout_offset: 30s
prometheus:
scrape_interval: 60s
scrape_timeout: 55s
I have gone through the documentation and i... | gharchive/issue | 2020-12-02T15:45:15 | 2025-04-01T04:34:18.401156 | {
"authors": [
"aleksandarilic96",
"free"
],
"repo": "free/sql_exporter",
"url": "https://github.com/free/sql_exporter/issues/84",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2359517732 | feat(5glan): add ue policy container
Add the ue policy container data type and related encode/decode way. Details can be found at 3GPP TS24.501 v17, chapter Annex D (normative): UE policy delivery service
I will fix the errors of linter
| gharchive/pull-request | 2024-06-18T10:29:52 | 2025-04-01T04:34:18.402185 | {
"authors": [
"BENHSU0723"
],
"repo": "free5gc/nas",
"url": "https://github.com/free5gc/nas/pull/26",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1108399999 | Stat increases / decreases not showing properly
What bug did you encounter?
Every time I answer a CS question correctly, my stat increases don't show properly. Instead the message states:
"[stats_name!t] knowledge increased by [val_str]"
When my sanity decreases after studying, it's the same thing.
Steps to Reproduce... | gharchive/issue | 2022-01-19T18:02:08 | 2025-04-01T04:34:18.404798 | {
"authors": [
"DuxVictorum",
"RuolinZheng08"
],
"repo": "freeCodeCamp/LearnToCodeRPG",
"url": "https://github.com/freeCodeCamp/LearnToCodeRPG/issues/61",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1866028157 | Replace DataTable with useTable inside adminTable.js
Describe the bug
The DataTable library is being used inside the adminTable component. This library has caused issues in the past. It needs to be removed and replaced with useTable from react.
To Reproduce
Steps to reproduce the behavior:
Go to '../components/admin... | gharchive/issue | 2023-08-24T23:41:30 | 2025-04-01T04:34:18.407906 | {
"authors": [
"Komal914",
"Ranjan-bej",
"shootermv"
],
"repo": "freeCodeCamp/classroom",
"url": "https://github.com/freeCodeCamp/classroom/issues/467",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
294544247 | BETA: separated margin & padding attributes taught, but clockwise notation accepted; minor formatting error too
Challenge Name
Basic CSS: Add Different Padding to Each Side of an Element
https://beta.freecodecamp.org/en/challenges/basic-css/add-different-padding-to-each-side-of-an-element
Basic CSS: Add Different Mar... | gharchive/issue | 2018-02-05T21:14:07 | 2025-04-01T04:34:18.415453 | {
"authors": [
"QuincyLarson",
"ReveurGAM",
"ninadingole",
"raisedadead",
"utkarshsingh99"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/16651",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"... |
718099577 | I feel Linked Lists should be taught BEFORE having us do Circular Queue in the Advanced section
I just took a step back to fully learn data structures and I am watching one of FCC's videos: https://www.youtube.com/watch?v=RBSGKlAvoiM
An amazing video. I just learned about linked lists and noticed something.
In FCC In... | gharchive/issue | 2020-10-09T12:18:19 | 2025-04-01T04:34:18.419586 | {
"authors": [
"Dilip-Jain",
"Symbolistic",
"nhcarrigan"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/39834",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1943993255 | Jidu search
Describe the Issue
In there there's a problem in broken searching
Affected Page
colonile.blogspot.com
Your code
Expected behavior
Hg
Screenshots
No response
System
Device: [e.g. iPhone 6, Laptop]
OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04]
Browser: [e.g. Chrome, Safari]
Version: [e.g. 22]
Additi... | gharchive/issue | 2023-10-15T18:05:49 | 2025-04-01T04:34:18.423495 | {
"authors": [
"jeremylt",
"sayandutta635"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/51989",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2017060036 | [python]: bad script fails wrong test
I do not really know how to word the problem other than:
Follow instructions of challenge to best of ability
Run tests
See hint given does not correspond to issue
Expected Behaviour
When tests do not rely on Camper code "compiling", the tests should still be allowed to ... | gharchive/issue | 2023-11-29T17:13:19 | 2025-04-01T04:34:18.429250 | {
"authors": [
"ShaunSHamilton",
"ieahleen",
"ojeytonwilliams"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/52448",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
143119571 | Change Text Inside an Element Using jQuery NOT WORKING
FreeCodeCamp Issue template
To Use this Template:
Fill out what you can
Delete what you do not fill out
NOTE: ISSUES ARE NOT FOR CODE HELP - Ask for Help at https://gitter.im/FreeCodeCamp/Help
Issue Description
When Issue Happens: Every time
Steps To Reproduce... | gharchive/issue | 2016-03-24T01:18:09 | 2025-04-01T04:34:18.449147 | {
"authors": [
"Arash1982",
"Getachew-Mulat",
"Mikaiyl",
"Preeetrockz",
"alistermada",
"amin8666",
"cainesim",
"cinquemason",
"ebrees",
"gracexu222",
"jnmorse",
"piyushkathayat",
"raisedadead",
"texas2010",
"texxs"
],
"repo": "freeCodeCamp/freeCodeCamp",... |
311459805 | fix(challenges): Tests are not shown on visiting challenges for the first time
Closes #16948
Pre-Submission Checklist
[x] Your pull request targets the staging branch of freeCodeCamp.
[x] Branch starts with either fix/, feature/, or translate/ (e.g. fix/signin-issue)
[x] You have only one commit (if not, squa... | gharchive/pull-request | 2018-04-05T03:20:28 | 2025-04-01T04:34:18.463036 | {
"authors": [
"Bouncey",
"absolitudo",
"raisedadead"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/17029",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
370067029 | Added sample code for D3Js library.
I've appended the code for a simple html file which renders text using D3JS library.
[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 freeC... | gharchive/pull-request | 2018-10-15T09:08:45 | 2025-04-01T04:34:18.466549 | {
"authors": [
"QuincyLarson",
"devanshhu"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/19227",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
372182264 | Remove the redundant "[" before "this" word
[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 witho... | gharchive/pull-request | 2018-10-20T07:09:48 | 2025-04-01T04:34:18.469203 | {
"authors": [
"Qbuiba",
"ezioda004"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/24015",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
372873769 | Update index.md
[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 without proper attribution.
[x] My ar... | gharchive/pull-request | 2018-10-23T08:33:50 | 2025-04-01T04:34:18.472830 | {
"authors": [
"QuincyLarson",
"mejraf"
],
"repo": "freeCodeCamp/freeCodeCamp",
"url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/26774",
"license": "BSD-3-Clause",
"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.