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
2330220099
[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...
gharchive/pull-request
2024-06-03T05:41:42
2025-04-01T06:38:42.647259
{ "authors": [ "b3nni97", "dkwingsmt", "vashworth" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/149568", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
305693425
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 ...
gharchive/pull-request
2018-03-15T19:41:21
2025-04-01T06:38:42.653683
{ "authors": [ "Hixie", "jonahwilliams" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/15581", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
336394251
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...
gharchive/pull-request
2018-06-27T21:30:01
2025-04-01T06:38:42.657924
{ "authors": [ "DanTup", "Hixie", "yjbanov" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/18887", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
364978251
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...
gharchive/pull-request
2018-09-28T17:33:03
2025-04-01T06:38:42.660645
{ "authors": [ "gspencergoog", "leafpetersen", "yjbanov" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/22435", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
412870720
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...
gharchive/pull-request
2019-02-21T11:10:39
2025-04-01T06:38:42.666099
{ "authors": [ "engine-flutter-autoroll" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/28253", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
466617356
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...
gharchive/pull-request
2019-07-11T02:02:33
2025-04-01T06:38:42.674873
{ "authors": [ "engine-flutter-autoroll" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/35947", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
484627961
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...
gharchive/pull-request
2019-08-23T17:07:55
2025-04-01T06:38:42.686178
{ "authors": [ "bangonkali", "blasten", "elmariocarlos", "workerbee22" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/39126", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
836853731
Roll Plugins from d7125cdb91c0 to 7b9ac6b0c20d (11 revisions) https://github.com/flutter/plugins/compare/d7125cdb91c0...7b9ac6b0c20d 2021-03-20 32639467+danielroek@users.noreply.github.com [quick_actions] 2/3 Quick actions federated platform interface (flutter/plugins#3735) 2021-03-19 ditman@gmail.com [ci] Run more w...
gharchive/pull-request
2021-03-20T16:30:37
2025-04-01T06:38:42.695740
{ "authors": [ "engine-flutter-autoroll" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/78699", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
219989146
TextField should update IME when controller changes Fixes #9246 @Hixie
gharchive/pull-request
2017-04-06T18:23:29
2025-04-01T06:38:42.697091
{ "authors": [ "Hixie", "abarth" ], "repo": "flutter/flutter", "url": "https://github.com/flutter/flutter/pull/9261", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
425822426
[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...
gharchive/pull-request
2019-03-27T08:26:02
2025-04-01T06:38:42.760166
{ "authors": [ "ninnepinne" ], "repo": "flutter/plugins", "url": "https://github.com/flutter/plugins/pull/1407", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
755565657
[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...
gharchive/pull-request
2020-12-02T19:52:50
2025-04-01T06:38:42.768059
{ "authors": [ "cyanglaz", "veljkomih" ], "repo": "flutter/plugins", "url": "https://github.com/flutter/plugins/pull/3298", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1095622382
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...
gharchive/pull-request
2022-01-06T19:23:15
2025-04-01T06:38:42.779031
{ "authors": [ "Hixie", "ditman", "stuartmorgan" ], "repo": "flutter/plugins", "url": "https://github.com/flutter/plugins/pull/4647", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1705315876
[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....
gharchive/issue
2023-05-11T08:23:03
2025-04-01T06:38:42.802075
{ "authors": [ "AlexV525", "brux88", "ps6067966" ], "repo": "fluttercandies/flutter_wechat_assets_picker", "url": "https://github.com/fluttercandies/flutter_wechat_assets_picker/issues/442", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1142052625
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....
gharchive/issue
2022-02-17T23:20:09
2025-04-01T06:38:42.807820
{ "authors": [ "dpedrinha", "vbuberen" ], "repo": "fluttercommunity/plus_plugins", "url": "https://github.com/fluttercommunity/plus_plugins/issues/754", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
700556554
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...
gharchive/issue
2020-09-13T11:59:47
2025-04-01T06:38:42.810217
{ "authors": [ "ac130kz", "frank06" ], "repo": "flutterdata/flutter_data", "url": "https://github.com/flutterdata/flutter_data/issues/62", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
726405308
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 ...
gharchive/issue
2020-10-21T11:48:33
2025-04-01T06:38:42.884998
{ "authors": [ "hiddeco", "stuartpb" ], "repo": "fluxcd/helm-controller", "url": "https://github.com/fluxcd/helm-controller/issues/123", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
928361167
Make concurrent reconciliation configurable Default for both, the ImageRepository and the ImagePolicy controllers is 4 workers. closes #148 Signed-off-by: Max Jonas Werner mail@makk.es Looking good, @makkes! One suggestion I have, for consistency's sake, I think it would make sense to define some types named ImageP...
gharchive/pull-request
2021-06-23T15:06:34
2025-04-01T06:38:42.898624
{ "authors": [ "makkes", "relu", "stefanprodan" ], "repo": "fluxcd/image-reflector-controller", "url": "https://github.com/fluxcd/image-reflector-controller/pull/153", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1727805574
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...
gharchive/issue
2023-05-26T15:08:06
2025-04-01T06:38:42.906212
{ "authors": [ "adeturner", "stefanprodan" ], "repo": "fluxcd/terraform-provider-flux", "url": "https://github.com/fluxcd/terraform-provider-flux/issues/478", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1901735269
🛑 Cartilla is down In 88e686d, Cartilla (https://extranet.osam.org.ar/Consulta/cartilla) was down: HTTP code: 502 Response time: 2130 ms Resolved: Cartilla is back up in dad75f3 after 13 minutes.
gharchive/issue
2023-09-18T21:00:08
2025-04-01T06:38:42.908923
{ "authors": [ "flvanney" ], "repo": "flvanney/OSAMuptime", "url": "https://github.com/flvanney/OSAMuptime/issues/934", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
96583936
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 node@0.12.7 @iamstarkov Did you get it to work? #50 yep @iamstarkov T...
gharchive/issue
2015-07-22T14:37:47
2025-04-01T06:38:42.988857
{ "authors": [ "MadcapJake", "bucaran", "derhuerst", "iamstarkov", "watilde" ], "repo": "flyjs/fly", "url": "https://github.com/flyjs/fly/issues/56", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
180816270
[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...
gharchive/pull-request
2016-10-04T06:42:12
2025-04-01T06:38:43.018052
{ "authors": [ "Akkuma", "hzlmn", "lukeed" ], "repo": "flyjs/fly", "url": "https://github.com/flyjs/fly/pull/218", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
61301400
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...
gharchive/issue
2015-03-13T23:58:41
2025-04-01T06:38:43.023254
{ "authors": [ "jvatic", "lmars" ], "repo": "flynn/flynn", "url": "https://github.com/flynn/flynn/issues/1253", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
58633029
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
gharchive/pull-request
2015-02-23T19:11:36
2025-04-01T06:38:43.024526
{ "authors": [ "lmars", "titanous" ], "repo": "flynn/flynn", "url": "https://github.com/flynn/flynn/pull/1061", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
169191351
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
gharchive/pull-request
2016-08-03T17:46:30
2025-04-01T06:38:43.025721
{ "authors": [ "josephglanville", "titanous" ], "repo": "flynn/flynn", "url": "https://github.com/flynn/flynn/pull/3221", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1560608757
Inline input data for execution events Signed-off-by: Katrina Rogan katrina@Katrinas-MBP.UNION.AI 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] C...
gharchive/pull-request
2023-01-28T00:58:04
2025-04-01T06:38:43.033452
{ "authors": [ "katrogan" ], "repo": "flyteorg/flytepropeller", "url": "https://github.com/flyteorg/flytepropeller/pull/521", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1390833855
Non-transactional migration blocks by SELECT COUNT(*) FROM pg_namespace WHERE nspname=$1 Which version and edition of Flyway are you using? 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....
gharchive/issue
2022-09-29T13:00:59
2025-04-01T06:38:43.039191
{ "authors": [ "DoodleBobBuffPants", "radeklos" ], "repo": "flyway/flyway", "url": "https://github.com/flyway/flyway/issues/3531", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1987134146
🛑 Site nxtc is down In 618d797, Site nxtc ($SECRET_SITE_2) was down: HTTP code: 0 Response time: 0 ms Resolved: Site nxtc is back up in df5f70b after 1 hour, 44 minutes.
gharchive/issue
2023-11-10T08:15:35
2025-04-01T06:38:43.046396
{ "authors": [ "fmmaia" ], "repo": "fmmaia/fmAtAllUptime", "url": "https://github.com/fmmaia/fmAtAllUptime/issues/1262", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
131297089
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.
gharchive/issue
2016-02-04T10:00:28
2025-04-01T06:38:43.047840
{ "authors": [ "fmoliveira" ], "repo": "fmoliveira/learning-book", "url": "https://github.com/fmoliveira/learning-book/issues/26", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
3338288
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.
gharchive/issue
2012-02-22T18:09:27
2025-04-01T06:38:43.059116
{ "authors": [ "fnichol" ], "repo": "fnichol/chef-ruby_build", "url": "https://github.com/fnichol/chef-ruby_build/issues/4", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
503399226
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++
gharchive/issue
2019-10-07T11:43:55
2025-04-01T06:38:43.063369
{ "authors": [ "NripeshKumar", "shanky199912" ], "repo": "fnplus/interview-techdev-guide", "url": "https://github.com/fnplus/interview-techdev-guide/issues/355", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1675017448
🛑 Whatsapp is down In a6586a9, Whatsapp (https://web.whatsapp.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Whatsapp is back up in 83a07c7.
gharchive/issue
2023-04-19T14:25:25
2025-04-01T06:38:43.065714
{ "authors": [ "fnzv" ], "repo": "fnzv/status", "url": "https://github.com/fnzv/status/issues/132", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2206235917
🛑 Contaboo is down In d66c14c, Contaboo (https://contabo.com) was down: HTTP code: 403 Response time: 17659 ms Resolved: Contaboo is back up in 57b746c after 27 minutes.
gharchive/issue
2024-03-25T16:55:42
2025-04-01T06:38:43.068209
{ "authors": [ "fnzv" ], "repo": "fnzv/status", "url": "https://github.com/fnzv/status/issues/2256", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1852837961
🛑 Contaboo is down In a666635, Contaboo (https://contabo.com) was down: HTTP code: 403 Response time: 637 ms Resolved: Contaboo is back up in 7b442a6.
gharchive/issue
2023-08-16T09:16:40
2025-04-01T06:38:43.070506
{ "authors": [ "fnzv" ], "repo": "fnzv/status", "url": "https://github.com/fnzv/status/issues/350", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1531339135
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...
gharchive/issue
2023-01-12T20:40:39
2025-04-01T06:38:43.083903
{ "authors": [ "apoorvalal", "foges" ], "repo": "foges/pogs", "url": "https://github.com/foges/pogs/issues/33", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1516388011
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...
gharchive/issue
2023-01-02T13:16:14
2025-04-01T06:38:43.151739
{ "authors": [ "Shinzu", "clason", "folke" ], "repo": "folke/lazy.nvim", "url": "https://github.com/folke/lazy.nvim/issues/278", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1561135425
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) ...
gharchive/issue
2023-01-29T05:39:05
2025-04-01T06:38:43.163862
{ "authors": [ "folke", "ryuheechul" ], "repo": "folke/lazy.nvim", "url": "https://github.com/folke/lazy.nvim/issues/462", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
871007071
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...
gharchive/issue
2021-04-29T13:18:40
2025-04-01T06:38:43.170566
{ "authors": [ "folke", "max397574" ], "repo": "folke/lsp-trouble.nvim", "url": "https://github.com/folke/lsp-trouble.nvim/issues/14", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1583111687
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...
gharchive/issue
2023-02-13T21:42:10
2025-04-01T06:38:43.175522
{ "authors": [ "T-727", "folke" ], "repo": "folke/neodev.nvim", "url": "https://github.com/folke/neodev.nvim/issues/127", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1410305119
No ui router for win (module 'noice.ui.win' not found) when running :checkhealth Describe the bug Title, happens only when running checkhealth Which version of Neovim are you using? Gui(specify which GUI client you are using)? Nightly? Version? Nightly 0.9.0 To Reproduce Steps to reproduce the behavior: Open neovim ...
gharchive/issue
2022-10-15T22:17:50
2025-04-01T06:38:43.226464
{ "authors": [ "amaanq", "folke" ], "repo": "folke/noice.nvim", "url": "https://github.com/folke/noice.nvim/issues/68", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1372258210
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...
gharchive/issue
2022-09-14T03:02:55
2025-04-01T06:38:43.229058
{ "authors": [ "folke", "grddavies", "sdemura" ], "repo": "folke/which-key.nvim", "url": "https://github.com/folke/which-key.nvim/issues/336", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1363368209
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...
gharchive/issue
2022-09-06T14:21:39
2025-04-01T06:38:43.235925
{ "authors": [ "olalid", "thores81" ], "repo": "fondberg/easee_hass", "url": "https://github.com/fondberg/easee_hass/issues/209", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
291546788
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...
gharchive/issue
2018-01-25T12:04:03
2025-04-01T06:38:43.288363
{ "authors": [ "O7JaniB", "behdad", "miguelsousa" ], "repo": "fonttools/fonttools", "url": "https://github.com/fonttools/fonttools/issues/1162", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
265566378
[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._...
gharchive/pull-request
2017-10-15T11:53:46
2025-04-01T06:38:43.293599
{ "authors": [ "anthrotype", "justvanrossum", "m4rc1e" ], "repo": "fonttools/fonttools", "url": "https://github.com/fonttools/fonttools/pull/1075", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2002441140
[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 ...
gharchive/pull-request
2023-11-20T15:20:58
2025-04-01T06:38:43.296176
{ "authors": [ "behdad" ], "repo": "fonttools/fonttools", "url": "https://github.com/fonttools/fonttools/pull/3346", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1391416351
Pushing sequential packages doesn't show the name of a package currently being deployed Is your feature request related to a problem? Please describe. Deploying a large number of packages can take a long time. Using pushPackageDirectoriesSequentially set to true makes all packages to be deployed one by one. When we h...
gharchive/issue
2022-09-29T19:56:47
2025-04-01T06:38:43.321067
{ "authors": [ "cristiand391", "pznmc" ], "repo": "forcedotcom/cli", "url": "https://github.com/forcedotcom/cli/issues/1731", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2624800426
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...
gharchive/issue
2024-10-11T10:51:49
2025-04-01T06:38:43.325696
{ "authors": [ "Radha-4235", "cristiand391" ], "repo": "forcedotcom/cli", "url": "https://github.com/forcedotcom/cli/issues/3088", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
611225147
force:org:list Cannot read property 'getUsername' of undefined Summary force:org:list fails. $ sfdx force:org:list ERROR running force:org:list: Cannot read property 'getUsername' of undefined Steps To Reproduce: Update cli $ sfdx update sfdx-cli: Updating CLI from 7.53.0-839fc82926 to 7.56.1-2773b53bf5... done...
gharchive/issue
2020-05-02T16:26:36
2025-04-01T06:38:43.334668
{ "authors": [ "kratoon3", "shetzel" ], "repo": "forcedotcom/cli", "url": "https://github.com/forcedotcom/cli/issues/388", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1211431856
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...
gharchive/pull-request
2022-04-21T18:55:25
2025-04-01T06:38:43.336783
{ "authors": [ "mshanemc", "shetzel" ], "repo": "forcedotcom/source-deploy-retrieve", "url": "https://github.com/forcedotcom/source-deploy-retrieve/pull/614", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2068457095
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. ...
gharchive/pull-request
2024-01-06T07:45:52
2025-04-01T06:38:43.360371
{ "authors": [ "izumigoto", "nikohoffren" ], "repo": "fork-commit-merge/fork-commit-merge", "url": "https://github.com/fork-commit-merge/fork-commit-merge/pull/1942", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2447264073
removing 404 http://coq-blog.clarus.me/beginning-of-verification-for-the-parsing-of-smart-contracts.html is 404 OK, thanks for the fix!
gharchive/pull-request
2024-08-04T19:18:31
2025-04-01T06:38:43.409189
{ "authors": [ "clarus", "jmikedupont2" ], "repo": "formal-land/coq-of-ocaml", "url": "https://github.com/formal-land/coq-of-ocaml/pull/232", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
810565374
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...
gharchive/issue
2021-02-17T21:50:57
2025-04-01T06:38:43.458876
{ "authors": [ "followbl", "valstu" ], "repo": "formium/formik", "url": "https://github.com/formium/formik/issues/3050", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
95302277
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...
gharchive/issue
2015-07-15T22:15:10
2025-04-01T06:38:43.461552
{ "authors": [ "attilacsanyi", "benoror", "kentcdodds" ], "repo": "formly-js/angular-formly-templates-bootstrap", "url": "https://github.com/formly-js/angular-formly-templates-bootstrap/issues/39", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
257322592
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...
gharchive/issue
2017-09-13T09:55:27
2025-04-01T06:38:43.465545
{ "authors": [ "MassiveHiggsField" ], "repo": "formly-js/ng-formly", "url": "https://github.com/formly-js/ng-formly/issues/512", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1869557482
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.
gharchive/pull-request
2023-08-28T11:19:25
2025-04-01T06:38:43.466701
{ "authors": [ "bhongy" ], "repo": "formspree/formspree-js", "url": "https://github.com/formspree/formspree-js/pull/56", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
271177483
评论开启出错 当我开启disqus评论 他就这样 然后我hexo d部署上去直接GG,访问网站404 不清楚是什么情况。望解答 缩进不合格,请通过一个好的编辑器检查你的配置文件并严格按照文档配置。 On Sat, Nov 4, 2017 at 4:57 PM, 初遇 notifications@github.com wrote: 当我开启disqus评论 [image: 2] https://user-images.githubusercontent.com/30603407/32403956-fc9095ca-c180-11e7-8258-19fcb65555d2.png 他就这样 [image: 1] https:...
gharchive/issue
2017-11-04T08:57:10
2025-04-01T06:38:43.497132
{ "authors": [ "ChaBug", "kmahyyg" ], "repo": "forsigner/fexo", "url": "https://github.com/forsigner/fexo/issues/100", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1978407175
Initial Review Descriptions: Add PR descriptions here Fix: Add fix/changes here LGTM 👍
gharchive/pull-request
2023-11-06T06:43:43
2025-04-01T06:38:43.502616
{ "authors": [ "cs-shivaji-kolape", "swapnil-spryiq" ], "repo": "fortinet-fortisoar/connector-security-scorecard", "url": "https://github.com/fortinet-fortisoar/connector-security-scorecard/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1829563321
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 ...
gharchive/issue
2023-07-31T16:00:56
2025-04-01T06:38:43.504136
{ "authors": [ "dcspille" ], "repo": "fortinet-fortisoar/solution-pack-phishing-email-response", "url": "https://github.com/fortinet-fortisoar/solution-pack-phishing-email-response/issues/37", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
136172344
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": ...
gharchive/issue
2016-02-24T20:05:38
2025-04-01T06:38:43.519343
{ "authors": [ "0x8890", "ksnyde" ], "repo": "fortunejs/fortune-json-api", "url": "https://github.com/fortunejs/fortune-json-api/issues/17", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
282717073
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...
gharchive/pull-request
2017-12-17T19:26:15
2025-04-01T06:38:43.589175
{ "authors": [ "cclauss", "vaibhavsingh97" ], "repo": "fossasia/query-server", "url": "https://github.com/fossasia/query-server/pull/398", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2341687844
@@["!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...
gharchive/issue
2024-06-08T14:43:43
2025-04-01T06:38:43.645430
{ "authors": [ "jokar2025", "rajukar002", "rtwegthg" ], "repo": "foundation/foundation-sites", "url": "https://github.com/foundation/foundation-sites/issues/13127", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2342366104
^^The Secret to Getting Free Robux Revealed Generator Tips and Tricks [ ZXZ] ˏˋ°•*⁀➷The Secret to Getting Free Robux Revealed Generator Tips and Tricks [ ZXZ] Unlock Unlimited Free Robux Codes: The Ultimate Guide to Dominating Roblox Without Spending a Dime! Are you tired of constantly grinding in Roblox to earn enou...
gharchive/issue
2024-06-09T16:20:42
2025-04-01T06:38:43.919355
{ "authors": [ "Charlesnsievers46373", "ghost" ], "repo": "foundation/foundation-sites", "url": "https://github.com/foundation/foundation-sites/issues/13671", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1309930296
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?
gharchive/pull-request
2022-07-19T19:04:24
2025-04-01T06:38:43.945012
{ "authors": [ "mds1", "onbjerg" ], "repo": "foundry-rs/foundry", "url": "https://github.com/foundry-rs/foundry/pull/2393", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2459769694
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...
gharchive/issue
2024-08-11T21:31:40
2025-04-01T06:38:43.948083
{ "authors": [ "TikaelSol", "mgoldstein322", "stwlam" ], "repo": "foundryvtt/pf2e", "url": "https://github.com/foundryvtt/pf2e/issues/15998", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2472130412
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 ...
gharchive/issue
2024-08-18T20:24:40
2025-04-01T06:38:43.950435
{ "authors": [ "MSAbaddon" ], "repo": "foundryvtt/pf2e", "url": "https://github.com/foundryvtt/pf2e/issues/16107", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2001350672
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...
gharchive/pull-request
2023-11-20T04:38:03
2025-04-01T06:38:43.952166
{ "authors": [ "avagdumortesin", "stwlam" ], "repo": "foundryvtt/pf2e", "url": "https://github.com/foundryvtt/pf2e/pull/11616", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1537210420
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...
gharchive/issue
2023-01-18T00:20:48
2025-04-01T06:38:43.965947
{ "authors": [ "james-rms", "sanjaynarayanan-brt" ], "repo": "foxglove/mcap", "url": "https://github.com/foxglove/mcap/issues/792", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
97198714
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
gharchive/issue
2015-07-25T06:09:58
2025-04-01T06:38:43.969978
{ "authors": [ "foxmask" ], "repo": "foxmask/django-th", "url": "https://github.com/foxmask/django-th/issues/98", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
184686748
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-0.0.0.3 instead of 0.0.0.2 fails. > /tmp/stackage-build8$ stack unpack hw-succinct-0.0.0.14 Unpacked hw-succinct-0.0.0.14 to /tmp/stackage-build8/hw-succinct-0.0.0.14/ > /tmp/stackage-build8/...
gharchive/issue
2016-10-23T12:14:14
2025-04-01T06:38:43.987410
{ "authors": [ "DanBurton", "bergmark", "newhoggy" ], "repo": "fpco/stackage", "url": "https://github.com/fpco/stackage/issues/2010", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1592626940
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 ...
gharchive/issue
2023-02-21T01:05:54
2025-04-01T06:38:43.992214
{ "authors": [ "ariffjeff", "fpgmaas" ], "repo": "fpgmaas/cookiecutter-poetry", "url": "https://github.com/fpgmaas/cookiecutter-poetry/issues/83", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
651043555
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...
gharchive/issue
2020-07-05T10:29:49
2025-04-01T06:38:43.994510
{ "authors": [ "fphilipe", "rex-remind101" ], "repo": "fphilipe/premailer-rails", "url": "https://github.com/fphilipe/premailer-rails/issues/254", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1422159748
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...
gharchive/issue
2022-10-25T09:32:53
2025-04-01T06:38:44.003928
{ "authors": [ "jacopo-exact", "tcompa" ], "repo": "fractal-analytics-platform/fractal-server", "url": "https://github.com/fractal-analytics-platform/fractal-server/issues/180", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2405499818
[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...
gharchive/issue
2024-07-12T12:48:58
2025-04-01T06:38:44.005958
{ "authors": [ "jluethi" ], "repo": "fractal-analytics-platform/fractal-tasks-core", "url": "https://github.com/fractal-analytics-platform/fractal-tasks-core/issues/787", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1711674397
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...
gharchive/issue
2023-05-16T09:56:57
2025-04-01T06:38:44.008058
{ "authors": [ "tcompa" ], "repo": "fractal-analytics-platform/fractal-web", "url": "https://github.com/fractal-analytics-platform/fractal-web/issues/141", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1645664176
[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...
gharchive/issue
2023-03-29T12:03:07
2025-04-01T06:38:44.009929
{ "authors": [ "tcompa" ], "repo": "fractal-analytics-platform/fractal-web", "url": "https://github.com/fractal-analytics-platform/fractal-web/issues/83", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
263107848
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...
gharchive/issue
2017-10-05T12:32:54
2025-04-01T06:38:44.030371
{ "authors": [ "fragmuffin", "jmwright" ], "repo": "fragmuffin/cqparts", "url": "https://github.com/fragmuffin/cqparts/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1465542324
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...
gharchive/issue
2022-11-27T18:53:04
2025-04-01T06:38:44.090579
{ "authors": [ "El-Wumbus", "HBnetDE", "arctic-hen7", "enrand22", "rieval" ], "repo": "framesurge/perseus", "url": "https://github.com/framesurge/perseus/issues/241", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2062133554
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?
gharchive/issue
2024-01-02T09:13:38
2025-04-01T06:38:44.106973
{ "authors": [ "aodhgan", "franck44" ], "repo": "franck44/evm-dis", "url": "https://github.com/franck44/evm-dis/issues/41", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
965142423
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...
gharchive/pull-request
2021-08-10T16:58:29
2025-04-01T06:38:44.108717
{ "authors": [ "Xenonym", "frandiox" ], "repo": "frandiox/vite-ssr", "url": "https://github.com/frandiox/vite-ssr/pull/79", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
910323460
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...
gharchive/issue
2021-06-03T09:52:44
2025-04-01T06:38:44.143075
{ "authors": [ "franko", "prantlf" ], "repo": "franko/lite-xl", "url": "https://github.com/franko/lite-xl/issues/250", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
105553008
info-all = 'false' attribute not working Hi! Thanks for creating this angular version of the duallistbox. I tried to use the info-all = 'false' setting, but instead of hiding the info text it shows the text 'false' above the dual list box. I changed the code myself by adding an extra transformFn to the InfoAll attri...
gharchive/issue
2015-09-09T09:04:03
2025-04-01T06:38:44.156706
{ "authors": [ "BasvdM", "fabiogel", "frapontillo" ], "repo": "frapontillo/angular-bootstrap-duallistbox", "url": "https://github.com/frapontillo/angular-bootstrap-duallistbox/issues/13", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1353462939
🛑 Senior School Website is down In b7475c8, Senior School Website (https://www.cranleigh.org) was down: HTTP code: 0 Response time: 0 ms Resolved: Senior School Website is back up in 908dc05.
gharchive/issue
2022-08-28T20:38:06
2025-04-01T06:38:44.250574
{ "authors": [ "fredbradley" ], "repo": "fredbradley/upptime", "url": "https://github.com/fredbradley/upptime/issues/269", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
236755757
Counting Cards Challenge Counting Cards has an issue. User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: var count = 0; function cc(card...
gharchive/issue
2017-06-19T00:30:34
2025-04-01T06:38:44.270908
{ "authors": [ "louiss0", "nmdoliveira" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/15437", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
464205419
Login 401 error I am trying to have a login set up in the application and I am using the loopback login and its throwing a 401 Unauthorized error. can you guys help? Closing this for lack of sufficient information, can you please elaborate in comments below detailed steps with how you see the error. Please make sur...
gharchive/issue
2019-07-04T11:03:00
2025-04-01T06:38:44.272904
{ "authors": [ "raisedadead", "sadikn" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/36372", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
520669122
Confusing task in Basic JavaScript: Comparisons with the Logical And Operator Describe your problem and how to reproduce it: For this challenge, the starting code in my editor contains the following lines: if (val) { if (val) { return "Yes"; } } The challenge is Combine the two if statements into...
gharchive/issue
2019-11-10T22:38:25
2025-04-01T06:38:44.282178
{ "authors": [ "RandellDawson", "allison-strandberg", "moT01", "ojeytonwilliams" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/37734", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
560766651
Broken link on Redux Challenge Intro Page Describe your problem and how to reproduce it: 1) Go to: https://www.freecodecamp.org/learn/front-end-libraries/redux/ 2) Find this text: "Improve this intro on GitHub." 3) Link to GitHub to improve the intro is broken Add a Link to the page with the problem: https://www.free...
gharchive/issue
2020-02-06T04:09:37
2025-04-01T06:38:44.289325
{ "authors": [ "RandellDawson", "andrescaroc", "moT01" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/38171", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
808626218
No image at coding challenge "Add a Text Alternative to Images for Visually Impaired Accessibility" Describe your problem and how to reproduce it: No image at coding challenge Add a Link to the page with the problem: https://www.freecodecamp.org/learn/responsive-web-design/applied-accessibility/add-a-text-alternativ...
gharchive/issue
2021-02-15T15:24:07
2025-04-01T06:38:44.292830
{ "authors": [ "RandellDawson", "sondregi" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/41130", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
284292210
Master: update my repo Pre-Submission Checklist [ ] Your pull request targets the staging branch of freeCodeCamp. [ ] Branch starts with either fix/, feature/, or translate/ (e.g. fix/signin-issue) [ ] You have only one commit (if not, squash them into one commit). [ ] All new and existing tests pass the comm...
gharchive/pull-request
2017-12-23T07:35:48
2025-04-01T06:38:44.297907
{ "authors": [ "profoundhub" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/16287", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
372267452
Typo on strcpy [x] I have read freeCodeCamp's contribution guidelines. [x] My pull request has a descriptive title (not a vague title like Update index.md) [x] My pull request targets the master branch of freeCodeCamp. [x] None of my changes are plagiarized from another source without proper attribution. [x] My art...
gharchive/pull-request
2018-10-21T00:57:36
2025-04-01T06:38:44.300972
{ "authors": [ "TrollzorFTW", "ezioda004" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/24848", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
374981280
Added brief description and example [x] I have read freeCodeCamp's contribution guidelines. [x] My pull request has a descriptive title (not a vague title like Update index.md) [x] My pull request targets the master branch of freeCodeCamp. [x] None of my changes are plagiarized from another source without proper at...
gharchive/pull-request
2018-10-29T11:57:45
2025-04-01T06:38:44.303987
{ "authors": [ "CodingHero97", "RandellDawson", "thecodingaviator" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/31715", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
489752486
fix(style): rework color scheme for icons I reworked the colors of our icons to go with the new theme. I'm not sure if that was wanted - I think they look pretty good - see photos. [x] I have read freeCodeCamp's contribution guidelines. [x] My pull request has a descriptive title (not a vague title like Update index...
gharchive/pull-request
2019-09-05T13:21:43
2025-04-01T06:38:44.309080
{ "authors": [ "ahmadabdolsaheb", "moT01", "raisedadead" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/36760", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1321202691
Fix(curriculum) accessibility issue with labels in registration form course Checklist: [x] I have read freeCodeCamp's contribution guidelines. [x] My pull request has a descriptive title (not a vague title like Update index.md) [x] My pull request targets the main branch of freeCodeCamp. [x] I have tested these cha...
gharchive/pull-request
2022-07-28T16:35:55
2025-04-01T06:38:44.314218
{ "authors": [ "JohnathanTWebster", "Sboonny" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/47064", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
168001771
Fixing vt_p There are some bogus records at the bottom of the page. There are a lot of cases on the page in general, 130+. Since we are only concerned about the newest cases, I've added a limit to extract, at most, the 100 most recent cases. This solves the problem presented by the bogus records and reduces the ne...
gharchive/pull-request
2016-07-28T02:39:24
2025-04-01T06:38:44.375252
{ "authors": [ "arderyp", "mlissner" ], "repo": "freelawproject/juriscraper", "url": "https://github.com/freelawproject/juriscraper/pull/146", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
279872437
Fix apparent swift issues with swift 4 I had issues when cloning so fixed the issues. I'd be happy to find out this is an unnecessary PR. I fixed these in my repo on my computer at home, but I forgot to push them. Also, I'm pretty sure that your attempt at fixing FreeOTP/TokenStore.swift breaks compatibility with a...
gharchive/pull-request
2017-12-06T19:13:03
2025-04-01T06:38:44.395686
{ "authors": [ "joshglick", "npmccallum" ], "repo": "freeotp/freeotp-ios", "url": "https://github.com/freeotp/freeotp-ios/pull/97", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
231443494
My apologies for this println :( Codecov Report Merging #327 into master will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## master #327 +/- ## ====================================== Coverage 82.4% 82.4% =================================...
gharchive/pull-request
2017-05-25T20:02:21
2025-04-01T06:38:44.402678
{ "authors": [ "codecov-io", "raulraja" ], "repo": "frees-io/freestyle", "url": "https://github.com/frees-io/freestyle/pull/327", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
288427552
Changing the src results in a "data-ofi-undefined" attribute. I assume this will break cloneNode. Duplicate of #85 Duplicate of #85
gharchive/issue
2018-01-14T18:12:30
2025-04-01T06:38:44.420237
{ "authors": [ "fregante", "grant77" ], "repo": "fregante/object-fit-images", "url": "https://github.com/fregante/object-fit-images/issues/102", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
157532823
[dataset upload] sparql + endpoint parameter In the extended API Documentation, POST /e-entity/freme-ner/datasets successfully creates a dataset when only the body is set to the provided sample dataset. (and language = en) But when the provided sparql query is used for the sparql parameter together with the given e...
gharchive/issue
2016-05-30T16:46:27
2025-04-01T06:38:44.428001
{ "authors": [ "bgrusdt", "jnehring" ], "repo": "freme-project/freme-ner", "url": "https://github.com/freme-project/freme-ner/issues/109", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
186670156
nif:taMsClassRef @m1ci , @koidl have requested to fill the property nif:taMsClassRef with the most specific one based on the dbpedia ontology. E.g: <http://freme-project.eu/#offset_0_14> a nif:OffsetBasedString , nif:Phrase ; nif:anchorOf "Diego Maradona"^^xsd:string ; ...
gharchive/issue
2016-11-01T22:56:16
2025-04-01T06:38:44.456574
{ "authors": [ "fsasaki", "jnehring", "m1ci", "sandroacoelho", "xFran" ], "repo": "freme-project/freme-ner", "url": "https://github.com/freme-project/freme-ner/issues/160", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2556917727
Hack-Fix bug that eventloop leaks into other tests This is so far the only reliable way to make the bug not happen. Unfortunately it also happens with this
gharchive/pull-request
2024-09-30T14:49:56
2025-04-01T06:38:44.492189
{ "authors": [ "Marenz" ], "repo": "frequenz-floss/frequenz-dispatch-python", "url": "https://github.com/frequenz-floss/frequenz-dispatch-python/pull/62", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
546351018
Cocoapods support Hi! I saw that Cocoapods is deprecated now, I would like to suggest adding support again since it doesn't change the way to develop for SPM as well. The library is a very useful library and Cocoapods still in use for a huge number of projects out there, would be nice to keep using this the way it is...
gharchive/issue
2020-01-07T15:36:05
2025-04-01T06:38:44.494379
{ "authors": [ "JGwilliams", "bguidolim", "steventnorris-40AU" ], "repo": "freshOS/Then", "url": "https://github.com/freshOS/Then/issues/66", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
17612051
Google spreadsheet data package (simple data format) example What data? Timeline data Spend data example (should be easy to get one) ...? Would be nice to try that out with the create tool as well DUPLICATE of #31
gharchive/issue
2013-08-04T19:46:58
2025-04-01T06:38:44.520252
{ "authors": [ "rgrp" ], "repo": "frictionlessdata/ideas", "url": "https://github.com/frictionlessdata/ideas/issues/63", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }