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
899613133
removed JQUERY dependecy removed JQUERY dependecy fix on dependency removal - minified
gharchive/pull-request
2021-05-24T12:25:07
2025-04-01T04:34:15.597142
{ "authors": [ "Amalkarunakaran" ], "repo": "finom/vanillatree", "url": "https://github.com/finom/vanillatree/pull/9", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1306470750
02 August 2022 - Diversity Equity & Inclusion Special Interest Group Meeting Date 02 August 2022 - 1:00 PM EST Untracked attendees Fullname, Affiliation, (optional) GitHub username ... Meeting notices FINOS Project leads are responsible for observing the FINOS guidelines for running project meetings. Project main...
gharchive/issue
2022-07-15T20:38:03
2025-04-01T04:34:15.609971
{ "authors": [ "TheJuanAndOnly99", "alstratigos", "cm-howard", "grizzwolf", "jevonbeck", "melindajoy", "winmorgan" ], "repo": "finos/DEI-SIG", "url": "https://github.com/finos/DEI-SIG/issues/11", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-a...
1480064501
Dec 7th 2022 - Diversity Equity & Inclusion Special Interest Group Meeting Date Dec 7th 2022 - 12:00pm EST Untracked attendees Fullname, Affiliation, (optional) GitHub username ... Meeting notices FINOS Project leads are responsible for observing the FINOS guidelines for running project meetings. Project maintain...
gharchive/issue
2022-12-06T20:05:21
2025-04-01T04:34:15.621532
{ "authors": [ "TheJuanAndOnly99", "beekemarie", "mcleo-d", "whykay" ], "repo": "finos/DEI-SIG", "url": "https://github.com/finos/DEI-SIG/issues/16", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1433178791
Add InnerSource SIG License Working Group Agenda template Description This pull request add an agenda template for the InnerSource SIG License Working Group that includes a unique webex that's different to the main SIG meeting. Date Monday DD MMM yyyy - time EST / time UK Untracked attendees Fullname, Affiliation, ...
gharchive/pull-request
2022-11-02T13:47:58
2025-04-01T04:34:15.634461
{ "authors": [ "mcleo-d" ], "repo": "finos/InnerSource", "url": "https://github.com/finos/InnerSource/pull/73", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2240712209
add id in template query in dataspace add id in template query in dataspace lets fix the build failure here
gharchive/pull-request
2024-04-12T18:42:22
2025-04-01T04:34:15.635394
{ "authors": [ "MauricioUyaguari", "YannanGao-gs" ], "repo": "finos/legend", "url": "https://github.com/finos/legend/pull/807", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
402223713
Investigate Integration with CLAHub https://www.clahub.com/ Not needed as now provided by FINOS cla-bot.
gharchive/issue
2019-01-23T12:48:05
2025-04-01T04:34:15.636367
{ "authors": [ "davidwatkins73" ], "repo": "finos/waltz", "url": "https://github.com/finos/waltz/issues/3779", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2471373894
Type system support for iterators For for-in loops we need some kind of iterator type, but the type system is not expressive enough yet to support it. In a loop like for x in a: ... we want a to be some kind of iterator that yields elements of some type, which will be the type of x. For example, for the vector type: ...
gharchive/issue
2024-08-17T06:21:23
2025-04-01T04:34:15.644688
{ "authors": [ "osa1" ], "repo": "fir-lang/fir", "url": "https://github.com/fir-lang/fir/issues/21", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2000580760
Create of thumbview after closing previous causes errors Open folder in thumbview. Open second folder in thumbview. Open third folder in thumbview. Close 3rd view. Close 2d view. Open a new view. Can be same from steps 2 or 3, or new view. Click on an image thumbnail. Python error occurs. Selection doesn't happen. ...
gharchive/issue
2023-11-18T21:08:35
2025-04-01T04:34:15.650242
{ "authors": [ "fire-eggs" ], "repo": "fire-eggs/pyTagger", "url": "https://github.com/fire-eggs/pyTagger/issues/21", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
161094564
added a FragmentStatePagerAdapter class Added a FragmentStatePagerAdapter class, which uses the FirebaseArray class. @dabele91 first of all thank you for this incredibly complete pull request (docs and everything!). We love to see this kind of involvement from the community. While I totally see the utility of this...
gharchive/pull-request
2016-06-19T22:02:22
2025-04-01T04:34:15.671039
{ "authors": [ "dabele91", "samtstern" ], "repo": "firebase/FirebaseUI-Android", "url": "https://github.com/firebase/FirebaseUI-Android/pull/194", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
571641428
chore(storage-resize-images) Move package.json into functions folder Having package.json inside extension root doesn't make as much sense as having it inside of the functions folder, since it's the package.json for the functions, not for the entire extension. Once you've verified that this works (I've already verifie...
gharchive/pull-request
2020-02-26T20:32:02
2025-04-01T04:34:15.674889
{ "authors": [ "Salakar", "laurenzlong" ], "repo": "firebase/extensions", "url": "https://github.com/firebase/extensions/pull/208", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
759736619
FR: Use Firestore client credentials with firestore emulator It would be nice to be able to run tests against a local Firestore emulator that respected the credentials in the client, at the moment they are discarded when connecting to the emulator. This would allow tests of firestore rules in python. This can be done...
gharchive/issue
2020-12-08T19:58:10
2025-04-01T04:34:15.679191
{ "authors": [ "hiranya911", "paulharter" ], "repo": "firebase/firebase-admin-python", "url": "https://github.com/firebase/firebase-admin-python/issues/513", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
594765704
Completion closure on putData to upload a file to Firebase Storage is never called Step 0: Are you in the right place? For issues or feature requests related to the code in this repository file a Github issue. If this is a feature request please use the Feature Request template. For general technical questions, ...
gharchive/issue
2020-04-06T02:47:59
2025-04-01T04:34:15.706196
{ "authors": [ "filipealva", "paulb777", "schmidt-sebastian", "thomasdelgado" ], "repo": "firebase/firebase-ios-sdk", "url": "https://github.com/firebase/firebase-ios-sdk/issues/5295", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1100733377
Crashlytics auto launches the app Discussed in https://github.com/firebase/firebase-ios-sdk/discussions/9194 Originally posted by davidengler January 11, 2022 After adding Crashlytics to apple watch application, I notice that the app is automatically launched every 5-15 minutes. Is this an expected behavior ? @dav...
gharchive/issue
2022-01-12T19:55:54
2025-04-01T04:34:15.709546
{ "authors": [ "davidengler", "morganchen12" ], "repo": "firebase/firebase-ios-sdk", "url": "https://github.com/firebase/firebase-ios-sdk/issues/9203", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
307621963
Crash after remoteconfig cache expires [READ] Step 1: Are you in the right place? For issues or feature requests related to the code in this repository file a Github issue. If this is a feature request make sure the issue title starts with "FR:". For general technical questions, post a question on StackOverflow w...
gharchive/issue
2018-03-22T12:26:43
2025-04-01T04:34:15.719865
{ "authors": [ "danielCarlosCE", "morganchen12" ], "repo": "firebase/firebase-ios-sdk", "url": "https://github.com/firebase/firebase-ios-sdk/issues/962", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2112847324
🐛 firebase_core_web - Error: Expected a value of type 'String', but got one of type 'Null' Bug report In an empty app setup for Firebase and Riverpod, calling Firebase.initializeApp produces the error "Error: Expected a value of type 'String', but got one of type 'Null'" when running for web. Steps to reproduce Step...
gharchive/issue
2024-02-01T15:53:12
2025-04-01T04:34:15.760595
{ "authors": [ "GeertStev", "LucasDCR2", "MarcVanDaele90", "MartinDapper", "NeilFawcett1", "adar2378", "dacianf", "dezsocsete", "hughesyadaddy" ], "repo": "firebase/flutterfire", "url": "https://github.com/firebase/flutterfire/issues/12253", "license": "bsd-3-clause", "li...
2314845078
[firebase_messaging]: Embedded binary is not signed with the same certificate as the parent app Is there an existing issue for this? [X] I have searched the existing issues. Which plugins are affected? No response Which platforms are affected? iOS Description I just updated my macOS and Flutter to the latest versio...
gharchive/issue
2024-05-24T08:57:32
2025-04-01T04:34:15.772182
{ "authors": [ "TarekkMA", "febryardiansyah" ], "repo": "firebase/flutterfire", "url": "https://github.com/firebase/flutterfire/issues/12827", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
304496923
[google-sheet-sync] Fix return value error Fix Error serializing return value: TypeError: Converting circular structure to JSON error from Cloud Functions logs. This is the continuation of pull request #341. Thanks again @FluorescentHallucinogen !
gharchive/pull-request
2018-03-12T18:51:08
2025-04-01T04:34:15.773514
{ "authors": [ "FluorescentHallucinogen", "nicolasgarnier" ], "repo": "firebase/functions-samples", "url": "https://github.com/firebase/functions-samples/pull/342", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2573514151
[Dev UI] Export Trace is Corrupted It seems downloading the trace (versus copying to clipboard) products a corrupted file. Fixed in the next 0.5.x release.
gharchive/issue
2024-10-08T15:15:49
2025-04-01T04:34:15.774503
{ "authors": [ "MichaelDoyle" ], "repo": "firebase/genkit", "url": "https://github.com/firebase/genkit/issues/1026", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2406279026
[Go] add version to attribution headers Add a version file that contains the current tagged version. Also add a test for googleai. It's harder to test vertexai because it uses gRPC. Also ran go mod tidy. @pavelgj Where can I document that the version in internal/version.go must be updated before a new Go release is...
gharchive/pull-request
2024-07-12T20:12:50
2025-04-01T04:34:15.776169
{ "authors": [ "jba" ], "repo": "firebase/genkit", "url": "https://github.com/firebase/genkit/pull/606", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
243444776
CocoaPods missing many libraries compared to Firebase iOS download zip Operating system: iOS Operating system version: 10.3 What steps will reproduce the problem: Attempt to build the analytics quickstart-cpp example after adding -I"path/to/firebase_cpp_sdk" to testapp.xcodeproj Build Settings -> Other C++ flags sec...
gharchive/issue
2017-07-17T16:01:49
2025-04-01T04:34:15.785998
{ "authors": [ "adolby", "isipisi281", "jonsimantov" ], "repo": "firebase/quickstart-cpp", "url": "https://github.com/firebase/quickstart-cpp/issues/10", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1516317415
[BUG]: About data back and restore I backup firezone postgres data, then reinstall firezone and restore postgres data. I found deivce config is all the same, but wireguard connect can not establish. I debug wireguadr kernel module: echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control and dmesf show: wi...
gharchive/issue
2023-01-02T11:57:34
2025-04-01T04:34:15.891788
{ "authors": [ "jamilbk", "jinqinghui" ], "repo": "firezone/firezone", "url": "https://github.com/firezone/firezone/issues/1261", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1212146862
Check kernel version on package install and give warning if too low Fixes #541 @copremesis Whoops, I think the scripts/install.sh script is fine -- I was referring to when users download and install Firezone manually (from the deb or rpm file). The preinst script I was referring to is here: https://github.com/firez...
gharchive/pull-request
2022-04-22T10:07:24
2025-04-01T04:34:15.894530
{ "authors": [ "copremesis", "jamilbk" ], "repo": "firezone/firezone", "url": "https://github.com/firezone/firezone/pull/551", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2560418895
feat(connlib): implement TRACE logging for DNS When debugging DNS-related issues, it is useful to see all DNS queries that go into connlib and the responses that we generate. Analogous to the wire::net and wire::dev TRACE logs, we introduce wire::dns which logs incoming queries and the responses on TRACE. The output ...
gharchive/pull-request
2024-10-02T00:15:11
2025-04-01T04:34:15.900362
{ "authors": [ "ReactorScram", "jamilbk", "thomaseizinger" ], "repo": "firezone/firezone", "url": "https://github.com/firezone/firezone/pull/6907", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1442596804
fix: make sure turn_on and turn_off don't just toggle states fixes #99 Thanks a lot for the quick fix!
gharchive/pull-request
2022-11-09T18:59:54
2025-04-01T04:34:15.914517
{ "authors": [ "Cadair", "firstof9" ], "repo": "firstof9/openevse", "url": "https://github.com/firstof9/openevse/pull/101", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2700918760
WebUI generated the audio,but can not play it. Self Checks [X] This template is only for bug reports. For questions, please visit Discussions. [X] I have thoroughly reviewed the project documentation (installation, training, inference) but couldn't find information to solve my problem. English 中文 日本語 Portuguese (Bra...
gharchive/issue
2024-11-28T06:07:17
2025-04-01T04:34:15.956772
{ "authors": [ "allstable" ], "repo": "fishaudio/fish-speech", "url": "https://github.com/fishaudio/fish-speech/issues/686", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2048772042
Create a simple inference WebUI Currently call scripts only #12 Should be a better solution.
gharchive/pull-request
2023-12-19T14:27:59
2025-04-01T04:34:15.958017
{ "authors": [ "OedoSoldier", "leng-yue" ], "repo": "fishaudio/fish-speech", "url": "https://github.com/fishaudio/fish-speech/pull/13", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
124966657
Add meter/log callback module which is configured per call Proxy modules do not provide a good abstraction for logging because it is devilishly hard to log at the right moments. The two main goals of DBConnection is to separate concerns and make calls to orthogonal parts at the optimum moment. It has failed to do tha...
gharchive/issue
2016-01-05T13:30:39
2025-04-01T04:34:15.964651
{ "authors": [ "fishcakez", "josevalim" ], "repo": "fishcakez/db_connection", "url": "https://github.com/fishcakez/db_connection/issues/10", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
236997459
env var context function Adds an env_var function to grab system environment variables. Can be used in the dbt profile, or in models. profile: target: dev outputs: dev: type: postgres host: localhost user: {{ env_var('DBT_USER') }} pass: {{ env_var('DBT_PASSWORD') }} .... For ht...
gharchive/pull-request
2017-06-19T19:29:59
2025-04-01T04:34:15.979408
{ "authors": [ "cmcarthur", "drewbanin" ], "repo": "fishtown-analytics/dbt", "url": "https://github.com/fishtown-analytics/dbt/pull/462", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
359359440
Set Mime Type and Compress Is it possible to set MIME type to pick files? Is it possible to compress the selected files? Based on MimeUtils. guessMimeTypeFromExtension(String extension) you can create your own implementation or copy paste the code to your project, so you can get the extension from MIME type and ...
gharchive/issue
2018-09-12T08:00:04
2025-04-01T04:34:15.981785
{ "authors": [ "BareumSW", "hendrawd" ], "repo": "fishwjy/MultiType-FilePicker", "url": "https://github.com/fishwjy/MultiType-FilePicker/issues/43", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
841671206
压缩的时候设置帧率无效 压缩的时候设置帧率无效,outputFormat.setInteger(MediaFormat.KEY_FRAME_RATE, mDestFps); 同问,今天也发现这个问题,有没有解决方案? 我后面换的这个,你试试https://github.com/yellowcath/VideoProcessor
gharchive/issue
2021-03-26T07:25:51
2025-04-01T04:34:15.982984
{ "authors": [ "568285876", "dufangyu1990" ], "repo": "fishwjy/VideoCompressor", "url": "https://github.com/fishwjy/VideoCompressor/issues/54", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1038983284
BUG - new field values not being reflected in jira__issue_enhanced on incremental runs Are you a current Fivetran customer? nope but this came from https://getdbt.slack.com/archives/C01D1R2JLLA/p1635355824026800 Describe the bug on incremental runs of the package, if you have removed (or changed ? -- asking Jacob t...
gharchive/issue
2021-10-28T21:52:09
2025-04-01T04:34:16.014112
{ "authors": [ "fivetran-jamie", "fivetran-joemarkiewicz", "jcbmllgn" ], "repo": "fivetran/dbt_jira", "url": "https://github.com/fivetran/dbt_jira/issues/41", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
817790766
It bought but does not sell Coin pair: ada Buy order has been made! Processing sell order. A BinanceAPI error has occurred. Code = -2010 The relationship of the prices for the orders is not correct.. Please use https://github.com/binance/binance-spot-api-docs/blob/master/errors.md to find greater details on error cod...
gharchive/issue
2021-02-27T01:51:16
2025-04-01T04:34:16.026478
{ "authors": [ "NSDevelopment", "fj317" ], "repo": "fj317/PumpBot", "url": "https://github.com/fj317/PumpBot/issues/56", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
379586308
Incorrect Ordinals I'm submitting a ... (check one with "x") [ x ] bug report => search github for a similar issue or PR before submitting [ ] feature request Current behavior Ordinals from 11 to 13 are not correct (11st, 12nd, 13rd) Expected behavior They should be 11th, 12th, 13th Minimal reproduction of the pr...
gharchive/issue
2018-11-12T01:09:05
2025-04-01T04:34:16.074143
{ "authors": [ "christopheelkhoury", "fknop", "larjohn" ], "repo": "fknop/angular-pipes", "url": "https://github.com/fknop/angular-pipes/issues/83", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
212118795
Префикс 'docker.io/' в имени репозитория образа When i using dapp on CentOS 7 with docker 1.10.3 i got next error $ dapp build --verbose pulling image `ruby:2.3-alpine` [RUNNING] Trying to pull repository docker.io/library/ruby ... 2.3-alpine: Pulling from docker.io/library/ruby Digest: sh...
gharchive/issue
2017-03-06T13:14:47
2025-04-01T04:34:16.110266
{ "authors": [ "alexey-igrychev", "distol", "distorhead", "kobel169" ], "repo": "flant/dapp", "url": "https://github.com/flant/dapp/issues/93", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2078535371
inputs.nvidia_smi中执行smi命令超时时间可配置 What would you like to be added: nvidia-smi命令超时时间可配置 Why is this needed: 由于gpu卡通常使用节能模式以延长GPU使用寿命,闲置后再使用nvidia-smi命令会重新初始化gpu卡再执行命令,这样导致命令执行结果会延迟,查看源码发现执行命令时硬编码写的5秒超时时间,最终导致无法正常采集GPU信息 Describe the solution you'd like 期望执行采集命令的超时时间可配置 Additional context fixed by #779 . You can set ...
gharchive/issue
2024-01-12T10:33:11
2025-04-01T04:34:16.148801
{ "authors": [ "devtjun", "xmh1011" ], "repo": "flashcatcloud/categraf", "url": "https://github.com/flashcatcloud/categraf/issues/759", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1094891326
[Feature Request] Allow association_proxy/relationship fields in editable_column_list Can anyone provide a way to make an association_proxy value work in editable_column_list? I'd like to have a boolean field from a related table displayed in list view. I did find this StackOverflow question from almost 5 years ago t...
gharchive/issue
2022-01-06T01:52:05
2025-04-01T04:34:16.158539
{ "authors": [ "caffeinatedMike", "michaelbukachi" ], "repo": "flask-admin/flask-admin", "url": "https://github.com/flask-admin/flask-admin/issues/2210", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2107914146
K8S kubevirt 'allocatable: devices.kubevirt.io/vhost-net: "0"' with Flatcar 3850.0.0+ Description If K8S + kubevirt is installed on Flatcar 3850.0.0+, the allocatable vhost-net devices are 0. Impact This issue impacts creating k8s kubevirt vms (no vms can be created if there are no allocatable vhost-net devices). En...
gharchive/issue
2024-01-30T13:49:41
2025-04-01T04:34:16.176554
{ "authors": [ "ader1990", "jepio", "pothos" ], "repo": "flatcar/Flatcar", "url": "https://github.com/flatcar/Flatcar/issues/1336", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
582564306
add CD2H logo to website Please report the issue under the apppriate header below. Content to be added or changed: add CD2H logo to website @mellybelly need clarity as to where this should go (at bottom of the page?) and should this include a funding statement? It needs a funding statement as well, yes please....
gharchive/issue
2020-03-16T19:56:18
2025-04-01T04:34:16.272812
{ "authors": [ "mellybelly", "mverzilli", "nditada", "nicolevasilevsky" ], "repo": "flattenthecurve/guide", "url": "https://github.com/flattenthecurve/guide/issues/116", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
30674391
RandomTransitionGenerator gets outside of image's content sometimes, or does too much zooming sometimes I'm trying to have a POC project that has the following features: fading action bar, using this library: https://github.com/flavienlaurent/NotBoringActionBar imageView that change their sizes in parallel (top and...
gharchive/issue
2014-04-02T10:00:58
2025-04-01T04:34:16.277760
{ "authors": [ "AndreiHarasemiuc", "AndroidDeveloperLB", "Nomane", "flavioarfaria" ], "repo": "flavioarfaria/KenBurnsView", "url": "https://github.com/flavioarfaria/KenBurnsView/issues/4", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2491783781
🛑 Flc Blog is down In 4e29c3d, Flc Blog (https://flc.io) was down: HTTP code: 0 Response time: 0 ms Resolved: Flc Blog is back up in aba56c1 after 15 minutes.
gharchive/issue
2024-08-28T11:10:37
2025-04-01T04:34:16.281314
{ "authors": [ "flc1125" ], "repo": "flc1125/status.flc.io", "url": "https://github.com/flc1125/status.flc.io/issues/77", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1680018458
FilePicker in Flet 0.6.0 pops up 2 windows instead of 1 Description Calling FilePicker on upper view since Flet 0.6.0.dev1309 results in 2 windows popping up instead of the expected 1. This behavior was not present in version 0.5.2. Code example to reproduce the issue: import flet as ft def main(page: ft.Page): ...
gharchive/issue
2023-04-23T12:55:32
2025-04-01T04:34:16.341059
{ "authors": [ "FeodorFitsner", "ningzichun" ], "repo": "flet-dev/flet", "url": "https://github.com/flet-dev/flet/issues/1324", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2302524333
Fix regression with SnackBar.behavior not being properly set Closes #3311 Could you please resolve a conflict here?
gharchive/pull-request
2024-05-17T11:47:23
2025-04-01T04:34:16.342134
{ "authors": [ "FeodorFitsner", "ndonkoHenri" ], "repo": "flet-dev/flet", "url": "https://github.com/flet-dev/flet/pull/3313", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1368310218
add interval field to Card interface This PR was created to add the field interval to the interface Card to control the spending by categories selected. :tada: This PR is included in version 1.0.0 :tada: The release is available on GitHub release Your semantic-release bot :package::rocket:
gharchive/pull-request
2022-09-09T20:46:47
2025-04-01T04:34:16.348664
{ "authors": [ "tophercf", "xXAndrexPereXx" ], "repo": "flexbase-eng/flexbase-client", "url": "https://github.com/flexbase-eng/flexbase-client/pull/38", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
528242018
SaaS Manager - User Status Change Description initial release of SaaS Manager - User Status Change policy Contribution Check List [x] All tests pass. [x] New functionality includes testing. [x] New functionality has been documented in the README if applicable [x] New functionality has been documented in CHANGELOG.MD...
gharchive/pull-request
2019-11-25T17:50:10
2025-04-01T04:34:16.354261
{ "authors": [ "dfrankel33", "flexera-ci" ], "repo": "flexera/policy_templates", "url": "https://github.com/flexera/policy_templates/pull/406", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1705770280
Add an option to the extension that toggles whether the console is cleared In particular, I want this specific line: https://github.com/flix/vscode-flix/blob/master/client/src/extension.ts#L78 guarded by this option. For an example of how to add options, take a look at: https://github.com/flix/vscode-flix/blob/master...
gharchive/issue
2023-05-11T12:52:46
2025-04-01T04:34:16.427199
{ "authors": [ "magnus-madsen" ], "repo": "flix/vscode-flix", "url": "https://github.com/flix/vscode-flix/issues/260", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2526609796
feat: add BigDecimal literal highlighting Fixes flix/flix#4798
gharchive/pull-request
2024-09-14T21:15:32
2025-04-01T04:34:16.428261
{ "authors": [ "sockmaster27" ], "repo": "flix/vscode-flix", "url": "https://github.com/flix/vscode-flix/pull/450", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2399193709
Incorrect Popover positioning at rotating in Browser DevTools Describe the bug Using browser DevTools (using toggle device toolbar) on resize (small width values) and on rotating / tilting Popover has an incorrect positioning. Here is the Video To Reproduce Steps to reproduce the behavior: Go to CodeSandBox or from ...
gharchive/issue
2024-07-09T20:52:47
2025-04-01T04:34:16.439195
{ "authors": [ "atomiks", "juandrepanther", "kputninsif" ], "repo": "floating-ui/floating-ui", "url": "https://github.com/floating-ui/floating-ui/issues/2972", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
123196323
Hide only subpages outputted by Subpagelist in sidebar When using Subpagelist’s filter functionality it would be nice to hide only the filtered subpages in Kirbys sidebar. Why? I try to use Subpagelist to display subpages as sections of page (similar to the official one-pager solution). I am looking for a way to disp...
gharchive/issue
2015-12-21T01:56:47
2025-04-01T04:34:16.443862
{ "authors": [ "dennisfrank", "flokosiol" ], "repo": "flokosiol/kirby-subpagelist", "url": "https://github.com/flokosiol/kirby-subpagelist/issues/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
69263924
Added Comment OFVendorStatistics.java Added comment for the newly added function . By mistake annotation @Override added , Removed in this patch. Explanation Regarding patch. Regarding patch for STATS Vendor Extesnion (Patch 521 & 525) in floodlight Ver 0.91 In Floodlight version 0.91 if we look at class OFVendorS...
gharchive/pull-request
2015-04-18T03:58:03
2025-04-01T04:34:16.451458
{ "authors": [ "puneet2singh" ], "repo": "floodlight/floodlight", "url": "https://github.com/floodlight/floodlight/pull/525", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
141574182
pinned revision for glfw - because latest version is broken. fips-glfw is current broken - the viewport doesn't update when you resize the window. (pinning version in oryol would make a lot of sense for those that are using oryol btw) By pinning the versions stuff won't break for people that are using oryol just b...
gharchive/pull-request
2016-03-17T12:50:51
2025-04-01T04:34:16.456339
{ "authors": [ "floooh", "mgerhardy", "pixelherodev" ], "repo": "floooh/oryol", "url": "https://github.com/floooh/oryol/pull/195", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1236830793
Add option to select opengl version Fixes #663 I tried to make it work on win/linux/mac. But worth double checking. On the original code for windows/linux it was requested an opengl 3.3 core context, instead of a 3.2 (which is what from the constants looks it was supposed to do). Not sure what is the proper choice th...
gharchive/pull-request
2022-05-16T08:51:20
2025-04-01T04:34:16.460223
{ "authors": [ "floooh", "pplux" ], "repo": "floooh/sokol", "url": "https://github.com/floooh/sokol/pull/664", "license": "Zlib", "license_type": "permissive", "license_source": "github-api" }
178860613
item adding how add items in TYPE_CELL RecycleView Did you find way to add items ??
gharchive/issue
2016-09-23T12:10:10
2025-04-01T04:34:16.463062
{ "authors": [ "MaheshCapcee", "rushyaa" ], "repo": "florent37/MaterialViewPager", "url": "https://github.com/florent37/MaterialViewPager/issues/284", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
47433761
Add support for filters or JQL One feature that this integration is lacking (vs. the Slack version of the JIRA integration) is the ability to only listen to events on issues in a particular filter. For a larger organization with multiple teams working on the same project, it's nice to be able to separate out the mess...
gharchive/issue
2014-10-31T19:09:41
2025-04-01T04:34:16.526050
{ "authors": [ "RedBulli", "mbuck-r7" ], "repo": "flowdock/flowdock-jira-plugin", "url": "https://github.com/flowdock/flowdock-jira-plugin/issues/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2073931122
Finetuned Weights Loading Error Hello! I trained a LLM model and saved my finetuned weights. When I tried to load the weights, the following error occurred. RuntimeError: Error(s) in loading state_dict for HF_LLM: Missing key(s) in state_dict: "_LLM_model.encoder.embed_tokens.weight", "_LLM_model.decoder.emb...
gharchive/issue
2024-01-10T09:19:12
2025-04-01T04:34:16.528813
{ "authors": [ "AiBo123456", "ClementRomac" ], "repo": "flowersteam/lamorel", "url": "https://github.com/flowersteam/lamorel/issues/32", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
195317883
What is the minimum Internet Explorer version supported? Just out of curiosity to know if this is something that we should even investigate for usage at my workplace, what it the minimum IE version this library is going to support? You can test it here: http://flowhub.github.io/the-graph/the-graph-editor/index.html...
gharchive/issue
2016-12-13T17:32:29
2025-04-01T04:34:16.533631
{ "authors": [ "forresto", "jonnor", "ryanzec" ], "repo": "flowhub/the-graph", "url": "https://github.com/flowhub/the-graph/issues/311", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
103850818
dash.js VOD: does not fire ended reliably when video is played through dash.js regesses in development branch regarding end of video handling. Hard to detect for developers because the problem does not manifest itself after one seeks towards the end of video. Video must be played through to trigger the issue. First d...
gharchive/issue
2015-08-29T13:10:39
2025-04-01T04:34:16.537882
{ "authors": [ "blacktrash" ], "repo": "flowplayer/flowplayer-mpegdash", "url": "https://github.com/flowplayer/flowplayer-mpegdash/issues/4", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
179586711
[Solved] Error install flow-typed on Mac OS 10.11.6 $ npm i flow-typed@2.0.0-beta.9 -g npm WARN deprecated lodash.assign@4.2.0: This package is deprecated. Use Object.assign. > nodegit@0.15.1 preinstall /Users/sean/.nvm/versions/node/v6.6.0/lib/node_modules/.staging/nodegit-af44277b > node lifecycleScripts/preinstal...
gharchive/issue
2016-09-27T19:15:22
2025-04-01T04:34:16.541060
{ "authors": [ "ctrlplusb", "jeffmo" ], "repo": "flowtype/flow-typed", "url": "https://github.com/flowtype/flow-typed/issues/336", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
152020394
mocha definition Definitions for https://mochajs.org/ Please make a module for mocha. Otherwise it will always be global. If someone needs them global (thats the usual case for mocha) he can create a global libdef that imports the methods he's using. Woohoo! Thanks so much for this! @marudor: IIUC, mocha actually...
gharchive/pull-request
2016-04-30T09:40:32
2025-04-01T04:34:16.544867
{ "authors": [ "jeffmo", "marudor", "vaukalak" ], "repo": "flowtype/flow-typed", "url": "https://github.com/flowtype/flow-typed/pull/75", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1075360998
Implement "memory" collector Prometheus' Windows Exporter https://github.com/prometheus-community/windows_exporter/blob/master/collector/memory.go https://github.com/prometheus-community/windows_exporter/blob/master/docs/collector.memory.md Implemented in 43ded47ff1b21497a32597316b20ddaf689e5bee. This emits 32 m...
gharchive/issue
2021-12-09T09:41:44
2025-04-01T04:34:16.557200
{ "authors": [ "fujimotos" ], "repo": "fluent-plugins-nursery/fluent-plugin-windows-exporter", "url": "https://github.com/fluent-plugins-nursery/fluent-plugin-windows-exporter/issues/5", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
174427955
podfile pod instructions on main landing page no long works.... I pod search adapter found the new name --> "AdMobMediationAdapterFlurry" -> AdMobMediationAdapterFlurry (7.6.3) Flurry adapter for Google Ads SDK pod 'AdMobMediationAdapterFlurry', '~> 7.6.3' Homepage: https://developer.yahoo.com/flurry Source: http...
gharchive/issue
2016-09-01T03:22:38
2025-04-01T04:34:16.625878
{ "authors": [ "dklt", "ugonna" ], "repo": "flurry/flurry-adapter-admob-ios", "url": "https://github.com/flurry/flurry-adapter-admob-ios/issues/4", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1372380536
Add vulkan renderer Add vulkan renderer based on the Ecore window. 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 per the breaking change policy. Pre-launch Checklist [ ] I read the Contributo...
gharchive/pull-request
2022-09-14T05:50:21
2025-04-01T04:34:16.638789
{ "authors": [ "bbrto21", "swift-kim", "xuelian-bai", "zhouleonlei" ], "repo": "flutter-tizen/engine", "url": "https://github.com/flutter-tizen/engine/pull/342", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
232342202
Dropdown button crash Steps to Reproduce I ran flutter create and replaced the body of main.dart with the following code building a basic dropdown button: import 'package:flutter/material.dart'; void main() { runApp(new MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your applica...
gharchive/issue
2017-05-30T18:33:07
2025-04-01T04:34:16.726097
{ "authors": [ "Hixie", "chinmaygarde", "emshack" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/10390", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1238947868
[fuchsia_ctl] unit tests failed on windows platform failed instance https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8814226430734410449/+/u/Run_package_tests/custom_package_tests/stdout 00:00 +8 -1: test\emulator_test.dart: Emulator prepare environment runs as expected [E] Expected: true Actua...
gharchive/issue
2022-05-17T17:24:52
2025-04-01T04:34:16.728226
{ "authors": [ "chunhtai", "stuartmorgan" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/103991", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1261393010
Examples on implment immersive translucent window This is what electron able to do: how to do it in flutter? BTW, electron even support material3 theme color. Hi @jinfagang This issue doesn't seem to describe a bug or a feature request. Please see https://flutter.dev/community for resources and asking questions li...
gharchive/issue
2022-06-06T06:06:23
2025-04-01T04:34:16.732568
{ "authors": [ "exaby73", "jinfagang" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/105426", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1280378619
Flutter android apps(APK) on Chromebook slow and weird animation on scrolling and long press on button. Details Create a flutter android APK with buttons and scroll view in it and run in Chromebook, While scrolling and long press on elevated buttons a black animation is displayed all over the screen. https://gist.gi...
gharchive/issue
2022-06-22T15:33:50
2025-04-01T04:34:16.748188
{ "authors": [ "ajayprasath17", "huycozy" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/106417", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1306995902
[webview_flutter] [iOS] flickering inside pageView in dark mode Steps to Reproduce Apply dark mode to simulator/device Execute flutter run on the code sample Then change bottom navigation index. Before next webView page, It will occur flickering background for a few frames. Record: master 3.1.0-0.0.pre.1695 ...
gharchive/issue
2022-07-17T05:45:27
2025-04-01T04:34:16.758208
{ "authors": [ "Heewookji", "maheshmnj" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/107792", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1374731254
Icons.whatsapp removed Any reason the WhatsApp icon is removed from icons.dart? Commit #111092 @bobosette I think this comment can explain this change. /cc @guidezpl for clarification I won't speculate as to why, but it's no longer available https://fonts.google.com/icons?icon.query=whatsapp&icon.set=Material+Sym...
gharchive/issue
2022-09-15T15:41:54
2025-04-01T04:34:16.761158
{ "authors": [ "Abhijit-Revamp", "guidezpl", "huycozy" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/111667", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1523790702
right click on the text field after focusNode.requestFocus() hi I found a problem in Flutter Windows when I focusNode.requestFocus() and then right click on the text field it gives the following error and does not display the selection menu. logs The following assertion was thrown while handling a gesture: 'package...
gharchive/issue
2023-01-07T12:41:07
2025-04-01T04:34:16.770835
{ "authors": [ "androidwoman", "bitbeter", "danagbemava-nc" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/118138", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1677034042
Mac_arm64 custom_package_tests and ios_platform_tests fail when using xcode 14c18 Hit the error when updating xcode to 14c18: https://github.com/flutter/packages/pull/3774 Example: https://ci.chromium.org/ui/p/flutter/builders/try/Mac_arm64 custom_package_tests master/2336/overview Xcode build done. ...
gharchive/issue
2023-04-20T16:17:05
2025-04-01T04:34:16.784587
{ "authors": [ "cyanglaz", "jmagman", "keyonghan", "stuartmorgan" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/125217", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1755193033
String: Borders and stroke (Foreground) not working 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 Hi everyone, I have troubles adding stroke (border) to a String. Starting from the 'flutter create' template, I simply copied ...
gharchive/issue
2023-06-13T15:45:58
2025-04-01T04:34:16.794068
{ "authors": [ "ClemPalf", "htunlin-kitesense", "huycozy" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/128799", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1881467778
Multiline TextField text selection randomly changes on right click Web 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 Create a multiline TextField Enter some text that goes beyond it's view port and makes it scrollable Do so...
gharchive/issue
2023-09-05T08:24:50
2025-04-01T04:34:16.806994
{ "authors": [ "Amir-P", "NoahJ-SK", "dam-ease", "htoor3" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/134024", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1885459809
[tool_crash] HttpException Command flutter run -t lib/main_ios.dart Steps to Reproduce ... ... ... Logs HttpException [✓] Flutter (Channel stable, 3.10.6, on Microsoft Windows [Version 10.0.19045.3324], locale en-ID) • Flutter version 3.10.6 on channel stable at D:\flutter\flutter [3...
gharchive/issue
2023-09-07T09:15:49
2025-04-01T04:34:16.813103
{ "authors": [ "danagbemava-nc", "mustikachairani" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/134202", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1970139687
[tool_crash] FileSystemException: Cannot open file, OS Error: No such file or directory, errno = 2 Command flutter --no-color run --machine --track-widget-creation --device-id=ce091829c8613c2a01 --start-paused --dart-define=flutter.inspector.structuredErrors=true lib/main.dart Steps to Reproduce ... ... ... Logs F...
gharchive/issue
2023-10-31T10:28:38
2025-04-01T04:34:16.819624
{ "authors": [ "dam-ease", "pavlod116" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/137605", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2003691514
Dark theme breaks the dialog of local_auth What package does this bug report belong to? local_auth What target platforms are you seeing this bug on? Android Have you already upgraded your packages? Yes Dependency versions pubspec.lock # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: a...
gharchive/issue
2023-11-21T08:10:58
2025-04-01T04:34:16.840632
{ "authors": [ "Destanci", "huycozy" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/138781", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2016465848
Anomalous Performance on Android devices in ListTile Widget Behavior upon Scroll Termination 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 Create a ListView widget. Populate the ListView with a substantial number of ListTil...
gharchive/issue
2023-11-29T12:18:19
2025-04-01T04:34:16.850654
{ "authors": [ "Mahm0ud-Ahmed", "darshankawar" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/139223", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2102209946
Native screens hosted in Flutter don't respond to screen interactions. I'm trying to show a native Swift ViewController which has 2 buttons, one of which invokes a method on the FlutterMethodChannel to which Flutter reacts in the corresponding methodHandler. I did test the method invoking inside the VC's viewDidLoad ...
gharchive/issue
2024-01-26T13:23:52
2025-04-01T04:34:16.878774
{ "authors": [ "darshankawar", "vinnytwice" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/142298", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2115941363
Thread Performance Checker warns on iOS: Thread running at QOS_CLASS_USER_INTERACTIVE waiting on a thread without a QoS class specified. I saw this while debugging platform view performance running the example from https://github.com/lucalooz/flutter_ads_list_perf. Breakpoint can be turned on in Xcode: On the raster...
gharchive/issue
2024-02-02T22:45:48
2025-04-01T04:34:16.888541
{ "authors": [ "danagbemava-nc", "jmagman", "jonahwilliams", "zanderso" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/142841", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2532910601
[BUILD ERROR]:Error waiting for a debug connection: The log reader stopped unexpectedly, or never started. Steps to reproduce on Ubuntu LTS 24.04.01 flutter create my_app cd my_app flutter pub get flutter run -d linux --verbose Expected results Since application was compiled a window frame should be opened. This ha...
gharchive/issue
2024-09-18T07:09:16
2025-04-01T04:34:16.917102
{ "authors": [ "Jhinnn", "Varun-Idream", "darshankawar", "robert-ancell", "szk2s" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/155343", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2742897340
[flutter 3.27] crashlytics reports many ANR io.flutter.embedding.engine.FlutterJNI.nativeSurfaceDestroyed Steps to reproduce Random in production Expected results no report the issue Actual results crashlytics report ANR Code sample Code sample No sample Screenshots or Video Screenshots / Video demonstration [Uplo...
gharchive/issue
2024-12-16T16:49:58
2025-04-01T04:34:16.925485
{ "authors": [ "darshankawar", "peterweb2005" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/160357", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
309835787
Using mysql in flutter I'm new to flutter and i really want to know, is there a way to connect to a database server (for instance mysql which is hosted on inmotion server) in flutter rather using firebase. I'm working on a project whichi need to connect to the mysql database (hosted on inmotion server) to generate so...
gharchive/issue
2018-03-29T17:15:36
2025-04-01T04:34:16.930865
{ "authors": [ "Ajikuru", "zoechi" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/16068", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
362938690
TextField disposes manually-provided FocusNode TextField calls dispose even when a FocusNode is manually provided. Not sure if it is intended behaviour, but in my use case, I have a list of FocusNodes in my state - only one of them is used for a TextField. This means an exception is thrown when I dispose them all. St...
gharchive/issue
2018-09-23T12:27:35
2025-04-01T04:34:16.936629
{ "authors": [ "HansMuller", "lucaslcode" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/22187", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
445745839
Flutter Google-Maps Killing the App with No Errors! I have been facing number of issues with Flutter. Several times a day, Flutter apps just stops responding. This also results in memory leaks, performance issues and the CPU churning. It maybe related to VS Code but happens 2-3 a day sometimes even more. Flutter inte...
gharchive/issue
2019-05-18T19:16:47
2025-04-01T04:34:16.940645
{ "authors": [ "TahaTesser", "azamsharp", "manmetplok" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/32975", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
494945038
video_player add media lock screen Use case Proposal Add the ability to play audio files in the background when user closes app. Add the ability to show the media player controls on the lock screen while media plays on the background. Any updates on this feature? Thank you.
gharchive/issue
2019-09-18T02:07:12
2025-04-01T04:34:16.942892
{ "authors": [ "Sun3" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/40722", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
503000508
Gradle build failed to produce an Android bundle package I'm trying to build my apk for the first time. the app runs on the debug version (admob crashes it with similar error but it's commented for now there are my dependencies ============================== environment: sdk: ">=2.1.0 <3.0.0" dependencies: flutt...
gharchive/issue
2019-10-05T18:44:08
2025-04-01T04:34:16.960130
{ "authors": [ "BondarenkoStas", "Mohammad-Quanit", "RaitonGG", "quetool" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/42058", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
512946002
Flutter CupertinoNavBar make leading content expand? Simillar question on stackoverflow: https://stackoverflow.com/questions/58578386/flutter-cupertinonavbar-make-leading-content-expand Hi @mana-ai It seems you are asking for assistance on personal code. Please see https://flutter.dev/community for resources and as...
gharchive/issue
2019-10-27T10:10:13
2025-04-01T04:34:16.966647
{ "authors": [ "mana-ai", "pedromassangocode" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/43590", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
529181238
Build aar fails if one plugin depends on another plugin in gradle. I have a project structured like this: project | - pluginA | - some directory | - pluginB pluginA depends on pluginB. When run flutter build aar in project directory, I got this: [ +13 ms] Gradle task assembleAarDebug failed with exit code 1 [ +58 m...
gharchive/issue
2019-11-27T08:04:35
2025-04-01T04:34:17.025207
{ "authors": [ "iapicca", "pouloghost" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/45677", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
548711341
FlexibleSpaceBar Background Image overlaps the title widget of itself in Flutter Web (only in Flutter web) SliverAppBar( expandedHeight: MediaQuery.of(context).size.height * .4, floating: false, pinned: true, flexibleSpace: LayoutBuilder(builder: (context, constraints) { var top = cons...
gharchive/issue
2020-01-13T05:22:06
2025-04-01T04:34:17.035624
{ "authors": [ "fluttercorner", "iapicca", "incrypt0" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/48695", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
555268100
'crumb' is not recognized as an internal or external command Steps to Reproduce ...While creating a flutter project in Android Studio ...While accessing flutter through Command Prompt ... Logs flutter doctor 'crumb' is not recognized as an internal or external command, operable program or batch file. Error: Un...
gharchive/issue
2020-01-26T18:31:23
2025-04-01T04:34:17.038806
{ "authors": [ "Av3nger123", "GangaPradeep", "Shaikaslam340", "rajkamalnehul" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/49514", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
565159914
Flutter, error: Failed assertion: line 24 pos 15: 'color != null && color.alpha == 0xFF': is not true. I am getting an error in runtime. I do not have any clue whats the error about: The error: Failed assertion: line 24 pos 15: 'color != null && color.alpha == 0xFF': is not true. Hi ... can you please provide your ...
gharchive/issue
2020-02-14T07:45:33
2025-04-01T04:34:17.042868
{ "authors": [ "RomanJos", "TahaTesser", "epipheus", "tanvirgeek" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/50786", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
584542480
Failed assertion: line 69 pos 15: 'color != null': is not true. This is my code in which I am having an issue - import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter/painting.dart'; import 'package:flutterapp/Animation/FadeAnimation.dart'; class Login extends Statef...
gharchive/issue
2020-03-19T16:33:12
2025-04-01T04:34:17.050621
{ "authors": [ "Vedant-D", "VladyslavBondarenko" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/52889", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
657524885
Android Add2App's MouseCursorPlugin leaks the FlutterView This leak is completely similar to #54275 The issue is the MouseCursorPlugin leaks the FlutterView. A similar fix to #54275 will be needed for this one too. [✓] Flutter (Channel beta, 1.19.0-4.1.pre, on Mac OS X 10.15.5 19F101, locale en-US) • Flutter version...
gharchive/issue
2020-07-15T17:25:19
2025-04-01T04:34:17.060639
{ "authors": [ "Hixie", "TahaTesser", "blasten", "chinmaygarde", "dannyvalentesonos", "xster", "yrom" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/61558", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" ...
662201042
Blur filter samples colors from outside its area The blur filter is sampling pixels from outside the area that it is clipped to. Is there any way to limit a blur strictly to the contents of an image, as if applying a gaussian blur in an image editor? See images below. I also posted a question on StackOverflow. Steps ...
gharchive/issue
2020-07-20T19:53:29
2025-04-01T04:34:17.064808
{ "authors": [ "doppio", "ethanblake4" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/61891", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
664327105
error, Attempt to invoke virtual method 'int android.app.Activity.checkSelfPermission(java.lang.String)' on a null object reference, null I'm able to get CallLog in Foreground with the call_log pub package. But I need to get Call Log in Background. Here is some necessary part of my code: void main() { runApp(Materi...
gharchive/issue
2020-07-23T09:28:03
2025-04-01T04:34:17.069029
{ "authors": [ "TahaTesser", "santoshakil" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/62112", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
671118414
widthFactor & heightFactor for AnimatedAlign import 'package:flutter/material.dart'; import 'package:flutter/foundation.dart'; class AnimatedAlign extends ImplicitlyAnimatedWidget { /// Creates a widget that positions its child by an alignment that animates /// implicitly. /// /// The [alignment], [curve], a...
gharchive/issue
2020-08-01T19:10:50
2025-04-01T04:34:17.076110
{ "authors": [ "AyushBherwani1998", "comerc", "darshankawar" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/62730", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
119816886
Generate an AndroidManifest.xml when we create a new flutter app Now that we can generate APKs (woohoo!) we can make it easier for developers if we generated a starter AndroidManifest.xml. Presumably, we can generate this file when the user runs flutter init, and we can infer the name from the directory, just as we d...
gharchive/issue
2015-12-01T21:55:44
2025-04-01T04:34:17.078404
{ "authors": [ "jason-simmons", "sethladd" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/655", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
708501815
[infra] Mac ios engine builds failing on beta branch to install jazzy https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket.appspot.com/8868246371434524672/+/steps/install_jazzy/0/stdout I opened this CL https://flutter-review.googlesource.com/c/recipes/+/6761 Triage: we don't need jazzy. /cc @godofre...
gharchive/issue
2020-09-24T22:01:58
2025-04-01T04:34:17.081174
{ "authors": [ "christopherfujino", "digiter", "godofredoc" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/66592", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
741245225
Fluter engine crash in customer:money customer:money reported crash on the Flutter engine. Thread 18 (id: 0x0000af03) CRASHED [EXC_BAD_ACCESS / KERN_INVALID_ADDRESS @ 0x00000100 ]Show exception record 0x000000010604661c(Flutter + 0x003e661c) 0x0000000106046604(Flutter + 0x003e6604) 0x000000010613e080(Flutter + 0x...
gharchive/issue
2020-11-12T03:26:03
2025-04-01T04:34:17.086693
{ "authors": [ "mehmetf", "meiwin", "mraleph" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/70350", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
757455457
[devicelab] Fix datastore returning 0 tasks on LUCI runs We disabled upload metrics as there seems to be an issue where Cocoon was not finding any related tasks. This requires investigation on the timing with LUCI to discover why we're not finding any corresponding tasks even when they should exist. To get started,...
gharchive/issue
2020-12-04T22:43:14
2025-04-01T04:34:17.102175
{ "authors": [ "CaseyHillers", "christopherfujino" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/71749", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
828352769
Flutter - WebApp does not show dynamic images I am writing a flutter web app. The App contains two sorts of images: Container( height: height, width: width, decoration: BoxDecoration( image: DecorationImage( image: AssetImage("pa...
gharchive/issue
2021-03-10T21:23:49
2025-04-01T04:34:17.105828
{ "authors": [ "darshankawar", "sambaPython24" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/77851", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
953165612
[macOS]Japanese input method can not be selected by arrow keys up and down Reproduction steps use Apple Japanese input method and let TextField get focus type "kyouha" use the arrow keys to toggle the selected text Apple Japanese input method will provide some candidate phrases, if this time we can't switch the sel...
gharchive/issue
2021-07-26T18:19:43
2025-04-01T04:34:17.108833
{ "authors": [ "YeungKC", "justinmc" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/issues/87059", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }