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 |
|---|---|---|---|---|---|
46224250 | Using rake to build C is extremely weird
My recommendation is to use CMake similar to what is done in the C++ track.
Using rake to build C code is just... weird. I doubt anyone that is well steeped in C is going to be familiar with rake.
:+1:
I didn't realize that we were doing that. I wholeheartedly agree that ... | gharchive/issue | 2014-10-20T01:21:57 | 2025-04-01T04:56:43.859320 | {
"authors": [
"LegalizeAdulthood",
"kytrinyx",
"lpil",
"ryanplusplus",
"silentbicycle",
"sunzenshen"
],
"repo": "exercism/xc",
"url": "https://github.com/exercism/xc/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
146499358 | generate pangram exercise
I wasn't sure if I should be including the generated files, modifying config.json, or starting the version at 1 or 0.
Also, I hard coded single quotes around the inputstring read from the common repo... which kind of sucks as it could break later if someone includes an input string with apos... | gharchive/pull-request | 2016-04-07T03:25:52 | 2025-04-01T04:56:43.870945 | {
"authors": [
"Cohen-Carlisle",
"kotp",
"kytrinyx"
],
"repo": "exercism/xruby",
"url": "https://github.com/exercism/xruby/pull/279",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
107835865 | Disabled HTTPS
Hello again,
I receive a ERR_CONNECTION_REFUSED when I try to access pathfinder (Probably because I don't have mod_ssl enabled, and I don't want to enable it, plus I don't have a certificate to use with it)
Is there any way to disable HTTPS in pathfinder ? (I even tried commenting out some rewrite rule... | gharchive/issue | 2015-09-23T01:48:30 | 2025-04-01T04:56:43.899179 | {
"authors": [
"Sakarias-Longhorn",
"Zumochi",
"exodus4d",
"kimian"
],
"repo": "exodus4d/pathfinder",
"url": "https://github.com/exodus4d/pathfinder/issues/26",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
263423390 | training own data
I am trying to train own data, i.e. scene text(road sign) detection.
Q1) I have 600 annotated data, but when I train with batch size = 16, there are ONLY 3~4 STEPS per a epoch.
see below report.
what's wrong with this? I expected 600/16 = 35 steps per a epoch.
Q2) I wonder why it does not work well... | gharchive/issue | 2017-10-06T12:03:12 | 2025-04-01T04:56:43.949372 | {
"authors": [
"Kevin-Moon",
"experiencor",
"zfar-"
],
"repo": "experiencor/basic-yolo-keras",
"url": "https://github.com/experiencor/basic-yolo-keras/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2092025451 | App crashes on splash screen
Thanks for the great work for Expo 50.
I enabled the DevTools plugin for react-navigation in my index.tsx file:
The app works fine with the dev server locally. But When I build it and try the development build (apk file on my device or emulator), the app hangs at the Splash screen. And t... | gharchive/issue | 2024-01-20T11:50:50 | 2025-04-01T04:56:43.995614 | {
"authors": [
"DarlonHenrique",
"Kudo",
"abdibaker",
"alioguzhan",
"bpeltonc",
"jthoward64",
"kimuradev",
"likaci",
"osamaqarem",
"tasmto",
"victorlap"
],
"repo": "expo/dev-plugins",
"url": "https://github.com/expo/dev-plugins/issues/19",
"license": "MIT",
"licen... |
69314708 | content type always undefined
var type = res.getHeader('Content-Type')
always yield undefined with express >= 4.10.0
Express changes
It works just fine. Everything there is a content type issue it's because the install is corrupted on your disk. Please follow the instructions at https://github.com/expressjs/comp... | gharchive/issue | 2015-04-18T14:41:36 | 2025-04-01T04:56:44.123820 | {
"authors": [
"FGRibreau",
"dougwilson",
"otobrglez"
],
"repo": "expressjs/compression",
"url": "https://github.com/expressjs/compression/issues/37",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
113032341 | Change res.flush to accept a callback function argument
Discussions around this can be found at https://github.com/expressjs/compression/issues/56
It works on all supported Node.js versions, so seems fine to me :+1:
Hey Doug, is there any timeline or module release date when this will be included?
Hi @bijoythom... | gharchive/pull-request | 2015-10-23T14:35:53 | 2025-04-01T04:56:44.125799 | {
"authors": [
"bijoythomas",
"bjohansebas",
"dougwilson"
],
"repo": "expressjs/compression",
"url": "https://github.com/expressjs/compression/pull/57",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
477017496 | NodeError: Cannot call write after a stream was destroyed in VSCode Debug
I am using VSCode's launch.json with debug mode and debug console along with nodemon to restart the server after file changes. The app is a simple express application for a REST API. I am using morgan just as is for logging HTTP request/respons... | gharchive/issue | 2019-08-05T19:21:10 | 2025-04-01T04:56:44.134376 | {
"authors": [
"bersuc",
"dougwilson",
"kopax",
"ryhinchey",
"sangeeth96",
"sappusaketh",
"tgirotto"
],
"repo": "expressjs/morgan",
"url": "https://github.com/expressjs/morgan/issues/209",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2278727986 | xtask: Minor documentation addition
A typical workflow for making a PR to extendr may involve
cargo extendr document
cargo extendr devtools-test
cargo extendr devtools-test -a
(and maybe even cargo extendr r-cmd-check)
However, when looking at the overview presented to you by
cargo extendr, you won't see "snapshots... | gharchive/pull-request | 2024-05-04T04:36:05 | 2025-04-01T04:56:44.145214 | {
"authors": [
"CGMossa",
"JosiahParry"
],
"repo": "extendr/extendr",
"url": "https://github.com/extendr/extendr/pull/751",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
652175314 | Exception while flushing the report in MAC
Hi,
I am getting following error while trying to flush the report in MAC:
Error Message: Errors while compiling a Template.
Please try the following to solve the situation:
* If the problem is about missing/invalid references or multiple defines either try to load
the missin... | gharchive/issue | 2020-07-07T09:44:15 | 2025-04-01T04:56:44.150592 | {
"authors": [
"anshooarora",
"preetipadalia"
],
"repo": "extent-framework/extentreports-csharp",
"url": "https://github.com/extent-framework/extentreports-csharp/issues/94",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1493609076 | Creating two ClusterSecretStore pointing to different regions in the same cluster
Is there a possibility for creating two ClusterSecretStore in the same cluster where each refers to a different region of the same account? Both ClusterSecretStores will be referred to pull values for a single ExternalSecret. This will ... | gharchive/issue | 2022-12-13T07:46:06 | 2025-04-01T04:56:44.159056 | {
"authors": [
"gusfcarvalho",
"moolen",
"rajharini"
],
"repo": "external-secrets/external-secrets",
"url": "https://github.com/external-secrets/external-secrets/issues/1812",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1181109312 | Improves kubernetes provider examples documentation
Solves #850
@ADustyOldMuffin Do you mind checking if the new redact helped with k8s provider understanding?
Looks excellent!
/approve
/merge
thanks @rodrmartinez for the update :rocket:
| gharchive/pull-request | 2022-03-25T18:31:03 | 2025-04-01T04:56:44.161157 | {
"authors": [
"ADustyOldMuffin",
"gusfcarvalho",
"rodrmartinez"
],
"repo": "external-secrets/external-secrets",
"url": "https://github.com/external-secrets/external-secrets/pull/899",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1012588154 | Secret changes due to polling triggering rolling deploy
Some of the backends that you provide interaction with include polling. With polling, a changed secret (possibly due to password rotation) could be reflected in an updated Secret.
I can't find any documentation in your repo about providing a means of having Secr... | gharchive/issue | 2021-09-30T20:22:23 | 2025-04-01T04:56:44.163902 | {
"authors": [
"Flydiverny",
"tomcruise81"
],
"repo": "external-secrets/kubernetes-external-secrets",
"url": "https://github.com/external-secrets/kubernetes-external-secrets/issues/845",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
435029976 | 安装完成无法正常使用
docker方式部署,建立完管理员帐号提示“没有找到能够处理 /api/install/finish的方法”
Error 1366: Incorrect string value: '\xE8\x93\x9D\xE7\x9C\xBC...' for column 'name' at row 1
Error 1366: Incorrect string value: '\xE8\x93\x9D\xE7\x9C\xBC...' for column 'name' at row 1
这个一般是你的数据库没有指定为utf-8格式导致的。
3.0.0.Beta2 重构了安装程序,添加钉钉群体验
| gharchive/issue | 2019-04-19T02:47:03 | 2025-04-01T04:56:44.170237 | {
"authors": [
"htg8208836",
"zicla"
],
"repo": "eyebluecn/tank",
"url": "https://github.com/eyebluecn/tank/issues/46",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2607951 | Symfony Class Loader and swiftmailer broken dependencies
I required the Silex package using composer and wound up with a few dependency errors. First, I was missing the Symfony Universal Class Loader, so I manually included that in my composer.json require list. I noticed that it's not in Silex's require list - shoul... | gharchive/issue | 2011-12-20T00:29:30 | 2025-04-01T04:56:44.249577 | {
"authors": [
"danapplegate",
"igorw",
"stof"
],
"repo": "fabpot/Silex",
"url": "https://github.com/fabpot/Silex/issues/222",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1208144367 | Fabric Release Automation
Set up automated releases using semantic release and github actions as per https://gist.github.com/benja/211fbddf3883ffed95a55edcfd1e7e9f and https://github.com/fabric-ds/issues/blob/master/rfcs/0004-releases.md.
Also moved over to NPM to slowly move over to using the same package manager f... | gharchive/pull-request | 2022-04-19T10:23:54 | 2025-04-01T04:56:44.251784 | {
"authors": [
"benja"
],
"repo": "fabric-ds/vue",
"url": "https://github.com/fabric-ds/vue/pull/42",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1385177333 | Too many escapes in GET /slivers output
I tried a GET /slivers?slice_id=018eb740-6452-4876-b229-2895512e0ace. In the result, the data[0].sliver part looks odd:
{
"data": [
{
"graph_node_id": "8b868321-2722-447e-aff8-6c84df0d1aca",
"join_state": "NoJoin",
"lease_end_tim... | gharchive/issue | 2022-09-25T21:59:57 | 2025-04-01T04:56:44.257864 | {
"authors": [
"kthare10",
"sajith"
],
"repo": "fabric-testbed/ControlFramework",
"url": "https://github.com/fabric-testbed/ControlFramework/issues/210",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
271584371 | Error: No provider for Boolean!
I am seeing the following error when trying to run the frontend locally and navigating to http://localhost:8088/filtered-wizard/all/launchpad-new-project/1/e30%3D:
ERROR Error: No provider for Boolean!
at injectionError (eval at <anonymous> (vendor.js:21), <anonymous>:1372:90)
... | gharchive/issue | 2017-11-06T19:02:48 | 2025-04-01T04:56:44.275414 | {
"authors": [
"edewit",
"gastaldi"
],
"repo": "fabric8-launch/launchpad-frontend",
"url": "https://github.com/fabric8-launch/launchpad-frontend/issues/202",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
377959966 | fix(iteration-panel): Update the onscreen display text when no date has been set.
[x] What does this PR do?
fix(iteration-panel): Update the onscreen display text when no date has been set.
[x] What issue/task does this PR references?
https://github.com/openshiftio/openshift.io/issues/2292
@nimishamukherjee Y... | gharchive/pull-request | 2018-11-06T17:42:55 | 2025-04-01T04:56:44.279747 | {
"authors": [
"centos-ci",
"nimishamukherjee"
],
"repo": "fabric8-ui/fabric8-planner",
"url": "https://github.com/fabric8-ui/fabric8-planner/pull/2800",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
240723750 | Unable to run script.sh inside docker agent
When trying to run the following declarative pipeline:
pipeline {
agent { docker 'alpine' }
stages {
stage('Test') {
steps {
sh('printenv')
}
}
}
}
I get the error:
[Pipeline] {
[Pipeline] stage
[Pipeline]... | gharchive/issue | 2017-07-05T17:36:44 | 2025-04-01T04:56:44.291727 | {
"authors": [
"AndresCidoncha",
"jlccx-incontact",
"kassybas",
"tomdottom"
],
"repo": "fabric8io/jenkins-pipeline-library",
"url": "https://github.com/fabric8io/jenkins-pipeline-library/issues/193",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
165083481 | Sync plugin throws exception for non-pipeline builds
When running a non-pipeline build from jenkins, this exception appears in the logs:
INFO: OpenShift Sample #1 main build action completed: FAILURE
Jul 12, 2016 1:37:24 PM hudson.model.listeners.RunListener report
WARNING: RunListener failed
java.lang.IllegalStateEx... | gharchive/issue | 2016-07-12T13:42:36 | 2025-04-01T04:56:44.299815 | {
"authors": [
"bparees",
"jimmidyson"
],
"repo": "fabric8io/openshift-jenkins-sync-plugin",
"url": "https://github.com/fabric8io/openshift-jenkins-sync-plugin/issues/95",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2194012175 | How to use "buck2 clean" or other commands to delete only the generated files (cache) without killing the daemon?
Ask a question above,Thanks!
This is not a feature that exists in Buck2.
There is buck2 clean --stale that can clean files that were produced by a
previous daemon (assuming you’re using deferred materia... | gharchive/issue | 2024-03-19T04:47:24 | 2025-04-01T04:56:44.340223 | {
"authors": [
"JakobDegen",
"krallin",
"yaoddao"
],
"repo": "facebook/buck2",
"url": "https://github.com/facebook/buck2/issues/608",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1371468664 | require('ts-pattern') not work on react-scripts 5 but work on react-scripts 4.
Describe the bug
const tsPattern = require('ts-pattern');
The tsPattern is a string but not a module on react-scripts 5, and other library is work.
Did you try recovering your dependencies?
(Write your answer here.)
Which terms did you s... | gharchive/issue | 2022-09-13T13:33:49 | 2025-04-01T04:56:44.360791 | {
"authors": [
"ChengOuyang",
"licg9999"
],
"repo": "facebook/create-react-app",
"url": "https://github.com/facebook/create-react-app/issues/12725",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
352879362 | Documentation update regarding images below 10,000 bytes
Is this a bug report?
No, this is a documentation update suggestion
The following sentence should be updated to be more explicit:
To reduce the number of requests to the server, importing images that are less than 10,000 bytes returns a data URI instead of a pa... | gharchive/issue | 2018-08-22T09:47:34 | 2025-04-01T04:56:44.362930 | {
"authors": [
"Aperyon",
"andriijas"
],
"repo": "facebook/create-react-app",
"url": "https://github.com/facebook/create-react-app/issues/4913",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
407323459 | why there aren't webpack.config.dev.js and webpack.config.prod.js files in the config folder?
I want to use the CSS module for adding some CSS style to my component. I used "npm run eject" command, but in the config folder, I couldn't find webpack.config.dev.js and webpack.config.prod.js files. Of course, I'm using t... | gharchive/issue | 2019-02-06T16:36:19 | 2025-04-01T04:56:44.365066 | {
"authors": [
"farhadibehnam",
"iansu"
],
"repo": "facebook/create-react-app",
"url": "https://github.com/facebook/create-react-app/issues/6350",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
482284801 | eslint for...in / for...of false positive
Describe the bug
ESlint shows a no-unused-vars false positive with for-in loops.
Looks very similar to https://github.com/eslint/eslint/issues/12117
This issue didn't exist in react-scripts@3.0.0
Did you try recovering your dependencies?
Yes.
Which terms did you search for ... | gharchive/issue | 2019-08-19T12:32:02 | 2025-04-01T04:56:44.378264 | {
"authors": [
"Shannanigans",
"bdharrington7",
"esetnik",
"jwhitlock",
"madmed88",
"shiraze",
"vincerubinetti"
],
"repo": "facebook/create-react-app",
"url": "https://github.com/facebook/create-react-app/issues/7566",
"license": "MIT",
"license_type": "permissive",
"license_so... |
571574037 | feat(v2): add announcement bar
Motivation
Resolve https://docusaurus.canny.io/admin/board/feature-requests/p/announcement-bar
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
Preview.
Related PRs
(If this PR adds or changes functionality, please take some time to update the docs at https://g... | gharchive/pull-request | 2020-02-26T18:29:01 | 2025-04-01T04:56:44.384762 | {
"authors": [
"lex111",
"nebrelbug"
],
"repo": "facebook/docusaurus",
"url": "https://github.com/facebook/docusaurus/pull/2330",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
666905203 | Add accessible label for Algolia search button
Motivation
The Algolia search button doesn't contain text which fails lighthouse a11y tests + isn't nice for screen readers.
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
This has just been tested manually by checking the markup and running li... | gharchive/pull-request | 2020-07-28T09:05:38 | 2025-04-01T04:56:44.389360 | {
"authors": [
"francoischalifour",
"hobadams",
"slorber"
],
"repo": "facebook/docusaurus",
"url": "https://github.com/facebook/docusaurus/pull/3138",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1750922420 | docs: update outdated links in showcase
Pre-flight checklist
[x] I have read the Contributing Guidelines on pull requests.
[ ] If this is a code change: I have written unit tests and/or added dogfooding pages to fully verify the new behavior.
[ ] If this is a new API or substantial change: the PR has an accompanyin... | gharchive/pull-request | 2023-06-10T11:03:28 | 2025-04-01T04:56:44.392505 | {
"authors": [
"manuel-rw"
],
"repo": "facebook/docusaurus",
"url": "https://github.com/facebook/docusaurus/pull/9055",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
157369452 | flow error: expected array of arguments instead of Uint8Array
I believe Flow is incorrectly reporting the following error:
call of method 'apply'. expected array of arguments instead of Uint8Array
The code:
function decodeutf8(uint8 :Uint8Array) :string {
const utf8String = String.fromCharCode.apply(null, uint8); /... | gharchive/issue | 2016-05-29T05:00:43 | 2025-04-01T04:56:44.461385 | {
"authors": [
"UnsungHero97",
"avikchaudhuri"
],
"repo": "facebook/flow",
"url": "https://github.com/facebook/flow/issues/1866",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
169833558 | Non-nullable instance variables should be set in the constructor.
The example is below.
https://flowtype.org/try/#0PQKgBAAgZgNg9gdzCYAoVBjGBDAzrsAWQE8BhHfMAb1TDABcBTXegLjADsBXAWwCNGAJwDc6OoK4cAFAEpqtOmAxwOLMMTABeMAEYwAagYALAJa4AdExajFSlbjgxG5+AHMpAcnqmLV+h4AadRkbMABfVAjMe3owHjIKAm0ORiQScjxcWVF4jPxzCWkQoA
Flow should ... | gharchive/issue | 2016-08-08T02:43:46 | 2025-04-01T04:56:44.463610 | {
"authors": [
"avikchaudhuri",
"vishnevskiy",
"vkurchatkin"
],
"repo": "facebook/flow",
"url": "https://github.com/facebook/flow/issues/2209",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
193388170 | Definition of process.stdin.setRawMode is not respected
With code below
// @flow
if (process.stdin.isTTY) {
process.stdin.setRawMode(true);
}
I got following error:
index.js:4
4: process.stdin.setRawMode(true);
^^^^^^^^^^ property `setRawMode`. Property not found in
4: process.stdin.s... | gharchive/issue | 2016-12-05T00:24:59 | 2025-04-01T04:56:44.468625 | {
"authors": [
"R1ZZU",
"Spy-Seth",
"vkurchatkin"
],
"repo": "facebook/flow",
"url": "https://github.com/facebook/flow/issues/2944",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
224885131 | JSX elements with a period in the name don't type check
Not sure if this is a bug or just a design decision, but wanted to report it anyway. Components with names such as Component.SubComponent aren't properly typechecked.
Pseudo code setup:
class SectionHeader extends Component {
props: {
label: string
};
}
... | gharchive/issue | 2017-04-27T19:14:27 | 2025-04-01T04:56:44.470638 | {
"authors": [
"chrissnyder",
"vkurchatkin"
],
"repo": "facebook/flow",
"url": "https://github.com/facebook/flow/issues/3822",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
244979460 | Combining array destructing and union type does not work
These are working:
const [value1]: ['A'] = ['A'];
const [value2_1]: ['A' | 'B'] = ['A'];
const [value2_2]: ['A' | 'B'] = ['B'];
const value3_1: ['A'] | ['B'] = ['A'];
const value3_2: ['A'] | ['B'] = ['B'];
But, this is an error.
const [value4]: ['A'] | ['B'] =... | gharchive/issue | 2017-07-24T06:02:12 | 2025-04-01T04:56:44.472820 | {
"authors": [
"SamChou19815",
"kjirou"
],
"repo": "facebook/flow",
"url": "https://github.com/facebook/flow/issues/4449",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
201838511 | Update Copyright in Footer
Updated Copyright from 2016 to 2017.
Could use {{ site.time | date: '%Y' }} instead of hard-coding the current year?
Agree that having it dynamic is better 👍
Do you know if {{ site.time | date: '%Y' }} will work for sure or will I have to run the project locally to double check?
@ped... | gharchive/pull-request | 2017-01-19T11:49:49 | 2025-04-01T04:56:44.475191 | {
"authors": [
"davecardwell",
"peduarte"
],
"repo": "facebook/flow",
"url": "https://github.com/facebook/flow/pull/3216",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
451671780 | Fix flow-remove-types for input with multi-byte characters
Closes #7779 by implementing the approach described by @mroch in https://github.com/facebook/flow/issues/7779#issuecomment-498290377.
Remaining work:
[ ] Try eliminating all string manipulation and buffer.write calls in favor of purely byte-based operations ... | gharchive/pull-request | 2019-06-03T20:21:58 | 2025-04-01T04:56:44.479731 | {
"authors": [
"mourner",
"thehogfather"
],
"repo": "facebook/flow",
"url": "https://github.com/facebook/flow/pull/7781",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
89659337 | Add JSCS tests
Since contributing guide mentions code style rules, it worth to add JSCS style checking:
{
"esnext": true,
"validateIndentation": 2,
"maximumLineLength": 80,
"validateQuoteMarks": "'",
"requireSemicolons": true,
"requireCommaBeforeLineBreak": true
}
Since this is a "stylistic... | gharchive/issue | 2015-06-19T20:57:17 | 2025-04-01T04:56:44.500962 | {
"authors": [
"lacker",
"vtambourine"
],
"repo": "facebook/immutable-js",
"url": "https://github.com/facebook/immutable-js/issues/512",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
385915570 | https://jestjs.io/docs/en/tutorial-react contains nonsense
Just before "DOM Testing" it contains the sentence:
Another option is to swizzling console.warn and supress specific warnings.
... Where "swizzling" is not a thing in this context and is worse than unhelpful and "+swizzling console.warn" brings up zero google... | gharchive/issue | 2018-11-29T20:36:15 | 2025-04-01T04:56:44.503093 | {
"authors": [
"monish001",
"onexdata",
"rickhanlonii"
],
"repo": "facebook/jest",
"url": "https://github.com/facebook/jest/issues/7437",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
239388923 | Ignore dot dirs default
Fixes: #3827
Summary
Makes jest ignore directories that start with a . by default in addition to ignoring node_modules. Ex: .cache
Motivation
When $HOME is the same as the application directory yarn will default to putting its cache directory at $APP_DIR/.cache/yarn/v1/... and Jest will pick u... | gharchive/pull-request | 2017-06-29T07:28:02 | 2025-04-01T04:56:44.513261 | {
"authors": [
"codecov-io",
"cpojer",
"jmorrell"
],
"repo": "facebook/jest",
"url": "https://github.com/facebook/jest/pull/3935",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
374313479 | [WIP] Transformers as modules
Summary
Related to #7135
Test plan
@SimenB I probably facing the issue that you mentioned about serializing the config back and forward because this line keep failing https://github.com/facebook/jest/blob/8a7b4a9df0759142d148cf2f69ec3f23457c542e/packages/jest-runtime/src/script_tra... | gharchive/pull-request | 2018-10-26T10:02:37 | 2025-04-01T04:56:44.520157 | {
"authors": [
"jharris4",
"yordis"
],
"repo": "facebook/jest",
"url": "https://github.com/facebook/jest/pull/7279",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
467975222 | set default display name color based on runner
Summary
Follow up to @natealcedo's #8025, automatically generating reasonable defaults for that feature.
BREAKING CHANGE:
See comment that was removed. Looks like it'll have to wait until 25 :|
TODO add changelog when there's a section to put it in without having to re... | gharchive/pull-request | 2019-07-15T07:19:41 | 2025-04-01T04:56:44.523114 | {
"authors": [
"SimenB",
"jeysal"
],
"repo": "facebook/jest",
"url": "https://github.com/facebook/jest/pull/8689",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
523847501 | WIP istanbul bump
Summary
/cc @coreyfarrell. I've updated some snapshots that looked correct, but left a few alone. ~I'll update after you've fixed the sourceFinder issue~
Test plan
Green CI. We'll need to figure out what to do about TS types. Should probably wait for this to be stable as well. We can upgrade with... | gharchive/pull-request | 2019-11-16T13:50:00 | 2025-04-01T04:56:44.536144 | {
"authors": [
"SimenB",
"codecov-io",
"coreyfarrell"
],
"repo": "facebook/jest",
"url": "https://github.com/facebook/jest/pull/9192",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
549686784 | feat: create @jest/config-utils package
Summary
Not too happy about the name. Main idea is to colocate both types and utils, since jest-config depends on the world to be able to resolve default dependencies in a pnp context.
This makes it so only jest-circus, jest-jasmine, jest-each and jest-environment* depends on... | gharchive/pull-request | 2020-01-14T16:40:22 | 2025-04-01T04:56:44.538714 | {
"authors": [
"SimenB",
"thymikee"
],
"repo": "facebook/jest",
"url": "https://github.com/facebook/jest/pull/9403",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1433081588 | Bug: last character from previous sentence being mixed with current typed character
Lexical version: 0.5.1-next.1 / 0.6.0
OS: iOS 15.6.1 - Safari
https://user-images.githubusercontent.com/25634263/199491639-eae111f3-6df6-4dbc-be0b-f70bf75de029.MP4
Steps To Reproduce
Set up your keyboard language to Korean
Write any ... | gharchive/issue | 2022-11-02T12:41:00 | 2025-04-01T04:56:44.548462 | {
"authors": [
"2wheeh",
"developaul-k"
],
"repo": "facebook/lexical",
"url": "https://github.com/facebook/lexical/issues/3305",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1602658025 | Bug: Editing text in child editor does not trigger update in parent editor
Im using your ImageNode and ImageComponent from your Playground. The main difference is that my root editor is not editable,
while the editor in ImageComponent are.
Lexical version: 0.8.0
The current behavior
I have a button that when clicked ... | gharchive/issue | 2023-02-28T09:21:51 | 2025-04-01T04:56:44.551293 | {
"authors": [
"fpetterlate",
"thegreatercurve"
],
"repo": "facebook/lexical",
"url": "https://github.com/facebook/lexical/issues/3995",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1826812979 | Bug: Importing from markdown does not respect escaping
Steps To Reproduce
Enter \*Hello\* here to see that it is valid markdown which is rendered as expected: https://spec.commonmark.org/dingus/
Go to lexical playground, clear the content, switch to Markdown mode. Enter \*Hello\*
Click the markdown button to import.... | gharchive/issue | 2023-07-28T17:31:38 | 2025-04-01T04:56:44.557911 | {
"authors": [
"antsorin",
"cduff",
"etrepum",
"ratasorin",
"robfig"
],
"repo": "facebook/lexical",
"url": "https://github.com/facebook/lexical/issues/4844",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1909939004 | Bug: Toggling the list item is not working properly
When the text is highlighted and the user tries to remove the numbered/ bullet points from any specific word it automatically removes the numbered/ bullet points from other points too
https://github.com/facebook/lexical/assets/127859730/0da13777-55f4-416a-bd32-82d0... | gharchive/issue | 2023-09-23T17:12:04 | 2025-04-01T04:56:44.561301 | {
"authors": [
"ivailop7",
"safa-kajabi"
],
"repo": "facebook/lexical",
"url": "https://github.com/facebook/lexical/issues/5039",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1329876477 | Selection#formatText to retain selection and handle all text nodes
A few bugs in formatText affected selection retention and nodes formatting in case selection starts with non-text node:
Selection changes after formatting
https://user-images.githubusercontent.com/132642/183076029-8d848c8b-4427-4c9e-bb1e-aa9c78ae1ca... | gharchive/pull-request | 2022-08-05T12:30:34 | 2025-04-01T04:56:44.566075 | {
"authors": [
"Awjin",
"fantactuka"
],
"repo": "facebook/lexical",
"url": "https://github.com/facebook/lexical/pull/2770",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
113958208 | Seeing RemoteNodeMemory warnings in coordinator server.log
Seeing many of the following WARNings in the coordinator server.log after a 0.123 upgrade:
2015-10-28T23:54:53.004Z WARN query-management-0 com.facebook.presto.memory.RemoteNodeMemory Error fetching memory info from http://10.93.7.37:8080/v1/memor... | gharchive/issue | 2015-10-29T01:08:00 | 2025-04-01T04:56:44.595497 | {
"authors": [
"cberner",
"jcowanpdx",
"petroav"
],
"repo": "facebook/presto",
"url": "https://github.com/facebook/presto/issues/3858",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
627666408 | Update typescript.md
Hi! Today I tried to create a new project using typescript with react-native init command, I followed your guide in typescript.md (from your website). After first try with your example, I got the error below. And I tried to remove react-native-template after --template. Now it works.
It may need ... | gharchive/pull-request | 2020-05-30T06:47:44 | 2025-04-01T04:56:44.612077 | {
"authors": [
"Simek",
"enesozturk"
],
"repo": "facebook/react-native-website",
"url": "https://github.com/facebook/react-native-website/pull/1960",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1562606160 | [RFC] Add New Arch version docs
Overview
I'm proposing a change to the New Arch docs, which moves all of the New Arch docs to a separate version in the docs. In this PR, I'll explain the benefits I think this brings, some common concerns about the move, and how I think they're mitigated.
Live Preview
Benefits
Consis... | gharchive/pull-request | 2023-01-30T14:58:14 | 2025-04-01T04:56:44.631812 | {
"authors": [
"NickGerleman",
"Simek",
"acoates-ms",
"kelset",
"lunaleaps",
"rickhanlonii"
],
"repo": "facebook/react-native-website",
"url": "https://github.com/facebook/react-native-website/pull/3545",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api... |
73179849 | Is it possible to push an existing native UIViewController to React-Native's navigator stack
hi~
i am beginner at react native.
i want to push an existing native UIViewController with js bridge, but it's not works well.
does any one knows how to do?
The short answer is no, the NavigatorIOS component doesn't support... | gharchive/issue | 2015-05-05T02:14:32 | 2025-04-01T04:56:44.641375 | {
"authors": [
"brentvatne",
"ide",
"jmc420",
"oceantang",
"ramakrishna013",
"talkol",
"willks",
"yelled3"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/issues/1148",
"license": "MIT",
"license_type": "permissive",
"license_source": "g... |
343269079 | ScrollView broken in 0.56.0 for a brownfield edge case in iOS
[x] Review the documentation: https://facebook.github.io/react-native
[x] Search for existing issues: https://github.com/facebook/react-native/issues
[x] Use the latest React Native release: https://github.com/facebook/react-native/releases
Environment
... | gharchive/issue | 2018-07-20T22:52:56 | 2025-04-01T04:56:44.647172 | {
"authors": [
"PeteTheHeat",
"karanjthakkar"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/issues/20324",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
373448442 | NetInfo: effectiveType only changes if type changes
Environment
System:
OS: Windows 10
CPU: x64 Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
Memory: 1.14 GB / 7.89 GB
Binaries:
Yarn: 1.10.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 5.6.0 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 3... | gharchive/issue | 2018-10-24T12:06:25 | 2025-04-01T04:56:44.653645 | {
"authors": [
"JuRomand",
"fliPmitKlammern",
"tepho"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/issues/21923",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
625695077 | Cannot build react-native apk for android
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
I'm using gradlew to build the react-native project for Android according to the docs. I did everything accordingly, but getting the following error (using --s... | gharchive/issue | 2020-05-27T13:25:42 | 2025-04-01T04:56:44.667102 | {
"authors": [
"AmnaIqbal1998",
"JustFragger",
"omerfaran"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/issues/28989",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
856736351 | Android app bundle crashes of soloader
All of ours Android apps provided with app bundle (.aab) experiencing with much amount of soloader crashes.
Different devices, different OS versions. Can not reproduce it on our testing devices
Switching to separate apps is not an options since starting from August 2021 app bund... | gharchive/issue | 2021-04-13T08:46:00 | 2025-04-01T04:56:44.672897 | {
"authors": [
"Desintegrator",
"cortinico"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/issues/31350",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2239908973 | Could not find com.facebook.react:react-android:.:0.72.1
Description
Not able to generate .aar from a new react-native app version 0.72.1
Getting the below issue
Steps to reproduce
In the android folder I'm doing -> ./gradlew :RNSDK:assembleRelease to create a aar file
React Native Version
0.72.1
Affected Platforms
... | gharchive/issue | 2024-04-12T11:24:05 | 2025-04-01T04:56:44.685771 | {
"authors": [
"19abhishek",
"cortinico"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/issues/44057",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
130270066 | minWidth/minHeight/maxWidth/maxHeight missing on 0.19?
On updating to 0.19 (from 0.17) I found warning on unsupported styling of minWidth/minHeight/maxWidth/maxHeight. I didn't find anything regarding to these in the breaking change release note and since these are the new stuff only be added since 0.17, any chance t... | gharchive/issue | 2016-02-01T06:22:45 | 2025-04-01T04:56:44.689039 | {
"authors": [
"ide",
"mpretty-homepass",
"seph14",
"sjmueller"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/issues/5657",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
67565545 | Argument list too long:
Argument list too long: recursive header expansion failed at /Users/qycloud/workspace/ReactNative/example1/test1/Pods/React/packager/node_modules/module-deps/node_modules/duplexer2/node_modules/readable-stream/node_modules/core-util-is/lib.
Can you please help us understand what you did to g... | gharchive/issue | 2015-04-10T10:40:06 | 2025-04-01T04:56:44.695816 | {
"authors": [
"ATeamMac2014",
"BigPun86",
"Luckygirlllll",
"SnowDang",
"brentvatne",
"burkaslarry",
"cinder92",
"jaygarcia",
"mvayngrib",
"paramaggarwal",
"qjloong",
"stevenyap"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/... |
160826753 | onResponderRelease does not work on android devices
Exactly speaking,
onResponderRelease is not triggered on Android if it nested with Text, but works well with IOS devices. Here is my quite simple code:
render (){
return (
<Text>
<Image onResponderRelease={()=>{alert(1)}} onStartShoul... | gharchive/issue | 2016-06-17T07:18:35 | 2025-04-01T04:56:44.697637 | {
"authors": [
"12d",
"charpeni",
"facebook-github-bot-9"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/issues/8178",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
168387162 | Fatal Exception: java.lang.NoClassDefFoundError: android/graphics/Outline
Info:
ReactNative: 0.30
Platform: Android
Device: Nexus 5
Android OS: 4.4.2
Rooted: true
Problem:
The problem, as I see it, is that android.graphics.Outline was introduced in Lollipop 5.0 and it is used in ReactViewBackgroundDrawable.java as ... | gharchive/issue | 2016-07-29T18:36:49 | 2025-04-01T04:56:44.718187 | {
"authors": [
"BeckZero",
"SuhairZain",
"aman1arun",
"arilitan",
"bennyguitar",
"cymen",
"flyingxu",
"getreup",
"mikelambert",
"oney",
"sagivmalihi",
"tepamid",
"yagottahavehart"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-na... |
174698431 | Minification breaks certain libraries
We're using a library in our Android RN app.
It works fine in dev, but breaks once minified.
Is there a way to skip minification of certain files?
Which libraries and which lines break?
The current minifier is Uglify (may change to Babili later) so if you can figure out how t... | gharchive/issue | 2016-09-02T07:35:06 | 2025-04-01T04:56:44.726667 | {
"authors": [
"charpeni",
"coreh",
"ds300",
"ide",
"jackylimel",
"maluramichael",
"yogiben",
"you-fail-me"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/issues/9711",
"license": "MIT",
"license_type": "permissive",
"license_source": "... |
456670368 | Protocol property of WebSocket object is undefined
Summary
Prior to this patch the websocket protocol was not being set when a connection
was opened, which could cause client libraries and apps to not work properly.
According to the whatwg spec the protocol must be set once the connection is
estabilished.
Changelog
[... | gharchive/pull-request | 2019-06-16T18:47:10 | 2025-04-01T04:56:44.732077 | {
"authors": [
"cabelitos"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/pull/25273",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
107352049 | Initial implementation of WebSockets on Android
This implementation uses the okhttp web socket library that is already
used by the debug bridge.
It was tested with the Firebase library that also works with React
Native for iOS.
Fixes https://github.com/facebook/react-native/issues/2837, but without introducing a new ... | gharchive/pull-request | 2015-09-19T19:35:08 | 2025-04-01T04:56:44.737945 | {
"authors": [
"ide",
"owais",
"puf",
"satya164"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/pull/2870",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1390353073 | Refactor: removed duplicates of the word "before"
Summary
Found and removed duplicates of the word "before" in comments.
Changelog
[Internal] [Removed] – Removed duplicates of the word "before" in comments.
Test Plan
Not applicable
Hey @Vicachu42
I have to close this PR as you're touching files that are autogenerat... | gharchive/pull-request | 2022-09-29T06:56:05 | 2025-04-01T04:56:44.741088 | {
"authors": [
"Vicachu42",
"cortinico"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/pull/34815",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1402173487 | Extract the content of the case 'Int32' (Flow, TypeScript) into a single emitInt32 function in the parsers-primitives.js file.
Summary
Part of #34872
Refactors emitInt32 in codegen parser module into a common parsers-primitive.js
Changelog
[Internal] [Changed] - Extract the content of the case 'Int32' (Flow, TypeS... | gharchive/pull-request | 2022-10-09T06:46:46 | 2025-04-01T04:56:44.743642 | {
"authors": [
"Naturalclar"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/pull/34906",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1570907978 | 修复组件报错
Summary
Changelog
Test Plan
Assigning the props field is not required, the base component class will do so already.
| gharchive/pull-request | 2023-02-04T11:51:21 | 2025-04-01T04:56:44.745282 | {
"authors": [
"834499378",
"javache"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/pull/36056",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
65807357 | Fail generating website if any page throws an error
This will prevent us from having pages on the site that just show error
stack traces -- instead, Travis will fail with an error and we'll
notice sooner.
I cleaned up this logic to use promises which was eay easier to track
for the error behavior and should be simple... | gharchive/pull-request | 2015-04-02T00:43:05 | 2025-04-01T04:56:44.748123 | {
"authors": [
"frantic",
"spicyj",
"vjeux"
],
"repo": "facebook/react-native",
"url": "https://github.com/facebook/react-native/pull/606",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
370914201 | Indentation when printing object/record with attribute
refmt formats as follows:
let obj = [@intl.messages] {
"a": {
"id": "a",
"defaultMessage": "A",
},
};
Same for reco... | gharchive/issue | 2018-10-17T06:16:39 | 2025-04-01T04:56:44.787219 | {
"authors": [
"cknitt"
],
"repo": "facebook/reason",
"url": "https://github.com/facebook/reason/issues/2231",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2737003812 | Request for new release
It seems like it's been a while and I'm finding more and more things in main that aren't in the latest release and are valuable.
Thanks!
Great point. I just sent up a diff internally to fix #137. I'll make a release once that is landed.
Looks like release 0.13.0 is out, thank you!
| gharchive/issue | 2024-12-12T22:33:24 | 2025-04-01T04:56:44.802197 | {
"authors": [
"freeform-andre",
"ndmitchell"
],
"repo": "facebook/starlark-rust",
"url": "https://github.com/facebook/starlark-rust/issues/138",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
739848963 | How to add views programatically
Report
[x] I have searched existing issues and this is not a duplicate
Issues and Steps to Reproduce
YogaNode rootNode = binding.yoga.getYogaNode();
rootNode.setJustifyContent(YogaJustify.SPACE_AROUND);
rootNode.setAlignItems(YogaAlign.AUTO);
rootNode.... | gharchive/issue | 2020-11-10T11:59:43 | 2025-04-01T04:56:44.814693 | {
"authors": [
"NickGerleman",
"hkawii"
],
"repo": "facebook/yoga",
"url": "https://github.com/facebook/yoga/issues/1039",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
635333451 | Fix margin auto with smaller parent lead to negative position
This PR fixes #978, where a smaller parent in combination with margin: auto on bigger children lead to a negative position.
Include tests to prevent future regressions.
@SidharthGuglani Which concerns from your side are in place to having this merged?
... | gharchive/pull-request | 2020-06-09T11:05:08 | 2025-04-01T04:56:44.821037 | {
"authors": [
"NickGerleman",
"jacobp100",
"nicoburns",
"woehrl01"
],
"repo": "facebook/yoga",
"url": "https://github.com/facebook/yoga/pull/1014",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
606237696 | Fix npm can't install dist folder as missing package version
This PR fix #313. Just add version number to /packages/rome/package.json so npm could install dist folder.
Looks good. We should add a script to make it easier to bump these. Thank you!
| gharchive/pull-request | 2020-04-24T11:16:10 | 2025-04-01T04:56:44.844341 | {
"authors": [
"sebmck",
"yuzima"
],
"repo": "facebookexperimental/rome",
"url": "https://github.com/facebookexperimental/rome/pull/315",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
194180976 | Feature freeze
I would like to delay adding any new features until #1187 has landed.
We had too many bugfixes in 0.8.2, and it's clear we need to automate testing for all the features we are supporting. Our existing end to end test is not enough.
cc @fson @existentialism
:+1:
Fixed by #1187.
| gharchive/issue | 2016-12-07T21:51:22 | 2025-04-01T04:56:44.846955 | {
"authors": [
"existentialism",
"gaearon"
],
"repo": "facebookincubator/create-react-app",
"url": "https://github.com/facebookincubator/create-react-app/issues/1199",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
208038864 | Update link to jest expect docs
The link to Jest expect docs is outdated and points to globals, not expect:
line 887:
All expect() matchers supported by Jest are extensively documented here.
line 946:
All Jest matchers are extensively documented here.
new link: http://facebook.github.io/jest/docs/expect.html
Wa... | gharchive/issue | 2017-02-16T07:15:21 | 2025-04-01T04:56:44.849025 | {
"authors": [
"gaearon",
"mkermani144"
],
"repo": "facebookincubator/create-react-app",
"url": "https://github.com/facebookincubator/create-react-app/issues/1572",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
176773117 | Support for CSS Modules
Isn't this as simple as adding ?modules to the (hidden) webpack config file? This would be really nice to have.
See #90 and the followup discussions linked in that thread!
| gharchive/issue | 2016-09-13T23:05:09 | 2025-04-01T04:56:44.849870 | {
"authors": [
"StokeMasterJack",
"mxstbr"
],
"repo": "facebookincubator/create-react-app",
"url": "https://github.com/facebookincubator/create-react-app/issues/644",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
193624606 | Try to reproduce yarn issue
https://github.com/yarnpkg/yarn/issues/2142
0.18.1 should fix this, released tomorrow
| gharchive/pull-request | 2016-12-05T22:11:03 | 2025-04-01T04:56:44.851085 | {
"authors": [
"bestander",
"gaearon"
],
"repo": "facebookincubator/create-react-app",
"url": "https://github.com/facebookincubator/create-react-app/pull/1170",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
949567679 | chore: use correct website URL in Readme
Currently used link leads to the broken page:
thanks :)
| gharchive/pull-request | 2021-07-21T10:34:00 | 2025-04-01T04:56:44.851961 | {
"authors": [
"Simek",
"slorber"
],
"repo": "facebookincubator/infima",
"url": "https://github.com/facebookincubator/infima/pull/156",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
547638495 | Introduce proper KDoc parsing and Formatting
The first version of Ktfmt uses the java-doc formatter from Google-Java-Format with very few forks to make it palatable. However, this will keep us stumbling onto issues. We need instead to figure a clean way to parse KDoc and output them instead.
@cgrushko pointed out tha... | gharchive/issue | 2020-01-09T18:12:09 | 2025-04-01T04:56:44.853327 | {
"authors": [
"strulovich"
],
"repo": "facebookincubator/ktfmt",
"url": "https://github.com/facebookincubator/ktfmt/issues/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2049815251 | Return type of bitwise_xxx_agg doesn't match Presto's
Description
Window fuzzer found that the return type of bitwise_xxx_agg in Presto always return BIGINT, while they in Velox return the same type as the input.
Error Reproduction
Executing query plan:
-- Window[partition by [p0, p1] order by [s0 ASC NULLS LAST] w0... | gharchive/issue | 2023-12-20T04:36:09 | 2025-04-01T04:56:44.857286 | {
"authors": [
"kagamiori",
"mbasmanova"
],
"repo": "facebookincubator/velox",
"url": "https://github.com/facebookincubator/velox/issues/8118",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2131167938 | ApproxPercentile fails with xxx away from acceptable range
Description
When running with Nan/Inf support in fuzzer approx_percentile seems to fail with following error . PR : https://github.com/facebookincubator/velox/pull/8732 .
Error Reproduction
Try seed : 46435304 in Aggregation fuzzer against the linked PR abov... | gharchive/issue | 2024-02-12T23:26:56 | 2025-04-01T04:56:44.860310 | {
"authors": [
"Yuhta",
"kgpai"
],
"repo": "facebookincubator/velox",
"url": "https://github.com/facebookincubator/velox/issues/8733",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1774899852 | Connection Error on Creating Animation
Hello,
For the past three days I have been trying to create animations from my own drawings but to no avail. The constant headache has proved to be a connection error on the last step on the setup process:
python image_to_animation.py drawings/garlic.png garlic_out
I initially r... | gharchive/issue | 2023-06-26T14:14:36 | 2025-04-01T04:56:44.869769 | {
"authors": [
"Anthot44",
"benjaminbojko",
"hjessmith",
"thhung",
"yihleego"
],
"repo": "facebookresearch/AnimatedDrawings",
"url": "https://github.com/facebookresearch/AnimatedDrawings/issues/197",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1047914727 | problem with transcoder
showing below error
File "TransCoder/translate.py", line 171, in
translator = Translator(params)
File "TransCoder/translate.py", line 83, in init
encoder, decoder = build_model(self.reloaded_params, self.dico)
File "/content/TransCoder/XLM/src/model/init.py", line 181, in build_model
enc_path... | gharchive/issue | 2021-11-08T21:01:53 | 2025-04-01T04:56:44.877282 | {
"authors": [
"Maruf13",
"brozi"
],
"repo": "facebookresearch/CodeGen",
"url": "https://github.com/facebookresearch/CodeGen/issues/47",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1697685159 | Normalization values for CLIP models
Thanks for the great work.
I would like to confirm whether the normalization mean (108.32, 116.74, 104.09) for OpenAI clip-based models is correct.
The official normalization values in OpenAI CLIP is (0.48145, 0.45782, 0.40821). In this case, by multiplying 255, the values should ... | gharchive/issue | 2023-05-05T14:07:10 | 2025-04-01T04:56:44.884413 | {
"authors": [
"Jazzcharles",
"zhaoyue-zephyrus"
],
"repo": "facebookresearch/LaViLa",
"url": "https://github.com/facebookresearch/LaViLa/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1613157856 | Query regarding --use_valedges_as_input
Hi Dr. Zhang,
Hope you are doing good.
I had a query regarding the use of validation edges as input, which is useful in the ogbl-collab dataset as per the OGB rules. I noticed that when the flag --use_valedges_as_input is True, we have the following code snippet:
if args.use_va... | gharchive/issue | 2023-03-07T10:36:48 | 2025-04-01T04:56:44.900485 | {
"authors": [
"muhanzhang",
"venomouscyanide"
],
"repo": "facebookresearch/SEAL_OGB",
"url": "https://github.com/facebookresearch/SEAL_OGB/issues/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
827077447 | What does Embedding Vectors mean?
In #157 , I asked how to access embedding table with indices.
Now I know that.
But, I have new questions about embedding tables.
In #67, "each unique index maps to a single embedding vector"
so Embedding table is mapped corresponding to the number of categorical feature values.
for e... | gharchive/issue | 2021-03-10T04:24:14 | 2025-04-01T04:56:44.912879 | {
"authors": [
"Jeongmiu",
"mnaumovfb"
],
"repo": "facebookresearch/dlrm",
"url": "https://github.com/facebookresearch/dlrm/issues/168",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
495506368 | where is the data pipeline for training?
I do not find the info for training and testing on the kaggle dataset.
there is only one line for dataset creation in data_utils.py
getKaggleCriteoAdData(datafile="<path-to-train.txt>", o_filename=kaggleAdDisplayChallenge_processed.npz")
however, in the dlrm_s_pytorch.py, ther... | gharchive/issue | 2019-09-18T23:53:48 | 2025-04-01T04:56:44.922695 | {
"authors": [
"civilman628",
"insoulity",
"mnaumovfb"
],
"repo": "facebookresearch/dlrm",
"url": "https://github.com/facebookresearch/dlrm/issues/30",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1014410077 | Creating a task with the "Task Code" as a number doesn't work as expected.
After creating a task with the task code as a number, and accepting the task, when users want to navigate to the task, it should ideally take us to a page which says "The task owner still needs to activate this task.", but in this case, we are... | gharchive/issue | 2021-10-03T14:17:32 | 2025-04-01T04:56:44.927160 | {
"authors": [
"TristanThrush",
"anandrajaram21",
"douwekiela"
],
"repo": "facebookresearch/dynabench",
"url": "https://github.com/facebookresearch/dynabench/issues/743",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
581845020 | Distributed training fails with criterion having logging_outputs_can_be_summed to False
🐛 Bug
My understanding is that now criterions containing parameters are supported (as of https://github.com/pytorch/fairseq/commit/ba5f829f64d2adf9de4502dab94abf0a1a54106b).
I tried implementing a custom criterion with parameters... | gharchive/issue | 2020-03-15T22:08:53 | 2025-04-01T04:56:44.944776 | {
"authors": [
"mgaido91",
"myleott",
"raotnameh"
],
"repo": "facebookresearch/fairseq",
"url": "https://github.com/facebookresearch/fairseq/issues/1840",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1631314254 | How could I find the Matterport3D (MP3D) dataset used in habitat?
Habitat-Sim version
v0.1.7
❓ Questions and Help
How could I find the Matterport3D (MP3D) dataset used in habitat?
I couldn't find the download_mp.py, and has finished sending email to matterport3d@googlegroups.com.
Now I am waiting email reply, but how... | gharchive/issue | 2023-03-20T03:25:30 | 2025-04-01T04:56:45.105371 | {
"authors": [
"GuoPingPan",
"aclegg3"
],
"repo": "facebookresearch/habitat-sim",
"url": "https://github.com/facebookresearch/habitat-sim/issues/2040",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1717475486 | Update Magnum with new scene tools, bindings and plugin additions
Motivation and Context
Continuation of #2100, with another ~10 days and >10 thousand lines of changes on the Magnum side. A large batch of features got finished and merged to master this time, and some breaking changes were needed to keep the API organ... | gharchive/pull-request | 2023-05-19T15:59:54 | 2025-04-01T04:56:45.123584 | {
"authors": [
"aclegg3",
"mosra"
],
"repo": "facebookresearch/habitat-sim",
"url": "https://github.com/facebookresearch/habitat-sim/pull/2114",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
650250833 | Move Conda Nightly builds to Docker
Motivation and Context
https://github.com/facebookresearch/habitat-sim/pull/663 uses Ubuntu 16.04 as base OS to build conda builds. That limits conda build compatibility compare to using Centos7 as base OS.
Added install Docker step to Nightly builds job
Added "mesa-libGL-devel" i... | gharchive/pull-request | 2020-07-02T23:19:46 | 2025-04-01T04:56:45.130498 | {
"authors": [
"Skylion007",
"mathfac"
],
"repo": "facebookresearch/habitat-sim",
"url": "https://github.com/facebookresearch/habitat-sim/pull/671",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1373203288 | Remove no_ and keep_ checkpoint flags
Patch Description
Removed most of the no_* and keep_* flags and cleaned up their logic.
Testing steps
I did have some issues with setting up an environment to test this.
In the end I tested with the opt_baselines script and checked if different save_intervals and save_interval_up... | gharchive/pull-request | 2022-09-14T15:36:16 | 2025-04-01T04:56:45.178200 | {
"authors": [
"Xirider",
"suchenzang",
"vesko-st"
],
"repo": "facebookresearch/metaseq",
"url": "https://github.com/facebookresearch/metaseq/pull/338",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
209428835 | Changing the events.peek() function to show sky image in RA/DEC and event rate
changing peek() to show image in RA/DEC and event rate vs time.
Fixed the double plot issue in jupyter for the peek function only. Double plot is due to return fig in plot routine.
Aha, here it is
:-)
You made the pull request against yo... | gharchive/pull-request | 2017-02-22T11:38:30 | 2025-04-01T04:56:45.204835 | {
"authors": [
"cdeil",
"facero"
],
"repo": "facero/gammapy",
"url": "https://github.com/facero/gammapy/pull/1",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
242562043 | is write-file-webpack-plugin still needed?
I see you're using compiler memoryfs to access files...
No. it's to show u what chunks you are getting in development.
| gharchive/issue | 2017-07-13T01:40:51 | 2025-04-01T04:56:45.205882 | {
"authors": [
"faceyspacey",
"mohsen1"
],
"repo": "faceyspacey/flush-chunks-boilerplate-webpack-chunknames",
"url": "https://github.com/faceyspacey/flush-chunks-boilerplate-webpack-chunknames/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2646971132 | Error: filesystem error: copy_file "/factorio/temp/currently-playing/level.dat" failed: Permission denied
Hi, I'm getting persistent permission errors when trying to run the Factorio server on my Macbook.
This is the Dockerfile I'm using:
services:
factorio-server:
image: factoriotools/factorio:${FACTORIO_VERS... | gharchive/issue | 2024-11-10T08:05:19 | 2025-04-01T04:56:45.233294 | {
"authors": [
"Fank",
"aSemy",
"icheered"
],
"repo": "factoriotools/factorio-docker",
"url": "https://github.com/factoriotools/factorio-docker/issues/549",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1091455601 | 🛑 acmcimisionesgobar is down
In 69f2dc2, acmcimisionesgobar (https://acmci.misiones.gob.ar/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: acmcimisionesgobar is back up in 574bf20.
| gharchive/issue | 2021-12-31T07:25:57 | 2025-04-01T04:56:45.237820 | {
"authors": [
"facundomdu"
],
"repo": "facundomdu/mdu-github-glb-monitor-01",
"url": "https://github.com/facundomdu/mdu-github-glb-monitor-01/issues/1364",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
451576632 | Migrate Sieve of Eratosthenes and add unit tests
Move implementation to header file
Add unit tests as cpp file
Update readme
Update build script
Remove old file
@faheel I had to make a few decisions about how to migrate this over so I'll leave the PR open for a day in case you'd like to have a look before merge. ... | gharchive/pull-request | 2019-06-03T16:27:28 | 2025-04-01T04:56:45.239436 | {
"authors": [
"alxmjo"
],
"repo": "faheel/Algos",
"url": "https://github.com/faheel/Algos/pull/248",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1403605340 | Incorrect Unicode symbols on first login
Instead of the straight lines marking the border of the login window, I'm getting other characters instead.
=ìììììììììììììììᶇ
ᶉ ᶉ
ᶉ ᶉ
ᶉ ᶉ
¥ìììììììììììììììì』
However, the odd thing is this only happens on first boot. If I log in and... | gharchive/issue | 2022-10-10T19:15:30 | 2025-04-01T04:56:45.252274 | {
"authors": [
"quylaa",
"yavorski"
],
"repo": "fairyglade/ly",
"url": "https://github.com/fairyglade/ly/issues/451",
"license": "WTFPL",
"license_type": "permissive",
"license_source": "github-api"
} |
1837997886 | Getting started fixes (typos / new graphic)
What type of PR is this?
/kind bug
/kind cleanup
Any specific area of the project related to this PR?
/area documentation
What this PR does / why we need it:
fixes a typo ('and' should have been 'a')
updates the architecture graphic which had a black mark on it
corrected ... | gharchive/pull-request | 2023-08-06T01:10:20 | 2025-04-01T04:56:45.269392 | {
"authors": [
"mikegcoleman",
"poiana"
],
"repo": "falcosecurity/falco-website",
"url": "https://github.com/falcosecurity/falco-website/pull/1121",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.