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
1068450793
Remove id attribute from RouteChangeAnnouncement component https://github.com/remix-run/remix/discussions/763 tldr; the id attribute is not referenced anywhere, it seems it has no purpose. we no longer have that in the template, but thank you!
gharchive/pull-request
2021-12-01T14:07:07
2025-04-01T06:40:13.271255
{ "authors": [ "matmilbury", "ryanflorence" ], "repo": "remix-run/remix", "url": "https://github.com/remix-run/remix/pull/826", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2575331728
Fix error when using modify() with pick, on a schema that doesn't define allOf What this PR does Fix an error that occurs if you pick fields using modify() on a schema that doesn't define allOf. Why it happened / how it's fixed Unguarded access to allOf.forEach(...) on the modified schema, which we now check. How to ...
gharchive/pull-request
2024-10-09T09:22:57
2025-04-01T06:40:13.274301
{ "authors": [ "ollyd", "tcrammond" ], "repo": "remoteoss/json-schema-form", "url": "https://github.com/remoteoss/json-schema-form/pull/93", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
247665976
Process 'command '/Users/giuliopettenuzzo/Library/Android/sdk/ndk-bundle/ndk-build'' finished with non-zero exit value 2 I have been in this issue for one week. I'm not able to sort out, please help me! I follow all the steps in the guide like 10 times and I still have the same error. In the web I found a lot of peop...
gharchive/issue
2017-08-03T10:43:21
2025-04-01T06:40:13.305891
{ "authors": [ "GiulioPettenuzzo", "alexcohn", "renard314" ], "repo": "renard314/textfairy", "url": "https://github.com/renard314/textfairy/issues/156", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2232927870
[BUG] Find daily notes & find week notes both show all the notes Please confirm [X] I am running the latest version of this plugin Describe the bug Both finding daily and weekly notes show all the notes that I have in my notes folder. To Reproduce Steps to reproduce the behavior: Start nvim :Telekasten find_daily_...
gharchive/issue
2024-04-09T08:47:12
2025-04-01T06:40:13.317515
{ "authors": [ "Tonitum", "lambtho12", "marad" ], "repo": "renerocksai/telekasten.nvim", "url": "https://github.com/renerocksai/telekasten.nvim/issues/321", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
616559239
Adds packageNameQuery to limit results on long feeds This change is  <3
gharchive/pull-request
2020-05-12T10:52:21
2025-04-01T06:40:13.319056
{ "authors": [ "jessehouwing" ], "repo": "renevanosnabrugge/vsts-promotepackage-task", "url": "https://github.com/renevanosnabrugge/vsts-promotepackage-task/pull/55", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1249134231
Added support for Kubernetes 1.24.0 The code requires kubernetes.io/master label on two places nodeSelectors Tolerations Add the master label right after kubeadm is inited and before installing the kurl addons. And this logic is added only if the current kubernetes version is >= 1.24.0 Tested for ekc-operator $ kub...
gharchive/pull-request
2022-05-26T05:56:54
2025-04-01T06:40:13.456485
{ "authors": [ "jala-dx" ], "repo": "replicatedhq/kURL", "url": "https://github.com/replicatedhq/kURL/pull/2938", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2406650414
[protocolv2] Fix passing input as first message being backwards incompatible Why In v1.1 sometimes the first message is not init, but instead it's the input. Let's handle that. What changed If we get an init that's not matching what we expect, we'll check if the client is on v1.1 and then we'll pass the first message...
gharchive/pull-request
2024-07-13T02:55:40
2025-04-01T06:40:13.461914
{ "authors": [ "masad-frost" ], "repo": "replit/river", "url": "https://github.com/replit/river/pull/236", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
236621583
Update set method not working as expected in Kotlin From the docs int rows = data.update(Person.class) .set(Person.ABOUT, "student") .where(Person.AGE.lt(21)).get().value(); I would expect the Kotlin equivalent to work similarly val rows = data.update(Person::class) .set(Page::about, "student") .wher...
gharchive/issue
2017-06-16T23:33:56
2025-04-01T06:40:13.478917
{ "authors": [ "consp1racy", "exitface", "jeffzoch", "ninjudd", "npurushe", "xxxifan" ], "repo": "requery/requery", "url": "https://github.com/requery/requery/issues/592", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
569310181
Warning Please fix warning "request-promise-native > request-promise-core@1.1.3" has unmet peer dependency "request@^2.34". warning " > request-promise-native@1.0.8" has unmet peer dependency "request@^2.34". Have you tried adding request dependency to your project? Please read: https://nodejs.org/ru/blog/npm/peer-...
gharchive/issue
2020-02-22T09:42:30
2025-04-01T06:40:13.481462
{ "authors": [ "ArtashMardoyan", "debugmaster" ], "repo": "request/request-promise-native", "url": "https://github.com/request/request-promise-native/issues/59", "license": "isc", "license_type": "permissive", "license_source": "bigquery" }
367111519
Using the response param from one endpoint in Request of another Hello, I want to pass the response received from one API as a request parameter in another API using Request-Promise NodeJs module. Can someone pls help me in this? I am giving a brief of the sample code below: var Sequence = { test1: function (para...
gharchive/issue
2018-10-05T08:34:07
2025-04-01T06:40:13.484277
{ "authors": [ "Suvin1987", "analog-nico" ], "repo": "request/request-promise", "url": "https://github.com/request/request-promise/issues/289", "license": "isc", "license_type": "permissive", "license_source": "bigquery" }
258183320
End to End TLS + SNI with proxy Summary. We are running TLS+SNI with fabio https://github.com/fabiolb/fabio and backed by a nodejs running an HTTPS server with self signed certs. We have the application working with curl. We can't get this working with requests. I tried the toolbelt as well as may other adapters I fo...
gharchive/issue
2017-09-15T22:49:27
2025-04-01T06:40:13.493773
{ "authors": [ "Lukasa", "jshaw86" ], "repo": "requests/requests", "url": "https://github.com/requests/requests/issues/4293", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1915715728
Update README.md with "multimodal data" messaging What Update intro text, code snippet, and screenshot Checklist [x] I have read and agree to Contributor Guide and the Code of Conduct [x] I've included a screenshot or gif (if applicable) [x] I have tested demo.rerun.io (if applicable) PR Build Summary Docs previe...
gharchive/pull-request
2023-09-27T14:27:12
2025-04-01T06:40:13.499915
{ "authors": [ "emilk", "nikolausWest", "teh-cmc" ], "repo": "rerun-io/rerun", "url": "https://github.com/rerun-io/rerun/pull/3498", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2119492912
Allow SpaceViews to customize the behavior for how default visualizers are chosen What Builds on top of: https://github.com/rerun-io/rerun/pull/5047 We don't want to use Scalar as the indicator for LineSeries or PointSeries or else we would get both any time a user logs a Scalar. Instead we now delegate this choice...
gharchive/pull-request
2024-02-05T21:32:34
2025-04-01T06:40:13.507163
{ "authors": [ "Wumpf", "jleibs" ], "repo": "rerun-io/rerun", "url": "https://github.com/rerun-io/rerun/pull/5050", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
867048118
Hover different on ocaml files. The hover command gives identical results for hover on doc comments in .res and .ml files. Hovever vscode shows markdown only for those from .res files. Actually I was testing it wrong -- with the last published extension. On master it works as expected.
gharchive/pull-request
2021-04-25T16:06:13
2025-04-01T06:40:13.510472
{ "authors": [ "cristianoc" ], "repo": "rescript-lang/rescript-vscode", "url": "https://github.com/rescript-lang/rescript-vscode/pull/140", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2405474151
Long Sort and Copy Thanks for the sort added in https://github.com/research-ag/vector/pull/15 ! I have started using vectors for buffer in a number of places even when I don't anticipate it getting too large. Maybe this is a mistake as I saw that the performance for small collections is a bit better....but where the...
gharchive/issue
2024-07-12T12:36:14
2025-04-01T06:40:13.517215
{ "authors": [ "skilesare", "timohanke" ], "repo": "research-ag/vector", "url": "https://github.com/research-ag/vector/issues/16", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1867048048
Preview server does not support aliases Describe the Bug I use aliases with my TypeScript configuration in order to have simpler paths (@components/Test.tsx as an example), with the way the dev server currently works, I can't configure the tsconfig.json of the dev server, so it does not use proper aliases and do not ...
gharchive/issue
2023-08-25T13:20:45
2025-04-01T06:40:13.540491
{ "authors": [ "Gregory-Gerard", "RakaDoank", "gabrielmfern", "shellscape", "taylor-lindores-reeves", "tim3w4rp" ], "repo": "resendlabs/react-email", "url": "https://github.com/resendlabs/react-email/issues/895", "license": "MIT", "license_type": "permissive", "license_source": "gi...
632079440
All examples core dump when running This is built on a Ubuntu 18.04 docker following all of the directions for adding requirements. Each example dies when trying to parse and build from its urdf file. I've tried using DART master as well, which doesn't help. Any ideas on what I could have missed that's causing thi...
gharchive/issue
2020-06-06T00:16:10
2025-04-01T06:40:13.556156
{ "authors": [ "costashatz", "danachee" ], "repo": "resibots/robot_dart", "url": "https://github.com/resibots/robot_dart/issues/82", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
711305685
webmanifest broken? I tried to re-install Tileboard as an app after the recent restructure. But Firefox does not offer me install anymore. Only a regular add to home screen. I guess something broke with the webmanifest since I created it... Hmm... The add to home screen does what I expect. It's working on the iPad....
gharchive/issue
2020-09-29T17:16:10
2025-04-01T06:40:13.572073
{ "authors": [ "akloeckner", "rchl" ], "repo": "resoai/TileBoard", "url": "https://github.com/resoai/TileBoard/issues/446", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
837247744
Vertical Slider Tile Add Vertical Slider tile. Tile doesn't require any input from user, width and height will be calculated automatically based on Tile size. Best to use with tile height > 1. Also, some other options are available for user: sliderHeight and sliderWidth. If they are defined inside slider - they will ...
gharchive/issue
2021-03-22T01:47:40
2025-04-01T06:40:13.575624
{ "authors": [ "timota" ], "repo": "resoai/TileBoard", "url": "https://github.com/resoai/TileBoard/issues/673", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
393977787
Reverb is always mono on any browser HEllo! Reverb is mono, even with the audio demos that are provided in the SDK like room models. IT's mono on Electron, Safari, Firefox, everywhere. Any chance to get this fixed? I’ll look into this. We might be able to implement a stereo version of reverb but that would only wor...
gharchive/issue
2018-12-25T07:28:22
2025-04-01T06:40:13.592251
{ "authors": [ "Ghorthalon", "drewbitllama", "ogomez92" ], "repo": "resonance-audio/resonance-audio-web-sdk", "url": "https://github.com/resonance-audio/resonance-audio-web-sdk/issues/23", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
6414641
allowing before_execution_proc to be in the instance. The ideia is to allowing Resource to have it's own before_execution_proc in addition to the one that's provided by the class. Let me know what you think. thank you. Could it be merged? looking for such functionality @ab any chance to merge this? (open > 1yr), ...
gharchive/pull-request
2012-08-23T17:41:37
2025-04-01T06:40:13.619906
{ "authors": [ "ab", "brbrr", "fribeiro", "oschreib", "simon3z" ], "repo": "rest-client/rest-client", "url": "https://github.com/rest-client/rest-client/pull/137", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
530066901
"self-update --output" fails to create a new file on Windows Output of restic version restic 0.9.6 compiled with go1.13.4 on windows/amd64 How did you run restic exactly? (/Actual behavior/Steps to reproduce the behavior) Got the following error when running restic self-update: $ restic self-update --output restic-n...
gharchive/issue
2019-11-28T20:23:55
2025-04-01T06:40:13.629761
{ "authors": [ "andreaso", "guyshapiro", "rawtaz" ], "repo": "restic/restic", "url": "https://github.com/restic/restic/issues/2491", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
154367197
fix toJSON behavior Fix long standing bug with double JSON stringifed errors. When serializing to JSON, we now call toString() and VError should return the full context of the error message back. That's used as the 'message' when we have nested causes. Blocker for restify/node-restify#1084 Coverage increased (+0...
gharchive/pull-request
2016-05-11T23:42:39
2025-04-01T06:40:13.632871
{ "authors": [ "DonutEspresso", "coveralls" ], "repo": "restify/errors", "url": "https://github.com/restify/errors/pull/34", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
394805544
Fix #170 - set a 'dirty' flag in response to reconciliation Issue: If a component calls setState, the UI does not get refreshed in response. This is very problematic for a UI, since the interesting interactivity will occur duet o state transitions. Defect: Our setShouldRenderCallback should be smarter - as pointed ou...
gharchive/pull-request
2018-12-29T15:51:31
2025-04-01T06:40:14.146692
{ "authors": [ "bryphe" ], "repo": "revery-ui/revery", "url": "https://github.com/revery-ui/revery/pull/171", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1856883982
Update requirements.md Fixed typo mistake Thank you for your first contribution @jignesh-baldha !
gharchive/pull-request
2023-08-18T15:10:04
2025-04-01T06:40:14.195195
{ "authors": [ "janosmiko", "jignesh-baldha" ], "repo": "rewardenv/reward", "url": "https://github.com/rewardenv/reward/pull/52", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1343414522
Update s3, sdk-core, sqs to 2.17.255 Updates software.amazon.awssdk:s3 software.amazon.awssdk:sdk-core software.amazon.awssdk:sqs from 2.17.191 to 2.17.255. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR....
gharchive/pull-request
2022-08-18T17:44:21
2025-04-01T06:40:14.198904
{ "authors": [ "scala-steward" ], "repo": "rewards-network/pure-aws", "url": "https://github.com/rewards-network/pure-aws/pull/535", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2754200177
Errors not propogated to the user function connect() { if (request) { return } readyState = CONNECTING controller = new AbortController() request = fetch(url, getRequestOptions()) .then(onFetchResponse) .catch((err: Error & {type: string}) => { request = null ...
gharchive/issue
2024-12-21T16:17:02
2025-04-01T06:40:14.442313
{ "authors": [ "lukebelbina", "punkpeye" ], "repo": "rexxars/eventsource-client", "url": "https://github.com/rexxars/eventsource-client/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
303944264
Pass node properties to renderer This allow us to have an abstract representation of custom nodes and passing props to the render function such as: { 'type': 'linkbar', 'description': 'some text', 'image': 'image.jpg', } and render them as: renderLinbar = ({description, image}) => <Linkbar description={desc...
gharchive/pull-request
2018-03-09T18:55:17
2025-04-01T06:40:14.444820
{ "authors": [ "juangl", "rexxars" ], "repo": "rexxars/react-markdown", "url": "https://github.com/rexxars/react-markdown/pull/152", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2236874963
accept a path or bytes for Single and Parallel let _ = Single::from_bytes(); // accepts a vector (or array) of bytes let _ = Single::from_path(); // accepts a path leading to a .jpg image let _ = Parallel::from_dir(); // accepts a directory containing .jpg images let _ = Parallel::from_vec(); // accepts a vector of...
gharchive/issue
2024-04-11T04:12:30
2025-04-01T06:40:14.449875
{ "authors": [ "rfdzan" ], "repo": "rfdzan/jippigy", "url": "https://github.com/rfdzan/jippigy/issues/21", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
871701040
Missing Copyright Info Hi team, I couldn’t identify the copyright information. I am not sure if the copyright info is accurate in the License file. If it is not, do you mind to provide the copyright information, maybe in the copyright notice file? License was added on 45fbb83. Thanks,
gharchive/issue
2021-04-30T00:09:55
2025-04-01T06:40:14.459978
{ "authors": [ "morningwinter", "rfmoz" ], "repo": "rfmoz/grafana-dashboards", "url": "https://github.com/rfmoz/grafana-dashboards/issues/78", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
181421903
[noco] Support for playlist [x] I've verified and I assure that I'm running youtube-dl 2016.10.02 [x] README/FAQ/search [x] Feature request (request for a new functionality) Main extractor contributor: @dstftw I'd like to suggest adding support for Noco's playlists, to allow download for a full series. Example, wi...
gharchive/issue
2016-10-06T13:56:18
2025-04-01T06:40:14.464269
{ "authors": [ "Alwaysin", "mitsukarenai" ], "repo": "rg3/youtube-dl", "url": "https://github.com/rg3/youtube-dl/issues/10864", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
274232095
hotstar and voot livestreamer i.e h.exe and v.exe not downloading video from voot, from today. Please follow the guide below You will be asked some questions and requested to provide some information, please read them carefully and answer honestly Put an x into all the boxes [ ] relevant to your issue (like this: [x...
gharchive/issue
2017-11-15T17:02:56
2025-04-01T06:40:14.480061
{ "authors": [ "dstftw", "shank06" ], "repo": "rg3/youtube-dl", "url": "https://github.com/rg3/youtube-dl/issues/14757", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
296211606
Hey! I have problem from today with Udemy paid courses. Yesterday everything worked well, but today I get this, from different URL-s [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-v', '-u', 'PRIVATE', '-p', 'PRIVATE', 'https://www.udemy.com/the-python-mega-co...
gharchive/issue
2018-02-11T18:15:02
2025-04-01T06:40:14.486716
{ "authors": [ "Ashroyal", "Slobodnjak", "silverbret1709" ], "repo": "rg3/youtube-dl", "url": "https://github.com/rg3/youtube-dl/issues/15571", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
355772274
Where do I enter --cookies FILE command? Here is command that not working because It premium content and required cookie, question is where should I put the command? youtube-dl.exe --ffmpeg-location C:\Users\anonimous\Desktop\ffmpeg\ffmpeg-20180404-2accdd3-win64-static\ffmpeg-20180404-2accdd3-win64-static\bin --hls-p...
gharchive/issue
2018-08-30T22:10:32
2025-04-01T06:40:14.491827
{ "authors": [ "dstftw", "hasnogaems" ], "repo": "rg3/youtube-dl", "url": "https://github.com/rg3/youtube-dl/issues/17389", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
126565814
youtube-dl should display ffmpeg errors Whenever ffmpeg gives out errors, youtube-dl should give that feedback to the user. As it is now, it only gives the last line:[ffmpeg] Correcting container in "A.m4a" ERROR: file:A.temp.m4a: Invalid argument But it would be better if it gave the whole error so that I would know...
gharchive/issue
2016-01-14T02:45:10
2025-04-01T06:40:14.493947
{ "authors": [ "fstirlitz", "illumilore" ], "repo": "rg3/youtube-dl", "url": "https://github.com/rg3/youtube-dl/issues/8230", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
206205427
[Pornhub] Fix for Issue #12007 Please follow the guide below You will be asked some questions, please read them carefully and answer honestly Put an x into all the boxes [ ] relevant to your pull request (like that [x]) Use Preview tab to see how your pull request will actually look like Before submitting a pull r...
gharchive/pull-request
2017-02-08T13:58:46
2025-04-01T06:40:14.504873
{ "authors": [ "MikeRich88", "ThomasChr", "yan12125" ], "repo": "rg3/youtube-dl", "url": "https://github.com/rg3/youtube-dl/pull/12018", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
373556499
[discovery] Added foodnetwork and hgtv (fixes #17947) Please follow the guide below You will be asked some questions, please read them carefully and answer honestly Put an x into all the boxes [ ] relevant to your pull request (like that [x]) Use Preview tab to see how your pull request will actually look like Bef...
gharchive/pull-request
2018-10-24T15:57:47
2025-04-01T06:40:14.514580
{ "authors": [ "VietTPham", "nerdily", "zacklb" ], "repo": "rg3/youtube-dl", "url": "https://github.com/rg3/youtube-dl/pull/17959", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
1444765099
Cannot enable/disable controller from card Checklist: [X] I updated to the latest version available [X] I cleared the cache of my browser Release with the issue: Home Assistant 2022.11.2, Irrigation Unlimited 2022.11.0, Irrigation Unlimited Card 2022.10.0 Last working release (if known): Not sure, but I believe it...
gharchive/issue
2022-11-11T00:54:38
2025-04-01T06:40:14.524715
{ "authors": [ "Kolia56", "abcben78", "rgc99", "twigonometry1" ], "repo": "rgc99/irrigation-unlimited-card", "url": "https://github.com/rgc99/irrigation-unlimited-card/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2727508574
🛑 Sito Web is down In f46a661, Sito Web (https://www.comune.preganziol.tv.it) was down: HTTP code: 0 Response time: 0 ms Resolved: Sito Web is back up in a34ec3e after 6 minutes.
gharchive/issue
2024-12-09T15:49:17
2025-04-01T06:40:14.529491
{ "authors": [ "rglauco" ], "repo": "rglauco/upptime", "url": "https://github.com/rglauco/upptime/issues/1873", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1721722768
🛑 Cryptoagent is down In df59216, Cryptoagent (https://cryptoagent.us) was down: HTTP code: 0 Response time: 0 ms Resolved: Cryptoagent is back up in d9c0a8f.
gharchive/issue
2023-05-23T10:13:02
2025-04-01T06:40:14.538870
{ "authors": [ "rgstephens" ], "repo": "rgstephens/upptime", "url": "https://github.com/rgstephens/upptime/issues/337", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2550063879
OpenShift Login - inconsistent login error message Describe the bug When logging into OpenShift, if the user provides either an incorrect Username or Password the error message references 'Login' instead of Username To Reproduce Login to OpenShift Enter an incorrect Username or Password Click Log in Expected behavi...
gharchive/issue
2024-09-26T09:38:47
2025-04-01T06:40:14.542601
{ "authors": [ "antowaddle", "guimou" ], "repo": "rh-aiservices-bu/parasol-insurance", "url": "https://github.com/rh-aiservices-bu/parasol-insurance/issues/140", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1287251004
fix: Make quay.io use pull secret only If the remote registry is quay, we don't have user/pass as we only use the pull secret, avoid using them. Fixes #452 :tada: This PR is included in version 1.10.2 :tada: The release is available on GitHub release Your semantic-release bot :package::rocket:
gharchive/pull-request
2022-06-28T12:12:58
2025-04-01T06:40:14.544852
{ "authors": [ "iranzo" ], "repo": "rh-ecosystem-edge/ztp-pipeline-relocatable", "url": "https://github.com/rh-ecosystem-edge/ztp-pipeline-relocatable/pull/454", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2309792654
A stack overflow vulnerability was found The vulnerThe vulnerability error information is as followsability error information is as follows: ==272977==ERROR: AddressSanitizer: stack-overflow on address 0x7ffc96d13ac0 (pc 0x55f7a3fd45c5 bp 0x7ffc96d16880 sp 0x7ffc96d13ac0 T0) #0 0x55f7a3fd45c5 in rhai::eval::stmt:...
gharchive/issue
2024-05-22T07:30:55
2025-04-01T06:40:14.565272
{ "authors": [ "MageWeiG", "schungx" ], "repo": "rhaiscript/rhai", "url": "https://github.com/rhaiscript/rhai/issues/880", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2547405256
Internal panic in the engine Hello rhai team, We've introduced the possibility to edit document by (rhai) function in Meilisearch a few months ago and a user reported an internal panic in rhai. I didn’t have the time to try to reproduce the issue on my side yet, but I thought it could be nice for you to get the error...
gharchive/issue
2024-09-25T09:03:37
2025-04-01T06:40:14.571815
{ "authors": [ "irevoire", "longzou", "schungx" ], "repo": "rhaiscript/rhai", "url": "https://github.com/rhaiscript/rhai/issues/916", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
185812451
ev3dev-lang-python, rpyc and PIL Hi again! This is not a issue. I am working with rpyc. I need big fonts for lcd screen! I got a beautiful example in ev3python (thanks @ndward!) #!/usr/bin/env python3 from ev3dev.ev3 import * from PIL import Image, ImageDraw, ImageFont from time import sleep lcd = Screen() f =...
gharchive/issue
2016-10-28T00:27:05
2025-04-01T06:40:14.588700
{ "authors": [ "DJuego", "WasabiFan", "ddemidov" ], "repo": "rhempel/ev3dev-lang-python", "url": "https://github.com/rhempel/ev3dev-lang-python/issues/240", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
155132278
Only add line spacing when there are 1 or more lines. If numberOfLines == 0 and lineSpacing != 0, the dimensions calculated in collectionViewContentSize were incorrect. numberOfLines - 1 would wrap around to a giant int which was causing size.height to become extremely large in my case. The grid layout partially brok...
gharchive/pull-request
2016-05-16T22:00:20
2025-04-01T06:40:14.600934
{ "authors": [ "rhodgkins", "robmaceachern" ], "repo": "rhodgkins/RDHCollectionViewGridLayout", "url": "https://github.com/rhodgkins/RDHCollectionViewGridLayout/pull/8", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
44957272
provide a way to specify health checks / availability checks / happy page checks to a JVM with jolokia? So whenever possible I include jolokia in all JVMs (and docker images with JVMs inside) as a standard REST way to do monitoring and to use the nice hawtio console etc. (I tend to use the java agent approach to avoi...
gharchive/issue
2014-10-06T08:07:14
2025-04-01T06:40:14.624859
{ "authors": [ "jstrachan", "nevenr", "rhuss" ], "repo": "rhuss/jolokia", "url": "https://github.com/rhuss/jolokia/issues/162", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
95772511
Work well with cellular or no network This app needs to be better behaved if no or slow networks are available: [ ] automatic sync on wifi [ ] sync manually on cell [x] do not attempt to sync if no network is available [x] #24 This shows no apparent need to sync if no network is available. 2.0 will not require ...
gharchive/issue
2015-07-18T01:00:47
2025-04-01T06:40:14.628189
{ "authors": [ "rhwood" ], "repo": "rhwood/roster-decoder", "url": "https://github.com/rhwood/roster-decoder/issues/14", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
270485282
Alerts Added the alerts component Note: This was branched from the #12 brach so this pr includes those changes as well. Looks fantastic, awesome stuff! And thank you for the fix on the border/background color.
gharchive/pull-request
2017-11-01T23:26:54
2025-04-01T06:40:14.633025
{ "authors": [ "Fraham", "rhyneav" ], "repo": "rhyneav/papercss", "url": "https://github.com/rhyneav/papercss/pull/16", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
273497972
Fixes #1 Brief description Fixes #1 Developer Certificate of Origin [x] I certify that these changes according to the Developer Certificate of Origin 1.1 as described at https://developercertificate.org/. Further details The trick is to url encode the whole SVG and remove charset. Tested in Chrome, FF, IE9-10-11. ...
gharchive/pull-request
2017-11-13T16:44:23
2025-04-01T06:40:14.634900
{ "authors": [ "rhyneav", "wintercounter" ], "repo": "rhyneav/papercss", "url": "https://github.com/rhyneav/papercss/pull/35", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
271967583
Serialization should consider DateTimeKind for UTC and non-UTC DateTimes Right now serialization doesn't handle DateTimeKind. This makes interop with some libraries (like Telerik's RadSchedule stuff) problematic. If we pay attention to the DateTimeKind, and preserve it during serialization and deserialization, intero...
gharchive/issue
2017-11-07T20:12:41
2025-04-01T06:40:14.636500
{ "authors": [ "rianjs" ], "repo": "rianjs/ical.net", "url": "https://github.com/rianjs/ical.net/issues/331", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
714301942
Fix coverage upload to coveralls.io coveralls.io reports 0% coverage but the coverage reports in the GitHub action report 88%. Closed via #8
gharchive/issue
2020-10-04T12:19:49
2025-04-01T06:40:14.681149
{ "authors": [ "richford" ], "repo": "richford/groupyr", "url": "https://github.com/richford/groupyr/issues/6", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
54952950
Atom.Object.defineProperty.get is deprecated. atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement. A...
gharchive/issue
2015-01-20T22:56:46
2025-04-01T06:40:14.683000
{ "authors": [ "csozo", "stramel" ], "repo": "richrace/highlight-line", "url": "https://github.com/richrace/highlight-line/issues/40", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
287473019
mute the video At least on iOS this works and has the benefit the user's music doesn't stop playing yet it still doesn't sleep. I don't have Android to test on I'm going to test this now on both Android and iOS devices! According to https://github.com/richtr/NoSleep.js/issues/47 this does not actually mute the vi...
gharchive/pull-request
2018-01-10T15:26:55
2025-04-01T06:40:14.686104
{ "authors": [ "greggman", "montamal", "richtr" ], "repo": "richtr/NoSleep.js", "url": "https://github.com/richtr/NoSleep.js/pull/45", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1881942373
Allow edit selected command before execute it Description: This PR allows users to customize the commands generated by the API before execution (#20). For instance, when using the command "shai create new folder," users can now confirm and modify it to their preference, such as changing "mkdir new_folder" to "mkdir m...
gharchive/pull-request
2023-09-05T13:04:46
2025-04-01T06:40:14.688056
{ "authors": [ "JoseMiguelCh", "ricklamers" ], "repo": "ricklamers/shell-ai", "url": "https://github.com/ricklamers/shell-ai/pull/21", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
453699303
Publish 2.13.0 Once 1.14.0 for 2.13 is published, #479 will be green in Travis for the master branch. This may be a good time to publish Scalajs 1.0.0-M8 for 2.13 and 2.12 from the 1.14.0_sonatype branch, as well, which would require #475. Tried helping with this along with PR #481. Fixed with https://github.com/...
gharchive/issue
2019-06-07T21:24:37
2025-04-01T06:40:14.696648
{ "authors": [ "ashawley", "dwijnand", "xuwei-k" ], "repo": "rickynils/scalacheck", "url": "https://github.com/rickynils/scalacheck/issues/480", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
237218346
Change in folder structure This PR has lots of changes, but is just a change in the folder structure. Problem Currently, if we clone the repository or install the dependency from the repository, the path to the compiled dist file will be nativescript-vue/nativescript-vue/dist/index.js, which feels weird. The npm link...
gharchive/pull-request
2017-06-20T13:56:31
2025-04-01T06:40:14.729785
{ "authors": [ "gvsrepins", "rigor789", "tralves", "vesper8" ], "repo": "rigor789/nativescript-vue", "url": "https://github.com/rigor789/nativescript-vue/pull/26", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2495558453
Feat: Human readable dashboard state https://www.notion.so/rilldata/Human-Readable-dashboard-state-f851ea32b47e4e1d81d87d6e857f2268?pvs=4 Blocks https://github.com/rilldata/rill/issues/5490 @nishantmonu51 to track the state work
gharchive/issue
2024-08-29T20:54:44
2025-04-01T06:40:14.737786
{ "authors": [ "mindspank" ], "repo": "rilldata/rill", "url": "https://github.com/rilldata/rill/issues/5561", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
282060932
Deploy master release This PR is limited to linux and mac for now. I have just one question: can Travis deploy the mkdocs site if there is something in the gh-pages that is not on the master?
gharchive/pull-request
2017-12-14T11:00:21
2025-04-01T06:40:14.746720
{ "authors": [ "BotellaA" ], "repo": "ringmesh/RINGMesh", "url": "https://github.com/ringmesh/RINGMesh/pull/97", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2339205655
Axelar bridge docs use js, pythons, and Foundry increasing skill set and tools needed. ethers js library can be use to both encode and send transactions eliminating need for python and Foundry/cast encoding // Define the data type and value const types = ['string']; const values = ['hello, wor...
gharchive/issue
2024-06-06T21:48:32
2025-04-01T06:40:14.781874
{ "authors": [ "brettmollin", "k4m4" ], "repo": "ripple/opensource.ripple.com", "url": "https://github.com/ripple/opensource.ripple.com/issues/87", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
926141725
Use api.generateAddress to create account. Get account information and report error rippled-1.7.2 Please help me server start(Start a New Genesis Ledger in Stand-Alone Mode) rippled -a --start --conf=/etc/opt/ripple/rippled.cfg jsApi import { RippleAPI } from 'ripple-lib' const api = new RippleAPI({ server: 'ws://1...
gharchive/issue
2021-06-21T11:59:14
2025-04-01T06:40:14.797383
{ "authors": [ "intelliot", "pwang200", "zwht" ], "repo": "ripple/rippled", "url": "https://github.com/ripple/rippled/issues/3873", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
96883589
Switch some Ledger instances to ReadView instances In order to finish the cutover to using open views rather than open ledgers, code that can handle open ledgers must switch to using a ReadView. Here are a few changes in that direction. Remove ltCURRENT (it was never used anyway) Change getOwnerInfo Use ReadView in ...
gharchive/pull-request
2015-07-23T19:00:30
2025-04-01T06:40:14.800702
{ "authors": [ "JoelKatz", "vinniefalco", "ximinez" ], "repo": "ripple/rippled", "url": "https://github.com/ripple/rippled/pull/1200", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
129883838
Improve error message when signing fails (RIPD-1066): With the addition of multisigning there are a variety of reasons a signature may fail. We now return a more descriptive message for the reason certain signature checks fail. Reviewers: @miguelportilla @seelabs Current coverage is 62.35% Merging #1521 into deve...
gharchive/pull-request
2016-01-29T21:12:30
2025-04-01T06:40:14.804867
{ "authors": [ "codecov-io", "nbougalis", "scottschurr" ], "repo": "ripple/rippled", "url": "https://github.com/ripple/rippled/pull/1521", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
365183226
Allow validators to detect transaction censorship attempts: The XRP Ledger is designed to be censorship resistant. Any attempt to censor transactions would require coordinated action by a majority of the system's validators. Importantly, the design of the system is such that such an attempt is detectable and can be e...
gharchive/pull-request
2018-09-30T02:04:09
2025-04-01T06:40:14.830009
{ "authors": [ "JoelKatz", "MarkusTeufelberger", "nbougalis", "ripplelabs-jenkins" ], "repo": "ripple/rippled", "url": "https://github.com/ripple/rippled/pull/2700", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
2564175919
SYSSUSP_SUSPEND should allow platform-specific quiescent states, not only WFI Currently, the SYSSUSP_SUSPEND service description contains the following requirement: The application processor which called this service must enter into the WFI state by executing the WFI instruction. The platform microcontroller will tr...
gharchive/issue
2024-10-03T14:12:23
2025-04-01T06:40:14.839023
{ "authors": [ "SiFiveHolland", "pathakraul" ], "repo": "riscv-non-isa/riscv-rpmi", "url": "https://github.com/riscv-non-isa/riscv-rpmi/issues/65", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2421860490
Vector Test Generator Write a python script to automatically generate vector json tests. Add support for the script to be able to parse Mavis as well to generate the tests. hey @aarongchan Can I take up this issue? @aarongchan , @danbone I’ve completed a script for generating vector JSON tests and parsing Mavis d...
gharchive/issue
2024-07-22T03:59:20
2025-04-01T06:40:14.840596
{ "authors": [ "Shubhf", "aarongchan" ], "repo": "riscv-software-src/riscv-perf-model", "url": "https://github.com/riscv-software-src/riscv-perf-model/issues/186", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2739936778
Value of vstopi.IPRIO cannot be 256 for candidate #3 Hi, The width of vstopi.IPRIO is 8 bits, the maximum value is 255, but candidate 3 says priority number 256 is used. Read-only CSR vstopi is VSXLEN bits wide and has the same format as stopi: bits 27:16 IID bits 7:0 IPRIO if bit 9 is one in both vsip and vsie, a...
gharchive/issue
2024-12-14T15:10:25
2025-04-01T06:40:14.842673
{ "authors": [ "zengderui" ], "repo": "riscv/riscv-aia", "url": "https://github.com/riscv/riscv-aia/issues/112", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2154782445
actionlint errors: shellcheck double quote to prevent globbing; deprecated command set-output I ran actionlint https://github.com/rhysd/actionlint on repo: kbroch@~/rvi/riscv-docs-base-container-image on  main via 🐍 v3.11.2 (venv) ❯ actionlint .github/workflows/build.yaml:32:9: shellcheck reported issue in this s...
gharchive/issue
2024-02-26T17:59:08
2025-04-01T06:40:14.844548
{ "authors": [ "kbroch-rivosinc" ], "repo": "riscv/riscv-docs-base-container-image", "url": "https://github.com/riscv/riscv-docs-base-container-image/issues/8", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1872109226
What is the step-by-step process for two-stage address translation In the latest pdf build (5/23/23) of the Privileged Architecture, the step-by-step description in 5.3.2 Virtual Address Translation Process is clear and concise for single stage translation. However, when we move to two-stage translation, the differen...
gharchive/issue
2023-08-29T17:29:45
2025-04-01T06:40:14.862455
{ "authors": [ "allenjbaum", "gfavor", "kdockser", "ved-rivos" ], "repo": "riscv/riscv-isa-manual", "url": "https://github.com/riscv/riscv-isa-manual/issues/1103", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
272296410
xTVAL missing from MEDELEG/MIDELEG description It seems like xTVAL delegation rules are missing https://github.com/riscv/riscv-isa-manual/blob/7cf3673198998d38b7235c879974cdcfa0912031/src/machine.tex#L1044 You're right, thanks.
gharchive/issue
2017-11-08T18:10:58
2025-04-01T06:40:14.864541
{ "authors": [ "as-sc", "aswaterman" ], "repo": "riscv/riscv-isa-manual", "url": "https://github.com/riscv/riscv-isa-manual/issues/113", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1402640394
Add Bubble Sort in Algorithm folder There is a folder "Bubble sort" in DSA/JAVA/Algorithm you need to add java source file (your code) and readme file describing algorithm in details. Would love to work on this @risingstar-bit . Please assign this to me :) Would love to work on this @risingstar-bit . Please assi...
gharchive/issue
2022-10-10T06:05:00
2025-04-01T06:40:14.874724
{ "authors": [ "Kritika30032002", "YuvrajRakheja", "probro27", "risingstar-bit" ], "repo": "risingstar-bit/Compose-Community", "url": "https://github.com/risingstar-bit/Compose-Community/issues/75", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1839632655
Support abort state in transaction Is your feature request related to a problem? Please describe. In postgresql, transcation will encouter abort state when occurs error. It will refuse the following request until the COMMIT or ROLLBACK in this state. // Postgresql test_db=> begin read only; BEGIN test_db=*> select v...
gharchive/issue
2023-08-07T14:51:22
2025-04-01T06:40:14.877998
{ "authors": [ "BugenZhao", "ZENOTME" ], "repo": "risingwavelabs/risingwave", "url": "https://github.com/risingwavelabs/risingwave/issues/11510", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2160506883
feat(batch): support batch read for file source I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement. What's changed and what's your intention? This pr will introduce batch read for new file source(s3_v2, gcs), and the next pr will bring PredicatePushdown for them. Checklist [ ] I ...
gharchive/pull-request
2024-02-29T06:35:37
2025-04-01T06:40:14.884034
{ "authors": [ "wcy-fdu" ], "repo": "risingwavelabs/risingwave", "url": "https://github.com/risingwavelabs/risingwave/pull/15358", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1591329904
refactor: no need to resolve hanging channel Signed-off-by: Bugen Zhao i@bugenzhao.com I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement. What's changed and what's your intention? The hanging channel is a channel that's external for a table fragments subgraph. We introduced this f...
gharchive/pull-request
2023-02-20T07:51:28
2025-04-01T06:40:14.891188
{ "authors": [ "BugenZhao", "shanicky" ], "repo": "risingwavelabs/risingwave", "url": "https://github.com/risingwavelabs/risingwave/pull/8050", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2050023631
[Feature Request] onLoad callback Description I've noted the web version has an onLoad callback when loading files over the URL. I dug through the code and I think this may not be even exposed from native iOS/Android level? Would be great for us to have this functionality so we could show some sort of loaders while w...
gharchive/issue
2023-12-20T07:45:23
2025-04-01T06:40:14.921591
{ "authors": [ "SergeyYurkevich", "cosimochellini", "edgartoomik", "ridwansameer" ], "repo": "rive-app/rive-react-native", "url": "https://github.com/rive-app/rive-react-native/issues/216", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
465975090
Feature: Telegram zu notifiers hinzugefügt Als kleine Ergänzung habe ich Telegram als möglichen notifier hinzugefügt. Cool, vielen Dank. Sinnvolle PRs sind immer willkommen 😄 Top @pandaslide das Feature funktioniert wunderbar. Steht ab Release 5.6.2 bereit! Danke für den schnellen Merge und das tolle Tool!
gharchive/pull-request
2019-07-09T20:40:54
2025-04-01T06:40:14.931548
{ "authors": [ "pandaslide", "rix1337" ], "repo": "rix1337/RSScrawler", "url": "https://github.com/rix1337/RSScrawler/pull/308", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1353309778
Add Tech Stack Filter Problems The website can only filter the people/engineers only by their location. The employer might find it hard to search for specific engineers that match their requirements. Solution Add the Tech-Stack filter feature Implementation Added Svelte-Select library to provide a Select component...
gharchive/pull-request
2022-08-28T10:21:16
2025-04-01T06:40:14.934353
{ "authors": [ "luthfihizb", "rizafahmi" ], "repo": "rizafahmi/carikerja", "url": "https://github.com/rizafahmi/carikerja/pull/111", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
756572925
pair programming exercise This was fun! Turned prompt to function! looks great! thanks for playing!
gharchive/pull-request
2020-12-03T20:37:02
2025-04-01T06:40:14.973688
{ "authors": [ "ChanceHarmon", "rkgallaway" ], "repo": "rkgallaway/about-me", "url": "https://github.com/rkgallaway/about-me/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1634555501
Consider Supporting Alfred Gallery? I apologize as I've just learned about this, myself, but apparently we can keep our workflows updated through the Alfred Gallery. I don't know what it takes to do such, but I was going to look at it later as a possible PR. ooo i was unaware of this, but this is awesome. i've been...
gharchive/issue
2023-03-21T19:15:33
2025-04-01T06:40:14.981034
{ "authors": [ "SeanSith", "rkoval" ], "repo": "rkoval/alfred-aws-console-services-workflow", "url": "https://github.com/rkoval/alfred-aws-console-services-workflow/issues/59", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2414067742
How do I get the test to run with specific environment variables set? In order for my test to run properly, I need certain environment variables set. As is, I can run the test fine outside of vscode, but when I use this extension, the test fails because a certain environment variable is not set. You can open a PR ...
gharchive/issue
2024-07-17T16:39:16
2025-04-01T06:40:15.018497
{ "authors": [ "fmaddenflx", "rluvaton" ], "repo": "rluvaton/vitest-vs-code-plugin", "url": "https://github.com/rluvaton/vitest-vs-code-plugin/issues/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
609649335
Do you plan to publish the codes (MAML, RL^2, PEARL) to reproduce the paper? It would be very helpful if you could make it public. Hi @emuemuJP, you can find code for the algorithms that you have listed in https://github.com/rlworkgroup/garage , along with working examples on metaworld. Please note that the above...
gharchive/issue
2020-04-30T07:03:36
2025-04-01T06:40:15.020495
{ "authors": [ "avnishn", "emuemuJP", "krzentner" ], "repo": "rlworkgroup/metaworld", "url": "https://github.com/rlworkgroup/metaworld/issues/81", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1465569799
🛑 Micro.blog is down In 53dbcca, Micro.blog (https://roberto.mateu.me) was down: HTTP code: 0 Response time: 0 ms Resolved: Micro.blog is back up in a29ed6b.
gharchive/issue
2022-11-27T20:41:07
2025-04-01T06:40:15.023114
{ "authors": [ "rmateu" ], "repo": "rmateu/statuspage", "url": "https://github.com/rmateu/statuspage/issues/210", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1141254339
Update README.md Adds the workaround from https://github.com/rmculpepper/iracket/issues/11 to the readme. I am not a fan of copying files installed by a package manager to other places on the system. It clutters up your drive and can lead to issues when trying to uninstall. IMO a better approach is to chance the li...
gharchive/pull-request
2022-02-17T12:07:22
2025-04-01T06:40:15.028408
{ "authors": [ "NightMachinary", "mpcjanssen" ], "repo": "rmculpepper/iracket", "url": "https://github.com/rmculpepper/iracket/pull/18", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
965189685
Problem when generating audio for new epoch Traceback (most recent call last): File "train.py", line 335, in main() File "train.py", line 326, in main verbose=0, File "/usr/local/lib/python3.7/dist-packages/tensorflow/python/keras/engine/training.py", line 1229, in fit callbacks.on_epoch_end(epoch, epoch_logs) File ...
gharchive/issue
2021-08-10T17:44:50
2025-04-01T06:40:15.066190
{ "authors": [ "deccolquitt", "relativeflux" ], "repo": "rncm-prism/prism-samplernn", "url": "https://github.com/rncm-prism/prism-samplernn/issues/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
88406285
jira.plugin.zsh:52: parse error near `else' Two else branches in this if...... I'll be darned. Reproduces for me on OS X if I just add jira to my plugins list. Last login: Mon Jun 15 16:43:18 on ttys001 /Users/janke/.oh-my-zsh/plugins/jira/jira.plugin.zsh:52: parse error near `else' [@ in ~] $ Looks like it was ca...
gharchive/issue
2015-06-15T12:11:54
2025-04-01T06:40:15.084097
{ "authors": [ "JohnCaza", "JohnSmithX", "Schrank", "apjanke", "arnoldnedap", "diwu1989", "ericop", "feiyan35488", "francisbautista", "hasannawaz", "ladyborg", "mcornella", "ncanceill", "tresni", "xyalan" ], "repo": "robbyrussell/oh-my-zsh", "url": "ht...
198365643
The only thing vi-mode does is ignore some key presses I used to use bindkey -v to use vi-like keybindings in zsh. After installing oh-my-zsh, this stopped working. I changed the line to plugins=(vi-mode). Now if I hit escape and try to hit command keys it will ignore some number of key presses and then start inserti...
gharchive/issue
2017-01-02T17:58:12
2025-04-01T06:40:15.089150
{ "authors": [ "SaffronSnail", "slavaGanzin" ], "repo": "robbyrussell/oh-my-zsh", "url": "https://github.com/robbyrussell/oh-my-zsh/issues/5746", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
259137151
Add robin theme Just slight modification of agnoster adding timestamp icon fixup New themes are currently not being accepted, but you can add a link to it on the external themes wiki page.
gharchive/pull-request
2017-09-20T11:57:24
2025-04-01T06:40:15.091003
{ "authors": [ "robinwolny", "stevenspasbo" ], "repo": "robbyrussell/oh-my-zsh", "url": "https://github.com/robbyrussell/oh-my-zsh/pull/6311", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
804607212
adding Productboard https://www.productboard.com/pricing/ @deethreedouble it appears productboard raised their pricing for enterprise to be $200/user/month (without any discounts) I just went through the sales process with them and they are able to shave SSO off a la carte, but at the total per-user cost of $167/mo...
gharchive/pull-request
2021-02-09T14:34:06
2025-04-01T06:40:15.099039
{ "authors": [ "CalebAlbers", "deethreedouble" ], "repo": "robchahin/sso-wall-of-shame", "url": "https://github.com/robchahin/sso-wall-of-shame/pull/196", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
187474573
So, where are the icons? This is the first time I've ever done this. https://1drv.ms/i/s!AlnGeQSYLUVaoocds4rUwd7LmxHtzg https://1drv.ms/i/s!AlnGeQSYLUVaoocenxf_W_aZSQsSfg I'm new to a lot so any way to know what I'm doing wrong based on the screenshots? Everything is updated to the fullest. Checklist: I'm using Visu...
gharchive/issue
2016-11-05T03:45:00
2025-04-01T06:40:15.135472
{ "authors": [ "DanJ210" ], "repo": "robertohuertasm/vscode-icons", "url": "https://github.com/robertohuertasm/vscode-icons/issues/412", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1943963999
🛑 Revista Cómo ves is down In e1cb84c, Revista Cómo ves (http://www.comoves.unam.mx) was down: HTTP code: 0 Response time: 0 ms Resolved: Revista Cómo ves is back up in 111d452 after 5 minutes.
gharchive/issue
2023-10-15T16:44:47
2025-04-01T06:40:15.138252
{ "authors": [ "robertormzg" ], "repo": "robertormzg/upptime-dgdc", "url": "https://github.com/robertormzg/upptime-dgdc/issues/613", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
775001019
Support eoy definition in taskwarrior 2.5.2 (Closes: #87) taskwarrior 2.5.2 switched the end of year definition: $ task calc eoy 2000-12-31T23:59:59 (version 2.5.1) 2021-01-01T00:00:00 (version 2.5.2) Coverage decreased (-1.7%) to 90.488% when pulling 57384842951b36a2201a3a5db3586201ed8991f2 on jspricke:develop in...
gharchive/pull-request
2020-12-27T08:49:19
2025-04-01T06:40:15.143562
{ "authors": [ "coveralls", "jspricke", "robgolding" ], "repo": "robgolding/tasklib", "url": "https://github.com/robgolding/tasklib/pull/88", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2583238822
Чи могли б оновити додаток, а також підсказати як використовувати квантонізовану версію? Чи могли б оновити додаток, а також підсказати як використовувати квантонізовану версію? Намагався запустити, сходу не запустилось, після встановлення залежностей з файлу залежностей, видавало помилку, Бо вже не сумісне з бібліот...
gharchive/issue
2024-10-12T16:26:15
2025-04-01T06:40:15.153955
{ "authors": [ "olehbozhok", "robinhad" ], "repo": "robinhad/kruk", "url": "https://github.com/robinhad/kruk/issues/6", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
40136988
Make the change method the default and comment out up/down This is potentially a big change moving forwards. In newly created migrations up and down would be commented out by default and change would become the default method. This is the opposite of the present behaviour. Background The change method is far simpler ...
gharchive/issue
2014-08-13T09:24:59
2025-04-01T06:40:15.169427
{ "authors": [ "RQuadling", "evought", "maxgalbu", "robmorgan", "rquadling", "shadowhand" ], "repo": "robmorgan/phinx", "url": "https://github.com/robmorgan/phinx/issues/287", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
161520658
Deprecate showInterface from Font initialization? I'm not sure how desirable or immediately necessary this change is, but given that there's potential for a clean break with the roboFab implementation, I'm opening this issue as a point of discussion. Usually when you see a boolean option for any method, it's either a...
gharchive/issue
2016-06-21T19:33:28
2025-04-01T06:40:15.189828
{ "authors": [ "LettError", "benkiel", "jackjennings", "typesupply" ], "repo": "robofab-developers/fontParts", "url": "https://github.com/robofab-developers/fontParts/issues/40", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
151790041
Finished main development of the DVL drivers I also moved the drivers directory up a level like was in the refactor notes. Also need to work on the actual build integration, at the moment the makefile just spits things into the bin directories next to the source, which probably isn't the best idea.
gharchive/pull-request
2016-04-29T04:15:51
2025-04-01T06:40:15.239326
{ "authors": [ "gharris1727" ], "repo": "robotics-at-maryland/qubo", "url": "https://github.com/robotics-at-maryland/qubo/pull/27", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
650987842
Path intersections between (x,y, x,y) Hi, The Glyphs API has intersectionBetweenPoints and while looking for a UFO equivalent, I found robofab.path.intersect; I was wondering if this feature is missing from fontParts or if it was intentionally left out as out-of-scope? Or maybe it is implemented with a different name...
gharchive/issue
2020-07-05T02:30:48
2025-04-01T06:40:15.261497
{ "authors": [ "benkiel", "gferreira", "jpt", "typemytype" ], "repo": "robotools/fontParts", "url": "https://github.com/robotools/fontParts/issues/534", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2724399014
Add trevorhauter/gitportal.nvim Repo URL: https://github.com/trevorhauter/gitportal.nvim Checklist: [x] The plugin is specifically built for Neovim, or if it's a colorscheme, it supports treesitter syntax. [x] The lines end with a .. This is to conform to awesome-list linting and requirements. [x] The title of the p...
gharchive/pull-request
2024-12-07T05:59:46
2025-04-01T06:40:15.289791
{ "authors": [ "trevorhauter", "tversteeg" ], "repo": "rockerBOO/awesome-neovim", "url": "https://github.com/rockerBOO/awesome-neovim/pull/1382", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
1862071271
Dispute text for GMC operations is not totally clear There are 3 bullets like this Anyone MAY file an RPIP disputing a grant, bounty, or retrospective award within two weeks of the announcement of recipients. Such an RPIP SHALL be subject to a snapshot vote. If a majority of the GMC agrees that a grant recipient is...
gharchive/issue
2023-08-22T19:28:34
2025-04-01T06:40:15.293170
{ "authors": [ "Nichebiche", "Valdorff" ], "repo": "rocket-pool/RPIPs", "url": "https://github.com/rocket-pool/RPIPs/issues/66", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
655250032
Enable usage of IOStreams::Pgp with keys that don't have an email. Description of changes Allow usage of keys without email. Also so allow key_id to be used for delete_keys and trust methods. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Excellent...
gharchive/pull-request
2020-07-11T17:44:49
2025-04-01T06:40:15.295248
{ "authors": [ "andresfcamacho", "reidmorrison" ], "repo": "rocketjob/iostreams", "url": "https://github.com/rocketjob/iostreams/pull/10", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
851339033
Can't disable started, processing and rendered logs when using log_level debug Environment Ruby Version: 2.6.6 Rails Version: 6.0.3.2 Semantic Logger Version: 4.7.4 Rails Semantic Logger Version: 4.5.0 Puma: 4.3.6 Rails configuration: config.log_level = :debug STDOUT.sync = true config.rails_semantic_logger.rendere...
gharchive/issue
2021-04-06T11:40:36
2025-04-01T06:40:15.300396
{ "authors": [ "andrew-newell", "yourivdlans" ], "repo": "rocketjob/rails_semantic_logger", "url": "https://github.com/rocketjob/rails_semantic_logger/issues/125", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }