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 |
|---|---|---|---|---|---|
220461621 | Added flag for background mode
Added the missing implementation for play in background for exoplayer.
@mattapperson - Friendly ping :)
@deshiknaves @mattapperson
Great stuff, I had one issue tho,
I tried this today and for me the
public void onHostResume() {
if (playInBackground) {
return;
... | gharchive/pull-request | 2017-04-09T10:13:17 | 2025-04-01T04:58:08.060082 | {
"authors": [
"deshiknaves",
"markusekblad",
"wschurman"
],
"repo": "react-native-community/react-native-video",
"url": "https://github.com/react-native-community/react-native-video/pull/563",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
595940795 | onMessage prop on different WebView gets overridden
Copied this from the discussion in https://github.com/react-native-community/react-native-webview/pull/1203 for posterity and easier tracking.
Bug description:
onMessage prop on different WebView gets overridden.
ex. I have 2 components that wrap 2 WebView, with pro... | gharchive/issue | 2020-04-07T15:07:51 | 2025-04-01T04:58:08.064172 | {
"authors": [
"ivari"
],
"repo": "react-native-community/react-native-webview",
"url": "https://github.com/react-native-community/react-native-webview/issues/1300",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
343491763 | UI freezes in Android 4.4.4
Hi,
Thanks for this amazing library. It works really well. Only one issue i m facing in Android Kitkat, when I start playing the UI freezes.
Any errors or logs?
No, there is no error logs. I think update of progress values from native to javascript causing freeze.
is this still an is... | gharchive/issue | 2018-07-23T05:24:21 | 2025-04-01T04:58:08.086997 | {
"authors": [
"Guichaguri",
"ashokkumar88",
"dcvz"
],
"repo": "react-native-kit/react-native-track-player",
"url": "https://github.com/react-native-kit/react-native-track-player/issues/232",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2286877182 | UIScreen' is unavailable: not available on visionOS
Summary
When integrating the react-native-maps library with a React Native app that utilizes the callstack/react-native-visionos library for visionOS development, a build error occurs. The error, as shown in the attached screenshot, indicates a Library not found for... | gharchive/issue | 2024-05-09T04:40:41 | 2025-04-01T04:58:08.093687 | {
"authors": [
"purevsurena",
"salah-ghanim"
],
"repo": "react-native-maps/react-native-maps",
"url": "https://github.com/react-native-maps/react-native-maps/issues/5047",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1360831066 | Please replace org.jetbrains.annotations with androidx.annotation
Bug
Attempted to upgrade from 12.4.4 to 13.1.0. When I compile my project, I get the error below.
world50/platform/packages/member-app/node_modules/react-native-svg/android/src/paper/java/com/horcrux/svg/FabricEnabledViewGroup.java:5: error: package or... | gharchive/issue | 2022-09-03T11:24:34 | 2025-04-01T04:58:08.098450 | {
"authors": [
"WoLewicki",
"darigoce",
"dpott197",
"warrence"
],
"repo": "react-native-svg/react-native-svg",
"url": "https://github.com/react-native-svg/react-native-svg/issues/1854",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2227141730 | [BUG]: Can't disable Picture in Picture
Version
v6 (Beta)
What platforms are you having the problem on?
iOS
Architecture
Old architecture
What happened?
When I run app with following code, PiP is showing when exiting application even if it is disabled
<View style={styles.container}>
<Video
source={{
... | gharchive/issue | 2024-04-05T06:12:22 | 2025-04-01T04:58:08.102047 | {
"authors": [
"KrzysztofMoch"
],
"repo": "react-native-video/react-native-video",
"url": "https://github.com/react-native-video/react-native-video/issues/3654",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
376578038 | Did not receive response to shouldStartLoad in time, defaulting to YES
Can someone give me a bit more details on why I would get the above warning?
I've never seen that before, can you give us a way to repro this ?
It appears to exist in the core Webview as well.
https://github.com/react-native-community/react-na... | gharchive/issue | 2018-11-01T21:27:58 | 2025-04-01T04:58:08.136367 | {
"authors": [
"Anthony-333",
"Attique033",
"ChrisEU",
"DibPuelma",
"Facundo1609",
"H3DZZZ",
"Hieutt1704",
"IlinIgor",
"Johncy1997",
"M1ck0",
"MickaelNeves",
"MorenoMdz",
"PhillipFraThailand",
"ShepSims",
"Titozzz",
"afzdev13",
"akread",
"bdhcode... |
725135203 | Support of Web in Expo
Please can you guys make react-native-web support for web... I really appreciate your work
I also look forward to
| gharchive/issue | 2020-10-20T02:36:36 | 2025-04-01T04:58:08.138044 | {
"authors": [
"dansejijie",
"shakyarahul"
],
"repo": "react-native-webview/react-native-webview",
"url": "https://github.com/react-native-webview/react-native-webview/issues/1707",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1007755782 | Disabling Magnifier on OS version 15+ in iOS
Bug description:
Magnifier is appearing on OS version 15+ on iOS on doing a long press on Webviews. Any way to disable it ?
To Reproduce:
Long press within any webview on iOS, OS version 15 (latest) -> Magnifier appears
Expected behavior:
Need a way to control whether Mag... | gharchive/issue | 2021-09-27T06:35:09 | 2025-04-01T04:58:08.142057 | {
"authors": [
"98gzi",
"amanBhawsar",
"cristianoccazinsp"
],
"repo": "react-native-webview/react-native-webview",
"url": "https://github.com/react-native-webview/react-native-webview/issues/2177",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
493785051 | Drawer animation is slow in ios
Drawer animation is very slow in ios devices.
System:
OS: macOS 10.14.6
CPU: (4) x64 Intel(R) Core(TM) i5-5350U CPU @ 1.80GHz
Memory: 687.41 MB / 8.00 GB
Shell: 5.3 - /bin/zsh
Binaries:
Node: 8.12.0 - /usr/local/bin/node
Yarn: 1.13.0 - /usr/local/bin/yarn
... | gharchive/issue | 2019-09-15T20:53:45 | 2025-04-01T04:58:08.146219 | {
"authors": [
"arshidkv12",
"renjfk"
],
"repo": "react-navigation/drawer",
"url": "https://github.com/react-navigation/drawer/issues/104",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
727245603 | Not working correctly on iPhone 12 Series phones
Current Behavior
SafeAreaView is not working correctly on iPhone 12 Series phones
I created simple app to reproduce it
import React from 'react';
import { Text, View } from 'react-native';
import SafeAreaView from 'react-native-safe-area-view'
const App = () => (
<S... | gharchive/issue | 2020-10-22T10:07:50 | 2025-04-01T04:58:08.155500 | {
"authors": [
"Abhishek-Sankey",
"Farhan7786",
"comvenger-brandon",
"ethanyuwang",
"marcinkornek",
"xutm"
],
"repo": "react-navigation/react-native-safe-area-view",
"url": "https://github.com/react-navigation/react-native-safe-area-view/issues/136",
"license": "MIT",
"license_type":... |
593880190 | Question: Dragging whilst scrolling
Hey,
Thanks for open sourcing this library!
I have a question probably best explained with an image.
I have a container with height greater than that of the window. It is scrollable.
Within that container elements are elements absolutely positioned at a given distance from the to... | gharchive/issue | 2020-04-04T14:06:36 | 2025-04-01T04:58:08.189348 | {
"authors": [
"Geeman201",
"dbismut"
],
"repo": "react-spring/react-use-gesture",
"url": "https://github.com/react-spring/react-use-gesture/issues/151",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
569175826 | Redirect for reauth should not present login form
Issue Description
Currently, when the storefront recieves a Status 401 from the backend over GraphQL, it will redirect to the /signin route. This will then redirect to the meteor backend to get a new authentication token. The assumption here seems to be, that the Mete... | gharchive/issue | 2019-08-23T07:48:14 | 2025-04-01T04:58:08.211206 | {
"authors": [
"aldeed",
"janus-reith"
],
"repo": "reactioncommerce/example-storefront",
"url": "https://github.com/reactioncommerce/example-storefront/issues/661",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
812512807 | Reactor gRPC examples.
Why use Reactor
Whether gRPC , dubbo, rsocket or webflux, their API design follows the Reactive Streams specification, and they all provide their own implementation.
Reactor is the current standard for Reactive libraries .Use the Reactor library can be better to perform reactive programming.
Fr... | gharchive/issue | 2021-02-20T04:35:47 | 2025-04-01T04:58:08.231103 | {
"authors": [
"kevinten10"
],
"repo": "reactivegroup/grpc-example",
"url": "https://github.com/reactivegroup/grpc-example/issues/7",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
352120871 | ReactCookieProps type definition might be incorrect?
Hi, I've been using this package for a while now and it's been great. Thanks for working on it 👍
Just tried to upgrade to the latest version (from 2.2.0) and seeing a Typescript compilation error.
TS2322: Type '{ children: Element; }' is not assignable to type 'Re... | gharchive/issue | 2018-08-20T12:51:37 | 2025-04-01T04:58:08.234364 | {
"authors": [
"apfrancis",
"eXon"
],
"repo": "reactivestack/cookies",
"url": "https://github.com/reactivestack/cookies/issues/167",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
190162886 | ToProperty does not work on an object that implements IReactiveObject but is not a ReactiveObject
I'm been using ReactiveUI 6.5 for a while with MvvmCross by implementing a ToPropertyMvx helper that works on IMvxNotifyPropertyChanged instead of ReactiveObject. This worked until I upgraded to 7.0 and implemented the ... | gharchive/issue | 2016-11-17T21:01:11 | 2025-04-01T04:58:08.256415 | {
"authors": [
"AlexanderMelchers",
"ChrisPulman",
"DamienDoumer",
"J-Swift",
"glennawatson",
"kentcb",
"kjeremy",
"shiftkey",
"snalesso"
],
"repo": "reactiveui/ReactiveUI",
"url": "https://github.com/reactiveui/ReactiveUI/issues/1199",
"license": "MIT",
"license_type": "... |
1001197260 | [BUG] Memory leak without disposing 'WhenActivated' returned value
Describe the bug
Hi, I found a memory leak by using WhenActivated in a view.
If we don't dispose the disposable returned by WhenActivated, it seems that the view and their elements are kept in memory.
With memory leak
public BookView()
{
InitializeC... | gharchive/issue | 2021-09-20T17:04:17 | 2025-04-01T04:58:08.268815 | {
"authors": [
"TSSoftware",
"gerardo-lijs",
"glennawatson",
"lippling",
"parisq"
],
"repo": "reactiveui/ReactiveUI",
"url": "https://github.com/reactiveui/ReactiveUI/issues/2935",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2377423157 | docs: title component translation
Closes #690
Description
Translate the <title> page.
Page URL: https://id.react.dev/reference/react-dom/components/title
One minor change, please check! @aroyan
updated, thanks
for this link title, should this updated to "kanal" too?
@aroyan yes.
| gharchive/pull-request | 2024-06-27T07:49:34 | 2025-04-01T04:58:08.271730 | {
"authors": [
"aroyan",
"resir014"
],
"repo": "reactjs/id.react.dev",
"url": "https://github.com/reactjs/id.react.dev/pull/704",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
195609739 | Mounting container to any state's property
Hi,
I've got a container that is mapped to some state:
const Container = connect(state => ({prop: state.someProp}))(Component);
And I've got some state that is defined by combineReducers structure:
const reducer = combineReducers({
propA: someReducer,
propB: someReducer... | gharchive/issue | 2016-12-14T18:33:35 | 2025-04-01T04:58:08.286530 | {
"authors": [
"jimbolla",
"markerikson",
"verkholantsev"
],
"repo": "reactjs/react-redux",
"url": "https://github.com/reactjs/react-redux/issues/575",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
263736591 | Add minimum required Node version to create-react-app docs
This issue was originally reported by @kyamaguchi81 via facebook/react/issues/10324
Text of original issue
Please list [You’ll need to have Node >= 6 on your machine.]
before the description in [npm install -g create-react-app],
In [Creating a New Application... | gharchive/issue | 2017-10-08T17:53:00 | 2025-04-01T04:58:08.303340 | {
"authors": [
"bvaughn",
"dance2die",
"sw-yx"
],
"repo": "reactjs/reactjs.org",
"url": "https://github.com/reactjs/reactjs.org/issues/70",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
506187583 | Unable to run the app locally
I have installed the dependencies via yarn install and then yarn dev then I am getting the below error and the execution stops automatically.
@arash817 can you please look into this?
remove yarn.lock and run yarn install and yarn dev commands. let me know what happened.
In between, y... | gharchive/issue | 2019-10-12T13:32:32 | 2025-04-01T04:58:08.546146 | {
"authors": [
"ChaituKNag",
"FidelVe",
"ashr81",
"chilupa",
"mdrahiem"
],
"repo": "reactjs/te.reactjs.org",
"url": "https://github.com/reactjs/te.reactjs.org/issues/5",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
419778274 | URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
Fixed URLs
Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review ... | gharchive/pull-request | 2019-03-12T03:00:15 | 2025-04-01T04:58:08.591472 | {
"authors": [
"simonbasle",
"spring-operator"
],
"repo": "reactor/reactor-samples",
"url": "https://github.com/reactor/reactor-samples/pull/11",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
338817373 | Missing method call mock for ReadableStreamTest::testReadChunk
Follow up of #24 where we missed once method mock. This PR solves that issue
Event loop errors require #36 to fix them
| gharchive/pull-request | 2018-07-06T06:12:16 | 2025-04-01T04:58:08.607665 | {
"authors": [
"WyriHaximus"
],
"repo": "reactphp/filesystem",
"url": "https://github.com/reactphp/filesystem/pull/37",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1570051374 | What's the Play about?
In this project, I will be developing a live chat app using firebase as backend with full authentication system
User can signIn using there google accounts and can have real time chats with other users(Just like youtube live chats).
What ReactJS concept will be used to create this play?
Hooks:-I ... | gharchive/issue | 2023-02-03T15:47:25 | 2025-04-01T04:58:08.609589 | {
"authors": [
"Aarize29",
"atapas"
],
"repo": "reactplay/react-play",
"url": "https://github.com/reactplay/react-play/issues/937",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
511677663 | Dropdown is not positioned correctly when it's in table
components: Dropdown
reactstrap version ^8.0.0
import method es
react version ^16.8.6
bootstrap version ^4.3.1
Check here to reproduce issue: https://stackblitz.com/edit/reactstrap-v7-n7dmce
What is happening?
I want to place a Dropdown component inside a ta... | gharchive/issue | 2019-10-24T03:10:07 | 2025-04-01T04:58:08.620072 | {
"authors": [
"TempleClause",
"TheSharpieOne",
"bjupreti",
"kevinxh",
"watinha"
],
"repo": "reactstrap/reactstrap",
"url": "https://github.com/reactstrap/reactstrap/issues/1685",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1096896417 | ERROR: Download of https://dl.bintray.com/lovell/sharp/libvips-8.4.2-linux-x64.tar.gz failed: Response code 502 (Bad Gateway)
hi there, bintray is down for several months now (according to my research). can we fix this somehow please?
fixed by bumping sharp to version 0.29.3 (instead of 0.17.x).
| gharchive/issue | 2022-01-08T10:44:12 | 2025-04-01T04:58:08.623302 | {
"authors": [
"omani"
],
"repo": "readium/readium-js-viewer",
"url": "https://github.com/readium/readium-js-viewer/issues/756",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
65717686 | ePubs with XML 1.1 fail to load for Windows
The Windows XML parser can't handle anything other than XML 1.0. see https://social.msdn.microsoft.com/Forums/en-US/ebf3df45-c934-46d7-adc9-61d2d1ebead9/which-msxml-verion-support-parse-xml-11?forum=xmlandnetfx
XML 1.1 support was dropped with ePub3 but this is still causi... | gharchive/issue | 2015-04-01T15:57:18 | 2025-04-01T04:58:08.627916 | {
"authors": [
"bdares",
"danielweck",
"rkwright"
],
"repo": "readium/readium-sdk",
"url": "https://github.com/readium/readium-sdk/issues/167",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1450059939 | Fix dllimport
Import functions by name instead of ordinal to fix powerbattery.dll version compatibility
Fixed by 5781e0ee627924f86f93e573a78f4b89a9e62751
| gharchive/issue | 2022-11-15T16:29:28 | 2025-04-01T04:58:08.641658 | {
"authors": [
"reagcz"
],
"repo": "reagcz/IdeapadToolkit",
"url": "https://github.com/reagcz/IdeapadToolkit/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
54326100 | RIO-84 fix (really-core): Object Subscriber Actor fix
Changed the usage of Akka Ask pattern to tell pattern in getting the model
Refer to this link for build results (access rights to CI server needed):
http://ci.really.io//job/really-pr-validator/80/
Test PASSed.
| gharchive/pull-request | 2015-01-14T14:12:56 | 2025-04-01T04:58:08.659762 | {
"authors": [
"ci-reallylabs",
"montaro"
],
"repo": "reallylabs/really",
"url": "https://github.com/reallylabs/really/pull/33",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
80711301 | RealmSwift reset relationship list
Hi.
I have a relationship that I want to reset with new list, and I can't make is happen. What is the proper way to reset relationship ?
this is what I tried
class MyModel: Object {
var childs = List<Child>()
func change() {
realm?.write {
// I want to r... | gharchive/issue | 2015-05-25T23:52:58 | 2025-04-01T04:58:08.691692 | {
"authors": [
"AndrewBarba",
"jpsim",
"krzyzanowskim"
],
"repo": "realm/realm-cocoa",
"url": "https://github.com/realm/realm-cocoa/issues/1999",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
115110098 | How to use filter contains for Integer
Hi All,
I have query like :
select * from objects where to_char(number) like '%45'
how to make this in realm?
I try to using :
"number contains %@", number
It's not currently possible to query a non-string property in Realm as if it was a string. I'll update this ticket to r... | gharchive/issue | 2015-11-04T17:51:50 | 2025-04-01T04:58:08.693993 | {
"authors": [
"jpsim",
"tarigancana"
],
"repo": "realm/realm-cocoa",
"url": "https://github.com/realm/realm-cocoa/issues/2799",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
631004833 | Support non-relationship nested objects
Goals
It would be great to have possibility to store nested objects as properties which aren't stored as relationships, something similar to CoreData Transformable.
Let's say we parse JSON response with some computed properties for charts without ids or any primary keys, that... | gharchive/issue | 2020-06-04T17:09:52 | 2025-04-01T04:58:08.701376 | {
"authors": [
"UrosZivaljevic",
"tgoyne"
],
"repo": "realm/realm-cocoa",
"url": "https://github.com/realm/realm-cocoa/issues/6552",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
715573053 | Realm 10.0 breaks the debugger in the host app
Goals
Debug my app while using Realm 10.0 RC 1
Expected Results
Being able to print out object descriptions in the debugger
Actual Results
When printing description of any object in the console, this error (and nothing else) is printed:
(lldb) po view
error: virtual file... | gharchive/issue | 2020-10-06T11:11:40 | 2025-04-01T04:58:08.705892 | {
"authors": [
"leemaguire",
"miklselsoe",
"pavel-ship-it"
],
"repo": "realm/realm-cocoa",
"url": "https://github.com/realm/realm-cocoa/issues/6837",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1255850424 | Move modeling types to io.realm.kotlin.types package
This PR cleans up top level package. Primarily by moving all modeling related types to io.realm.kotlin.types
Closes #837
Looks good to me. Only concern I have is re-using the filenames in io.realm.kotlin.ext like Realm, since that would probably make it slightly... | gharchive/pull-request | 2022-06-01T12:19:01 | 2025-04-01T04:58:08.750273 | {
"authors": [
"rorbech"
],
"repo": "realm/realm-kotlin",
"url": "https://github.com/realm/realm-kotlin/pull/859",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1803817791 | Logging out while offline doesn't update app.currentUser, crashes after adding item
How frequently does the bug occur?
Always
Description
If I logout while offline, I get Error logging out: The Internet connection appears to be offline. and the UI doesn't change (the logout button is still there, as well as all the i... | gharchive/issue | 2023-07-13T21:58:22 | 2025-04-01T04:58:08.762448 | {
"authors": [
"bogdan-pechounov",
"dianaafanador3"
],
"repo": "realm/realm-swift",
"url": "https://github.com/realm/realm-swift/issues/8302",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1233514446 | 南京诚聘 NFT策划与项目经理 9-14K
公工作职责:
1、设计NFT IP的策划、编写策划文档。策划内容不仅限于世界观,美术风格,音乐,动画以及周边衍生品的开发;
2、持续关注NFT交易平台,NFT项目,GameFi等领域,输出竞品调研报告;
3、与美术、程序等部门充分沟通配合,推进项目进度;
4、IP项目启动后,负责对项目生命周期管理、产品预售等营销活动设计;
5、运营粉丝社区,分析用户画像,策划线上和线下活动,执行,评估活动效果。
任职要求:
1、具备一定的英语读写能力;
2、具备良好的审美能力;
3、逻辑清晰,具有较强的学习能力和钻研精神,勇于接受挑战;
4、热爱游戏行业,工作热情高,认真负责,执行力强,具有良好的沟通... | gharchive/issue | 2022-05-12T06:35:27 | 2025-04-01T04:58:08.800753 | {
"authors": [
"Aster-Teams"
],
"repo": "rebase-network/who-is-hiring",
"url": "https://github.com/rebase-network/who-is-hiring/issues/127",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2653082034 | Please invite me to the Recode-Hive GitHub Community Organization
Name
harshline
Discord Username (if applicable)
harshline
Additional Context
I am new to GitHub and came here from your course.
Invitation sent to join the GitHub Organisation. Welcome to the community 🎉
Don't forget after accepting to make it publi... | gharchive/issue | 2024-11-12T19:12:05 | 2025-04-01T04:58:08.841604 | {
"authors": [
"Harshline",
"sanjay-kv"
],
"repo": "recodehive/Support",
"url": "https://github.com/recodehive/Support/issues/436",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1300844083 | As a developer, I want a design for how a workflow node connects with another workflow node in the workflow tree, so that I can implement it in code
Summary
Design how a workflow node connects to another workflow node, and get it approved
Time Requirements
1 day
Acceptance Criteria
Design how a workflow node con... | gharchive/issue | 2022-07-11T15:03:26 | 2025-04-01T04:58:08.849988 | {
"authors": [
"AndrewBabbitt97",
"keithlogan94"
],
"repo": "recro/medulla",
"url": "https://github.com/recro/medulla/issues/205",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
563570556 | Add ConvertTrial() to Subscription
To convert trial to paid subscription with billing info:
subscription.ConvertTrial(subscription.Account.BillingInfo)
To convert trial to paid subscription with transaction type:
subscription.ConvertTrial(transactionType: "moto")
I think this could go something like this:
... | gharchive/pull-request | 2020-02-11T22:59:14 | 2025-04-01T04:58:08.858421 | {
"authors": [
"bhelx",
"joannasese"
],
"repo": "recurly/recurly-client-net",
"url": "https://github.com/recurly/recurly-client-net/pull/480",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2497312103 | Fix xpath used to select project in elyra tests
Signed-off-by: Jorge Garcia Oncins jgarciao@redhat.com
This is already done in 1763
| gharchive/pull-request | 2024-08-30T13:54:17 | 2025-04-01T04:58:08.866179 | {
"authors": [
"jgarciao"
],
"repo": "red-hat-data-services/ods-ci",
"url": "https://github.com/red-hat-data-services/ods-ci/pull/1764",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1259605071 | [TEST COMMIT] Investigate merge bug
Logs: https://prow.ci.openshift.org/pr?query=is%3Apr+repo%3Ared-hat-storage%2Fmcg-ms-console+author%3Arexagod+head%3Amerge-bug
Similar issue: https://github.com/kubernetes/test-infra/issues/24141#issuecomment-1016624541
/lgtm
/approved
/lgtm
/approve
/override approve
... | gharchive/pull-request | 2022-06-03T08:16:02 | 2025-04-01T04:58:08.878580 | {
"authors": [
"SanjalKatiyar",
"agarwal-mudit",
"cloudbehl",
"furkatgofurov7",
"rexagod"
],
"repo": "red-hat-storage/mcg-ms-console",
"url": "https://github.com/red-hat-storage/mcg-ms-console/pull/33",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-ap... |
2045060242 | Used any_io_executor as the base of predefined mqtt protocol.
ws and wss don't support any_io_executor due to the following issue: https://github.com/boostorg/beast/issues/2775
When https://github.com/boostorg/beast/issues/2775 would be fixed, then would apply any_io_executor to beast (ws and wss).
| gharchive/pull-request | 2023-12-17T05:23:23 | 2025-04-01T04:58:08.903902 | {
"authors": [
"redboltz"
],
"repo": "redboltz/async_mqtt",
"url": "https://github.com/redboltz/async_mqtt/pull/104",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
921924518 | Update rediscluster client to v2.1.3
ElastiCache will occasionally replace nodes during a configurable maintenance window ("These replacements are needed to apply mandatory software updates to your underlying host"), they refused to provide information on the maintenance failover process, but it looks similar to CLUS... | gharchive/issue | 2021-06-16T00:09:11 | 2025-04-01T04:58:08.914164 | {
"authors": [
"jerroydmoore",
"spladug"
],
"repo": "reddit/baseplate.py",
"url": "https://github.com/reddit/baseplate.py/issues/598",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
193317135 | Add styled components example
Demonstrate how to use styled-components with react-server
Like I mentioned last night, everything looks good aside from swapping themes on the fly, which updates the props but doesn't apply them to the child components. I don't know enough about styled components to provide any meanin... | gharchive/pull-request | 2016-12-03T22:19:14 | 2025-04-01T04:58:08.922727 | {
"authors": [
"doug-wade",
"egid"
],
"repo": "redfin/react-server",
"url": "https://github.com/redfin/react-server/pull/781",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1749571197 | Appstudio update test-component-pac-iwwl
Pipelines as Code configuration proposal
To start the PipelineRun, add a new comment with content /ok-to-test
For more detailed information about running a PipelineRun, please refer to Pipelines as Code documentation Running the PipelineRun
To customize the proposed PipelineRu... | gharchive/pull-request | 2023-06-09T09:59:43 | 2025-04-01T04:58:08.933186 | {
"authors": [
"rhtap-qe-bots"
],
"repo": "redhat-appstudio-qe/devfile-sample-hello-world",
"url": "https://github.com/redhat-appstudio-qe/devfile-sample-hello-world/pull/10278",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1841573140 | Appstudio update test-component-pac-sait
Pipelines as Code configuration proposal
To start the PipelineRun, add a new comment with content /ok-to-test
For more detailed information about running a PipelineRun, please refer to Pipelines as Code documentation Running the PipelineRun
To customize the proposed PipelineRu... | gharchive/pull-request | 2023-08-08T15:49:57 | 2025-04-01T04:58:08.952399 | {
"authors": [
"rhtap-qe-bots"
],
"repo": "redhat-appstudio-qe/devfile-sample-hello-world",
"url": "https://github.com/redhat-appstudio-qe/devfile-sample-hello-world/pull/12879",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1628069390 | Appstudio update mvp-test-component
Pipelines as Code configuration proposal
Pipelines as Code CI/mvp-test-component-on-pull-request has successfully validated your commit.
StatusDurationName
✅ Succeeded
6 seconds
init
✅ Succeeded
16 seconds
clone-repository
✅ Succeeded
1 minute
build-container
✅ Succeeded
... | gharchive/pull-request | 2023-03-16T18:37:27 | 2025-04-01T04:58:08.961897 | {
"authors": [
"redhat-appstudio-qe-bot1"
],
"repo": "redhat-appstudio-qe/hacbs-test-project",
"url": "https://github.com/redhat-appstudio-qe/hacbs-test-project/pull/398",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1664345772 | fix: RHTAP:808: Rework common controller
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Issue ticket number and link
Type of change
[ ] Bug fix (non-breaking change which fixes an... | gharchive/pull-request | 2023-04-12T11:06:34 | 2025-04-01T04:58:08.966009 | {
"authors": [
"flacatus"
],
"repo": "redhat-appstudio/e2e-tests",
"url": "https://github.com/redhat-appstudio/e2e-tests/pull/443",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1335953167 | Add Tekton Result build configuration for HACBS
Changes
PR to add pull request/push PipelineRun configs to tekton results: https://github.com/openshift-pipelines/tektoncd-results/pull/5
Jira issue: PLNSRVCE-548
Signed-off-by: Avinal Kumar avinal@redhat.com
Hello @Michkov can you please check if everything is corr... | gharchive/pull-request | 2022-08-11T13:21:03 | 2025-04-01T04:58:08.968972 | {
"authors": [
"Michkov",
"avinal"
],
"repo": "redhat-appstudio/infra-deployments",
"url": "https://github.com/redhat-appstudio/infra-deployments/pull/605",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
619907565 | New CoP quay repositories
New quay repositories for group-sync-operator and project-initialize-operator
/lgtm
| gharchive/pull-request | 2020-05-18T04:55:12 | 2025-04-01T04:58:08.989109 | {
"authors": [
"pabrahamsson",
"sabre1041"
],
"repo": "redhat-cop/org",
"url": "https://github.com/redhat-cop/org/pull/179",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
622347090 | Remove some unneeded options
cc: @kameshsampath
thanks @nicolaferraro
| gharchive/pull-request | 2020-05-21T08:42:33 | 2025-04-01T04:58:08.990008 | {
"authors": [
"kameshsampath",
"nicolaferraro"
],
"repo": "redhat-developer-demos/knative-tutorial-module-camelk",
"url": "https://github.com/redhat-developer-demos/knative-tutorial-module-camelk/pull/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
996123640 | Improvements in the dump package
The PrintDataInFormat method could do with some minor changes to improve it.
[ ] Change the name to something cleaner, and shorter. DumpFormatted is my preferred (fewer words used), I am open to other suggestions.
[ ] The io.Writer parameter always comes first in a Go method which us... | gharchive/issue | 2021-09-14T15:00:37 | 2025-04-01T04:58:08.993342 | {
"authors": [
"alexal",
"craicoverflow"
],
"repo": "redhat-developer/app-services-cli",
"url": "https://github.com/redhat-developer/app-services-cli/issues/1067",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1110364706 | chore(all): re-generate OpenAPI client(s)
This pull request was auto-generated
This PR adds the latest generated API clients.
Actions:
Review changes and validate against the examples.
Make changes where necessary.
Approve and merge with proper commit message tha represents change
NOTE: After merge separate PR will... | gharchive/pull-request | 2022-01-21T11:28:54 | 2025-04-01T04:58:08.995423 | {
"authors": [
"app-services-ci",
"wtrocki"
],
"repo": "redhat-developer/app-services-sdk-js",
"url": "https://github.com/redhat-developer/app-services-sdk-js/pull/264",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2183567376 | Add the ConfigMap for rollouts
Added the ConfigMap named 'argo-rollouts-config' in the Rollouts namespaces.
LGTM!
| gharchive/pull-request | 2024-03-13T09:54:17 | 2025-04-01T04:58:09.012404 | {
"authors": [
"Rizwana777",
"anandrkskd"
],
"repo": "redhat-developer/gitops-must-gather",
"url": "https://github.com/redhat-developer/gitops-must-gather/pull/19",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1262171944 | chore: update redis config from upstream argocd-operator
Signed-off-by: John Pitman jpitman@redhat.com
What type of PR is this?
/kind enhancement
What does this PR do / why we need it:
This PR updates the redis config files based on the changes to upstream argocd-operator. It also updates the version of the argocd-o... | gharchive/pull-request | 2022-06-06T18:01:42 | 2025-04-01T04:58:09.016315 | {
"authors": [
"jopit"
],
"repo": "redhat-developer/gitops-operator",
"url": "https://github.com/redhat-developer/gitops-operator/pull/327",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
794646035 | Update description in CSV
Update description in CSV
/lgtm
/approve
/lgtm
/approve
| gharchive/pull-request | 2021-01-26T23:47:36 | 2025-04-01T04:58:09.017508 | {
"authors": [
"sbose78",
"wtam2018"
],
"repo": "redhat-developer/gitops-operator",
"url": "https://github.com/redhat-developer/gitops-operator/pull/36",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
875951464 | Upgrade go.mod dependencies
What type of PR is this?
Uncomment only one /kind line, and delete the rest.
For example, > /kind bug would simply become: /kind bug
/kind bug
/kind cleanup
/kind failing-test
/kind enhancement
/kind documentation
/kind code-refactoring
What does this PR do / why we need it:
Have you ... | gharchive/pull-request | 2021-05-05T00:42:29 | 2025-04-01T04:58:09.022789 | {
"authors": [
"ishitasequeira"
],
"repo": "redhat-developer/kam",
"url": "https://github.com/redhat-developer/kam/pull/233",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
423057099 | Add ports information into odo describe <componentName>
[kind/Enhancement]
Which functionality do you think we should update/improve?
odo describe <svcName> should include ports information for human and machine readable output.
Port infor:
number
protocol
Why is this needed?
When linking components and creating ... | gharchive/issue | 2019-03-20T04:07:53 | 2025-04-01T04:58:09.028335 | {
"authors": [
"dgolovin",
"kadel",
"surajnarwade"
],
"repo": "redhat-developer/odo",
"url": "https://github.com/redhat-developer/odo/issues/1481",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
973554367 | Cleanup odo-init image of unnecessary logic
odo-init image has certain hacks (variables and checks) in it to ensure things work well when using s2i builder images. Devfile provides support for adding these custom variables, which then odo should simply re-use.
Acceptance Criteria
[ ] TBD
/kind cleanup
/triage needs... | gharchive/issue | 2021-08-18T11:16:00 | 2025-04-01T04:58:09.031311 | {
"authors": [
"anandrkskd",
"dharmit",
"valaparthvi"
],
"repo": "redhat-developer/odo",
"url": "https://github.com/redhat-developer/odo/issues/5007",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2675828700 | RHIDP-4814: Move observe related content to new titles (#689)
Cherry-picked PR for https://github.com/redhat-developer/red-hat-developers-documentation-rhdh/pull/689
No reviews needed
IMPORTANT: Do Not Merge - To be merged by Docs Team Only
Version(s):
Add the relevant labels to the Pull Request.
Issue:
Merging... | gharchive/pull-request | 2024-11-20T13:17:03 | 2025-04-01T04:58:09.033884 | {
"authors": [
"hmanwani-rh"
],
"repo": "redhat-developer/red-hat-developers-documentation-rhdh",
"url": "https://github.com/redhat-developer/red-hat-developers-documentation-rhdh/pull/722",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
530440809 | vscode-quarkus should not be a Java formatter
vscode-quarkus should not be a Java formatter.
To reproduce this issue:
Open a Java file while vscode-quarkus is running.
Right click in the editor and click "Format Document With..."
The user is now prompted to choose a formatter:
The "Quarkus" entry should not be pre... | gharchive/issue | 2019-11-29T17:21:26 | 2025-04-01T04:58:09.062353 | {
"authors": [
"angelozerr",
"fbricon",
"jrieken",
"xorye"
],
"repo": "redhat-developer/vscode-quarkus",
"url": "https://github.com/redhat-developer/vscode-quarkus/issues/166",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
568865647 | Use 2 space indent
As been discussed with @joshuawilson, in JS/TS projects using 2 space indent is more common:
https://javascript.info/coding-style
https://google.github.io/styleguide/jsguide.html#formatting-block-indentation
https://standardjs.com/rules.html
https://www.reddit.com/r/javascript/comments/5rjrcy/why_... | gharchive/pull-request | 2020-02-21T10:22:23 | 2025-04-01T04:58:09.078427 | {
"authors": [
"codecov-io",
"evidolob"
],
"repo": "redhat-developer/vscode-tekton",
"url": "https://github.com/redhat-developer/vscode-tekton/pull/159",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1372847519 | @themr0c - Can you confirm whether the WARNING is still needed? It was still in the content that was recently updated. Thanks.
About the following warning in modules/user-guide/pages/using-vale-github-action.adoc
WARNING: Because of GitHub token permissions, the Vale GitHub Action cannot post annotations to pull requ... | gharchive/issue | 2022-09-14T11:47:27 | 2025-04-01T04:58:09.095665 | {
"authors": [
"rolfedh",
"themr0c"
],
"repo": "redhat-documentation/vale-at-red-hat",
"url": "https://github.com/redhat-documentation/vale-at-red-hat/issues/309",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
971211071 | File Server: handle 204
handles a 204 returned from the file server
see #246 for latest
| gharchive/pull-request | 2021-08-15T19:52:48 | 2025-04-01T04:58:09.096521 | {
"authors": [
"mxpaspa"
],
"repo": "redhat-marketplace/redhat-marketplace-operator",
"url": "https://github.com/redhat-marketplace/redhat-marketplace-operator/pull/231",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2297353753 | operator ibm-block-csi-operator-community (1.11.2)
Thanks for submitting your Operator. Please check the below list before you create your Pull Request.
New Submissions
[x] Are you familiar with our contribution guidelines?
[x] Are you familiar with our operator pipeline?
[x] Have you tested your Operator with all C... | gharchive/pull-request | 2024-05-15T09:30:42 | 2025-04-01T04:58:09.109847 | {
"authors": [
"csiblock",
"jfrancin",
"kasserater"
],
"repo": "redhat-openshift-ecosystem/community-operators-prod",
"url": "https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/4542",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"... |
1075458930 | PPC64LE image tags should have prefix
Otherwise they overwrite our, existing images.
ISV-1495
cc: @mayurwaghmode
| gharchive/pull-request | 2021-12-09T11:22:25 | 2025-04-01T04:58:09.111245 | {
"authors": [
"MarcinGinszt"
],
"repo": "redhat-openshift-ecosystem/operator-pipelines",
"url": "https://github.com/redhat-openshift-ecosystem/operator-pipelines/pull/199",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1053033109 | Fix 'Scenario' typo in the docs
Description
Just a simple typo fix.
Secnario -> Scenario
Checklist
[ ] Does npm test pass with this change (including linting)?
[ ] Is the new or changed code fully tested?
[ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
... | gharchive/pull-request | 2021-11-14T20:27:49 | 2025-04-01T04:58:09.124674 | {
"authors": [
"HeCorr",
"leibale"
],
"repo": "redis/node-redis",
"url": "https://github.com/redis/node-redis/pull/1720",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1625001528 | How to remove z in Datetime when deserializing
Hello
I had this issue that datetime have the offset +02.00 when deserializing but I upgraded to 0.4.2 The offset removed but it had been replaced with z in the datetime which the front also converts it to local time from utc so he add offset to the time.
how can I remov... | gharchive/issue | 2023-03-15T08:26:12 | 2025-04-01T04:58:09.127979 | {
"authors": [
"MostafaSDesoky",
"slorello89"
],
"repo": "redis/redis-om-dotnet",
"url": "https://github.com/redis/redis-om-dotnet/issues/335",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1110678115 | Implement a dry run mode for the migrator that outputs what it would do.
Implement a dry run mode for the migrator that logs what it would do but doesn't do it. See TODO notes in the code.
it would be a good. I had an issue with it, see this
#110
| gharchive/issue | 2022-01-21T16:40:40 | 2025-04-01T04:58:09.129301 | {
"authors": [
"gam-phon",
"simonprickett"
],
"repo": "redis/redis-om-python",
"url": "https://github.com/redis/redis-om-python/issues/102",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
959655604 | Fix primary update condition for cluster mode.
I'm using Redisson to interact with my Elasticache Redis cluster. The configuration is 15 shards with only primary nodes.
If I create a replica for one shard and failover the primary node to the replica, the new connection won't be established.
Thanks for contribution!... | gharchive/pull-request | 2021-08-03T23:58:57 | 2025-04-01T04:58:09.199941 | {
"authors": [
"JerryWzc",
"mrniko"
],
"repo": "redisson/redisson",
"url": "https://github.com/redisson/redisson/pull/3760",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
831697700 | feat: simplify interface for team secrets
As a result of last conversation during the demo, I simplified team secrets interface. Thanks for pointing this out 👍
@Morriz your change request is blocking now. Let me know if there is anything else that need a change.
Just that last thing
| gharchive/pull-request | 2021-03-15T11:06:34 | 2025-04-01T04:58:09.201169 | {
"authors": [
"Morriz",
"j-zimnowoda"
],
"repo": "redkubes/otomi-core",
"url": "https://github.com/redkubes/otomi-core/pull/360",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
614104402 | Feature requests project public for editing?
Describe the bug
I read the text on the "Projects" tab above, it says:
Hello, Bonjour, Hola, Hej, Ni Hao, Ciao! Feel free to contribute and share your ideas and feature requests here.
We will frequently go through all requests and make a choice of feature that are possibl... | gharchive/issue | 2020-05-07T14:31:01 | 2025-04-01T04:58:09.212150 | {
"authors": [
"FloVanGH",
"lukors"
],
"repo": "redox-os/orbtk",
"url": "https://github.com/redox-os/orbtk/issues/206",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1610923337 | Win condition "TIME" possibly assigned to wrong team
Describe the bug
When the win condition is TIME, sometimes, the wrong team gets the the won=true boolean set.
See this simple example of an exported JSON (exported with r6-dissect commit b593acf):
[...]
"teams": [
{
"name": "YOUR TEAM",
"score":... | gharchive/issue | 2023-03-06T08:40:23 | 2025-04-01T04:58:09.324198 | {
"authors": [
"redraskal",
"stnokott"
],
"repo": "redraskal/r6-dissect",
"url": "https://github.com/redraskal/r6-dissect/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2080120608 | doc not match in setup with nextjs
What docs page needs to be fixed?
Section:
Page:
https://redux.js.org/usage/nextjs#loading-initial-data
What is the problem?
What should be changed to fix the problem?
app/ProductName.tsx
need to fix lib/providers.tsx
in doc
real in npx create-next-app --example with-redux my-app... | gharchive/issue | 2024-01-13T06:13:49 | 2025-04-01T04:58:09.359172 | {
"authors": [
"EskiMojo14",
"liebespaar93"
],
"repo": "reduxjs/redux",
"url": "https://github.com/reduxjs/redux/issues/4664",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
602273052 | Issue with opening Content Slots
Overview:
When clicking on a Content Slot comment, the correct label will show, but the button is missing.
I'm wondering if it's because of the siteID missing from the comment, so the code below doesn't build the slotURL correctly.
But it should still build the button, so I'm at a los... | gharchive/issue | 2020-04-17T22:48:26 | 2025-04-01T04:58:09.362345 | {
"authors": [
"manifestinteractive",
"nathanhemesath"
],
"repo": "redvanworkshop/sfcc-devtools",
"url": "https://github.com/redvanworkshop/sfcc-devtools/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2426195762 | [Bug] font color all turned black
Describe the bug
Font color of all screen icons turned black and become unreadable.
To Reproduce
Steps to reproduce the behavior:
Selected a gif
stretch to full screen scale
no matter what color to pick in color picker, all font colors on screens changed to black, even though the gi... | gharchive/issue | 2024-07-23T21:58:19 | 2025-04-01T04:58:09.369555 | {
"authors": [
"redwarp",
"sdssrr"
],
"repo": "redwarp/gif-wallpaper",
"url": "https://github.com/redwarp/gif-wallpaper/issues/333",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
663642352 | Update Login.tsx
Added required, so that it will not submit the form with empty value.
Good one!
| gharchive/pull-request | 2020-07-22T10:12:19 | 2025-04-01T04:58:09.407233 | {
"authors": [
"hkjena",
"reeversedev"
],
"repo": "reeversedev/devdevdev",
"url": "https://github.com/reeversedev/devdevdev/pull/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1323463981 | releases-tab: Cannot read properties of undefined (reading 'append')
Description
TypeError: Cannot read properties of undefined (reading 'append')
at appendBefore (chrome-extension://hlepfoohegkhhmjieoechaddaejaokhf/refined-github.js:5711:60)
at chrome-extension://hlepfoohegkhhmjieoechaddaejaokhf/refined-gith... | gharchive/issue | 2022-07-31T13:34:17 | 2025-04-01T04:58:09.423583 | {
"authors": [
"fregante",
"jkroepke"
],
"repo": "refined-github/refined-github",
"url": "https://github.com/refined-github/refined-github/issues/5876",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
170912716 | define length of database columns
The database tables are created automatically from Java sources by Hibernate using default column lengths. The column lengths should be defined to sensible values.
We don't need this anymore because of the switch to Neo4j.
| gharchive/issue | 2016-08-12T16:47:48 | 2025-04-01T04:58:09.429666 | {
"authors": [
"rzpio",
"thombergs"
],
"repo": "reflectoring/coderadar",
"url": "https://github.com/reflectoring/coderadar/issues/55",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2438171393 | [REF-3448] 404 not rendering
Describe the bug
entering a random url give a 404 with text in the page
going to localhost:3000/404 updates the title but nothing is rendered in the page. Making a custom 404 has the same issue where no components are rendered in the page
To Reproduce
Steps to reproduce the behavior:
ent... | gharchive/issue | 2024-07-30T15:56:22 | 2025-04-01T04:58:09.443177 | {
"authors": [
"Lendemor",
"Manas1820",
"charlestondance",
"masenf",
"picklelo"
],
"repo": "reflex-dev/reflex",
"url": "https://github.com/reflex-dev/reflex/issues/3720",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1890246053 | feat: Explorer panel design for multiple projects
This PR updated the UI to the latest design with menu triggers for the project and files.
As part of this change can we create a top-level folder called "documents", put it above exports and uploads, and put the documents under there?
Or if that breaks the data ... | gharchive/pull-request | 2023-09-11T10:59:34 | 2025-04-01T04:58:09.448144 | {
"authors": [
"cguedes",
"hammer"
],
"repo": "refstudio/refstudio",
"url": "https://github.com/refstudio/refstudio/pull/532",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
148433686 | error in insert
hello
when i insert SnappingSliderDelegate error Use of undeclared type 'SnappingSliderDelegate'
and when that import SnappingSlider error : No such module 'SnappingSlider'
Are you able to share more information on how you've added the files to your project?
| gharchive/issue | 2016-04-14T17:39:00 | 2025-04-01T04:58:09.471131 | {
"authors": [
"J-Arji",
"rehatkathuria"
],
"repo": "rehatkathuria/SnappingSlider",
"url": "https://github.com/rehatkathuria/SnappingSlider/issues/10",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1772850101 | 🛑 BINUSMAYA (Academic Services) is down
In 87d3a85, BINUSMAYA (Academic Services) (https://binusmaya.binus.ac.id/LoginAD.php) was down:
HTTP code: 0
Response time: 0 ms
Resolved: BINUSMAYA (Academic Services) is back up in 091ad03.
| gharchive/issue | 2023-06-24T17:37:44 | 2025-04-01T04:58:09.539596 | {
"authors": [
"1010bots"
],
"repo": "reinhart1010/binusmayadown",
"url": "https://github.com/reinhart1010/binusmayadown/issues/2442",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2362856688 | 🛑 GreatNusa.com is down
In 15a64b5, GreatNusa.com (https://greatnusa.com) was down:
HTTP code: 403
Response time: 138 ms
Resolved: GreatNusa.com is back up in 78a1abc.
| gharchive/issue | 2024-06-19T17:27:23 | 2025-04-01T04:58:09.542681 | {
"authors": [
"1010bots"
],
"repo": "reinhart1010/binusmayadown",
"url": "https://github.com/reinhart1010/binusmayadown/issues/7498",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1564655584 | Error java.lang.IncompatibleClassChangeError: Found interface com.google.android.gms.location.FusedLocationProviderClient
I just found an error like this when running my App
D/AndroidRuntime(16579): Shutting down VM
E/AndroidRuntime(16579): FATAL EXCEPTION: main
E/AndroidRuntime(16579): java.lang.IncompatibleClassCha... | gharchive/issue | 2023-01-31T16:36:50 | 2025-04-01T04:58:09.557175 | {
"authors": [
"abedputra"
],
"repo": "rekabhq/background_locator",
"url": "https://github.com/rekabhq/background_locator/issues/357",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
433594192 | Renewal dashboard frontend
What is this PR for?
Frontend renewal for the backend renewal. -> https://github.com/rekcurd/dashboard/pull/75
This PR includes
Add UI for data_server
Add UI for Project
Add UI for Project Access Right
Replace redux-form to formik
Use Yup
What type of PR is it?
Feature
What is the issue?
... | gharchive/pull-request | 2019-04-16T05:49:29 | 2025-04-01T04:58:09.580113 | {
"authors": [
"codecov-io",
"keigohtr",
"yuki-mt"
],
"repo": "rekcurd/dashboard",
"url": "https://github.com/rekcurd/dashboard/pull/83",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
111358350 | Remove 'Warning Key' thrown by running the application and switching …
…to stable version of react
Thanks for the PR! I left a comment inline, so if you can address that we'll be able to merge this in.
| gharchive/pull-request | 2015-10-14T09:27:46 | 2025-04-01T04:58:09.602115 | {
"authors": [
"redcom",
"wincent"
],
"repo": "relayjs/relay-starter-kit",
"url": "https://github.com/relayjs/relay-starter-kit/pull/40",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
307415522 | GH-91: Fix java.lang.ArithmeticException in findBuilds
Closes #91.
@dwalluck Can we add a test case please to verify this doesn't happen again ? Why does Main catch and print the IOException rather than propagating it out ?
@dwalluck Can we add a test case please to verify this doesn't happen again ? Why does M... | gharchive/pull-request | 2018-03-21T20:58:11 | 2025-04-01T04:58:09.613615 | {
"authors": [
"dwalluck",
"rnc"
],
"repo": "release-engineering/koji-build-finder",
"url": "https://github.com/release-engineering/koji-build-finder/pull/92",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
135039606 | Update peerDependencies to support Grunt 1.0
Hello,
This is an automated issue request to update the peerDependencies for your Grunt plugin.
We ask you to merge this and publish a new release on npm to get your plugin working in Grunt 1.0!
Read more here: http://gruntjs.com/blog/2016-02-11-grunt-1.0.0-rc1-released#pe... | gharchive/pull-request | 2016-02-20T06:37:45 | 2025-04-01T04:58:09.640002 | {
"authors": [
"Rakhmanov",
"gruntjs-updater"
],
"repo": "remcohaszing/grunt-angular-templatecache",
"url": "https://github.com/remcohaszing/grunt-angular-templatecache/pull/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
151866701 | Explicitly import React
Otherwise TSLint doesn't know what React.Component comes from, etc.
Was actually vim issue. Sorry.
| gharchive/issue | 2016-04-29T13:35:21 | 2025-04-01T04:58:09.641176 | {
"authors": [
"romac"
],
"repo": "reminisceme/app",
"url": "https://github.com/reminisceme/app/issues/160",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2066036260 | 🛑 Remix Dashboard is down
In 17b34c0, Remix Dashboard (https://remix.fairuse.org) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Remix Dashboard is back up in 344fbaa after 43 minutes.
| gharchive/issue | 2024-01-04T17:09:03 | 2025-04-01T04:58:09.650342 | {
"authors": [
"ShadowLp174"
],
"repo": "remix-bot/status",
"url": "https://github.com/remix-bot/status/issues/27",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1497427787 | Error: Invariant failed - Cypress Build Fails -
Have you experienced this bug with the latest version of the template?
First time using this template
Steps to Reproduce
Forked repo.
Followed egghead.io tutorial.
Pushed to github.
Added SESSION_SECRET and DATABASE_URL to Fly.io and Github.
Works locally but buildin... | gharchive/issue | 2022-12-14T21:28:05 | 2025-04-01T04:58:09.658321 | {
"authors": [
"Andrehatlo",
"jackbravo",
"machour"
],
"repo": "remix-run/indie-stack",
"url": "https://github.com/remix-run/indie-stack/issues/183",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1290514961 | Framer motion's full page transitions breaks with remix while using loader in route file
What version of Remix are you using?
1.6.3
Steps to Reproduce
Make simple remix app with framer-motion
Set up page transtions in root
make route that uses loader data,
Expected Behavior
I expected animation to be compled (exiti... | gharchive/issue | 2022-06-30T18:48:47 | 2025-04-01T04:58:09.670124 | {
"authors": [
"ImExoOdeex",
"brophdawg11",
"jamesilva",
"machour",
"usback"
],
"repo": "remix-run/remix",
"url": "https://github.com/remix-run/remix/issues/3625",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1775631171 | x-remix-redirect responses are not ignored when route has changed
What version of Remix are you using?
1.18.0
Are all your remix dependencies & dev-dependencies using the same version?
[X] Yes
Steps to Reproduce
https://stackblitz.com/edit/remix-run-remix-yjcpcy?file=app%2Froutes%2F_index.tsx
Note that this is not ... | gharchive/issue | 2023-06-26T21:14:37 | 2025-04-01T04:58:09.678751 | {
"authors": [
"brophdawg11",
"n8agrin"
],
"repo": "remix-run/remix",
"url": "https://github.com/remix-run/remix/issues/6695",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2032692612 | [Bug] Path parameter inside url not working as expected
Reproduction
See this reproduction repo: https://github.com/AndrewOt/remix-bug-repro
Clone, install, and start the example site with npm run dev
Navigate to /my-page/123 (or any number or "theId")
Notice the form on the page. Input some text and click submit
No... | gharchive/issue | 2023-12-08T13:51:01 | 2025-04-01T04:58:09.685328 | {
"authors": [
"AndrewOt",
"kevinbailey25"
],
"repo": "remix-run/remix",
"url": "https://github.com/remix-run/remix/issues/8250",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1733356556 | fix(dev): skip CSS build on missing css-bundle dep
Since you can only access the output of the CSS bundle build via the @remix-run/css-bundle package, we can detect the lack of this package and use this to avoid running an esbuild pass for no reason.
To make this easier to test (since our monorepo unavoidably has thi... | gharchive/pull-request | 2023-05-31T04:13:19 | 2025-04-01T04:58:09.687768 | {
"authors": [
"jacob-ebey",
"markdalgleish"
],
"repo": "remix-run/remix",
"url": "https://github.com/remix-run/remix/pull/6509",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2123529986 | Support an optional Layout export from the root route
RFC https://github.com/remix-run/remix/discussions/8702
Closes https://github.com/remix-run/remix/discussions/8703
Does this require the Vite dev server?
In my usage so far it works fine with remix vite:dev, but with remix dev the hydrated document is not wrappe... | gharchive/pull-request | 2024-02-07T17:29:39 | 2025-04-01T04:58:09.694062 | {
"authors": [
"aaronadamsCA",
"brophdawg11",
"ngbrown"
],
"repo": "remix-run/remix",
"url": "https://github.com/remix-run/remix/pull/8709",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
253127758 | Forgotten class InetAddress in the description of enum.
There was forgotten class InetAddress in the description of enums in autocomplete documentation.
Codecov Report
Merging #177 into master will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master ... | gharchive/pull-request | 2017-08-26T22:47:14 | 2025-04-01T04:58:09.699712 | {
"authors": [
"FilipJirsak",
"codecov-io",
"remkop"
],
"repo": "remkop/picocli",
"url": "https://github.com/remkop/picocli/pull/177",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1712291154 | docs: Add docs (build)
This library was part of @remotecom internal source code.
As we are open-sourcing it, this is the docs (build version).
The library code itself is copied at #1 .
Why not open-sourcing the docs' source?
Although the library code is open-sourced with unit tests, the docs cannot be moved yet. Our ... | gharchive/pull-request | 2023-05-16T15:48:46 | 2025-04-01T04:58:09.739164 | {
"authors": [
"johnstonbl01",
"sandrina-p"
],
"repo": "remoteoss/json-schema-form",
"url": "https://github.com/remoteoss/json-schema-form/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2728299411 | :tada: NEW: CSR admin ui (entities metadata)
After this PR, you can "reload entities" and it will use the session bearer.
Local storage key for Auth will also be back to work, as request will happen on client side.
To add tomorrow : don't return anything when the admin flag is not allowed!
| gharchive/pull-request | 2024-12-09T21:22:41 | 2025-04-01T04:58:09.740988 | {
"authors": [
"jycouet"
],
"repo": "remult/remult",
"url": "https://github.com/remult/remult/pull/584",
"license": "MIT",
"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.