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
1362309976
Roll Flutter from 0e7257e698db to 96345a4bb94c (13 revisions) https://github.com/flutter/flutter/compare/0e7257e698db...96345a4bb94c 2022-09-05 engine-flutter-autoroll@skia.org Roll Flutter Engine from 3c0898c0dfed to ddc5bb330254 (1 revision) (flutter/flutter#110999) 2022-09-05 engine-flutter-autoroll@skia.org Roll ...
gharchive/pull-request
2022-09-05T17:15:06
2025-04-01T04:56:48.324918
{ "authors": [ "engine-flutter-autoroll" ], "repo": "flutter/plugins", "url": "https://github.com/flutter/plugins/pull/6364", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1364899372
Roll Flutter from 723b82e4f0f3 to 547de47a93f7 (28 revisions) https://github.com/flutter/flutter/compare/723b82e4f0f3...547de47a93f7 2022-09-07 engine-flutter-autoroll@skia.org Roll Flutter Engine from d94d3d5dd807 to c0a06da6b228 (1 revision) (flutter/flutter#111093) 2022-09-07 engine-flutter-autoroll@skia.org Roll ...
gharchive/pull-request
2022-09-07T16:12:26
2025-04-01T04:56:48.344330
{ "authors": [ "engine-flutter-autoroll" ], "repo": "flutter/plugins", "url": "https://github.com/flutter/plugins/pull/6372", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1571393515
Flutter web does not support BlendMode.clear using html renderer After latest update to flutter 3.7, I started facing this error on image editing on flutter web when I try to render with html flutter run -d chrome --web-renderer html If I try to open the image editor page with canvas kit, it opens just fine but when...
gharchive/issue
2023-02-05T11:31:16
2025-04-01T04:56:48.356004
{ "authors": [ "tanveer1302", "zmtzawqlp" ], "repo": "fluttercandies/extended_image", "url": "https://github.com/fluttercandies/extended_image/issues/546", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
723982473
support set enableAudio attr pickFromCamera方法增加enableAudio可选参数,默认值为false,用于初始化CameraController,当enableAudio为false时,只使用拍照功能时,不会强制要求麦克风权限 @AlexV525 你好,重新提交了,辛苦帮忙review一下 LGTM 但是有一个格式修改麻烦回滚一下 已回滚
gharchive/pull-request
2020-10-18T11:07:00
2025-04-01T04:56:48.357511
{ "authors": [ "siyukok" ], "repo": "fluttercandies/flutter_wechat_camera_picker", "url": "https://github.com/fluttercandies/flutter_wechat_camera_picker/pull/17", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
412000167
Can't read contacts I am using an emulation of a Pixel 2 (Android 28). pubspec.yaml environment: sdk: ">=2.0.0-dev.68.0 <3.0.0" dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. ...
gharchive/issue
2019-02-19T16:05:11
2025-04-01T04:56:48.369157
{ "authors": [ "Calin-Cosma", "lukasgit", "trinqk" ], "repo": "fluttercommunity/flutter_contacts", "url": "https://github.com/fluttercommunity/flutter_contacts/issues/61", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1718089471
Windows support for null safety Plugin flutter pub add package_info_plus_windows Use case After figuring out that package info does not work in windows and too much is involved with placing a bug report, I noticed that there was a package for linux and also tried the same for windows. However, I cannot add the packag...
gharchive/issue
2023-05-20T07:46:14
2025-04-01T04:56:48.392458
{ "authors": [ "bksubhuti", "mhadaily", "vbuberen" ], "repo": "fluttercommunity/plus_plugins", "url": "https://github.com/fluttercommunity/plus_plugins/issues/1835", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1042823910
Notifier does not update on watchAll after requesting the same repository more than once Hey.. Noticed this when I was adjusting some tests. When I call the .watchAll more than once for the same provider the notifier does not update with the models and the isLoading to false.. At the line 80 of remote_adapter_watch.d...
gharchive/issue
2021-11-02T21:02:22
2025-04-01T04:56:48.396489
{ "authors": [ "GabrielAraujo", "frank06" ], "repo": "flutterdata/flutter_data", "url": "https://github.com/flutterdata/flutter_data/issues/117", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1003489851
Example does not compile The example does not compile, lib/chat.dart has an issue line 84: lib/chat.dart:84:25: Error: The argument type 'String?' can't be assigned to the parameter type 'String' because 'String?' is nullable and 'String' isn't. final file = File(filePath); Flutter environment: Doctor summary (to see...
gharchive/issue
2021-09-21T23:40:35
2025-04-01T04:56:48.435096
{ "authors": [ "appdevingenio", "demchenkoalex" ], "repo": "flyerhq/flutter_firebase_chat_core", "url": "https://github.com/flyerhq/flutter_firebase_chat_core/issues/34", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
237308514
ignoreMissingMigrations default not specified What version of Flyway are you using? 4.2.0 What did you do? Opened flyway.conf to set it up for the first time. What did you expect to see? A default mentioned. What did you see instead? # Ignore missing migrations when reading the metadata table. These are migrations th...
gharchive/issue
2017-06-20T18:47:59
2025-04-01T04:56:48.569103
{ "authors": [ "axelfontaine", "codingthat" ], "repo": "flyway/flyway", "url": "https://github.com/flyway/flyway/issues/1678", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1683743987
add option to place Add the option that allows to place <script> at the end of <body> instead of <head>. Reasoning: a react app throws this error https://legacy.reactjs.org/docs/error-decoder.html/?invariant=299. The problem is, app renders page inside of <div id="root"> tag, and This is a possible workaround I thi...
gharchive/issue
2023-04-25T19:32:41
2025-04-01T04:56:48.571501
{ "authors": [ "alih107", "zubozrout" ], "repo": "fmal/gulp-inline-source", "url": "https://github.com/fmal/gulp-inline-source/issues/53", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
197214802
Modify syntax for gp.predict() in concert with sklearn 0.18 Hi there, Minor issue, but in playing with the visualization notebook in Jupyter, it appears that minor changes to sklearn syntax in 0.18 have broken the tutorial (related to the posterior() function definition). I was able to fix this as follows (I'm showin...
gharchive/issue
2016-12-22T16:38:43
2025-04-01T04:56:48.574235
{ "authors": [ "T3am5hark" ], "repo": "fmfn/BayesianOptimization", "url": "https://github.com/fmfn/BayesianOptimization/issues/37", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
258238350
Malformed HTTP headers for async hot functions When logging incoming request headers in async hot function content length defined as Fn_header_content_length instead of Content-Length. Moreover all HTTP 1.0 spec headers are prefixed with FN_: Fn_header_accept Fn_header_content_type Fn_header_content_length App co...
gharchive/issue
2017-09-16T15:26:11
2025-04-01T04:56:48.592682
{ "authors": [ "denismakogon", "rdallman" ], "repo": "fnproject/fn", "url": "https://github.com/fnproject/fn/issues/329", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
435927416
Fix swappiness closes #1473 without this, is vm.swappiness is not turned off, then it allows containers to use unlimited (up to host max) anonymous swap space on the host. this behavior is not what we want, particularly for getting tests to pass on everybody's dev environment, but we don't really want this behavior i...
gharchive/pull-request
2019-04-22T23:02:02
2025-04-01T04:56:48.595295
{ "authors": [ "hatchan", "rdallman" ], "repo": "fnproject/fn", "url": "https://github.com/fnproject/fn/pull/1480", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
266293893
Not creating another domain. Hello, I am currently having the issue where it will not detect a new domain name. It's only reading the very first line of proxydomains. Any suggestions to resolve this? if nshield_proxy is 1 and dryrun is 0: print "Setting up nShield proxy for domains found in /etc/nshield/proxydomains...
gharchive/issue
2017-10-17T22:01:31
2025-04-01T04:56:48.603664
{ "authors": [ "fnzv", "jackkelly-bayliss" ], "repo": "fnzv/nShield", "url": "https://github.com/fnzv/nShield/issues/3", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1984512343
🛑 Contaboo is down In aa6a02b, Contaboo (https://contabo.com) was down: HTTP code: 403 Response time: 565 ms Resolved: Contaboo is back up in fc5d5d4 after 9 hours, 7 minutes.
gharchive/issue
2023-11-08T22:35:52
2025-04-01T04:56:48.606355
{ "authors": [ "fnzv" ], "repo": "fnzv/status", "url": "https://github.com/fnzv/status/issues/1453", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2401551616
🛑 Contaboo is down In d9101d6, Contaboo (https://contabo.com) was down: HTTP code: 403 Response time: 455 ms Resolved: Contaboo is back up in 928ceb1 after 1 hour, 39 minutes.
gharchive/issue
2024-07-10T19:51:43
2025-04-01T04:56:48.608671
{ "authors": [ "fnzv" ], "repo": "fnzv/status", "url": "https://github.com/fnzv/status/issues/2630", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1821758363
是否可以在业务表中定义 tables.xlsx 中的内容 工具很好用,但是交由其他习惯在一个配置表中定义所有结构和内容的小伙伴来说,表示多表配置有点复杂,而且在版本管理工具环境下,tables.xlsx 文件容易冲突。 请问是否有方法不定义 三个 tables,enum,bean.xlsx 表,在业务表中就把配置内容搞定呀~ 非常感谢。 虽然有可能,但这样做会严重丧失灵活性。luban的设计不仅要平衡简便性,更要适应各种复杂的项目需求。不过luban后续会有一个完全重构的版本,允许你自定制这些规则。 感谢您的回复! 如果在现在版本中,我这边想去除这三个表,然后在业务表中定义原本 tables.xlsx 中内容,比如: ...
gharchive/issue
2023-07-26T07:27:10
2025-04-01T04:56:48.637247
{ "authors": [ "BinGuoGuo", "pirunxi" ], "repo": "focus-creative-games/luban", "url": "https://github.com/focus-creative-games/luban/issues/59", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
872143067
Make list UI more generically usable Currently, this is one of the, if not the best UIs for a location-jump list interface. Especially once #15 is implemented, the UX here will be pretty much perfect! Given that fact, I'd love to use the same UI in other places, too - such as a list references menu, stuff like that. ...
gharchive/issue
2021-04-30T08:09:32
2025-04-01T04:56:48.677314
{ "authors": [ "elkowar", "folke" ], "repo": "folke/lsp-trouble.nvim", "url": "https://github.com/folke/lsp-trouble.nvim/issues/17", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
704973050
Startup easee component error This error message appeared 12 times after startup of HA. Version 0.9.14 The car is not plugged in. Logger: homeassistant.helpers.entity Source: custom_components/easee/sensor.py:152 First occurred: 19:49:53 (12 occurrences) Last logged: 19:51:23 Update for sensor.easee_charger_eh266759_...
gharchive/issue
2020-09-19T18:06:53
2025-04-01T04:56:48.690363
{ "authors": [ "TheAzzi", "astrandb", "fondberg", "hmorkemo", "tmjo" ], "repo": "fondberg/easee_hass", "url": "https://github.com/fondberg/easee_hass/issues/37", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1442230356
[varLib Instancer] Adjust usWeightClass and names When instantiating a variable font and the default axes values has has been moved, should the instancer adjust usWeightClass and nameID 1 and 6? I think we already do that, have you used --update-name-table option? You are right! I neglected about updateFontNames ...
gharchive/issue
2022-11-09T14:43:52
2025-04-01T04:56:48.709085
{ "authors": [ "anthrotype", "guidoferreyra" ], "repo": "fonttools/fonttools", "url": "https://github.com/fonttools/fonttools/issues/2885", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
666958979
Apple/coingecko Description Getting market cap and coin value from coingecko but we should put it on supply module because that depends on the total_supply table. It is a fork that may rebase to the local copy of coingecko being an independent module. close #27 Checklist [x] Targeted PR against correct branch. [x] ...
gharchive/pull-request
2020-07-28T10:21:42
2025-04-01T04:56:48.742565
{ "authors": [ "HarleyAppleChoi", "codecov-commenter" ], "repo": "forbole/bdjuno", "url": "https://github.com/forbole/bdjuno/pull/31", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
988447221
Unidentified metadata error - SharingGuestRule Summary Getting error retrieving from org, when "SharingGuestRule" included in the package.xml Steps To Reproduce: In package.xml, include SharingGuestRule metadata Customer_Information__c.Guest_User SharingGuestRule Execute sfdx force:source:retrieve -x ./manifest/p...
gharchive/issue
2021-09-05T07:50:38
2025-04-01T04:56:48.764522
{ "authors": [ "IVerkhosh", "mshanemc" ], "repo": "forcedotcom/cli", "url": "https://github.com/forcedotcom/cli/issues/1170", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1748783356
sf 1.82 (June 14, 2023) no longer consolidates sources from multiple directories during deploy Summary Starting with sf 1.82, if you're pushing disparate source files that live in different directories, only one of the files "wins out" and is deployed to the org. Prior to 1.82, it seems that the combination of the tw...
gharchive/issue
2023-06-08T23:15:54
2025-04-01T04:56:48.788668
{ "authors": [ "jeffreyazevedo", "mshanemc" ], "repo": "forcedotcom/cli", "url": "https://github.com/forcedotcom/cli/issues/2191", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
523632306
sfdx force:* hangs when there's an error (no exit code returned) Summary When there's an error in any of the force:* commands, process hangs forever without returning an exit code. Steps To Reproduce: Run any force:* command forcing an error (E.g. sfdx force:org:list wrongparam or sfdx force:org:list --json wrongpa...
gharchive/issue
2019-08-06T19:06:12
2025-04-01T04:56:48.794689
{ "authors": [ "BobSeu", "bcattaneo", "tnoonan-salesforce" ], "repo": "forcedotcom/cli", "url": "https://github.com/forcedotcom/cli/issues/239", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1926086260
Background Tasks (Long-living) The concept of some tasks that are not in the tree(but can be controlled by the tree nodes) executing some work in the background. For instance, synchronize the topics of BB and ROS2 etc. It seems to have the nodes in the tree appear to make the tree cumbersome and do not fit properly i...
gharchive/issue
2023-10-04T12:16:38
2025-04-01T04:56:48.819582
{ "authors": [ "besok" ], "repo": "forester-bt/forester", "url": "https://github.com/forester-bt/forester/issues/52", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
375456618
unable to call form-data getBoundary method in React Native I was trying to upload file using form-data and axios library. It is working flawlessly on a node application. As soon as I switch to react native, it comes with a red screen stating that getBoundary method doesn't exist in form data object. Can someone plea...
gharchive/issue
2018-10-30T12:09:38
2025-04-01T04:56:48.840840
{ "authors": [ "aajiwani", "alexindigo" ], "repo": "form-data/form-data", "url": "https://github.com/form-data/form-data/issues/411", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
606680110
WIP: migrate to typescript At the moment, the library is quite outdated. Rewrite the library to TypeScript (closes #398) Stop supporting older versions of node.js that are already in the EOL stage Make major changes to the implementation (abandon callback and use getters instead of functions where necessary) At the...
gharchive/pull-request
2020-04-25T03:42:35
2025-04-01T04:56:48.848109
{ "authors": [ "alexindigo", "coveralls", "negezor" ], "repo": "form-data/form-data", "url": "https://github.com/form-data/form-data/pull/460", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
799066189
First row data not getting populated in data grid with merge component schema I 'am having a select drop down Approach (with 2 values - Product Based and Process Based). I have added the below Advanced Logic on selection of the one of the values for the data grid with columns(using Text Area) like riskEvent, baselLev...
gharchive/issue
2021-02-02T08:45:40
2025-04-01T04:56:48.872414
{ "authors": [ "AlexeyDavyd", "pratikpbhagat", "travist" ], "repo": "formio/react-formio", "url": "https://github.com/formio/react-formio/issues/374", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1170555383
[BUG] Vue-formio is not work with bootstrap 5 i am work with bootstrap modal 5 but Form is not working when i giving src url I think formio does not support Bootstrap 5 yet. We have been working on releasing a bootstrap 5 version of our libraries starting with our formio/formio.js repo. See here for the pull requ...
gharchive/issue
2022-03-16T05:17:49
2025-04-01T04:56:48.875180
{ "authors": [ "Sefriol", "daneformio", "shuhaib-aot", "travist" ], "repo": "formio/vue", "url": "https://github.com/formio/vue/issues/65", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2118643198
Unable to use src="" instead of script setup inside template. Reproduction https://formkit.com/playground?fkv=latest&fileTab=Playground.vue&css-framework=genesis&files=jc[HPJd.vueD<scrip4srcB.%2FNts137+ESM+impVt2ar9eAfrom+URLqhttps%3A7cdn...z7YwellYsecondary+pJAfiXq.%2FOtherFiX.vue}.-8script3-<G0<FVmKitZ0typeBkxt1Z0l...
gharchive/issue
2024-02-05T14:03:47
2025-04-01T04:56:48.881459
{ "authors": [ "bootsmann1995", "justin-schroeder" ], "repo": "formkit/formkit", "url": "https://github.com/formkit/formkit/issues/1183", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
93253116
Fixing dates and exposing placeholders I did both changes i mentioned - i really think that at least placeholders should be built in feature here. Unfortunately i didn't manage to change template for adding placeholder to deal with it without putting braces around var - it may cause some issues for users (say with Dj...
gharchive/pull-request
2015-07-06T11:13:02
2025-04-01T04:56:48.885396
{ "authors": [ "4rlekin", "niquola" ], "repo": "formstamp/formstamp", "url": "https://github.com/formstamp/formstamp/pull/54", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
728847508
Parallel Universes on Beach Scene When two players walk into the beach at the same time two different instances occur, causing players to not see each other: ^^^ Pictures taken at the same time. Seems to load two maps for whatever reason at this location: Currently still investigating cause, perhaps something in...
gharchive/issue
2020-10-24T18:27:54
2025-04-01T04:56:48.888033
{ "authors": [ "josephbmanley", "rdg922" ], "repo": "fornclake/TetraForce", "url": "https://github.com/fornclake/TetraForce/issues/192", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
77967356
Compatibility with io.js The package time is compatible with io.js using the version 0.11.3, recently released. Please update the dep in package.json and publish a new version (4.0.1?). Thanks. Thanks for the ride, but the time is over. :) See #45 for alternate solutions.
gharchive/issue
2015-05-19T07:05:08
2025-04-01T04:56:48.902684
{ "authors": [ "albertosantini" ], "repo": "fortes/enfield", "url": "https://github.com/fortes/enfield/issues/40", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1332811192
Added Internal IP Enrichment Summary Added Internal IP Enrichment Summary Any tracking mantis for this? What all unit tests performed?
gharchive/pull-request
2022-08-09T07:08:11
2025-04-01T04:56:48.910116
{ "authors": [ "cs-sujeet-ahirrao", "cs-suyog-jinturkar" ], "repo": "fortinet-fortisoar/solution-pack-soar-framework", "url": "https://github.com/fortinet-fortisoar/solution-pack-soar-framework/pull/90", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2158204335
[WIP] Split speaker from other questions add two new templates only showing the respective questions add flow form with proper parameters Step 1: Step 2: Step 3: Step 4: Tests are still failing since the CfP test flow has changed, will work on that next.
gharchive/pull-request
2024-02-28T06:19:15
2025-04-01T04:56:49.082587
{ "authors": [ "norbusan" ], "repo": "fossasia/eventyay-talk", "url": "https://github.com/fossasia/eventyay-talk/pull/61", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
241552467
feat: Add lombok for data classes Fixes #288 Add lombok for code generation Remove BaseModel from super class Building locally without any problem, checking why this is failing @arp95 @Shailesh351 Guys could you please pull this PR and compile via terminal and tell if it is throwing errors. I am able to compile...
gharchive/pull-request
2017-07-09T20:01:30
2025-04-01T04:56:49.157192
{ "authors": [ "Shailesh351", "arp95", "iamareebjamal", "mejariamol" ], "repo": "fossasia/open-event-orga-app", "url": "https://github.com/fossasia/open-event-orga-app/pull/290", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
243632972
fixed the upload-ipa script Fixes issue #168 : Fixed the upload_ipa script to delete all the stale files and upload ipa properly. Changes: Modified upload_ipa.sh script to delete stale files, add new ipa to a fresh orphan branch and rename it to ipa just like I did in susi_android and open-event-android Note: It is ...
gharchive/pull-request
2017-07-18T08:07:10
2025-04-01T04:56:49.208240
{ "authors": [ "betterclever", "chashmeetsingh" ], "repo": "fossasia/susi_iOS", "url": "https://github.com/fossasia/susi_iOS/pull/169", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
823948126
Live Code Protocol v0.2 Currently the executing the code is done as part of the websocket connection. If the connection gets lost, there is no way to reconnect. This is an improvement over protocol v0.1 by adding the concept of sessions. Protocol The LiveCode manages sessions of execution. A new session is created by...
gharchive/issue
2021-03-07T15:48:20
2025-04-01T04:56:49.234686
{ "authors": [ "anandology" ], "repo": "fossunited/livecode", "url": "https://github.com/fossunited/livecode/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
778340104
Delete Image The readme mentions a URL to moderate/delete an image but I'm not finding any further documentation on that URL. Any help on that would be most appreciated. Thanks! I'm going to close this as I was informed by @julianduque, however I'll leave this here for future users: curl --user AUTH_USERNAME: AUTH_...
gharchive/issue
2021-01-04T20:21:11
2025-04-01T04:56:49.236567
{ "authors": [ "mattgraham" ], "repo": "fostive/gif-booth", "url": "https://github.com/fostive/gif-booth/issues/47", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
537343064
reference: Add "Advanced Tagging" section As factories and CI stories get more complex, we are finding the need to introduce more powerful ways to do handle tagging. This change adds a new document to help explain what's possible. Its based on the issue defined here: https://github.com/foundriesio/ci-scripts/issues/4...
gharchive/pull-request
2019-12-13T04:31:52
2025-04-01T04:56:49.244194
{ "authors": [ "doanac" ], "repo": "foundriesio/docs", "url": "https://github.com/foundriesio/docs/pull/31", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
873746427
Purple sorcerer demon generator npc import and/or Atk issue It seems that the demons in the purple sorcerer demon generator (https://purplesorcerer.com/demon.php) use "and" for multiple Atk fields which results in only the first Atk importing. Changing the "and" to "or" imports both attacks. Allowing either "and" ...
gharchive/issue
2021-05-01T19:07:43
2025-04-01T04:56:49.254370
{ "authors": [ "woodwardj" ], "repo": "foundryvtt-dcc/dcc", "url": "https://github.com/foundryvtt-dcc/dcc/issues/228", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2000596435
Some added languages are not sorted alphabetically Some languages added with a script (maybe only languages other than Standard Languages) are not displayed alphabetically on the character sheet despite being sorted that way in the console. One example below, including how they are added: class HomebrewManager { ...
gharchive/issue
2023-11-18T22:03:04
2025-04-01T04:56:49.258215
{ "authors": [ "JPMeehan", "arbron", "etiquettestartshere" ], "repo": "foundryvtt/dnd5e", "url": "https://github.com/foundryvtt/dnd5e/issues/2624", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2665612898
Flat Checks don't follow automatic success and failure rules for DCs of <=1 or >=21 Player Core page 405 states "In the rare circumstance that a flat check has a DC of 1 or lower, skip rolling; you automatically succeed. Conversely, if one ever has a DC of 21 or higher, you automatically fail." Currently a natural 20...
gharchive/issue
2024-11-17T09:43:00
2025-04-01T04:56:49.264882
{ "authors": [ "CarlosFdez", "stwlam", "websterguy" ], "repo": "foundryvtt/pf2e", "url": "https://github.com/foundryvtt/pf2e/issues/17348", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2293429294
Restore blank select option to weapon sheet range dropdown Closes #14698 I don't think this fixes the bug, it seems like this is a deviation from behavior still. I brought up the original select and this is what it was: {{#select item._source.system.range}} {{#unless mandatoryRanged}}<option value="">{{localize...
gharchive/pull-request
2024-05-13T17:34:37
2025-04-01T04:56:49.267028
{ "authors": [ "CarlosFdez", "In3luki" ], "repo": "foundryvtt/pf2e", "url": "https://github.com/foundryvtt/pf2e/pull/14700", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
408481459
Colon in input box becomes black if written after \u07EE A strange issue for sure, but if you write "\u07EE :", the colon becomes black (doesn't matter if you put space in between). For copy: ߮ : This seems to be the case for other "special" characters aswell, like ; - + # ~ $ etc. Also numbers. Letters seem to be...
gharchive/issue
2019-02-09T23:18:11
2025-04-01T04:56:49.277773
{ "authors": [ "RAnders00", "TETYYS", "TranRed", "apa420", "hemirt" ], "repo": "fourtf/chatterino2", "url": "https://github.com/fourtf/chatterino2/issues/954", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1324338718
Specify system emoji fonts for emoji code-points Mac OSX & Ubuntu in particular have bugs relating to the proper display of emojis in browsers. Explicitly specifying locally-installed system emoji fonts as fall-backs at the end of the font stack fixes the issue! 🤷 Documented here: https://www.client9.com/css-color-e...
gharchive/pull-request
2022-08-01T12:27:37
2025-04-01T04:56:49.287195
{ "authors": [ "barneycarroll", "foxdonut" ], "repo": "foxdonut/meiosis", "url": "https://github.com/foxdonut/meiosis/pull/190", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
287579195
Not working in streaming app I believe i installed it correctly, whenever i click on the stream it turns green and shows buttons are working in preview but i get no input in the actual stream? This is a common theme that is happening to other people but i am just unable to replicate this issue, are you using the Xb...
gharchive/issue
2018-01-10T21:13:27
2025-04-01T04:56:49.305306
{ "authors": [ "BawlzOnChin", "CallumCarmicheal", "DavidRieman" ], "repo": "fqlx/XboxKeyboardMouse", "url": "https://github.com/fqlx/XboxKeyboardMouse/issues/68", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1615048850
Remove image-size logic from cellpose_segmentation task We have this block of code in cellpose_segmentation.py: # Extract image size from FOV-ROI indices # Note: this works at level=0, where FOVs should all be of the exact same # size (in pixels) FOV_ROI_table = ad.read_zarr(f"{zarrurl}tables/FO...
gharchive/issue
2023-03-08T10:37:24
2025-04-01T04:56:49.308646
{ "authors": [ "tcompa" ], "repo": "fractal-analytics-platform/fractal-tasks-core", "url": "https://github.com/fractal-analytics-platform/fractal-tasks-core/issues/338", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1807256575
Shall we keep the "info" page? The current Homepage may be dropped as part of https://github.com/fractal-analytics-platform/fractal-web/issues/242. I'd be in favor of keeping an "Info" page, with a small (one-paragraph) description of what the user may want to do, or where to get support. Or, otherwise, we can simply...
gharchive/issue
2023-07-17T08:26:45
2025-04-01T04:56:49.314810
{ "authors": [ "jluethi", "tcompa" ], "repo": "fractal-analytics-platform/fractal-web", "url": "https://github.com/fractal-analytics-platform/fractal-web/issues/243", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
194094208
is there any plans of developing material design search pattern? [] bug [x ] enhancement [x ] feature-discussion (RFC) is there any plans of developing material design search pattern? I think we need the two types Persistent search Expandable search If not plans I can create a plugin for that Not at the moment...
gharchive/issue
2016-12-07T16:17:55
2025-04-01T04:56:49.341091
{ "authors": [ "boynet", "nolimits4web" ], "repo": "framework7io/framework7", "url": "https://github.com/framework7io/framework7/issues/1235", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1268345062
MissingInputException in line 145 of /home/yw/desktop/metaGEM/Snakefile: Dear Francisco, Hi! In order to solve errors cauesd by snakemake version, I donwloaded a file "snakemake-5.10.0.tar.gz". Then I replaced the original snakemake file in "metaGEM/envs/metaGEM/snakemake" by new snakemake file in "snakemake-5.10.0.t...
gharchive/issue
2022-06-11T18:30:08
2025-04-01T04:56:49.355744
{ "authors": [ "franciscozorrilla", "tan-yuwei" ], "repo": "franciscozorrilla/unseenbio_metaGEM", "url": "https://github.com/franciscozorrilla/unseenbio_metaGEM/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1568546896
🛑 SIU Guarani is down In f669266, SIU Guarani (https://siufai.uncoma.edu.ar/informatica) was down: HTTP code: 500 Response time: 16771 ms Resolved: SIU Guarani is back up in de8579b.
gharchive/issue
2023-02-02T18:17:57
2025-04-01T04:56:49.358392
{ "authors": [ "francoZuniga32" ], "repo": "francoZuniga32/pedco-status", "url": "https://github.com/francoZuniga32/pedco-status/issues/545", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
243590416
Fix race condition in execute Do method Hi, Detected race condition when execute Do concurrency. WARNING: DATA RACE Write at 0x0000035980d0 by goroutine 47: github.com/me/myproject/vendor/github.com/franela/goreq.Request.Do() /home/koya/repos/src/github.com/me/myproject/vendor/github.com/franela/goreq/goreq.g...
gharchive/pull-request
2017-07-18T03:36:07
2025-04-01T04:56:49.369206
{ "authors": [ "Kooooya" ], "repo": "franela/goreq", "url": "https://github.com/franela/goreq/pull/141", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
642804689
Wrong characters in the object. [""] Unfortunately the adapter generates the characters [""] and I cannot process the filtered number any further. How can I remove the characters? https://forum.iobroker.net/topic/8672/neuer-adapter-systeminfo-auf-git-und-npm/63 As mentioned in the forum already, the "" are genera...
gharchive/issue
2020-06-22T06:46:11
2025-04-01T04:56:49.373626
{ "authors": [ "capitaenz", "frankjoke" ], "repo": "frankjoke/ioBroker.systeminfo", "url": "https://github.com/frankjoke/ioBroker.systeminfo/issues/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1580642093
C++20 Module Support How about support for modules? At least for Clang, C++ modules (given as '.cppm' files) need to be precompiled using a '--precompile' option. This produces a '.pcm' file that regular compilation needs. So we need an additional precompile phase whose output should go into a modules folder. That fo...
gharchive/issue
2023-02-11T04:18:04
2025-04-01T04:56:49.382393
{ "authors": [ "franneck94", "txjohnson" ], "repo": "franneck94/Vscode-C-Cpp-Runner", "url": "https://github.com/franneck94/Vscode-C-Cpp-Runner/issues/95", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
321161295
Presence of zero values deforms pie charts Actual Behaviour Steps to Reproduce: { "height": 350, "title": "Fatturati: confronto Network (apr 2018)", "type": "pie", "colors": ["#7ED321", "#007bff", "#fc0", "#FDA5EE", "#9c6d1e", "#c7b6f7"], "data": { "labels": ["Blunet", "Bluvacanze", "Cisalpina Tours", "Primar...
gharchive/issue
2018-05-08T12:14:29
2025-04-01T04:56:49.386219
{ "authors": [ "Eyewritecode", "kedar9444", "massimo-cassandro", "scmmishra" ], "repo": "frappe/charts", "url": "https://github.com/frappe/charts/issues/173", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1903632042
What's the module "upt" in inference.py? I try to run the inference.py to to test the model and get error ModuleNotFoundError: No module named 'upt'. After running pip install upt and executing the inference.py again, the program prints error: ImportError: cannot import name 'build_detector' from 'upt' (/opt/conda/en...
gharchive/issue
2023-09-19T19:49:55
2025-04-01T04:56:49.461533
{ "authors": [ "fredzzhang", "musicBoxes", "yaoyaosanqi" ], "repo": "fredzzhang/pvic", "url": "https://github.com/fredzzhang/pvic/issues/32", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
327455705
Beta: Can't view other campers' public profile I'm curious how I (or other campers) would view the 'public profile' of other campers In the current live FCC I can view other campers' progress and projects by going to the url/campers name (not super obvious, but findable) - In beta, to view a profile, I have my id in ...
gharchive/issue
2018-05-29T19:27:23
2025-04-01T04:56:49.513012
{ "authors": [ "moT01", "raisedadead" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/17264", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
336424665
Cloned repo but can't run 'npm run unpack' Describe your problem and - if possible - how to reproduce it I am running a local repo of freeCodecamp and am on a new branch but when I run 'npm run unpack' I am getting error messages. The Error says that it can't find /Desktop/FreeCodeCamp/freeCodeCamp/seed/unpack.js' I...
gharchive/issue
2018-06-27T23:41:34
2025-04-01T04:56:49.515791
{ "authors": [ "JamesStaffordCoyte", "raisedadead" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/17738", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
345433825
Test failing in: Applied Visual Design: Create a Horizontal Line Using the hr Element Describe your problem and - if possible - how to reproduce it Second part of test is failing, incorrectly stating that "The hr tag should come between the title and the paragraph." although actually tag is already placed and disp...
gharchive/issue
2018-07-28T09:07:31
2025-04-01T04:56:49.550733
{ "authors": [ "BryantCabrera", "Corneliaclassic", "Crazypari", "Doministic", "FoxNeo", "HansFernandez", "Hinageshichan", "Lluran", "Lninn", "LuckyStephy13", "Nirajn2311", "RaspberryLime", "Theloudneon", "adarshnanwani", "adonis8441", "alwayzup", "as...
447186517
CSS cascade and inheritance not introduced While looking into #36108 I realised that inheritance and the cascade are not defined in the curriculum. Some of the concepts are introduced at various points, but they aren't formally defined or really tied together. Should we add some challenges to cover these concepts an...
gharchive/issue
2019-05-22T14:56:43
2025-04-01T04:56:49.554845
{ "authors": [ "RandellDawson", "ojeytonwilliams" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/36109", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
745816377
Add a Visual Snapshot testing tool for visual tests After hearing about Percy and giving it a try, I found it really powerful especially when used with Cypress. But I found some limitations with Percy and thought that I can overcome those obstacles, so I tried creating my own Visual Snapshot Testing tool. So after a ...
gharchive/issue
2020-11-18T16:36:41
2025-04-01T04:56:49.560773
{ "authors": [ "Sembauke", "Twaha-Rahman", "ojeytonwilliams" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/40257", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1175916267
Typo in css property name - RWD beta course Affected page https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-basic-css-by-building-a-cafe-menu/step-76 Expected behavior In the instructions, Changing the bottom-margin to 5px looks great. bottom-margin is an invalid css property. It should be margin...
gharchive/issue
2022-03-21T20:38:47
2025-04-01T04:56:49.565032
{ "authors": [ "lem0n4id" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/45496", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2614697951
[ Full Stack Cert ] - update description for video compilation lab Let’s update the intro text to the following: "intro": ["For this lab, you will create a video compilation web page. This lab will give you the opportunity to practice working with the <code>iframe</code> element."] Here is the file you need ...
gharchive/issue
2024-10-25T17:20:02
2025-04-01T04:56:49.568041
{ "authors": [ "jdwilkin4" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues/56864", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
284136548
fix(common): Fix for loopProtect undefined error Pre-Submission Checklist [x] Your pull request targets the staging branch of freeCodeCamp. [x] Branch starts with either fix/, feature/, or translate/ (e.g. fix/signin-issue) [x] You have only one commit (if not, squash them into one commit). [x] All new and ex...
gharchive/pull-request
2017-12-22T11:07:53
2025-04-01T04:56:49.575615
{ "authors": [ "Ethan-Arrowood", "QuincyLarson", "scissorsneedfoodtoo" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/16263", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
371684806
added Go books section including 2 Go books. One for absolute beginner and the other one is about good practice in Go programming. [ 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 b...
gharchive/pull-request
2018-10-18T19:50:02
2025-04-01T04:56:49.579329
{ "authors": [ "Manish-Giri", "Nirajn2311", "qrius" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/20219", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
371773961
Update index.md Added additional Terraform integration information. [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 ...
gharchive/pull-request
2018-10-19T01:35:26
2025-04-01T04:56:49.584829
{ "authors": [ "RandellDawson", "tomkirish" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/21191", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
372088302
updated comment.md I have rephrased some expressions. [x] I have read freeCodeCamp's contribution guidelines. [x] My pull request has a descriptive title (not a vague title like Update index.md) [x] My pull request targets the master branch of freeCodeCamp. [x] None of my changes are plagiarized from another source...
gharchive/pull-request
2018-10-19T19:32:49
2025-04-01T04:56:49.588062
{ "authors": [ "dingjy94", "suruihuang" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/23425", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
372774313
Grammatical fix on line 1 Fixed sentence #2 under ##Output by adding "for" [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 plagiarize...
gharchive/pull-request
2018-10-23T02:07:55
2025-04-01T04:56:49.590961
{ "authors": [ "RandellDawson", "nikhilrwadekar" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/26601", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
374563201
Edit wording/examples on PHP array documentation [x] I have read freeCodeCamp's contribution guidelines. [x] My pull request has a descriptive title (not a vague title like Update index.md) [x] My pull request targets the master branch of freeCodeCamp. [x] None of my changes are plagiarized from another source witho...
gharchive/pull-request
2018-10-26T22:07:47
2025-04-01T04:56:49.595025
{ "authors": [ "RandellDawson", "exiam" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/29885", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
374671286
Replaced translated CSS code in adjust-the-width-of-an-element-using-the-width-property.arabic.md Replaced translated CSS, code shouldn't be translated. [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 ta...
gharchive/pull-request
2018-10-27T17:54:39
2025-04-01T04:56:49.598390
{ "authors": [ "4ssil", "boudlal" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/30521", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
375770809
Fixed grammar [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 arti...
gharchive/pull-request
2018-10-31T02:23:30
2025-04-01T04:56:49.601770
{ "authors": [ "RandellDawson", "leecri" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/33099", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
377180843
Fix errors and expanded content Made clear that an infinite decimal expansion does not mean irrational, then added some history, context for interest and explained that in most computing languages their existence can (ironically) be ignored. [x] I have read freeCodeCamp's contribution guidelines. [x] My pull reques...
gharchive/pull-request
2018-11-04T18:33:20
2025-04-01T04:56:49.604738
{ "authors": [ "BTmathic", "paulywill" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/34213", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
382207685
Deleting typo 'increment' instead of 'increament' [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 wit...
gharchive/pull-request
2018-11-19T13:10:40
2025-04-01T04:56:49.607354
{ "authors": [ "VedranaR", "farisoft" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/34386", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
584907589
feat(api, client): integrate sentry for log reporting [x] Remove Rollbar (everywhere) [x] Add Sentry to API [ ] Add Sentry to client (not a priority) It's getting there. Debugging stuff is now in its own commits. Still need to [ ] report useful errors in development [ ] decide which errors should not be reporte...
gharchive/pull-request
2020-03-20T08:13:49
2025-04-01T04:56:49.610780
{ "authors": [ "ojeytonwilliams", "raisedadead" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/38400", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
637974226
Fix: Update video link for Relationship Building video challenge. 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 master branch of freeCodeCamp. [x] All the files I changed are in ...
gharchive/pull-request
2020-06-12T19:58:41
2025-04-01T04:56:49.613031
{ "authors": [ "beaucarnes", "thecodingaviator" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/39062", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1021803193
feat(client): Typescript migration frame runner Checklist: [x] I have read freeCodeCamp's contribution guidelines. [x] My pull request has a descriptive title (not a vague title like Update index.md) [x] My pull request targets the main branch of freeCodeCamp. [x] I have tested these changes either locally on my m...
gharchive/pull-request
2021-10-09T20:55:32
2025-04-01T04:56:49.616163
{ "authors": [ "lucas-barros", "moT01" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/43798", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1239432920
fix: simplify savedChallenges update Give this a good review - I finished up kind of late. I focused on the database writes, I didn't want to mess with the request responses or anything on the client - so there may be some questionable looking code. It appears that this and Oliver's PR make it so the database doesn't...
gharchive/pull-request
2022-05-18T05:04:13
2025-04-01T04:56:49.619938
{ "authors": [ "Sboonny", "moT01", "ojeytonwilliams" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/46032", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1639170710
fix(client): import Tfunction from i18next Checklist: [x] I have read and followed the contribution guidelines. [x] I have read and followed the how to open a pull request guide. [x] My pull request targets the main branch of freeCodeCamp. [x] I have tested these changes either locally on my machine, or GitPod. R...
gharchive/pull-request
2023-03-24T10:55:35
2025-04-01T04:56:49.622608
{ "authors": [ "Sboonny" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/49815", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2252610226
fix(curriculum):Updated lessons in Number sorter project to better show how inputValues works Checklist: [x] I have read and followed the contribution guidelines. [x] I have read and followed the how to open a pull request guide. [x] My pull request targets the main branch of freeCodeCamp. [x] I have tested these c...
gharchive/pull-request
2024-04-19T10:15:13
2025-04-01T04:56:49.625234
{ "authors": [ "sanskriti2005" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/54445", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2366808481
fix(api): use generic error message if CSRF error fix: show generic error if CSRF error test: update tests to reflect new response refactor: generic500 -> genericError fix: use default to serialize all generic errors fix: provide correct schema for save-challenge fix: allow for CSRF errors as well as other 403s Che...
gharchive/pull-request
2024-06-21T15:48:42
2025-04-01T04:56:49.629938
{ "authors": [ "Sembauke", "ojeytonwilliams" ], "repo": "freeCodeCamp/freeCodeCamp", "url": "https://github.com/freeCodeCamp/freeCodeCamp/pull/55264", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
640146832
feat: add forum to news redirects This PR adds redirects for 21 articles to see how traffic and SEO are affected by moving some of the most popular forum posts to /news. Its my understanding that we will need to manage this redirection on the forum itself as well like we do for Ghost, because of its internal routin...
gharchive/pull-request
2020-06-17T05:13:29
2025-04-01T04:56:49.645226
{ "authors": [ "raisedadead", "scissorsneedfoodtoo" ], "repo": "freeCodeCamp/nginx-config", "url": "https://github.com/freeCodeCamp/nginx-config/pull/8", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
324181948
Add support for mill This is patterned after @grebe's work on dsptools. It's not completely baked - the current release of mill is missing some features: doesn't handle symbolic links doesn't restrict source files for Java/ScalaDoc. There is a fix in the master branch for the former, and I'm submitted a PR for the ...
gharchive/pull-request
2018-05-17T20:53:20
2025-04-01T04:56:49.671325
{ "authors": [ "CLAassistant", "chick", "edwardcwang", "jackkoenig", "ucbjrl" ], "repo": "freechipsproject/firrtl", "url": "https://github.com/freechipsproject/firrtl/pull/813", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
111705981
Update README to have known issues Fix #6 - other sections of the README could use fleshing out, particularly the usage (once #9 is resolved). Err looks like there's a ton of other stuff on this branch - I'll just add straight to master.
gharchive/pull-request
2015-10-15T20:55:40
2025-04-01T04:56:49.710103
{ "authors": [ "soycode" ], "repo": "freedomjs/freedom-social-wechat", "url": "https://github.com/freedomjs/freedom-social-wechat/pull/10", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
105935289
Epoll模式错误 main.xml中改成Epoll模式,执行PurenessScopeServer。提示如下: [ 10:16:18.672993|140657353844512][CServerManager::Init()]... i=[0]. ACE_Dev_Poll_Reactor::open failed inside ACE_Dev_Poll_Reactor::CTOR: No such file or directory [ 10:16:18.673788|140657353844512][CAceReactorManager::AddNewReactor]New [0] ReactorTxype = [4] n...
gharchive/issue
2015-09-11T02:52:03
2025-04-01T04:56:49.754776
{ "authors": [ "kaibusi" ], "repo": "freeeyes/PSS", "url": "https://github.com/freeeyes/PSS/issues/6", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2417567497
feat(nd): support returning per_curiam key This is just a small change to collect "per_curiam" now that we can ingest it in Courtlistener. Changes the scraper and the test files also we can use the same trick you suggested before if we change the regex to regex = r"(?P<volume>20\d{2})\s(?P<reporter>ND)\s(?P<page>\d...
gharchive/pull-request
2024-07-18T23:36:07
2025-04-01T04:56:49.794512
{ "authors": [ "flooie", "grossir" ], "repo": "freelawproject/juriscraper", "url": "https://github.com/freelawproject/juriscraper/pull/1081", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
646793046
Missing token icons for Mozilla, ProtonMail, Epic Games Mozilla icon is for Bugzilla token Mail or email icon or ProtonMail icon (nothing showed in search Epic Games Store icon Missing icons will need to be added into FontAwesome before they can be made available for use in FreeOTP https://fontawesome.com/support#f...
gharchive/issue
2020-06-27T23:49:08
2025-04-01T04:56:49.807386
{ "authors": [ "Githubuxer", "justin-stephenson" ], "repo": "freeotp/freeotp-ios", "url": "https://github.com/freeotp/freeotp-ios/issues/175", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1298643132
SRX-GUPKQB - argocd baseurl argument clean up unused Argocd arguments add Argocd baseurl argument create getConfig rpc @medo-freiheit please remove installing the ArgoCD client in Dockerfile @medo-freiheit please remove installing the ArgoCD client in Dockerfile @mouhsen-ibrahim @hannesg I think we still nee...
gharchive/pull-request
2022-07-08T08:00:48
2025-04-01T04:56:49.875194
{ "authors": [ "medo-freiheit", "mouhsen-ibrahim", "sven-urbanski-freiheit-com" ], "repo": "freiheit-com/kuberpult", "url": "https://github.com/freiheit-com/kuberpult/pull/234", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
864926441
Avvisbar melding 📥 Proposed changes Legg til mulighet for å lukke/avvise meldinger, på samme måte som i AlertMessage ☑️ Submission checklist [x] I have read the CONTRIBUTING doc [x] yarn build works locally with my changes [x] I have added tests that prove my fix is effective or that my feature works [x] I have add...
gharchive/pull-request
2021-04-22T13:04:00
2025-04-01T04:56:49.883224
{ "authors": [ "piofinn" ], "repo": "fremtind/jokul", "url": "https://github.com/fremtind/jokul/pull/1960", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
446106056
Finding CNVs that do not intersect/merge with reference set Hi I've been using SURVIVOR to merge sets of SVs (i.e. compute the intersection). Now I have a slightly different problem. Given 2 sets of SVs, say set A (study) and set B (reference), I would like to compute the set C=A-B. That is I'd like to find all SVs t...
gharchive/issue
2019-05-20T13:03:15
2025-04-01T04:56:49.949245
{ "authors": [ "fritzsedlazeck", "ggstatgen" ], "repo": "fritzsedlazeck/SURVIVOR", "url": "https://github.com/fritzsedlazeck/SURVIVOR/issues/87", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
894938814
Support Laravel Octane This PR aims to support Laravel Octane by avoiding the injection of the IoC container. The container instance injected in the class HandleCors is not removed in this PR to avoid potential breaking changes, however the injected instance won't be called in HandleCors. Facades are used instead as ...
gharchive/pull-request
2021-05-19T02:54:12
2025-04-01T04:56:50.040615
{ "authors": [ "barryvdh", "cerbero90" ], "repo": "fruitcake/laravel-cors", "url": "https://github.com/fruitcake/laravel-cors/pull/532", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
67543472
Fix API documentation Best PR ever… For things like this: just do the merge already ;) Ok :-).
gharchive/pull-request
2015-04-10T08:44:51
2025-04-01T04:56:50.041738
{ "authors": [ "Hywan", "evert" ], "repo": "fruux/sabre-dav", "url": "https://github.com/fruux/sabre-dav/pull/627", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
107538753
Update csp tests https://sourceclear.atlassian.net/browse/FLAT-400 https://sourceclear.atlassian.net/browse/FLAT-398 :ok:
gharchive/pull-request
2015-09-21T15:35:52
2025-04-01T04:56:50.044770
{ "authors": [ "AlekseyYeremeyev", "RamilGilmanov" ], "repo": "fs/security-headers", "url": "https://github.com/fs/security-headers/pull/20", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
251915592
Remove .NET Core version of Project Cracker The ProjectCracker.dll and ProjectCrackerTool.exe currently have .NET Core versions. These are for supporting "old" F# project formats, pre .NET SDK 2.0. I don't see the ned to continue to maintain and deliver .NET Core versions of these, since .NET Core tooling normally o...
gharchive/issue
2017-08-22T10:49:03
2025-04-01T04:56:50.064378
{ "authors": [ "dsyme", "enricosada", "ncave" ], "repo": "fsharp/FSharp.Compiler.Service", "url": "https://github.com/fsharp/FSharp.Compiler.Service/issues/791", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
213930370
Revert PR #518 to re-enable test cases PR #518 disabled some test cases due to an issue with Mono 4.2.x. The bug was fixed later in the 4.2.x builds. The current stable mono build is now 4.8.x, and anyone who's working with this repo (and running the test cases) should be running at least 4.6.x, so let's re-enable th...
gharchive/pull-request
2017-03-13T23:51:42
2025-04-01T04:56:50.067641
{ "authors": [ "dsyme", "jack-pappas" ], "repo": "fsharp/fsharp", "url": "https://github.com/fsharp/fsharp/pull/681", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
167734473
Library refs break when project name contains a dot In latest Fable (0.4.4), I'm experiencing a problem when building a project that references another project. If the project being referenced has a dot in the name, then Fable is generating incorrect paths in the require calls. Before upgrading Fable, I did not have ...
gharchive/issue
2016-07-26T23:18:38
2025-04-01T04:56:50.078880
{ "authors": [ "alfonsogarciacaro", "funlambda" ], "repo": "fsprojects/Fable", "url": "https://github.com/fsprojects/Fable/issues/287", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
123964921
paket install fails on extraction if path is longer than 260 characters I'm having an issue with paket when I execute paket in a really long directory name. When I try to run paket update or paket install in my directory with the long name (near or over 260 characters), I get this error message: Paket failed with: ...
gharchive/issue
2015-12-27T06:50:57
2025-04-01T04:56:50.090952
{ "authors": [ "eggapauli", "forki", "jschroed" ], "repo": "fsprojects/Paket", "url": "https://github.com/fsprojects/Paket/issues/1331", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
783416149
Upgrade tokio to 1.0 and futures to 0.3.9 Fixes: #4 Signed-off-by: Tim Zhang tim@hyper.sh @dpeckett Please have a look for this pr @dpeckett Please have a look for this pr @shanecurran Can you please merge it and cargo publish it? thank you very much. @shanecurran Can you please merge it and cargo publish it?...
gharchive/pull-request
2021-01-11T14:28:29
2025-04-01T04:56:50.107274
{ "authors": [ "Tim-Zhang", "mxpv", "shanecurran" ], "repo": "fsyncd/tokio-vsock", "url": "https://github.com/fsyncd/tokio-vsock/pull/5", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2299557473
CLI / wasm How do I compile to wasm? Does cyber CLI have menu? Tried -h, --help, didn't work. The CLI section in doc is very lacking. thanks It's cyber help, but I suppose -h and --help should be aliases too. I will also update the CLI docs. For building wasm, see the build.md. That is for standalone wasm which wo...
gharchive/issue
2024-05-16T07:19:59
2025-04-01T04:56:50.117842
{ "authors": [ "fubark", "mationai" ], "repo": "fubark/cyber", "url": "https://github.com/fubark/cyber/issues/90", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
487715814
纯粹研究技术,想知道在树莓派上的详细使用方法! RT,我下载了树莓派的版本,但是无法安装,想请教各位大大,如何在树莓派上使用这款软件? How to install this software on Raspberry? Please how to install this software on Raspberry Pi (version:raspberry pi 3b)? 哈哈哈哈哈哈,哥们儿你太逗了,发英文属实没必要啊,你觉得能是老外开发的这东西吗?哪得是一种什么精神啊? 哈哈哈哈哈哈,哥们儿你太逗了,发英文属实没必要啊,你觉得能是老外开发的这东西吗?哪得是一种什么精神啊? 大公无私的国际共产主义精神,...
gharchive/issue
2019-08-31T01:24:23
2025-04-01T04:56:50.126195
{ "authors": [ "SamirDuran", "hupo376787", "wang-bailin" ], "repo": "fuck-xuexiqiangguo/Fuck-XueXiQiangGuo", "url": "https://github.com/fuck-xuexiqiangguo/Fuck-XueXiQiangGuo/issues/406", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }