added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
created
timestamp[us]date
2001-10-09 16:19:16
2025-01-01 03:51:31
id
stringlengths
4
10
metadata
dict
source
stringclasses
2 values
text
stringlengths
0
1.61M
2025-04-01T06:38:41.994840
2022-11-29T12:39:58
1467999379
{ "authors": [ "exaby73", "solshuffle" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5986", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/116180" }
gharchive/issue
Add missing "Contact Emergency" icon Use case The Icon class does not include the Material Icon "contact_emergency" Proposal Update the Icon class to include this icon. /// <i class="material-icons md-36">contact_emergency</i> &#x2014; material icon named "contact emergency". static const IconData contact_emerge...
2025-04-01T06:38:41.996704
2022-11-30T00:17:44
1468872079
{ "authors": [ "goderbauer" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5987", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/116237" }
gharchive/issue
Don't use shrink wrap in our samples https://github.com/flutter/flutter/blob/fa063eb4ce4140dec9a887c3130239c68f7b713e/examples/api/lib/material/refresh_indicator/refresh_indicator.1.dart uses shrinkWrap, but really it shouldn't. Unfortunately, it is currently hard to achieve this effect without shrinkWrapping. We sho...
2025-04-01T06:38:42.004765
2022-12-16T18:48:22
1500703211
{ "authors": [ "huycozy", "pohuing" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5988", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/117222" }
gharchive/issue
Stretch overscroll on NestedScrollView does not ease back stretch on shapes Steps to Reproduce Run the example on a device that uses Stretching overscroll Try to overscroll Expected results: After letting go, the box decorations should ease back just like the body's contents Actual results: Instead they stay stuck ...
2025-04-01T06:38:42.014491
2022-12-21T12:17:24
1506210997
{ "authors": [ "Mahm0ud-Ahmed", "aryaveer0710", "huycozy", "timdebruyn", "tomotoshi3" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5989", "repo": "flutter/flutter", "url": "https://github.com/f...
gharchive/issue
GoRouter errorBuilder - routes stack is cleared and there is no possibility to pop to previous screen When you push some unknown route context.push('/someRoute'); errorBuilder widget is shown. But, there is no possibility to pop this error screen using leading icon of AppBar or system back button. This was possible i...
2025-04-01T06:38:42.016301
2023-02-13T18:50:28
1582878496
{ "authors": [ "eyebrowsoffire", "yjbanov" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5990", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/120616" }
gharchive/issue
[web] Re-organize web unit tests Our web unit tests have gotten pretty complicated with a lot of special casing. I made a proposal for re-organizing our tests into suites, which makes things more explicit and organized. This is done.
2025-04-01T06:38:42.021207
2023-02-25T00:22:36
1599438558
{ "authors": [ "lukehutch", "stuartmorgan" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5991", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/121436" }
gharchive/issue
[image_picker][documentation] ImagePicker does nothing without permission on Android Out of the box, image_picker does nothing on the Android emulator (does not open the gallery or camera). In the console, the following error is reported: Unhandled Exception: MissingPluginException(No implementation found for method ...
2025-04-01T06:38:42.025545
2017-10-12T07:39:25
264842475
{ "authors": [ "InMatrix", "kunalshah", "xster" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5992", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/12504" }
gharchive/issue
Can't run flutter repo (in China) after cloning flutter repo Steps to Reproduce I just cloned flutter repo and then run the flutter command in order to download the all required dependencies. However, dependencies (e.g. dart sdk) can not be downloaded because google servers are blocked in China. It doesn't work with ...
2025-04-01T06:38:42.038175
2023-06-12T11:19:59
1752516389
{ "authors": [ "dam-ease", "eng-mohamed-ibrahem" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5993", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/128688" }
gharchive/issue
flutter pub get Is there an existing issue for this? [X] I have searched the existing issues [X] I have read the guide to filing a bug Steps to reproduce Got socket error trying to find package nested at https://pub.dev. Expected results i can execute command flutter pub get Actual results run and get packages Cod...
2025-04-01T06:38:42.047762
2023-06-19T13:03:15
1763504347
{ "authors": [ "chinmaygarde", "darshankawar", "fzyzcjy" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5994", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/129118" }
gharchive/issue
[Impeller] Correct way of examining Impeller performance issues? Is there an existing issue for this? [X] I have searched the existing issues [X] I have read the guide to filing a bug Use case For triage: I guess this can be categorized as "proposal to add some doc" or "proposal to add some features for easy debugg...
2025-04-01T06:38:42.077836
2018-05-14T04:46:52
322671257
{ "authors": [ "AbhijitL", "lakziro", "zoechi" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5995", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/17561" }
gharchive/issue
No image asset location found I got an error saying no image location found here is the screenshot https://ibb.co/eqwi1J Logs [ +88 ms] [C:\flutter_windows_v0.3.2-beta\flutter\] git rev-parse --abbrev-ref --symbolic @{u} [ +125 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ +1 ms] origin/beta...
2025-04-01T06:38:42.080082
2018-08-11T00:34:23
349691357
{ "authors": [ "amirh", "rami-a", "shujames" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5996", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/20473" }
gharchive/issue
Default format for text counter in TextField doesn't properly support Arabic and Hebrew Default counter in TextField is hardcoded to [text length]/[max text length] In both Arabic and Hebrew, it looks like it should be flipped. [max text length]/[text length] As a native Hebrew speaker I think it should stay [text ...
2025-04-01T06:38:42.140206
2018-10-26T05:45:05
374235021
{ "authors": [ "Benklins", "HarshEglesiaa", "Niek-Okido", "Parth1029", "Paulswith", "PocoMin", "Sly777", "SuperCup", "Suppppppp", "TakeEasyBoy", "VineetMaker", "Youzhigang", "aboutmydreams", "derekgithubs", "flutteradv", "gayanramyakumara", "irvingre...
gharchive/issue
Could not resolve all artifacts for configuration 'classpath' From URL: https://www.flutterchina.club/support.md Finished with error: Please review your Gradle project setup in the android/ folder. * Error running Gradle: ProcessException: Process "/Users/../Desktop/flutter_app/android/gradlew" exited abnormally: Pro...
2025-04-01T06:38:42.145187
2018-12-01T20:21:10
386494070
{ "authors": [ "yathit", "zoechi" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:5998", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/24905" }
gharchive/issue
showDatePicker overflow in small screen Steps to Reproduce Use a small screen emulator like - Nexus S (460 x 800) Run flutter_gallery app and run Picker demo Pick date has overflow error Logs I/zygote (23274): Do partial code cache collection, code=30KB, data=26KB I/zygote (23274): After code cache collection, c...
2025-04-01T06:38:42.170741
2018-12-14T04:23:35
390960530
{ "authors": [ "AliSayed", "Smarto-Dev", "amirh", "dakamojo", "knitero", "mavr301", "myriky", "pedrosalesmiranda", "phaniteja1", "piyushsinha24", "rakeshlanjewarwork", "realcarlos", "skylineproject", "woutervanwijk", "zoechi", "zxl777" ], "license": ...
gharchive/issue
[WebView] Does not follow redirects. The webview_flutter plugin does not appear to follow redirects. It simply displays a blank white page. This is an example of a URL that has a redirect for the flutter.io website. (this is a Google Ad link) https://www.googleadservices.com/pagead/aclk?sa=L&ai=DChcSEwis9JrFup7fAh...
2025-04-01T06:38:42.173902
2018-12-28T19:40:48
394705936
{ "authors": [ "amirh", "dnfield" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6000", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/25855" }
gharchive/issue
flutter_gallery__back_button_memory is flaky Seems to have started being flaky around 19ce65eec923535d5d0daf580429a2d23596dffd Might be related to https://github.com/flutter/flutter/issues/25481 Reopening this. It seems to flake out every few days now. Rebooting the device seems to help.
2025-04-01T06:38:42.178699
2019-02-09T03:55:52
408395221
{ "authors": [ "HansMuller", "ocavue", "zoechi" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6001", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/27710" }
gharchive/issue
Extended FABs don’t require an icon This issue is a bug report. Description In Material design, an extended FAB doesn’t require an icon. https://material.io/design/components/buttons-floating-action-button.html#extended-fab So, I think the @required below should be removed. https://github.com/flutter/flutter/blob/2...
2025-04-01T06:38:42.180729
2019-03-01T02:29:08
415912335
{ "authors": [ "dnfield", "sdgtwsf0115" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6002", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/28691" }
gharchive/issue
pluginization Does flutter support pluginization?How to do? Flutter has a rich plugin system - https://flutter.dev/docs/development/packages-and-plugins/developing-packages I'm going to close this as it's not really a feature request or a bug report. For general support questions like this, please consider using on...
2025-04-01T06:38:42.226426
2019-05-06T19:18:16
440846171
{ "authors": [ "AAverin", "DesmondFox", "Levi-Lesches", "MaikuB", "Noyon01631", "ScottishRoss", "a7me63azzab", "audkar", "bhanuka96", "fre391", "karmazinkd", "lionuncle", "ljfreelancer88", "manuelduarte077", "matthew-carroll", "mikeryder", "realsoc",...
gharchive/issue
[Meta] iOS/Android Background Execution iOS and Android have OS level restrictions about when things can run outside of a visible app, and how to run said code. This metabug tracks work items for bringing a reasonable support of background execution to Flutter. In my opinion, what we should be aiming for when it come...
2025-04-01T06:38:42.405947
2019-07-17T08:27:19
469056167
{ "authors": [ "33-Elephants", "AndrsDev", "DIVINER-onlys", "FickleLife", "LeandroMoura3", "LorTos", "S1nPur1ty", "TheFedex87", "VictorCamargo", "akshaybengani", "caiphaav", "danieldai", "diego-lipinski-de-castro", "dkwingsmt", "flutterfrank", "furkankur...
gharchive/issue
'package:flutter/src/gestures/monodrag.dart': Failed assertion: line 387 pos 12: '_initialButtons == kPrimaryButton': is not true @override Widget build(BuildContext context) { return Container( width: 200, height: 100, ); } then 2 fingers simultaneously click the Container Logs I/HiTouch...
2025-04-01T06:38:42.415491
2019-08-20T00:21:56
482586358
{ "authors": [ "gspencergoog", "liyuqian" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6005", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/38860" }
gharchive/issue
flutter_gallery_ios32__transition_perf 90th_percentile_frame_build_time_millis regressed It increased from 7ms to 9ms from https://github.com/flutter/flutter/commit/a11d73148c90dd2980f0ab5a2d88159269937e3a Similar benchmarks also regressed: flutter_gallery__transition_perf 90th_percentile_frame_build_time_millis flu...
2025-04-01T06:38:42.426201
2020-04-12T11:27:08
598464572
{ "authors": [ "TahaTesser", "bhaveshdaswani93", "harmnot" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6006", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/54589" }
gharchive/issue
run flutter iOS simulator failed I am using latest Flutter sable version, I am trying to run flutter on my iOS Simulator, I tried iPhone 11 pro max, and iPhone 8 plus , can't be running and always error fluter run --verbose what I got is : [ +56 ms] Could not build the application for the simulator. [ +2 ms] Erro...
2025-04-01T06:38:42.433739
2020-06-08T08:35:08
634367985
{ "authors": [ "iapicca", "kannanchua" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6007", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/58964" }
gharchive/issue
[tool_crash] Invalid argument(s): Cannot find executable for C:\Users\gtatt\s11salon\android\gradlew.bat. Command flutter --no-color run --machine --track-widget-creation --device-id=<IP_ADDRESS>:5555 lib\main.dart Steps to Reproduce ... ... ... Logs ArgumentError: Invalid argument(s): Cannot find executable for C...
2025-04-01T06:38:42.435791
2020-08-06T16:52:43
674456162
{ "authors": [ "digiter", "godofredoc", "mdebbar" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6008", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/63101" }
gharchive/issue
Failure to install some CIPD packages in Mac Android Debug Engine In this PR I got the following failure which seems like a failure to install some CIPD packages: https://ci.chromium.org/p/flutter/builders/try/Mac Android Debug Engine/6488 Triage: also assign to current oncall. Please reopen if it fails again.
2025-04-01T06:38:42.445403
2020-09-08T04:53:05
695545753
{ "authors": [ "darshankawar", "dnfield", "goderbauer", "wasabia" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6009", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/65...
gharchive/issue
Memory leak on iOS when show animate webp image on flutter channel beta on Flutter Channel stable is ok [✓] Flutter (Channel beta, 1.21.0-9.2.pre, on Mac OS X 10.15.6 19G73, locale zh-Hans-CN) [✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) [✓] Xcode - develop for iOS and macOS (Xco...
2025-04-01T06:38:42.453247
2020-09-23T22:55:54
707729054
{ "authors": [ "TahaTesser", "mayhew3" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6010", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/66501" }
gharchive/issue
Base app won't start on latest iOS/XCode version Steps to Reproduce Run flutter create bug. Update the files as follows: N/A Go through the iOS Setup steps, and try running the app on my MacBook Air (XCode 12.0, iOS 14.0). Expected results: The example app starting on my device. Actual results: The app failed to s...
2025-04-01T06:38:42.455687
2020-12-08T20:30:00
759756984
{ "authors": [ "chunhtai", "lazylazyllama", "xu-baolin" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6011", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/71936" }
gharchive/issue
Regression: Top overflow is not working anymore since #71303 Since #71303 is merged, when you scroll up inside a refreshindicator sub widget, there is no overscroll effect anymore. If you scroll up with momentum you should get an overscroll effect, but it does not happen anymore. The overscroll effect should only be ...
2025-04-01T06:38:42.468317
2021-01-14T06:58:49
785713985
{ "authors": [ "illabo", "pedromassangocode" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6012", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/73924" }
gharchive/issue
In some indeterminate cases there is a wrong Date value in http Response Steps to Reproduce It would be tricky to reproduce as the cause is yet unknown to me. In my case I'm after getting a server time as follows: Future<DateTime> fetchCurrentTime() async { final resp = await return _client.head(Constants.hostn...
2025-04-01T06:38:42.471104
2017-01-27T18:55:53
203712058
{ "authors": [ "LarkAscending", "Sfshaza" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6013", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/7704" }
gharchive/issue
Write Building UIs in Flutter codelab Write a codelab that shows users how to build a Flutter UI. Code the UI for a chat app The app doesn't work yet. Leads to Firebase codelab...see https://github.com/flutter/flutter/issues/7702 Done. https://flutter.io/tutorials/layout/
2025-04-01T06:38:42.504107
2021-07-22T07:53:53
950395293
{ "authors": [ "ayushprateek", "maheshmnj" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6014", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/86850" }
gharchive/issue
fatal error: module 'connectivity' not found ....Unabe to run the flutter app on Mac M1 Hi M facing this error from last ten days.... I've tried all the above solutions from upgrading flutter to degrading cocoapods and didn't find any of them working. Deleted my podfile, podfile.lock, Pods and Flutter.podspec file se...
2025-04-01T06:38:42.612148
2022-01-03T15:37:48
1092610562
{ "authors": [ "bernaferrari", "guidezpl", "maheshmnj", "werainkhatri", "willlarche" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6016", "repo": "flutter/flutter", "url": "https://github.com/fl...
gharchive/issue
[Proposal] Document availabilty of icons in a Flutter release With Google Fonts constantly adding and removing fonts, it is hard to know which fonts are supported or not in Flutter. Yesterday I wanted 'terminal' icon, it shows on the website but it is nowhere in Flutter (and I'm on Flutter Beta). Probably the next ti...
2025-04-01T06:38:42.614176
2022-02-13T16:17:10
1136080789
{ "authors": [ "ExtinctDrift19", "stuartmorgan" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6017", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/98358" }
gharchive/issue
add discussion page Use case Proposal Duplicate of https://github.com/flutter/flutter/issues/60696
2025-04-01T06:38:42.619990
2022-02-15T20:24:00
1139178748
{ "authors": [ "darshankawar", "mihaibulic" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6018", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/98527" }
gharchive/issue
Framework crashes on startup, complains about Z key?? Steps to Reproduce everything was working fine then all of the sudden I started getting this error/crash right when I try to compile/run the app. PS I'm unlikely to report framework bugs in the future since it's a hassle (I had to figure out my github login sinc...
2025-04-01T06:38:42.627293
2024-01-19T10:18:59
2090181097
{ "authors": [ "engine-flutter-autoroll" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6019", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/141851" }
gharchive/pull-request
Roll Flutter Engine from d1afda52d254 to e47f8766c171 (3 revisions) https://github.com/flutter/engine/compare/d1afda52d254...e47f8766c171 2024-01-19<EMAIL_ADDRESS>[Android] Fix KeyEmbedderResponder throws a NullPointerException (flutter/engine#49860) 2024-01-19<EMAIL_ADDRESS>Roll Skia from dd24bd11d79e to e073a4fad57...
2025-04-01T06:38:42.647259
2024-06-03T05:41:42
2330220099
{ "authors": [ "b3nni97", "dkwingsmt", "vashworth" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6020", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/149568" }
gharchive/pull-request
[CupertinoActionSheet] Match colors to native This PR matches the various colors of CupertinoActionSheet more closely with the native one. The following colors are changed. Sheet background color Pressed button color Cancel button color Pressed cancel button color Divider color Content text color The resulting colo...
2025-04-01T06:38:42.653683
2018-03-15T19:41:21
305693425
{ "authors": [ "Hixie", "jonahwilliams" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6021", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/15581" }
gharchive/pull-request
Traverse dependencies and dev dependencies separately Note: not quite ready, still verifying correctness Fixes #15080 Currently, flutter update-packages --force-upgrade will combine the dependencies and dev_dependencies sections of a pubspec before retrieving the set of transitive dependencies. All of the resulting ...
2025-04-01T06:38:42.657924
2018-06-27T21:30:01
336394251
{ "authors": [ "DanTup", "Hixie", "yjbanov" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6022", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/18887" }
gharchive/pull-request
Mark flutter_gallery_instrumentation_test as flaky See #18879. Please merge for me if you're happy with this; it's getting late here so I'll be off v. soon. Windows Cirrus failure is "Agent is not responding!", so I've restarted it. This test doesn't seem flaky. I think we can unmark it. You jinxed it :( Yel...
2025-04-01T06:38:42.660645
2018-09-28T17:33:03
364978251
{ "authors": [ "gspencergoog", "leafpetersen", "yjbanov" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6023", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/22435" }
gharchive/pull-request
Use mixin syntax for Flutter's super-mixins Convert all super-mixins to the new mixin syntax. This brings new versions of the analyzer, linter, and dartdoc that support the new syntax. @stereotype441 @JekCharlsonYu @leafpetersen In general it is not easy to spot a class that may or may not be used as a super-mixin...
2025-04-01T06:38:42.666099
2019-02-21T11:10:39
412870720
{ "authors": [ "engine-flutter-autoroll" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6024", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/28253" }
gharchive/pull-request
Roll engine 6d7eb52185b1..293b3de986d4 (12 commits) https://github.com/flutter/engine/compare/6d7eb52185b1...293b3de986d4 git log 6d7eb52185b117a3972cac4e23625f97198114d9..293b3de986d42fd67b4e69475f6dbefb7ad55bda --no-merges --oneline 293b3de98 Roll src/third_party/skia 20ebd0cb3882..348227b89430 (4 commits) (flutter...
2025-04-01T06:38:42.674873
2019-07-11T02:02:33
466617356
{ "authors": [ "engine-flutter-autoroll" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6025", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/35947" }
gharchive/pull-request
Roll engine 75387dbc147d..089c740841e8 (29 commits) https://github.com/flutter/engine/compare/75387dbc147d...089c740841e8 git log 75387dbc147d1cee8164f5d61582eab8ba1e5058..089c740841e8f9f43cfbe9cd119a228da5fbe4d1 --no-merges --oneline 089c74084 Roll fuchsia/sdk/core/mac-amd64 from lCQWEeR_Ert7t_qAbMRycwrRyZC-dIprYPyP...
2025-04-01T06:38:42.686178
2019-08-23T17:07:55
484627961
{ "authors": [ "bangonkali", "blasten", "elmariocarlos", "workerbee22" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6026", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull...
gharchive/pull-request
Fid app bundle in Gradle 3.5 Description The Android Gradle plugin 3.5.0 generates the following app bundle: app(-<flavor>)?-<build-type>.aab. Related Issues Fixes https://github.com/flutter/flutter/issues/38934 Tests I added the following tests: Unit tests in gradle_test.dart Checklist Before you create this PR conf...
2025-04-01T06:38:42.695740
2021-03-20T16:30:37
836853731
{ "authors": [ "engine-flutter-autoroll" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6027", "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/78699" }
gharchive/pull-request
Roll Plugins from d7125cdb91c0 to 7b9ac6b0c20d (11 revisions) https://github.com/flutter/plugins/compare/d7125cdb91c0...7b9ac6b0c20d 2021-03-20<EMAIL_ADDRESS>[quick_actions] 2/3 Quick actions federated platform interface (flutter/plugins#3735) 2021-03-19<EMAIL_ADDRESS>[ci] Run more web tests (flutter/plugins#3739) 20...
2025-04-01T06:38:42.760166
2019-03-27T08:26:02
425822426
{ "authors": [ "ninnepinne" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6028", "repo": "flutter/plugins", "url": "https://github.com/flutter/plugins/pull/1407" }
gharchive/pull-request
[firebase_crashlytics] Update README code example Seems like the API has changed but not the code example. reportInDevMode -> enableInDevMode Description README change. Code example Related Issues Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkbox...
2025-04-01T06:38:42.768059
2020-12-02T19:52:50
755565657
{ "authors": [ "cyanglaz", "veljkomih" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6029", "repo": "flutter/plugins", "url": "https://github.com/flutter/plugins/pull/3298" }
gharchive/pull-request
[video_player] Adding a fix for video player alignment issues on iPhone 12Pro Description Video player was experiencing alignment issues on iPhone12 Pro device Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth a...
2025-04-01T06:38:42.779031
2022-01-06T19:23:15
1095622382
{ "authors": [ "Hixie", "ditman", "stuartmorgan" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6030", "repo": "flutter/plugins", "url": "https://github.com/flutter/plugins/pull/4647" }
gharchive/pull-request
Remove dependencies on 'meta' Flutter re-exports everything from meta that we actually use, and all plugins by definition require Flutter, so there's no need to use meta instead of Flutter to access common annotations (e.g., immutable, visibleForTesting). This removes all use of meta, as well as dependencies on the p...
2025-04-01T06:38:42.802075
2023-05-11T08:23:03
1705315876
{ "authors": [ "AlexV525", "brux88", "ps6067966" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6031", "repo": "fluttercandies/flutter_wechat_assets_picker", "url": "https://github.com/fluttercandies/flutt...
gharchive/issue
[BUG] Error with something Describe the bug , if I click on the image picker home page, after a while it goes wrong How to reproduce I downloaded your example, Steps to reproduce the behavior: I downloaded your example, if I click on the image picker home page, after a while it goes wrong, see screnncast https://www....
2025-04-01T06:38:42.807820
2022-02-17T23:20:09
1142052625
{ "authors": [ "dpedrinha", "vbuberen" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6032", "repo": "fluttercommunity/plus_plugins", "url": "https://github.com/fluttercommunity/plus_plugins/issues/754" }
gharchive/issue
connectivity_plus is incompatible with flutter_local_notifications. System info Platform the Issue occurs on: Both Plugin name: connectivity_plus Plugin version: 2.2.1 Steps to Reproduce Add connectivity_plus 2.2.1 and flutter_local_notifications 9.0.2 to any project and try pub get Because connectivity_plus >=2....
2025-04-01T06:38:42.810217
2020-09-13T11:59:47
700556554
{ "authors": [ "ac130kz", "frank06" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6033", "repo": "flutterdata/flutter_data", "url": "https://github.com/flutterdata/flutter_data/issues/62" }
gharchive/issue
Support riverpod >0.10.0, state_notifier >0.6.0 Riverpod and state_notifier got several updates (https://pub.dev/packages/riverpod/changelog, https://pub.dev/packages/state_notifier/changelog), which were mostly bug fixes. Could you please update them to the latest versions? Sure, I will get to that as soon as I ca...
2025-04-01T06:38:42.884998
2020-10-21T11:48:33
726405308
{ "authors": [ "hiddeco", "stuartpb" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6034", "repo": "fluxcd/helm-controller", "url": "https://github.com/fluxcd/helm-controller/issues/123" }
gharchive/issue
unable to merge value from key 'sharedSecret' in Secret 'pomerium/pomerium-config-secrets' into target path 'config.sharedSecret': unable to parse key: assignment to entry in nil map I have this HelmRelease: apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: pomerium namespace: pomerium ...
2025-04-01T06:38:42.898624
2021-06-23T15:06:34
928361167
{ "authors": [ "makkes", "relu", "stefanprodan" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6035", "repo": "fluxcd/image-reflector-controller", "url": "https://github.com/fluxcd/image-reflector-controll...
gharchive/pull-request
Make concurrent reconciliation configurable Default for both, the ImageRepository and the ImagePolicy controllers is 4 workers. closes #148 Signed-off-by: Max Jonas Werner<EMAIL_ADDRESS> Looking good, @makkes! One suggestion I have, for consistency's sake, I think it would make sense to define some types named Image...
2025-04-01T06:38:42.906212
2023-05-26T15:08:06
1727805574
{ "authors": [ "adeturner", "stefanprodan" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6036", "repo": "fluxcd/terraform-provider-flux", "url": "https://github.com/fluxcd/terraform-provider-flux/issues/478" ...
gharchive/issue
Provider removing kustomize-controller patch Thanks for the prior help. Implementing SOPS/AAD pod identity, I'm not sure the best way to patch the kustomize-controller so have put it in clusters/staging/flux-system/kustomization.yaml. This did match the approach in the docs https://fluxcd.io/flux/installation/#custo...
2025-04-01T06:38:42.988857
2015-07-22T14:37:47
96583936
{ "authors": [ "MadcapJake", "bucaran", "derhuerst", "iamstarkov", "watilde" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6038", "repo": "flyjs/fly", "url": "https://github.com/flyjs/fly/issues/56" }
gharchive/issue
Supportting node version Currently fly supports "node": ">= 0.11.16", but co fly are using supports"node": ">= 0.12.0". What do you think about to update supporting version to same version with co? btw, it doesnt work on windows even with<EMAIL_ADDRESS> @iamstarkov Did you get it to work? #50 yep @iamstarkov...
2025-04-01T06:38:43.018052
2016-10-04T06:42:12
180816270
{ "authors": [ "Akkuma", "hzlmn", "lukeed" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6039", "repo": "flyjs/fly", "url": "https://github.com/flyjs/fly/pull/218" }
gharchive/pull-request
[WIP] Full Rework (v2.0.0) This area is reserved for notes, thoughts, and a (wip) changelog. Please feel free to comment below 🙇 Notes with 1.4: 117 tests in ~980ms with 2.0: 180 tests in ~350ms Todo [ ] add fly.target (lol) & tests [ ] add fly.watch & tests [ ] finalize fly.plugin API definition [ ] define plugi...
2025-04-01T06:38:43.023254
2015-03-13T23:58:41
61301400
{ "authors": [ "jvatic", "lmars" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6040", "repo": "flynn/flynn", "url": "https://github.com/flynn/flynn/issues/1253" }
gharchive/issue
SchedulerSuite.TestOmniJobs: unexpected status 500 FAIL: test_scheduler.go:310: SchedulerSuite.TestOmniJobs ++ 23:50:52.930 created app cats-smash-hudson (7232ef2849d84d74b5c113796946fb2f) ++ 23:50:52.982 scaling formation to map[printer:2] ++ 23:50:53.012 waiting for job events: map[printer:map[up:2]] ++ 23:50:53.0...
2025-04-01T06:38:43.024526
2015-02-23T19:11:36
58633029
{ "authors": [ "lmars", "titanous" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6041", "repo": "flynn/flynn", "url": "https://github.com/flynn/flynn/pull/1061" }
gharchive/pull-request
test: Use Basic Auth with cluster API Putting the auth key in the URL gets leaked in the test logs because the run script is executed with trace on. LGTM
2025-04-01T06:38:43.025721
2016-08-03T17:46:30
169191351
{ "authors": [ "josephglanville", "titanous" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6042", "repo": "flynn/flynn", "url": "https://github.com/flynn/flynn/pull/3221" }
gharchive/pull-request
discoverd: Allow setting service leader during SetServiceMeta This allows us to transactionally set the leader and the service meta at the same time, which is in turn used by Sirenia to prevent the metadata from getting out of sync with the leader entry. Closes #3219 LGTM
2025-04-01T06:38:43.033452
2023-01-28T00:58:04
1560608757
{ "authors": [ "katrogan" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6043", "repo": "flyteorg/flytepropeller", "url": "https://github.com/flyteorg/flytepropeller/pull/521" }
gharchive/pull-request
Inline input data for execution events Signed-off-by: Katrina Rogan<EMAIL_ADDRESS>TL;DR Adds parity to the existing flow for inline event output data passing and storage. Type [ ] Bug Fix [x] Feature [ ] Plugin Are all requirements met? [x] Code completed [x] Smoke tested [x] Unit tests added [x] Code documentatio...
2025-04-01T06:38:43.039191
2022-09-29T13:00:59
1390833855
{ "authors": [ "DoodleBobBuffPants", "radeklos" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6044", "repo": "flyway/flyway", "url": "https://github.com/flyway/flyway/issues/3531" }
gharchive/issue
Tested on 9.3.1 and 9.3.0 but got the same results. Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin) gradle: 7.5.1 org.postgresql:postgresql:42.5.0 com.zaxxer:HikariCP:4.0.3 Which database are you using? (Type & version) PostgreSQL 11.6 Which operating system are you using? Mac os b...
2025-04-01T06:38:43.047840
2016-02-04T10:00:28
131297089
{ "authors": [ "fmoliveira" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6046", "repo": "fmoliveira/learning-book", "url": "https://github.com/fmoliveira/learning-book/issues/26" }
gharchive/issue
Clean your mind One cannot know a lot about a lot. Choose wisely. Forget the unchoosen. Clean up this repository from learning things you don't want to focus. Keep coded stuff as history and move forward.
2025-04-01T06:38:43.059116
2012-02-22T18:09:27
3338288
{ "authors": [ "fnichol" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6047", "repo": "fnichol/chef-ruby_build", "url": "https://github.com/fnichol/chef-ruby_build/issues/4" }
gharchive/issue
Upgrade strategy does not work if ruby-build is already installed The nof_if clause on execute "Install ruby-build" most likely is not needed. Guess it did work.
2025-04-01T06:38:43.063369
2019-10-07T11:43:55
503399226
{ "authors": [ "NripeshKumar", "shanky199912" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6048", "repo": "fnplus/interview-techdev-guide", "url": "https://github.com/fnplus/interview-techdev-guide/issues/355" }
gharchive/issue
Algo Kruskal's Algorithm Java Here is the description of the algorithm of the Kruskal algorithm . https://www.geeksforgeeks.org/kruskals-algorithm-simple-implementation-for-adjacency-matrix/ Want to work on this issue yes i wan't to do using c++ Then plss open another issue for C++
2025-04-01T06:38:43.083903
2023-01-12T20:40:39
1531339135
{ "authors": [ "apoorvalal", "foges" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6052", "repo": "foges/pogs", "url": "https://github.com/foges/pogs/issues/33" }
gharchive/issue
Path include error on ubuntu/debian R installation + fix I was getting a R.h not found error when installing according to the docs, and did some digging about where it was looking for R.h. interface_r/pogs/src/config.mk defines R_INC:=$(R_HOME)/include, but the debian install of R stores these files in /usr/share/R/i...
2025-04-01T06:38:43.151739
2023-01-02T13:16:14
1516388011
{ "authors": [ "Shinzu", "clason", "folke" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6053", "repo": "folke/lazy.nvim", "url": "https://github.com/folke/lazy.nvim/issues/278" }
gharchive/issue
bug: init.lua in plugins directory ignored Did you check docs and existing issues? [X] I have read all the lazy docs [X] I have searched the existing issues of lazy [X] I have searched the exsiting issues of the plugin I have a problem with Neovim version (nvim -v) v0.9.0-dev Operating system/version Ubuntu 18.04 D...
2025-04-01T06:38:43.163862
2023-01-29T05:39:05
1561135425
{ "authors": [ "folke", "ryuheechul" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6054", "repo": "folke/lazy.nvim", "url": "https://github.com/folke/lazy.nvim/issues/462" }
gharchive/issue
bug: potential state pollution(?) over time could cause a difficult to tackle crashes Did you check docs and existing issues? [X] I have read all the lazy.nvim docs [X] I have searched the existing issues of lazy.nvim [X] I have searched the exsiting issues of plugins related to this issue Neovim version (nvim -v) ...
2025-04-01T06:38:43.170566
2021-04-29T13:18:40
871007071
{ "authors": [ "folke", "max397574" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6055", "repo": "folke/lsp-trouble.nvim", "url": "https://github.com/folke/lsp-trouble.nvim/issues/14" }
gharchive/issue
No errors shown in list I installed lsp-trouble.nvim with Vim-Plug nvim version: 0.5 nightly I use your tokyonight colorscheme I created a file to test the LspTrouble. Then I used :LspTroubleOpen The list is just empty even though, there are errors Are these errors diagnostics from the builtin lsp client? Or is th...
2025-04-01T06:38:43.175522
2023-02-13T21:42:10
1583111687
{ "authors": [ "T-727", "folke" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6056", "repo": "folke/neodev.nvim", "url": "https://github.com/folke/neodev.nvim/issues/127" }
gharchive/issue
feature: use lua-language-server's builtin luv meta library Did you check the docs? [X] I have read all the neodev.nvim docs Is your feature request related to a problem? Please describe. Hey! So I've noticed that luv has been added to lua-language-server's builtin meta libraries since 3 months ago.. And so it woul...
2025-04-01T06:38:43.229058
2022-09-14T03:02:55
1372258210
{ "authors": [ "folke", "grddavies", "sdemura" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6057", "repo": "folke/which-key.nvim", "url": "https://github.com/folke/which-key.nvim/issues/336" }
gharchive/issue
How can I disable whichkey for everything but ctrl-r? I only want to use functionality in insert mode, which gives me a pop up of register contents. How can I disable everything else in which-key but that? If that's all you were going to use from Which-Key then you may only need this (tversteeg/registers.nvim)[htt...
2025-04-01T06:38:43.235925
2022-09-06T14:21:39
1363368209
{ "authors": [ "olalid", "thores81" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6058", "repo": "fondberg/easee_hass", "url": "https://github.com/fondberg/easee_hass/issues/209" }
gharchive/issue
easee unavailable Question After updating HA to latest version my charger is unavailable. What version of the integration are you using? version": "0.9.44", Anything in the logs that might be useful for us? Denne feilen stammer fra en tilpasset integrasjon. Logger: homeassistant Source: custom_components/easee/contr...
2025-04-01T06:38:43.288363
2018-01-25T12:04:03
291546788
{ "authors": [ "O7JaniB", "behdad", "miguelsousa" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6059", "repo": "fonttools/fonttools", "url": "https://github.com/fonttools/fonttools/issues/1162" }
gharchive/issue
pyftsubset: Dotted I doesn't get subset I don't know if this was reported or I am doing something wrong but. I'm using pyftsubset to subset some characters from an otf font (I don't believe it matters which font) but one character (dotted I) is not getting subset: https://www.fileformat.info/info/unicode/char/0130/in...
2025-04-01T06:38:43.293599
2017-10-15T11:53:46
265566378
{ "authors": [ "anthrotype", "justvanrossum", "m4rc1e" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6060", "repo": "fonttools/fonttools", "url": "https://github.com/fonttools/fonttools/pull/1075" }
gharchive/pull-request
[ttLib] add rsb attribute to _TTGlyph As discussed in #1074. More than happy to add a test if needed. well, it's good that we have some tests already See https://travis-ci.org/fonttools/fonttools/jobs/288179180#L2939 sometime a glyf Glyph does not have xMax (empty glyphs). replace self._glyph.xMax with self.glyph._...
2025-04-01T06:38:43.296176
2023-11-20T15:20:58
2002441140
{ "authors": [ "behdad" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6061", "repo": "fonttools/fonttools", "url": "https://github.com/fonttools/fonttools/pull/3346" }
gharchive/pull-request
[interpolatable] Return master indices instead of names Using names to refer to masters is weird. Return the index and the user can look up the name. This changes the API in two ways: test and test_gen do not accept a names parameter anymore. If needed I can put it back there unused. master, master1, master2 in the ...
2025-04-01T06:38:43.325696
2024-10-11T10:51:49
2624800426
{ "authors": [ "Radha-4235", "cristiand391" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6063", "repo": "forcedotcom/cli", "url": "https://github.com/forcedotcom/cli/issues/3088" }
gharchive/issue
Unable to Deploy or Retrieve data/files from the org through VS Code Summary: For my authorized org for a given project, when I right click on my project/lwc/apex class, and select Deploy source to org, a pop up comes up stating that the command is running but it keeps running forever but nothing gets deployed. Steps...
2025-04-01T06:38:43.336783
2022-04-21T18:55:25
1211431856
{ "authors": [ "mshanemc", "shetzel" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6064", "repo": "forcedotcom/source-deploy-retrieve", "url": "https://github.com/forcedotcom/source-deploy-retrieve/pull/614...
gharchive/pull-request
Sm/timeout id in sfdx error What does this PR do? throws an sfdxError with data property for id on timeout. I'm making a separate WI for SDR to use error/messages from core rather than its own framework. What issues does this PR fix or reference? @W-10978703@ for QA...SDR is emitting error.code 1 for backward compati...
2025-04-01T06:38:43.360371
2024-01-06T07:45:52
2068457095
{ "authors": [ "izumigoto", "nikohoffren" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6065", "repo": "fork-commit-merge/fork-commit-merge", "url": "https://github.com/fork-commit-merge/fork-commit-merge/pull/1942"...
gharchive/pull-request
Haskell-FibonacciNo Pull Request Type What kind of change does this PR introduce? [ ] Solved an issue/task added fibonacci.hs Merged This is an automated message from Fork, Commit, Merge [BOT]. Thank you for your contribution! Your pull request has been merged. The files have been reset for the next contributor. ...
2025-04-01T06:38:43.409189
2024-08-04T19:18:31
2447264073
{ "authors": [ "clarus", "jmikedupont2" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6066", "repo": "formal-land/coq-of-ocaml", "url": "https://github.com/formal-land/coq-of-ocaml/pull/232" }
gharchive/pull-request
removing 404 http://coq-blog.clarus.me/beginning-of-verification-for-the-parsing-of-smart-contracts.html is 404 OK, thanks for the fix!
2025-04-01T06:38:43.458876
2021-02-17T21:50:57
810565374
{ "authors": [ "followbl", "valstu" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6067", "repo": "formium/formik", "url": "https://github.com/formium/formik/issues/3050" }
gharchive/issue
3.0.0-next.3 => @3.0.0-next.4 - focus jumping to end of input on edit Bug report This is admittedly will be a half-hearted bug report - but since it's on the next/beta branch I figured you'd want it reported anyways. I've been unable to reproduce in one of your codebox sandboxes - but am experiencing within our app a...
2025-04-01T06:38:43.461552
2015-07-15T22:15:10
95302277
{ "authors": [ "attilacsanyi", "benoror", "kentcdodds" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6068", "repo": "formly-js/angular-formly-templates-bootstrap", "url": "https://github.com/formly-js/angular-form...
gharchive/issue
How can I add for example 'input-lg' bootstrap class to my input? I would like to use input with 'input-lg' bootstrap class, can I override somewhere? Thanks. Yes! http://angular-formly.com/#/example/custom-types/custom-templates http://angular-formly.com/#/example/custom-types/extending-types Going to go ahead a...
2025-04-01T06:38:43.465545
2017-09-13T09:55:27
257322592
{ "authors": [ "MassiveHiggsField" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6069", "repo": "formly-js/ng-formly", "url": "https://github.com/formly-js/ng-formly/issues/512" }
gharchive/issue
Error "has no properties in common with type 'FormlyFieldConfig'" with Angular 4.4 I'm submitting a ... (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [x] support request Current behavior I just copied the instructions from the README 1:1 into my...
2025-04-01T06:38:43.466701
2023-08-28T11:19:25
1869557482
{ "authors": [ "bhongy" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6070", "repo": "formspree/formspree-js", "url": "https://github.com/formspree/formspree-js/pull/56" }
gharchive/pull-request
test: fix failing tests due to hardcoded pkg versions Fix failing tests on main due to hardcoded package versions. @colevscode this fixes the failing tests on main. I don't think we need a changeset or a version bump.
2025-04-01T06:38:43.504136
2023-07-31T16:00:56
1829563321
{ "authors": [ "dcspille" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6071", "repo": "fortinet-fortisoar/solution-pack-phishing-email-response", "url": "https://github.com/fortinet-fortisoar/solution-pack-phishing-ema...
gharchive/issue
Incorrect order of record @ids for Reset Scenario https://github.com/fortinet-fortisoar/solution-pack-phishing-email-response/blob/2e79e6f820f7e4823d15ae7c8674caa848abd64e/playbooks/02 - Use Case - Phishing Email Response/Scenario - Generate Phishing Email Alert.json#L133C117-L133C117 Issue is not reproducible the ...
2025-04-01T06:38:43.519343
2016-02-24T20:05:38
136172344
{ "authors": [ "0x8890", "ksnyde" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6072", "repo": "fortunejs/fortune-json-api", "url": "https://github.com/fortunejs/fortune-json-api/issues/17" }
gharchive/issue
Client generated ID's I am having a problem adding a new record when the responsibility is on the client to generate the ID. I have the following body of a POST request: { "data": { "type": "markers", "id": "pace_avg", "attributes": { "name": "Average Pace", "abbrev": ...
2025-04-01T06:38:43.589175
2017-12-17T19:26:15
282717073
{ "authors": [ "cclauss", "vaibhavsingh97" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6073", "repo": "fossasia/query-server", "url": "https://github.com/fossasia/query-server/pull/398" }
gharchive/pull-request
fix small_test() Fixes # 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: fix small_test() to align with https://gi...
2025-04-01T06:38:43.645430
2024-06-08T14:43:43
2341687844
{ "authors": [ "jokar2025", "rajukar002", "rtwegthg" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6074", "repo": "foundation/foundation-sites", "url": "https://github.com/foundation/foundation-sites/issues/1312...
gharchive/issue
@@["!Here's Gaa To Watch!"]#!! Laois vs Offaly Live Coverage Free On final Gaa 08 June 2024 # Laois v Offaly: Everything You Need To Know About The Joe McDonagh Cup Final Laois v Offaly: Everything You Need To Know About The Joe McDonagh Cup Final Finn Duffy 🔴➤ ►🌍📺📱👉 gaa finle 🔴➤ ►🌍📺📱👉 gaa finle By Finn Duf...
2025-04-01T06:38:43.945012
2022-07-19T19:04:24
1309930296
{ "authors": [ "mds1", "onbjerg" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6075", "repo": "foundry-rs/foundry", "url": "https://github.com/foundry-rs/foundry/pull/2393" }
gharchive/pull-request
fix: reduce CALLER balance before executing tests Closes https://github.com/foundry-rs/foundry/issues/2390 Ran this against some repos locally without issues, want to make sure CI passes before merging though Failure looks unrelated to this change?
2025-04-01T06:38:43.948083
2024-08-11T21:31:40
2459769694
{ "authors": [ "TikaelSol", "mgoldstein322", "stwlam" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6076", "repo": "foundryvtt/pf2e", "url": "https://github.com/foundryvtt/pf2e/issues/15998" }
gharchive/issue
Kineticist Single Gate 2 Action Elemental Blast not getting con mod or impulse junction at level 1 Hello, one of players is playing as a single gate fire kineticist, and we noticed today that switching to two actions on elemental blast does not change the damage to d8s and does not add the CON modifier. I have disabl...
2025-04-01T06:38:43.950435
2024-08-18T20:24:40
2472130412
{ "authors": [ "MSAbaddon" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6077", "repo": "foundryvtt/pf2e", "url": "https://github.com/foundryvtt/pf2e/issues/16107" }
gharchive/issue
Damage formula localization incorrect Hi there, looks like the damage formula default label for inline rolls currently looks rather strange if () are used. That's how we localize persistent damage: That's how the inle roll looks like: @Damage[(1d4 + @item.system.damage.dice)[persistent,cold]] That's how the default ...
2025-04-01T06:38:43.952166
2023-11-20T04:38:03
2001350672
{ "authors": [ "avagdumortesin", "stwlam" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6078", "repo": "foundryvtt/pf2e", "url": "https://github.com/foundryvtt/pf2e/pull/11616" }
gharchive/pull-request
Restore Paladin REs to the Combined Shining Oath Feat Closes https://github.com/foundryvtt/pf2e/issues/11597. Also re-input the feat's text from CRBv4 printing and put the benefits for the various causes in the order of that description. Check errata Eye r dum and missed that; still rearranged the order of the va...
2025-04-01T06:38:43.965947
2023-01-18T00:20:48
1537210420
{ "authors": [ "james-rms", "sanjaynarayanan-brt" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6079", "repo": "foxglove/mcap", "url": "https://github.com/foxglove/mcap/issues/792" }
gharchive/issue
Ambiguous wording in the MCAP File Format Specification The following wording in the specification of a Chunk is a bit ambiguous - All messages in the chunk must reference channels recorded earlier in the file (in a previous chunk or earlier in the current chunk). It may be interpreted as "all channels must be in a...
2025-04-01T06:38:43.969978
2015-07-25T06:09:58
97198714
{ "authors": [ "foxmask" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6080", "repo": "foxmask/django-th", "url": "https://github.com/foxmask/django-th/issues/98" }
gharchive/issue
readability-api update to last version which use requests_oauthlib to be python3 compliant - need to update my_readability.py to be able to connect to the readability service again. 6e12fb3b437980bac4b12361616dc950a9cd4faa
2025-04-01T06:38:43.987410
2016-10-23T12:14:14
184686748
{ "authors": [ "DanBurton", "bergmark", "newhoggy" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6081", "repo": "fpco/stackage", "url": "https://github.com/fpco/stackage/issues/2010" }
gharchive/issue
hw-* Ping @newhoggy I'm not sure which hw package is causing this issue but it seems that trying to build with hw-string-parse-<IP_ADDRESS> instead of <IP_ADDRESS> fails. > /tmp/stackage-build8$ stack unpack hw-succinct-<IP_ADDRESS> Unpacked hw-succinct-<IP_ADDRESS> to /tmp/stackage-build8/hw-succinct-<IP_ADDRESS>/ >...
2025-04-01T06:38:43.992214
2023-02-21T01:05:54
1592626940
{ "authors": [ "ariffjeff", "fpgmaas" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6082", "repo": "fpgmaas/cookiecutter-poetry", "url": "https://github.com/fpgmaas/cookiecutter-poetry/issues/83" }
gharchive/issue
Is the gh-pages branch for MkDocs supposed to be created manually? Question I'm trying to setup a new project and noticed that a gh-pages branch wasn't created automatically at any point for making auto MkDocs possible. The documentation doesn't specify when/how the branch is created so I've become a bit confused on ...
2025-04-01T06:38:43.994510
2020-07-05T10:29:49
651043555
{ "authors": [ "fphilipe", "rex-remind101" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6083", "repo": "fphilipe/premailer-rails", "url": "https://github.com/fphilipe/premailer-rails/issues/254" }
gharchive/issue
bump premailer version This gem relies on a very old version of premailer, namely one that includes hpricot whose hpricot_slate_method_added magic causes issues with sorbet. Please update this dependency to use a more recent version of premailer. This is the dependency definition: https://github.com/fphilipe/premai...
2025-04-01T06:38:44.003928
2022-10-25T09:32:53
1422159748
{ "authors": [ "jacopo-exact", "tcompa" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6084", "repo": "fractal-analytics-platform/fractal-server", "url": "https://github.com/fractal-analytics-platform/fracta...
gharchive/issue
task collection 1.x from pypi Preliminary requirement: we need a shared folder that is readable and executable by the fractal user, let it be FRACTAL_ROOT_DIR from PyPI in a subprocess... create dedicated venv in FRACTAL_ROOT_DIR/<pkg>_<version> install package in venv extract manifest by /venv/python -c "import <pk...
2025-04-01T06:38:44.005958
2024-07-12T12:48:58
2405499818
{ "authors": [ "jluethi" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6085", "repo": "fractal-analytics-platform/fractal-tasks-core", "url": "https://github.com/fractal-analytics-platform/fractal-tasks-core/is...
gharchive/issue
[ngio] Refactor masked_loading_wrapper logic to do relabeling in the masking step I have revisited how we handle masking & relabeling to fix #785 . For the moment, I do the relabeling in segment_ROI. In ngio, we'll want to do this in the wrapper class that handles the masking (currently masked_loading_wrapper). The m...
2025-04-01T06:38:44.008058
2023-05-16T09:56:57
1711674397
{ "authors": [ "tcompa" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6086", "repo": "fractal-analytics-platform/fractal-web", "url": "https://github.com/fractal-analytics-platform/fractal-web/issues/141" }
gharchive/issue
AUTH_COOKIE_NAME error in npm run build "AUTH_COOKIE_NAME" is not exported by "$env/static/private", imported by "src/routes/auth/logout/+server.js". file: /xxx/server_05_to_use_apache/fractal-web/src/routes/auth/logout/+server.js:4:1 2: import { logout } from '$lib/server/api/v1/auth_api' 3: import { 4: AUTH_COOKI...
2025-04-01T06:38:44.009929
2023-03-29T12:03:07
1645664176
{ "authors": [ "tcompa" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6087", "repo": "fractal-analytics-platform/fractal-web", "url": "https://github.com/fractal-analytics-platform/fractal-web/issues/83" }
gharchive/issue
[v0.3] Job submission and monitoring Placeholder issue for all kind of planning/discussion on: How to run a workflow, for given I/O datasets and possibly with additional parameters. How to visualize a job list? What should be in there? Where should it appear (per-user? per-project? per-workflow?)? ... Replaced by...
2025-04-01T06:38:44.030371
2017-10-05T12:32:54
263107848
{ "authors": [ "fragmuffin", "jmwright" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6088", "repo": "fragmuffin/cqparts", "url": "https://github.com/fragmuffin/cqparts/issues/1" }
gharchive/issue
Thread solids invalid Thread solids are not valid, and consequently fail boolean operations. >>> import cqparts >>> thread = cqparts.types.threads.iso_262.ISO262Thread().make(5) >>> thread.val().wrapped.isValid() False solids can be cleaned up using the method(s) described here, but they're not always successful. sl...
2025-04-01T06:38:44.090579
2022-11-27T18:53:04
1465542324
{ "authors": [ "El-Wumbus", "HBnetDE", "arctic-hen7", "enrand22", "rieval" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6089", "repo": "framesurge/perseus", "url": "https://github.com/framesurge/perseus...
gharchive/issue
CLI Generated sample program does not work This issue is reporting a bug in the code of Perseus. Details of the scope will be available in issue labels. The author described their issue as follows: I have created an app with perseus new (cli version = 0.4.0.beta.11). Then I attempt to start it with perseus serve. It...
2025-04-01T06:38:44.106973
2024-01-02T09:13:38
2062133554
{ "authors": [ "aodhgan", "franck44" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6090", "repo": "franck44/evm-dis", "url": "https://github.com/franck44/evm-dis/issues/41" }
gharchive/issue
Record max depth reached in CFG construction Add this information to the statistics in the DFS. Add the result to the title of the CFG to indicate the size of the deepest branch. I think this is done?
2025-04-01T06:38:44.108717
2021-08-10T16:58:29
965142423
{ "authors": [ "Xenonym", "frandiox" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6091", "repo": "frandiox/vite-ssr", "url": "https://github.com/frandiox/vite-ssr/pull/79" }
gharchive/pull-request
feat: add build.keepIndexHtml plugin option Closes #70. vite-ssr build removes index.html from the client bundle to prevent serving it by mistake in an SSR app. However, there may be use cases where index.html should be preserved in the client build (e.g. when using server side routing to selectively use SSR for a su...
2025-04-01T06:38:44.143075
2021-06-03T09:52:44
910323460
{ "authors": [ "franko", "prantlf" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:6092", "repo": "franko/lite-xl", "url": "https://github.com/franko/lite-xl/issues/250" }
gharchive/issue
Prepare distribution via Homebrew I think that I do not have to introduce [Homebrew] to you. It makes Mac as easy to maintain like Linux distros :-) My favourite maintenance command is: brew update && brew upgrade && brew cleanup I would like to include lite-xl in installable and upgradable packages too. Would you w...