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 |
|---|---|---|---|---|---|
820553410 | build(typescript): update typescript dependencie to fix npx tsc issue
reference:
https://stackoverflow.com/questions/45790182/typescript-error-ts5014-unexpected-token-u-in-json-at-position-0
#186
This don't fix #186 for me
| gharchive/pull-request | 2021-03-03T02:08:07 | 2025-04-01T06:40:11.920335 | {
"authors": [
"prescindivel"
],
"repo": "react-native-text-input-mask/react-native-text-input-mask",
"url": "https://github.com/react-native-text-input-mask/react-native-text-input-mask/pull/187",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1211930608 | Minimum React Native version support
I would like to only support RN versions from the past year. The thinking is that if you are not upgrading your RN app for more than a year, you are also probably not upgrading core dependencies like this one. This would put us at RN v0.64.
This means publishing patches to older m... | gharchive/issue | 2022-04-22T07:22:58 | 2025-04-01T06:40:11.932136 | {
"authors": [
"Adnan-Bacic",
"freeboub",
"hueniverse"
],
"repo": "react-native-video/react-native-video",
"url": "https://github.com/react-native-video/react-native-video/issues/2655",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1339133662 | not displaying properly on android
Bug
##Android
Environment info
react-native version
"react-native": "^0.64.2",
"react-native-video": "^5.2.0",
taking time to display video in flatlist with images
to be followed in: https://github.com/react-native-video/react-native-video/issues/2668
| gharchive/issue | 2022-08-15T15:19:55 | 2025-04-01T06:40:11.934478 | {
"authors": [
"freeboub",
"ubaid-wp"
],
"repo": "react-native-video/react-native-video",
"url": "https://github.com/react-native-video/react-native-video/issues/2814",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1841114174 | Stopping momentum scroll triggers click event on Android
#863
Same issue, but not fixed yet
react-native version: 0.71.6
react-native-webview version: 11.26.0
I just tried to reproduce this and I see exactly the same behavior in Chrome.
If you see different behavior between the WebView and Chrome, please share a ... | gharchive/issue | 2023-08-08T11:22:53 | 2025-04-01T06:40:11.936151 | {
"authors": [
"TheAlmightyBob",
"nj0034"
],
"repo": "react-native-webview/react-native-webview",
"url": "https://github.com/react-native-webview/react-native-webview/issues/3090",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
386340499 | You can't navigate back from last tab to first on iOS, if the tab has auto width
Current Behavior
When I give a width: 'auto' or width: null, flex: 1 to the tabStyle, I can't navigate back from last page if there is not enough tab to overflow the screen.
Expected Behavior
Either to be able to scroll the tabbar or to ... | gharchive/issue | 2018-11-29T15:06:01 | 2025-04-01T06:40:11.941488 | {
"authors": [
"Xyzor",
"brentvatne",
"satya164"
],
"repo": "react-navigation/react-navigation-tabs",
"url": "https://github.com/react-navigation/react-navigation-tabs/issues/73",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
585788576 | Direct link not building hierarchy as desired
Context/flow
If it helps, this is what I'm trying to accomplish:
Venues shows a list of venues
Clicking on one of the venues takes you to VenueDetails
At the venue you can add stuf to your cart, and open up your cart, which takes you to OrderDetails
I need a way for the... | gharchive/issue | 2020-03-22T19:03:37 | 2025-04-01T06:40:11.992223 | {
"authors": [
"RWOverdijk",
"soroushm"
],
"repo": "react-navigation/web",
"url": "https://github.com/react-navigation/web/issues/50",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1662592497 | PrismLight using results in regular [object Object] output (but only in production)
Describe the bug
I'm using import { PrismLight as SyntaxHighlighter } from 'react-syntax-highlighter'; which results in regular [object Object] [object Object] ... output (around 7 of 10 refreshs of my webpage) for my code blocks (but... | gharchive/issue | 2023-04-11T14:16:04 | 2025-04-01T06:40:12.007273 | {
"authors": [
"C5H8NNaO4",
"FujiwaraChoki",
"MatchuPitchu",
"ShaofeiZi",
"bodinsamuel",
"humphd",
"jeremyckahn",
"jtsorlinis",
"kkn1125",
"lritter79"
],
"repo": "react-syntax-highlighter/react-syntax-highlighter",
"url": "https://github.com/react-syntax-highlighter/react... |
373564533 | Vertical scrollbar hiding last column data
Describe the bug
Vertical scrollbar hiding last column data if we have horizontal bar too and last column width is reduced.
To Reproduce
Any react table with 3 or more columns, increase the width of middle column and reduce the width of last column , when you scroll right to... | gharchive/issue | 2018-10-24T16:17:01 | 2025-04-01T06:40:12.012480 | {
"authors": [
"Mukesh-Bhootra",
"tannerlinsley"
],
"repo": "react-tools/react-table",
"url": "https://github.com/react-tools/react-table/issues/1167",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
541303755 | Errors after downloading JavaScript bundle
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s%s, undefined, You likely forgot to export your component from the file it's defined in, or you might have mixed up def... | gharchive/issue | 2019-12-21T09:00:58 | 2025-04-01T06:40:12.015331 | {
"authors": [
"devbrunopaula",
"hetmann",
"litehacker"
],
"repo": "react-ui-kit/dribbble2react",
"url": "https://github.com/react-ui-kit/dribbble2react/issues/50",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1411397637 | added logo component and make logo component spin
Fixes Issue
PR to fix issue #84
Changes proposed
added a logo component in the component directory and make logo spin
Requirements
Create a component named Logo in the components folder that implements the screenshots below.
It should accept a size as prop for the di... | gharchive/pull-request | 2022-10-17T11:21:42 | 2025-04-01T06:40:12.027727 | {
"authors": [
"Ezekiel8807"
],
"repo": "reactdeveloperske/reactdevske-website",
"url": "https://github.com/reactdeveloperske/reactdevske-website/pull/89",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
267512645 | Memory leak leads to heap overflow
14 Oct 15:06:57 - Received: :nova.esper.net PONG nova.esper.net :115367
<--- Last few GCs --->
[2539:0x4299a10] 1791041298 ms: Mark-sweep 1325.7 (1350.2) -> 1323.7 (1350.2) MB, 718.2 / 0.1 ms allocation failure GC in old space requested
[2539:0x4299a10] 1791042276 ms: Mark-sweep 13... | gharchive/issue | 2017-10-23T00:34:04 | 2025-04-01T06:40:12.040803 | {
"authors": [
"Throne3d",
"ekmartin",
"pkovac",
"sethlesky"
],
"repo": "reactiflux/discord-irc",
"url": "https://github.com/reactiflux/discord-irc/issues/330",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
675634764 | Upgrade discord.js to version 12
Also updates test stubs.
WIP:
[ ] Manually test most main cases (pings of users + roles, emoji use, multi-channeling, join messages)
[x] Investigate hanging tests (looks to be due to Bot Events)
Coverage increased (+0.03%) to 96.884% when pulling 6a986152eddf95f1c1d67ea67daf28e68... | gharchive/pull-request | 2020-08-09T04:34:21 | 2025-04-01T06:40:12.043596 | {
"authors": [
"Throne3d",
"coveralls"
],
"repo": "reactiflux/discord-irc",
"url": "https://github.com/reactiflux/discord-irc/pull/555",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
666064080 | Add Maintenance Page
Feature Name
Add Coming Soon and Maintenance Pages
Summary description
Provide two a pages for stores which are either (1) not yet launched or (2) undergoing maintenance. In both cases provide the user an experience that allows the user to take some action which continues to grow the business (e.... | gharchive/issue | 2020-07-27T07:39:08 | 2025-04-01T06:40:12.052440 | {
"authors": [
"balibebas",
"janus-reith"
],
"repo": "reactioncommerce/example-storefront",
"url": "https://github.com/reactioncommerce/example-storefront/issues/708",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
317004222 | Add segment compatible analytics event tracking to the Product Grid
We need to start tracking ecommerce analytics events in our starterkit. Initially we'll be tracking all of the Segment V2 Ecommerce Events. You can read the docs for that here: https://segment.com/docs/spec/ecommerce/v2/
Start by add documentation fo... | gharchive/issue | 2018-04-23T22:22:25 | 2025-04-01T06:40:12.064025 | {
"authors": [
"mikemurray",
"spencern"
],
"repo": "reactioncommerce/reaction-next-starterkit",
"url": "https://github.com/reactioncommerce/reaction-next-starterkit/issues/56",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
128632318 | Sync repo with latest from st2-chatops-aliases master
This PR syncs a few stray commits from st2-chatops-aliases master branch committed there after creating this cloned repo. This is the first step in shuttering the st2-chatops-aliases forked community repo and using this repo exclusively for our Stackstorm setups.
... | gharchive/pull-request | 2016-01-25T20:35:52 | 2025-04-01T06:40:12.066341 | {
"authors": [
"davekonopka",
"jmound",
"sairez"
],
"repo": "reactiveops/st2-pack-omnia",
"url": "https://github.com/reactiveops/st2-pack-omnia/pull/2",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
106141358 | Refactor to ES6
Either simply write the entire source in ES6 and require node 4 in the package.json or implement transpilation with Bable.
This has been done in my recent clean up in https://github.com/reactivepod/fido/pull/4 via require('babel/register');.
| gharchive/issue | 2015-09-12T08:33:49 | 2025-04-01T06:40:12.067683 | {
"authors": [
"hglattergotz",
"kahlil"
],
"repo": "reactivepod/fido",
"url": "https://github.com/reactivepod/fido/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
252757039 | fix: remove duplicate ComponentModelTypeConverter
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
fix
What is the current behavior? (You can also link to an open issue here)
The ReactiveUI.Wpf project includes ComponentModelTypeConverter even though it's already in ReactiveUI.
What is... | gharchive/pull-request | 2017-08-24T23:14:50 | 2025-04-01T06:40:12.076931 | {
"authors": [
"coveralls",
"dnfclas",
"kentcb"
],
"repo": "reactiveui/ReactiveUI",
"url": "https://github.com/reactiveui/ReactiveUI/pull/1433",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
234117220 | Farewell
For all the details check out my Medium post.
The tl;dr is basically that I’m overwhelmed and out of time so I’m turning everything over to @diasbruno as I step away from React Modal.
Thanks for everything and goodbye!
Thank you so much for your time managing react-modal.
@claydiffrient Awesome work!
| gharchive/issue | 2017-06-07T07:31:29 | 2025-04-01T06:40:12.078875 | {
"authors": [
"claydiffrient",
"diasbruno",
"jamesjjk"
],
"repo": "reactjs/react-modal",
"url": "https://github.com/reactjs/react-modal/issues/396",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
211387267 | [chore] added missing babel transformer plugin.
Running webpack --config webpack.config.js fails due to missing babel's spread transformer.
ERROR in ./examples/basic/app.js
Module build failed: SyntaxError: Unexpected token (16:20)
14 |
15 | openModal: function() {
> 16 | this.setState({ ...this.state, mod... | gharchive/pull-request | 2017-03-02T13:13:21 | 2025-04-01T06:40:12.081759 | {
"authors": [
"diasbruno"
],
"repo": "reactjs/react-modal",
"url": "https://github.com/reactjs/react-modal/pull/341",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1835022900 | 🛑 Bellshade API is down
In 25eff64, Bellshade API (https://api.bellshade.org) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Bellshade API is back up in f1b4c07.
| gharchive/issue | 2023-08-03T13:01:49 | 2025-04-01T06:40:12.084212 | {
"authors": [
"reacto11mecha"
],
"repo": "reacto11mecha/uptime-status",
"url": "https://github.com/reacto11mecha/uptime-status/issues/486",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1587698785 | [#2PlaysAMonth]: Image Gallery - Create a responsive image gallery by using the free Unsplash API
First thing, PLEASE READ THIS: ReactPlay Code Review Checklist
Description
The project contains use of Unsplash API, which is fetched using axios and then populated in the Photo Component.
Following things have been us... | gharchive/pull-request | 2023-02-16T13:40:19 | 2025-04-01T06:40:12.162112 | {
"authors": [
"Sachin-chaurasiya",
"atapas",
"koustov",
"siddhantsiddh15"
],
"repo": "reactplay/react-play",
"url": "https://github.com/reactplay/react-play/pull/974",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
209195477 | Reactstrap and React-router 4.0.0-beta.6 - active
Issue description
components: Navlink
Steps to reproduce issue
I'm using Reactstrap and React-router 4.0.0-beta.6 in the educational project that is located on gitlab with custom domain - http://harazd.org/.
According to Reactstrap docs: that's the way I should u... | gharchive/issue | 2017-02-21T16:19:21 | 2025-04-01T06:40:12.173408 | {
"authors": [
"JonSilver",
"TheSharpieOne",
"Y-Taras",
"dhanyn10",
"eddywashere",
"nathfy",
"piavgh",
"softmixt"
],
"repo": "reactstrap/reactstrap",
"url": "https://github.com/reactstrap/reactstrap/issues/336",
"license": "mit",
"license_type": "permissive",
"license_sourc... |
616470240 | Proposal for environment context
This is a proposal for a new environment context which takes precedence of the config file.
We had the need for a context which can be configured for automation without touching files.
Happy to hear your feedback.
Hmm instead of going through all that trouble of creating and mapping... | gharchive/pull-request | 2020-05-12T08:37:43 | 2025-04-01T06:40:12.200888 | {
"authors": [
"hfjn",
"swenzel"
],
"repo": "real-digital/esque",
"url": "https://github.com/real-digital/esque/pull/148",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
98426054 | C API
For easiest integration with Go (via cgo), Erlang, and Rust (via FFI), a C API (not C++) is needed. This is a simple wrapper around C++.
.NET users will also be very happy to use Aeron via P/Invoke! Do you have any ETA? A C API will instantly make Aeron as ubiquitous as ZMQ, native ports like #35 are not need... | gharchive/issue | 2015-07-31T16:34:09 | 2025-04-01T06:40:12.204299 | {
"authors": [
"Hemanth-Eduru",
"buybackoff",
"lygstate",
"mjpt777",
"tmontgomery"
],
"repo": "real-logic/Aeron",
"url": "https://github.com/real-logic/Aeron/issues/154",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
68196476 | Constrain Mailing list form in Sidebar
Is it possible to make the mailing list form only 300px wide, as the ads are?
There's a custom CSS field in the plugin settings. I entered
.et_bloom { width: 300px; }
but no result
Where did you enter that CSS? It's not a good idea to edit the stylesheets directly, as they a... | gharchive/issue | 2015-04-13T21:17:02 | 2025-04-01T06:40:12.213406 | {
"authors": [
"dylan-k",
"realpants"
],
"repo": "real-pants/Real-Pants",
"url": "https://github.com/real-pants/Real-Pants/issues/81",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2467695136 | Crash on trying to run file on sparse3
Crash encountered when running file on sparse3 from ufs-big test image
Backtrace with RUST_LOG=trace and RUST_BACKTRACE=full: https://gist.github.com/casept/4f9f18b75458f4801746d3597e29c2d1
What system were you running it on? Can you please show us uname -a?
Fedora 40, unam... | gharchive/issue | 2024-08-15T09:05:42 | 2025-04-01T06:40:12.232282 | {
"authors": [
"asomers",
"casept",
"realchonk"
],
"repo": "realchonk/fuse-ufs",
"url": "https://github.com/realchonk/fuse-ufs/issues/54",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2113528855 | Fix Unit Tests and Remove Usage of Unsigned Byte
Remove UByte Array usages since it was experimental
Remove Roboelectric
Update Unit Tests with Android mocking Base64
Tests successfully run in the terminal
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sig... | gharchive/pull-request | 2024-02-01T21:36:28 | 2025-04-01T06:40:12.243363 | {
"authors": [
"CLAassistant",
"realeyes-mike-patterson"
],
"repo": "realeyes-media/scte35-decoder-multiplatform",
"url": "https://github.com/realeyes-media/scte35-decoder-multiplatform/pull/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
242872720 | Clarify error message
I just wanted to clarify the error message that shows up when the library can't find the .so/.dll
The previous error message implied that the error had something to do with the vulkan version (false, as far as I can tell) and also didn't really indicate that the library just may not have been in... | gharchive/pull-request | 2017-07-14T01:25:17 | 2025-04-01T06:40:12.249121 | {
"authors": [
"pipsqueaker",
"realitix"
],
"repo": "realitix/vulkan",
"url": "https://github.com/realitix/vulkan/pull/12",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
331549234 | Could you publish it in Scala 2.12 ?
jwt-scala_2.11 and jwt-scala_2.10 are already published, but we want to use your library in 2.12.
Could you publish this library in Scala 2.12 ?
forked and published for Scala 2.12 and 2.13
https://github.com/xuwei-k/jwt-scala/tree/v1.4.0
https://repo1.maven.org/maven2/com/gith... | gharchive/issue | 2018-06-12T11:34:22 | 2025-04-01T06:40:12.256024 | {
"authors": [
"3tty0n",
"xuwei-k"
],
"repo": "reallylabs/jwt-scala",
"url": "https://github.com/reallylabs/jwt-scala/issues/16",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
241852671 | Change object store to allow sync user auth URL to be modified
With this PR, getting a user with a different auth URL than the one it was originally given updates the URL, instead of throwing an exception.
This fixes the issue (commonly encountered during development) when a user is opened with one URL, persisted, th... | gharchive/pull-request | 2017-07-10T21:16:16 | 2025-04-01T06:40:12.332956 | {
"authors": [
"austinzheng",
"bdash"
],
"repo": "realm/realm-object-store",
"url": "https://github.com/realm/realm-object-store/pull/494",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
501618519 | Switch to using ocaml-ci-scripts
This seems like a more reliable CI until we can use ocaml-ci.
This will allow us to easily add revdeps builds btw which could prove useful once we want to stabilize mdx's API and avoid breaking users' tests!
Opam has a make built-in variable that opam lint suggests we use instead of... | gharchive/pull-request | 2019-10-02T17:14:40 | 2025-04-01T06:40:12.360460 | {
"authors": [
"NathanReb",
"samoht"
],
"repo": "realworldocaml/mdx",
"url": "https://github.com/realworldocaml/mdx/pull/187",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
382682448 | cli: reana-dev git-log
New command git-log showing information about commits.
Signed-off-by: Tibor Simko tibor.simko@cern.ch
Example output:
$ reana-dev git-log
[reana-workflow-engine-yadage] git log -n 5 --graph --decorate ...
* (upstream/pr/91) 34b1c8e tasks: add stop_workflow from reana_commons, Diego Rodri... | gharchive/pull-request | 2018-11-20T14:15:09 | 2025-04-01T06:40:12.388300 | {
"authors": [
"tiborsimko"
],
"repo": "reanahub/reana",
"url": "https://github.com/reanahub/reana/pull/115",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
505310723 | Playlist management: errors in cropping, appending or pasting
I have issues with the playlist manager
Once a playlist is made, it execute it finely
But once I chose for Crop or Append or Paste, the final result is totally incorrect.
Items are missing, or partially copied and pasted.
I attached a .zip file containing... | gharchive/issue | 2019-10-10T14:30:14 | 2025-04-01T06:40:12.395369 | {
"authors": [
"cfillion",
"nofishonfriday",
"tormyvancool"
],
"repo": "reaper-oss/sws",
"url": "https://github.com/reaper-oss/sws/issues/1204",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1262268220 | For Code Review
Check on Javascript best practices
Done .
| gharchive/pull-request | 2022-06-06T19:14:49 | 2025-04-01T06:40:12.416845 | {
"authors": [
"rebel216"
],
"repo": "rebel216/To-Do-List-PR",
"url": "https://github.com/rebel216/To-Do-List-PR/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
107601150 | Calling treetagger with untokenized test?
Hi,
the example on the tt4j homepage shows tokenized input being handled by treetagger. How to I give a untokenized text to treetagger to both POS tag and tokenize?
Thanks
Shyam
See https://reckart.github.io/tt4j/tokenizer.html
| gharchive/issue | 2015-09-21T21:22:54 | 2025-04-01T06:40:12.449880 | {
"authors": [
"reckart",
"shyamupa"
],
"repo": "reckart/tt4j",
"url": "https://github.com/reckart/tt4j/issues/23",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2458966962 | level 3 pull request not merged yet
@sanjay-kv please review and merge this pull request
https://github.com/Rakesh9100/CalcDiverse/pull/1820
This is the pull request i had created
@sanjay-kv I resolved the conflicts please review and merge when you are free
PR is getting reviewed one by one, you can check the PR ... | gharchive/pull-request | 2024-08-10T07:48:52 | 2025-04-01T06:40:12.457934 | {
"authors": [
"Rakesh9100",
"aditya-bhaumik"
],
"repo": "recodehive/resume-pitch",
"url": "https://github.com/recodehive/resume-pitch/pull/49",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2643658209 | Simplified arrow middleware definition
Issue
In https://github.com/oleksandr-danylchenko/text-annotator-js/commit/ce7014d6f74d929488cb0c277f7015a5abc90b0e#r148871559 I spotted that the arrow middleware definition can be simplified to its default form. That should be safe for the floating itself because the arrow is a... | gharchive/pull-request | 2024-11-08T10:49:31 | 2025-04-01T06:40:12.460441 | {
"authors": [
"oleksandr-danylchenko",
"rsimon"
],
"repo": "recogito/text-annotator-js",
"url": "https://github.com/recogito/text-annotator-js/pull/177",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1180344326 | Utilize GPT3 embedding / classification API for more automated bulk labelling
Keyword-based bulk labeling using Rubrix Rules is still too slow if I were to label thousands of texts for classification - at maximum, I can label 20 at a time since keyword match is noisy with regard to ground-truth label.
I have played w... | gharchive/issue | 2022-03-25T04:54:36 | 2025-04-01T06:40:12.464970 | {
"authors": [
"dcfidalgo",
"dvsrepo",
"whaowhao"
],
"repo": "recognai/rubrix",
"url": "https://github.com/recognai/rubrix/issues/1309",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
301786422 | valuesAreSet field always is false.
Hi, I'm trying to create a RecommendItemsToUser request and set the returnProperties to true, but the valuesAreSet field in the recommendation response always comes as false.
When i try to execute recommendation.getValues() it always throws an IllegalStateException.
I checked the... | gharchive/issue | 2018-03-02T14:36:42 | 2025-04-01T06:40:12.468701 | {
"authors": [
"OndraFiedler",
"alepinzon"
],
"repo": "recombee/java-api-client",
"url": "https://github.com/recombee/java-api-client/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1412090532 | docker-compose not recognising boolean values
When running docker-compose up -d the following error is observed:
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.keycloak.environment.KC_HTTP_ENABLED contains false, which is an invalid type, it should be a string, number, or a null
Remediat... | gharchive/pull-request | 2022-10-17T19:21:31 | 2025-04-01T06:40:12.490828 | {
"authors": [
"chssn"
],
"repo": "reconmap/reconmap",
"url": "https://github.com/reconmap/reconmap/pull/123",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
524424299 | [references] Tweets with ❤️️
https://twitter.com/davert/status/1243285793709457411
https://github.com/shopsys/shopsys/pull/1392#issuecomment-555106644
https://twitter.com/afilina/status/1229406983486394369
https://twitter.com/davert/status/1243285793709457411
https://twitter.com/phpinsights/status/12485964527... | gharchive/issue | 2019-11-18T15:03:25 | 2025-04-01T06:40:12.517398 | {
"authors": [
"TomasVotruba"
],
"repo": "rectorphp/getrector-com",
"url": "https://github.com/rectorphp/getrector-com/issues/70",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2125473133 | [backport]: from 2.6 to 2.7 (#173)
fix(trustyai): prometheus rules for probe
update(trusty): prometheus to use job instead of instance name for record rules
this is missed to get into main before 2.7 branch out
| gharchive/pull-request | 2024-02-08T15:36:04 | 2025-04-01T06:40:12.547395 | {
"authors": [
"zdtsw"
],
"repo": "red-hat-data-services/rhods-operator",
"url": "https://github.com/red-hat-data-services/rhods-operator/pull/190",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2371990998 | Add support for MCG in client console
/lgtm
| gharchive/pull-request | 2024-06-25T08:08:01 | 2025-04-01T06:40:12.562036 | {
"authors": [
"SanjalKatiyar",
"bipuladh"
],
"repo": "red-hat-storage/odf-console",
"url": "https://github.com/red-hat-storage/odf-console/pull/1452",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
430020512 | Added async and sync client wrappers.
Added new async test mechanism.
See #196. This PR improves async/sync APIs.
Design decision
I choose public inheritance and void function()=delete approach.
Why don't use composition and forwarding?
This approach requires many forwarding functions. If the function parameter ... | gharchive/pull-request | 2019-04-06T10:29:22 | 2025-04-01T06:40:12.606596 | {
"authors": [
"redboltz"
],
"repo": "redboltz/mqtt_cpp",
"url": "https://github.com/redboltz/mqtt_cpp/pull/208",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1763809983 | Appstudio update test-component-pac-zvdm
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-19T15:56:12 | 2025-04-01T06:40:12.660957 | {
"authors": [
"rhtap-qe-bots"
],
"repo": "redhat-appstudio-qe/devfile-sample-hello-world",
"url": "https://github.com/redhat-appstudio-qe/devfile-sample-hello-world/pull/11000",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1518587243 | Appstudio update test-component-pac-kjnh
Pipelines as Code configuration proposal
Pipelines as Code CI/test-component-pac-kjnh-on-pull-request has successfully validated your commit.
StatusDurationName
✅ Succeeded
9 seconds
appstudio-init
✅ Succeeded
9 seconds
clone-repository
✅ Succeeded
18 seconds
appstudio... | gharchive/pull-request | 2023-01-04T09:03:19 | 2025-04-01T06:40:12.693448 | {
"authors": [
"jkopriva"
],
"repo": "redhat-appstudio-qe/devfile-sample-hello-world",
"url": "https://github.com/redhat-appstudio-qe/devfile-sample-hello-world/pull/1141",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1595725735 | 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
10 seconds
init
✅ Succeeded
18 seconds
clone-repository
✅ Succeeded
1 minute
build-container
✅ Succeeded... | gharchive/pull-request | 2023-02-22T19:43:12 | 2025-04-01T06:40:12.703049 | {
"authors": [
"redhat-appstudio-qe-bot2"
],
"repo": "redhat-appstudio-qe/hacbs-test-project",
"url": "https://github.com/redhat-appstudio-qe/hacbs-test-project/pull/32",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1318566968 | Added ppc64le support
This PR will add multi-architecture support to the application-service operator image
/retest
| gharchive/pull-request | 2022-07-26T17:44:32 | 2025-04-01T06:40:12.704203 | {
"authors": [
"mayurwaghmode"
],
"repo": "redhat-appstudio/application-service",
"url": "https://github.com/redhat-appstudio/application-service/pull/156",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2387910778 | KFLUXINFRA-651: Adding Instance Types for Multi-Platform Builds
Adding two types of instances
Higher Memory (1:4 ratio for cpu: memory)
Higher CPU (1:2 ratio for cpu: memory)
Note Some users may require more memory and less CPU, making Memory Optimized Instances the better choice for them. On the other hand, some ... | gharchive/pull-request | 2024-07-03T07:39:20 | 2025-04-01T06:40:12.721748 | {
"authors": [
"bamachrn",
"manish-jangra"
],
"repo": "redhat-appstudio/infra-deployments",
"url": "https://github.com/redhat-appstudio/infra-deployments/pull/3997",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2752668445 | Promote release-service from staging to production
Included PRs:
https://github.com/konflux-ci/release-service/pull/638
https://github.com/konflux-ci/release-service/pull/637
https://github.com/konflux-ci/release-service/pull/636
https://github.com/konflux-ci/release-service/pull/635
https://github.com/konflux-ci/re... | gharchive/pull-request | 2024-12-20T12:43:26 | 2025-04-01T06:40:12.726992 | {
"authors": [
"johnbieren",
"mmalina"
],
"repo": "redhat-appstudio/infra-deployments",
"url": "https://github.com/redhat-appstudio/infra-deployments/pull/5199",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1358402092 | fix: increase timeout for e2e
Why
Currently there's a 1h (default) timeout for running e2e. Since the number of tests is growing and takes more time to finish, we are sometimes hitting the limit. If that happens, tests get interrupted and a CI check is marked as failed.
This is a temporary solution until we enable pa... | gharchive/pull-request | 2022-09-01T07:44:33 | 2025-04-01T06:40:12.728576 | {
"authors": [
"psturc",
"tkdchen"
],
"repo": "redhat-appstudio/infra-deployments",
"url": "https://github.com/redhat-appstudio/infra-deployments/pull/684",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
981505573 | Add auth-option to authenticate as githubapp
Fixes #112.
Adds support for authenticating as github-app, which offers:
more narrow-grained permissions (avoiding PATs)
increased security, using a private key
increased API-quota
The github-client is now wired up/facilitated through the go-github-app library, which off... | gharchive/pull-request | 2021-08-27T18:48:01 | 2025-04-01T06:40:12.731904 | {
"authors": [
"davidkarlsen"
],
"repo": "redhat-cop/group-sync-operator",
"url": "https://github.com/redhat-cop/group-sync-operator/pull/118",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
989044632 | Run go mod tidy on each pull request and fail the build if there are changes
We will be outputting the vendor directory in the midstream repo, and this will prevent any possible conflicts.
Actually this is not needed: https://github.blog/changelog/2020-10-19-dependabot-go-mod-tidy-and-vendor-support/
| gharchive/issue | 2021-09-06T10:54:31 | 2025-04-01T06:40:12.736214 | {
"authors": [
"craicoverflow"
],
"repo": "redhat-developer/app-services-cli",
"url": "https://github.com/redhat-developer/app-services-cli/issues/1029",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1183258588 | fix: add server side backed up metrics
Motivation
This change uses backend compiled metrics for consumer groups.
This have been in production for quite a while and have been extensively tested.
Verification
Get Kafka
Create new topic test
Create kcat.properties based of the kcat guide
kcat -b <yourhostname -F ./kcat... | gharchive/pull-request | 2022-03-28T10:57:12 | 2025-04-01T06:40:12.739325 | {
"authors": [
"wtrocki"
],
"repo": "redhat-developer/app-services-cli",
"url": "https://github.com/redhat-developer/app-services-cli/pull/1493",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
863700015 | Provide simplified ability to switch between stagging and production environments
We can add env variable into OLM as example (can be empty) and then scripts can patch it (as discussed with @b1zzu)
I will verify if that really works and document this in contributing docs
Added env variable directly to the OLM
| gharchive/issue | 2021-04-21T10:06:53 | 2025-04-01T06:40:12.740482 | {
"authors": [
"wtrocki"
],
"repo": "redhat-developer/app-services-operator",
"url": "https://github.com/redhat-developer/app-services-operator/issues/189",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2109837968 | doc: OpenShift argocd CLI client command reference documentation
What type of PR is this?
/kind documentation
What does this PR do / why we need it:
Have you updated the necessary documentation?
[ ] Documentation update is required by this PR.
[ ] Documentation has been updated.
Which issue(s) this PR fixes:
Fixes ... | gharchive/pull-request | 2024-01-31T11:00:38 | 2025-04-01T06:40:12.750950 | {
"authors": [
"Srivaralakshmi",
"anandf"
],
"repo": "redhat-developer/gitops-operator",
"url": "https://github.com/redhat-developer/gitops-operator/pull/650",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1253785178 | odo dev add flag to run non-default build command.
User Story
As an odo user
I want to be able to execute alternative build command instead of the default one
So that I can run my with different options (different configuration, flags, runtime versions etc..) without modifying the default command.
Example:
Go devfi... | gharchive/issue | 2022-05-31T12:18:45 | 2025-04-01T06:40:12.759820 | {
"authors": [
"kadel",
"rm3l"
],
"repo": "redhat-developer/odo",
"url": "https://github.com/redhat-developer/odo/issues/5776",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
322855232 | fix release scripts - 'odo version' output changed
😞
forgot to change one place
similar to #451
| gharchive/pull-request | 2018-05-14T14:59:48 | 2025-04-01T06:40:12.760897 | {
"authors": [
"kadel"
],
"repo": "redhat-developer/odo",
"url": "https://github.com/redhat-developer/odo/pull/452",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1214188266 | Provide tooltips on icon
As a user, the icons themselves are not going to be sufficient to tell me what actions are behind each buttons.
It would be nicer to provide tooltips behind the button, so that the user can discover what's the button will do, without having to click on it.
| gharchive/issue | 2022-04-25T08:56:52 | 2025-04-01T06:40:12.762474 | {
"authors": [
"fbricon",
"slemeur"
],
"repo": "redhat-developer/openshift-dd-ext",
"url": "https://github.com/redhat-developer/openshift-dd-ext/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2550180431 | RHIDP-3377: Adding cross-links to the Installation titles
IMPORTANT: Do Not Merge - To be merged by Docs Team Only
Version(s): 1.2, 1.3
Issue: RHIDP-3377
Reviews:
[x] Docs review: @hmanwani-rh
/cherry-pick release-1.3
/cherry-pick 1.2.x
| gharchive/pull-request | 2024-09-26T10:28:44 | 2025-04-01T06:40:12.770318 | {
"authors": [
"hmanwani-rh",
"pabel-rh"
],
"repo": "redhat-developer/red-hat-developers-documentation-rhdh",
"url": "https://github.com/redhat-developer/red-hat-developers-documentation-rhdh/pull/538",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2652518906 | Added discover content
I’m creating this PR because the About RHDH title is already published on docs.redhat.com, but currently, it doesn’t contain any content. For now, I’m adding content to the page, which can be refined and improved later.
cc @jmagak
Closing this PR, since the title is now unpublished in Pantheo... | gharchive/pull-request | 2024-11-12T15:26:55 | 2025-04-01T06:40:12.771856 | {
"authors": [
"hmanwani-rh"
],
"repo": "redhat-developer/red-hat-developers-documentation-rhdh",
"url": "https://github.com/redhat-developer/red-hat-developers-documentation-rhdh/pull/698",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
160856652 | Trigger a first build upon fling completion
Create a new Build resource from the generated BuildConfig resource in the OpenShift project.
Would adding this trigger (https://github.com/tnozicka/openshift-templates/blob/master/pipeline-template.yaml#L34) be enough?
6d85abfc3440d379e7135325f7005bbf4b80e57c
| gharchive/issue | 2016-06-17T10:17:34 | 2025-04-01T06:40:12.824579 | {
"authors": [
"ALRubinger",
"tnozicka",
"xcoulon"
],
"repo": "redhat-kontinuity/catapult",
"url": "https://github.com/redhat-kontinuity/catapult/issues/128",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1053032322 | operator vfunction-server-operator (v2.3.594)
New operator bundle
Name: vfunction-server-operator
Version: v2.3.594
Certification project: 5f64dc1e0a4d06443d2818ad
Test result URL: https://catalog.redhat.com/api/containers/v1/projects/certification/test-results/id/61917043d115ef379a598e5e
Test logs URL: https://catal... | gharchive/pull-request | 2021-11-14T20:23:45 | 2025-04-01T06:40:12.842182 | {
"authors": [
"tonytcampbell",
"vfunction"
],
"repo": "redhat-openshift-ecosystem/certified-operators",
"url": "https://github.com/redhat-openshift-ecosystem/certified-operators/pull/119",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1305416246 | operator neuvector-community-operator (1.3.5)
Signed-off-by: selvamt94 sthangaraj@neuvector.com
Thanks submitting your Operator. Please check below list before you create your Pull Request.
New Submissions
[x] Are you familiar with our contribution guidelines?
[x] Have you packaged and deployed your Operator for Ope... | gharchive/pull-request | 2022-07-14T23:46:52 | 2025-04-01T06:40:12.855418 | {
"authors": [
"framework-automation",
"selvamt94"
],
"repo": "redhat-openshift-ecosystem/community-operators-prod",
"url": "https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/1414",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1435942856 | operator cert-manager (1.10.1)
Signed-off-by: Richard Wall richard.wall@jetstack.io
/hold
Sanity checking the changes between 1.10.0 and 1.10.1
✦ $ git diff --no-index 1.10.0 1.10.1
diff --git a/1.10.0/manifests/cert-manager.clusterserviceversion.yaml b/1.10.1/manifests/cert-manager.clusterserviceversion.yaml
in... | gharchive/pull-request | 2022-11-04T11:37:36 | 2025-04-01T06:40:12.858776 | {
"authors": [
"framework-automation",
"wallrj"
],
"repo": "redhat-openshift-ecosystem/community-operators-prod",
"url": "https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/1819",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1947502468 | operator pulp-operator (1.0.0-beta.2)
Thanks for submitting your Operator. Please check the below list before you create your Pull Request.
New Submissions
[ ] Are you familiar with our contribution guidelines?
[ ] Have you packaged and deployed your Operator for Operator Framework?
[ ] Have you tested your Operator... | gharchive/pull-request | 2023-10-17T13:57:57 | 2025-04-01T06:40:12.871475 | {
"authors": [
"framework-automation",
"git-hyagi"
],
"repo": "redhat-openshift-ecosystem/community-operators-prod",
"url": "https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/3465",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1988387321 | operator [CI] konveyor-operator
Just switching to use semver-mode.
/merge possible
/merge possible
| gharchive/pull-request | 2023-11-10T20:59:55 | 2025-04-01T06:40:12.872605 | {
"authors": [
"djzager",
"framework-automation"
],
"repo": "redhat-openshift-ecosystem/community-operators-prod",
"url": "https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/3595",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2046624214 | operator jaeger (1.52.0)
Thanks for submitting your Operator. Please check the below list before you create your Pull Request.
New Submissions
[ ] Are you familiar with our contribution guidelines?
[ ] Are you familiar with our operator pipeline?
[ ] Have you tested your Operator with all Custom Resource Definitions... | gharchive/pull-request | 2023-12-18T13:04:06 | 2025-04-01T06:40:12.882079 | {
"authors": [
"iblancasa"
],
"repo": "redhat-openshift-ecosystem/community-operators-prod",
"url": "https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/3757",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1803228341 | [DRAFT]: Manifests to install preGA sync operator from custom operator catalog
TODO: Understand where to ubicate the added extra-manifests for day2 installation as a policy.
We need to figure out how to add those manifests as Policies or PoliciesGenTemplate (PGT) objects referenced from the SiteConfig.
| gharchive/pull-request | 2023-07-13T15:04:52 | 2025-04-01T06:40:12.884794 | {
"authors": [
"jnunyez"
],
"repo": "redhat-partner-solutions/vse-carslab-hub",
"url": "https://github.com/redhat-partner-solutions/vse-carslab-hub/pull/85",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1404110242 | add gcp image list command to CLI
Hey @major @FKolwa ,
I am a bit confused right now. We assign the registered github secret secrets.GOOGLE_APPLICATION_CREDENTIALS to an environment variable GCP_APP_CREDENTIALS, but we never use it.
In the get_google_images function we create an compute_v1.ImagesClient client, is he ... | gharchive/pull-request | 2022-10-11T07:03:43 | 2025-04-01T06:40:12.898352 | {
"authors": [
"FKolwa",
"miyunari"
],
"repo": "redhatcloudx/rhelocator",
"url": "https://github.com/redhatcloudx/rhelocator/pull/37",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1797902420 | feat: use uber-go/mock instead of golang/mock
Resolves #297
Thanks @dlsrb6342!
| gharchive/pull-request | 2023-07-11T01:19:42 | 2025-04-01T06:40:12.910411 | {
"authors": [
"dlsrb6342",
"rueian"
],
"repo": "redis/rueidis",
"url": "https://github.com/redis/rueidis/pull/298",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
310341544 | Feature Request: Add possibility to make new post with custom date-time
I want to move many entries from my old blog to Hubzilla. I would like to set original date for this posts.
Is it possible to add a field for setting a specific date of publication during editing post?
I think we could send an invite once while... | gharchive/issue | 2018-04-01T17:55:02 | 2025-04-01T06:40:12.914714 | {
"authors": [
"git-marijus",
"zlaxy",
"zotlabs"
],
"repo": "redmatrix/hubzilla",
"url": "https://github.com/redmatrix/hubzilla/issues/1033",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
717729354 | update docs
The previous documentation is misleading, as OpenSSL 1.1.0 did not change the fact that contextSetVerificationMode is necessary for OpenSSL to check anything about the certificate. Also, I added a link to the (new) function enabling the OpenSSL built-in hostname validation instead of referring to a PDF.
... | gharchive/pull-request | 2020-10-08T23:07:53 | 2025-04-01T06:40:12.925479 | {
"authors": [
"amesgen",
"redneb"
],
"repo": "redneb/HsOpenSSL-x509-system",
"url": "https://github.com/redneb/HsOpenSSL-x509-system/pull/3",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
697055509 | Added screenshots for some examples
Context:
Adds screenshots of examples.
I didn't manage to get the same window theme as seen in the calculator.
I took the pictures on win 10, I hope it's fine (at least it proves the lib is cross-platform :)
Fixes #318
Thank you. I think the basic ideas was to embed the images li... | gharchive/pull-request | 2020-09-09T18:41:42 | 2025-04-01T06:40:12.929094 | {
"authors": [
"FloVanGH",
"kivimango",
"qarmin"
],
"repo": "redox-os/orbtk",
"url": "https://github.com/redox-os/orbtk/pull/331",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1927292706 | [Bug] ...
Platform
Device: Phone, Laptop, Desktop, TV... windows 10 edge browser
OS: Windows, Android, iOS...
Browser: Chrome, Safari, Kiwi...
Browser Version:
Better xCloud Version:
Describe the bug
...doesnt work on gta oline, it says the session has expired
Screenshots/Videos
If applicable, add screenshots/video... | gharchive/issue | 2023-10-05T03:01:28 | 2025-04-01T06:40:13.018716 | {
"authors": [
"Nachhito",
"redphx"
],
"repo": "redphx/better-xcloud",
"url": "https://github.com/redphx/better-xcloud/issues/143",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
425289256 | module is not defined
When building with webpack 5, this line gives a ReferenceError for module: https://github.com/erikras/redux-form/blob/f209539ea65e1b46534e701c635df31c100c3259/src/util/isHotReloading.js#L3
I'm not sure how to fix this, normally I would just put a if (typeof module === 'undefined') return false a... | gharchive/issue | 2019-03-26T08:44:27 | 2025-04-01T06:40:13.023757 | {
"authors": [
"sbaechler",
"wmertens"
],
"repo": "redux-form/redux-form",
"url": "https://github.com/redux-form/redux-form/issues/4412",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
753886108 | Export all flow type aliases from root
We need to be able to use all of them in userland, absolutely any type alias declared anywhere in the flow type defs. Making wrapper components is a huge hassle without these, because it's difficult to type props for our wrapper components.
import type { FieldInputProps, FieldA... | gharchive/issue | 2020-11-30T23:47:32 | 2025-04-01T06:40:13.024998 | {
"authors": [
"jedwards1211"
],
"repo": "redux-form/redux-form",
"url": "https://github.com/redux-form/redux-form/issues/4703",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1741960230 | mapStateToProps should not be called with functional component rendering a connected class component
What version of React, ReactDOM/React Native, Redux, and React Redux are you using?
React: 18.2.0
ReactDOM: 18.2.0
Redux: 4.2.1
React Redux: 8.0.5
What is the current behavior?
Description:
Depending on a parent co... | gharchive/issue | 2023-06-05T14:56:46 | 2025-04-01T06:40:13.039989 | {
"authors": [
"markerikson",
"pandaiolo"
],
"repo": "reduxjs/react-redux",
"url": "https://github.com/reduxjs/react-redux/issues/2024",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
438610644 | Update ThreePrinciples.md
in the state explanation read-only is totally missed, need focused few words on it.
Strongly applies when programmer codes, suppose to write getter methods not setters, in simple words for beginners.
Hi. Appreciate the PR, but I don't see a need to change the wording at this time. Than... | gharchive/pull-request | 2019-04-30T05:38:38 | 2025-04-01T06:40:13.041727 | {
"authors": [
"kambleaa007",
"markerikson"
],
"repo": "reduxjs/redux",
"url": "https://github.com/reduxjs/redux/pull/3416",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
490573105 | Move the examples to a separate repo
I'd like to move the examples out of the repo. They add a lot of time to the build process and generally don't change significantly. They also don't require the source copy of Redux, so it's not like they are a canary for changes we make on master.
Moving them to their own home me... | gharchive/pull-request | 2019-09-07T01:01:10 | 2025-04-01T06:40:13.050332 | {
"authors": [
"markerikson",
"nickmccurdy",
"timdorr"
],
"repo": "reduxjs/redux",
"url": "https://github.com/reduxjs/redux/pull/3565",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
568106110 | Improve the example in GettingStarted.
name: "New/Updated Documentation Content"
about: Adding a new docs page, or updating content in an existing docs page
Hello,
Thanks so much for this great project. I've just started leaning redux, and found a little bit of difficulty in the GettingStarted example.
I hope you wi... | gharchive/pull-request | 2020-02-20T07:32:55 | 2025-04-01T06:40:13.056669 | {
"authors": [
"DQNEO",
"timdorr"
],
"repo": "reduxjs/redux",
"url": "https://github.com/reduxjs/redux/pull/3709",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
618598023 | ReactJS - setState causes viewer to re-render every time
When using Resium with ReactJS and adding an ImageLayer, it is causing the viewer to refresh every time any setState is called. How can I use setState to update certain parts of the page without re-rendering the map?
Example below and screenshot of the issue
`
... | gharchive/issue | 2020-05-14T23:35:31 | 2025-04-01T06:40:13.070307 | {
"authors": [
"Chingili",
"benwiles1",
"digennnj",
"mhaque02",
"rot1024",
"vlkpa"
],
"repo": "reearth/resium",
"url": "https://github.com/reearth/resium/issues/372",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
143764757 | Suppressed the result of expressions at the end of test blocks
Fix #34, #47
Converted the optional expr at the end of test blocks to a statement so that test blocks can end with an unsuppressed expression (including loop statements).
A bit of a mess (lots of cloning) because of ownership issues. Suggestions are welco... | gharchive/pull-request | 2016-03-27T00:50:29 | 2025-04-01T06:40:13.105906 | {
"authors": [
"cramertj",
"ujh"
],
"repo": "reem/stainless",
"url": "https://github.com/reem/stainless/pull/54",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
184636201 | Fix for rustc 1.14.0-nightly (f09420685 2016-10-20).
Fixes #71.
See https://github.com/rust-lang/rust/commit/029dceedb9719ae5dbdbf2c033c920017e3d786e.
👍 Thank you.
| gharchive/pull-request | 2016-10-22T15:24:00 | 2025-04-01T06:40:13.107325 | {
"authors": [
"ujh",
"utkarshkukreti"
],
"repo": "reem/stainless",
"url": "https://github.com/reem/stainless/pull/72",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
247791176 | Rails5
adds rails5 compatibility via upstream merge of collectiveideas master.
lgtm ??
| gharchive/pull-request | 2017-08-03T18:12:41 | 2025-04-01T06:40:13.108111 | {
"authors": [
"meesterdude",
"nhance"
],
"repo": "reenhanced/audited",
"url": "https://github.com/reenhanced/audited/pull/4",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
52580886 | remote forms doesn't work after upload:complete event
When you try to submit a form with remote: true jquery-ujs checks if it's had any non blank file inputs https://github.com/rails/jquery-ujs/blob/master/src/rails.js#L422, so the remote option is ignore and the form is submitted with a normal POST.
My solution was ... | gharchive/issue | 2014-12-21T00:09:13 | 2025-04-01T06:40:13.131672 | {
"authors": [
"JoshuaNovak919",
"cerdiogenes",
"danieldocki",
"jnicklas",
"jokklan",
"masonhale"
],
"repo": "refile/refile",
"url": "https://github.com/refile/refile/issues/58",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1244285152 | Add collapse-duplicated-reviews feature
Fixes #5394
Test URLs
https://github.com/refined-github/sandbox/pull/10#pullrequestreview-958560681
Screenshot
https://user-images.githubusercontent.com/46634000/169702068-8bfe4f63-09b6-45c1-b2a1-0dee4d717f86.mp4
I'd rather collapse the whole thread into the title (so it's vi... | gharchive/pull-request | 2022-05-22T15:12:23 | 2025-04-01T06:40:13.138920 | {
"authors": [
"cheap-glitch",
"fregante"
],
"repo": "refined-github/refined-github",
"url": "https://github.com/refined-github/refined-github/pull/5656",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2729750494 | 🛑 SmartProtection is down
In 1be32fd, SmartProtection (https://smartprotection.com) was down:
HTTP code: 404
Response time: 297 ms
Resolved: SmartProtection is back up in 7003f29 after 10 minutes.
| gharchive/issue | 2024-12-10T10:47:22 | 2025-04-01T06:40:13.178737 | {
"authors": [
"reinaldoleon"
],
"repo": "reinaldoleon/monitoring",
"url": "https://github.com/reinaldoleon/monitoring/issues/333",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
560126621 | ppo save expert demo
hi, how am i supposed to save expert demo in ppo main?
PPO is a method of reinforcement learning. However app, maxent and gail are all inverse reinforcement learning method. Due to the emergence of policy-based inverse reinforcement learning algorithms, you can use PPO with any inverse reinforc... | gharchive/issue | 2020-02-05T04:03:47 | 2025-04-01T06:40:13.180485 | {
"authors": [
"francisduan",
"gitouni"
],
"repo": "reinforcement-learning-kr/lets-do-irl",
"url": "https://github.com/reinforcement-learning-kr/lets-do-irl/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1896122711 | 🛑 BINUSMAYA Praktikum (SLC Bluejack) is down
In 49bbdda, BINUSMAYA Praktikum (SLC Bluejack) (https://bluejack.binus.ac.id/binusmayalab/) was down:
HTTP code: 502
Response time: 1224 ms
Resolved: BINUSMAYA Praktikum (SLC Bluejack) is back up in 1070ff7.
| gharchive/issue | 2023-09-14T09:13:05 | 2025-04-01T06:40:13.183030 | {
"authors": [
"1010bots"
],
"repo": "reinhart1010/binusmayadown",
"url": "https://github.com/reinhart1010/binusmayadown/issues/2921",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2286834682 | 🛑 GreatNusa.com is down
In 12ab2d7, GreatNusa.com (https://greatnusa.com) was down:
HTTP code: 403
Response time: 120 ms
Resolved: GreatNusa.com is back up in 76719e8.
| gharchive/issue | 2024-05-09T03:46:58 | 2025-04-01T06:40:13.186333 | {
"authors": [
"1010bots"
],
"repo": "reinhart1010/binusmayadown",
"url": "https://github.com/reinhart1010/binusmayadown/issues/6058",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2329251001 | 🛑 GreatNusa.com is down
In 3f36256, GreatNusa.com (https://greatnusa.com) was down:
HTTP code: 403
Response time: 118 ms
Resolved: GreatNusa.com is back up in 114ac4a.
| gharchive/issue | 2024-06-01T17:26:21 | 2025-04-01T06:40:13.189357 | {
"authors": [
"1010bots"
],
"repo": "reinhart1010/binusmayadown",
"url": "https://github.com/reinhart1010/binusmayadown/issues/6788",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1683207136 | Client: Data export not respecting archived parameter
It seems the client.export_study_data endpoint does not adequately respect the archived parameter, returning archived reports when it is set to False. For now this means we can't filter on archived at the API, leading to a problem when exporting study data.
Curren... | gharchive/issue | 2023-04-25T13:44:34 | 2025-04-01T06:40:13.191403 | {
"authors": [
"reiniervlinschoten",
"slknijnenburg"
],
"repo": "reiniervlinschoten/castoredc_api",
"url": "https://github.com/reiniervlinschoten/castoredc_api/issues/89",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1119934882 | Decide what to do about auto-updates
See: https://github.com/actions/runner/issues/1396#issuecomment-983783264 also related to #16
This was transitively addressed via latest "version" and this PR: #39. Closing.
| gharchive/issue | 2022-01-31T21:09:29 | 2025-04-01T06:40:13.203992 | {
"authors": [
"ravwojdyla"
],
"repo": "related-sciences/gce-github-runner",
"url": "https://github.com/related-sciences/gce-github-runner/issues/17",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1265857014 | Update serializers to include new Locality data
After adding new models (Locality, LocalityStack and BibItemLocality) (see https://github.com/relaton/relaton-py/issues/18) to accommodate more DOI data, we want to include them when serialising a BibliographiItem.
@stefanomunarini, so doi2ietf (doilit) used to serial... | gharchive/issue | 2022-06-09T09:31:42 | 2025-04-01T06:40:13.209169 | {
"authors": [
"stefanomunarini",
"strogonoff"
],
"repo": "relaton/relaton-py",
"url": "https://github.com/relaton/relaton-py/issues/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1817566663 | two big bugs! no support for "break" and inline loop
Describe the bug*
I am confront with two bugs, key word "break" in "for loop" and inline loop are not supported in hot reload run. It output the error info: "Process finished with exit code -1073741819 (0xC0000005)".
here is the test code:
site=[0,2,2,2]
site=[ii ... | gharchive/issue | 2023-07-24T04:07:27 | 2025-04-01T06:40:13.222783 | {
"authors": [
"dkrystki",
"jialay"
],
"repo": "reloadware/reloadium",
"url": "https://github.com/reloadware/reloadium/issues/158",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1079511351 | [BUG] ScrollView组件里slot无效
bug 描述
ScrollView组件slot无效
期望结果
如下截图所示
复现代码
可复现问题的代码仓库
关键代码
<View className="placeholder">placeholder</View>
<ScrollView scrollY refresherEnabled refresherDefaultStyle="none">
<View className="refresher" slot="refresher">
refresher
</View>
<View className="body">body</View... | gharchive/issue | 2021-12-14T09:25:11 | 2025-04-01T06:40:13.242072 | {
"authors": [
"fhyoga",
"ramen-curator",
"watsonhaw5566"
],
"repo": "remaxjs/remax",
"url": "https://github.com/remaxjs/remax/issues/1787",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
527875225 | Fix/missing macros
fix https://github.com/remaxjs/remax/issues/382#issuecomment-558000230
修复 babel-plugin-macros 找不到的错误
要改一下,要从开发者的角度去写
修复 babel-plugin-macros 找不到的错误
要改一下,要从开发者的角度去写
康康
| gharchive/pull-request | 2019-11-25T06:23:18 | 2025-04-01T06:40:13.244454 | {
"authors": [
"Darmody",
"yesmeck"
],
"repo": "remaxjs/remax",
"url": "https://github.com/remaxjs/remax/pull/406",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1977070674 | Create an example of an app with nested routes
I'm trying to organize my routes using route folders, but I can't seem to get it to work. I came to the examples repo to find a good example, but none of the examples show how to use route folders. Could someone who knows how Remix route folders works create an example? ... | gharchive/issue | 2023-11-04T00:16:27 | 2025-04-01T06:40:13.251334 | {
"authors": [
"elliotaplant",
"machour"
],
"repo": "remix-run/examples",
"url": "https://github.com/remix-run/examples/issues/376",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1062977694 | chore: fix ESLint errors & warnings
Fixes #625
Fixes #805
Thanks!
| gharchive/pull-request | 2021-11-24T22:51:02 | 2025-04-01T06:40:13.270038 | {
"authors": [
"MichaelDeBoey",
"kentcdodds"
],
"repo": "remix-run/remix",
"url": "https://github.com/remix-run/remix/pull/611",
"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.