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
2450947783
Error: "Recode Hive" Text Not Visible in Dark Mode on blog.html Describe the Error The text "Recode Hive" in the navigation bar on blog.html becomes invisible when dark mode is activated. This issue is likely due to inadequate color contrast between the text and the dark background, making it difficult or impossible...
gharchive/issue
2024-08-06T13:50:40
2025-04-01T06:03:52.784751
{ "authors": [ "sanjay-kv", "thevijayshankersharma" ], "repo": "recodehive/awesome-github-profiles", "url": "https://github.com/recodehive/awesome-github-profiles/issues/149", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2448980202
Fixed structure Of html and css files I have fixed the structure by adding all css files to assets/styles and all other html pages to pages folder closes : #106 @sanjay-kv sir i have changed the whole structure it can create conflicts with many upcoming pr's so please Merge it It contains links to many paths so ...
gharchive/pull-request
2024-08-05T16:30:52
2025-04-01T06:03:52.786410
{ "authors": [ "Ayushmaanagarwal1211" ], "repo": "recodehive/awesome-github-profiles", "url": "https://github.com/recodehive/awesome-github-profiles/pull/116", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2595151782
Add ReplaceTestFunctionPrefixWithAttributeRector We have a project with lots of phpunit tests that were defined using just the test prefix on the function name. We'd like to move these to using the #[Test] attribute. Since we probably aren't the only people with this setup we thought we'd contribute it back :) Awes...
gharchive/pull-request
2024-10-17T15:58:00
2025-04-01T06:03:52.790484
{ "authors": [ "TomasVotruba", "blackwolf12333", "samsonasik" ], "repo": "rectorphp/rector-phpunit", "url": "https://github.com/rectorphp/rector-phpunit/pull/386", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
51294352
Added support for running with Docker There might be users that want to use this project, but they lack access to a suitable Ruby environment. I think running via docker and discarding the container afterwards is much easier than expecting a fully functional Ruby environment. I also included 7fb987b in this one. I'll...
gharchive/pull-request
2014-12-08T11:54:36
2025-04-01T06:03:52.819092
{ "authors": [ "kennethkalmer", "recurser", "rouge8" ], "repo": "recurser/pivotal-to-trello", "url": "https://github.com/recurser/pivotal-to-trello/pull/6", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1410333492
Adding Quality groups Oh boy..... Opening this up as draft. I will wait to take a peek at this one until you get it rebased & all green (if needed). Thanks again for everything! For now I'm going to close this PR. I've continued your work on a different branch. Even if we wanted to continue where you left off, th...
gharchive/pull-request
2022-10-16T00:53:53
2025-04-01T06:03:52.821615
{ "authors": [ "rcdailey", "voltron4lyfe" ], "repo": "recyclarr/recyclarr", "url": "https://github.com/recyclarr/recyclarr/pull/136", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2205032350
如何重写编辑器 engine.request.upload 方法 如何重写编辑器 engine.request.upload 方法 https://editor.aomao.com/config/upload https://editor.aomao.com/config/upload 这个今天凌晨的时候看了,参考单个插件上传“以 ImageUploader 为例”,其中在“handleUpload”中植入了外部上传组件触发逻辑,但是却没有阻止默认的原有逻辑机制,比如两次弹出文件选择对话框,而且植入的外置组件是异步分块上传的,上传结果不会马上返回。 全局的也在文档那个下方--------------------...
gharchive/issue
2024-03-25T06:54:22
2025-04-01T06:03:52.846445
{ "authors": [ "big-camel", "tenglongwentian" ], "repo": "red-axe/am-editor", "url": "https://github.com/red-axe/am-editor/issues/375", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1071943251
Bump manifests to v1.1.2 Signed-off-by: nb-ohad mitrani.ohad@gmail.com LGTM
gharchive/pull-request
2021-12-06T09:51:18
2025-04-01T06:03:52.861479
{ "authors": [ "bindrad", "nb-ohad" ], "repo": "red-hat-storage/ocs-osd-deployer", "url": "https://github.com/red-hat-storage/ocs-osd-deployer/pull/112", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1289571939
[Feature Request] Add type declarations for TypeScript It will be better with some basic TypeScript support. I've written a simple .d.ts for this package: declare module "markdown-it-multimd-table" { import type { MarkdownIt } from "markdown-it"; interface Options { multiline: boolean; rowspan: boolean; ...
gharchive/issue
2022-06-30T04:34:49
2025-04-01T06:03:52.974438
{ "authors": [ "Guyutongxue", "redbug312" ], "repo": "redbug312/markdown-it-multimd-table", "url": "https://github.com/redbug312/markdown-it-multimd-table/issues/47", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1348536915
Wiki Command Typo Under Execution Logging page, Redirect Output From Test Execution to a File section: Invoke-AtomicTest tT1027 -TestNumbers 2 *>&1 | Tee-Object atomic-out.txt -Append should be changed to Invoke-AtomicTest T1027 -TestNumbers 2 *>&1 | Tee-Object atomic-out.txt -Append removing the extra t. Got it fi...
gharchive/issue
2022-08-23T20:56:47
2025-04-01T06:03:52.975972
{ "authors": [ "Gborgman05", "clr2of8" ], "repo": "redcanaryco/invoke-atomicredteam", "url": "https://github.com/redcanaryco/invoke-atomicredteam/issues/97", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1903759828
Appstudio update hacbs-test-project-muik 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-09-19T21:33:04
2025-04-01T06:03:53.011166
{ "authors": [ "rhtap-qe-bots" ], "repo": "redhat-appstudio-qe/hacbs-test-project", "url": "https://github.com/redhat-appstudio-qe/hacbs-test-project/pull/9500", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2133894072
chore: test pipeline on push test pipeline on push @avi-biton can we close this?
gharchive/pull-request
2024-02-14T09:23:43
2025-04-01T06:03:53.017244
{ "authors": [ "amisstea", "avi-biton" ], "repo": "redhat-appstudio/o11y", "url": "https://github.com/redhat-appstudio/o11y/pull/200", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
101580193
New image build @etsauer KVM based image creation tool to prepare an image to be used with OpenStack. To test: Make sure you're running on a system with libvirt/virt-manager installed and operational, then run: >> bash provisioning/kvm/create_base_img.sh -i=<path_to_RHEL7_iso> @oybed did you miss something in your ...
gharchive/pull-request
2015-08-18T06:13:32
2025-04-01T06:03:53.020378
{ "authors": [ "etsauer", "oybed" ], "repo": "redhat-consulting/ose-utils", "url": "https://github.com/redhat-consulting/ose-utils/pull/47", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1169931744
[RFE] Minio Add a catalog item for Minio Is this still needed now that Nooba can be installed standalone with Ceph via ODF to provide object storage?
gharchive/issue
2022-03-15T16:49:55
2025-04-01T06:03:53.026622
{ "authors": [ "christianh814", "gnunn1" ], "repo": "redhat-cop/gitops-catalog", "url": "https://github.com/redhat-cop/gitops-catalog/issues/119", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
658100083
Add prow to test gatekeeper We've got a script which will deploy gatekeeper: https://github.com/redhat-cop/rego-policies/blob/master/_test/deploy-gatekeeper.sh and a script which will test it: https://github.com/redhat-cop/rego-policies/blob/master/_test/gatekeeper-integrationtests.sh but no prow/ci to execute. @pabr...
gharchive/issue
2020-07-16T11:13:39
2025-04-01T06:03:53.029790
{ "authors": [ "garethahealy", "pabrahamsson" ], "repo": "redhat-cop/rego-policies", "url": "https://github.com/redhat-cop/rego-policies/issues/81", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
307459468
Update virtualbox direct links to developers.redhat.com redirects [fix #1314] Also see https://issues.jboss.org/browse/RHDENG-2022 Codecov Report Merging #1315 into master will decrease coverage by 0.59%. The diff coverage is n/a. @@ Coverage Diff @@ ## master #1315 +/- ## ...
gharchive/pull-request
2018-03-22T00:00:19
2025-04-01T06:03:53.044847
{ "authors": [ "codecov-io", "dgolovin" ], "repo": "redhat-developer-tooling/developer-platform-install", "url": "https://github.com/redhat-developer-tooling/developer-platform-install/pull/1315", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2481470308
chore(rn): added section for 1.1.5 CVE fix;... What does this PR do? chore(rn): added section for 1.1.5 CVE fix; refactored the rest of the CVEs to flesh them out with more details and present them in the same format as in the 1.2 RN (RHIDP-3703) Signed-off-by: Nick Boldt nboldt@redhat.com Screenshot/screencast of th...
gharchive/pull-request
2024-08-22T18:34:19
2025-04-01T06:03:53.054640
{ "authors": [ "nickboldt" ], "repo": "redhat-developer/red-hat-developers-documentation-rhdh", "url": "https://github.com/redhat-developer/red-hat-developers-documentation-rhdh/pull/454", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2434602994
Replace outdated base images with the latest ones When a base image included in the rebuild list as a dependency is not the latest published release, replace it with the latest one. This ensures that outdated base images, which might reference non-existent resources, do not cause build failures. By using the latest b...
gharchive/pull-request
2024-07-29T06:53:29
2025-04-01T06:03:53.071409
{ "authors": [ "gnaponie", "qixiang" ], "repo": "redhat-exd-rebuilds/freshmaker", "url": "https://github.com/redhat-exd-rebuilds/freshmaker/pull/280", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
990134128
operators camel-k (1.6.0) Signed-off-by: nicolaferraro ni.ferraro@gmail.com Thanks submitting your Operator. Please check below list before you create your Pull Request. Updates to existing Operators [x] Did you create a ci.yaml file according to the update instructions? [x] Is your new CSV pointing to the previous ...
gharchive/pull-request
2021-09-07T16:02:04
2025-04-01T06:03:53.080765
{ "authors": [ "framework-automation", "nicolaferraro" ], "repo": "redhat-openshift-ecosystem/community-operators-prod", "url": "https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/199", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1620342828
operator pelorus-operator (0.0.5) Thanks for submitting your Operator. Please check the below list before you create your Pull Request. Updates to existing Operators [x] Did you create a ci.yaml file according to the update instructions? [x] Is your new CSV pointing to the previous version with the replaces property...
gharchive/pull-request
2023-03-12T12:14:36
2025-04-01T06:03:53.090152
{ "authors": [ "framework-automation", "mpryc" ], "repo": "redhat-openshift-ecosystem/community-operators-prod", "url": "https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/2370", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2154797554
Bump to latest sonobuoy and golang 1.21 This PR bumps sonobuoy to 0.57.1 and switches to golang v1.21 Need to manually test this This should be ready to go Mon, 26 Feb 2024 19:20:23 CST> Global Status: post-processing ...
gharchive/pull-request
2024-02-26T18:07:34
2025-04-01T06:03:53.092535
{ "authors": [ "jcpowermac", "mtulio" ], "repo": "redhat-openshift-ecosystem/provider-certification-tool", "url": "https://github.com/redhat-openshift-ecosystem/provider-certification-tool/pull/95", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1036736857
Identify hardware vendor in create-inventory playbook (ibmcloud) We can identify the hardware vendor by this hardwareChassis field for ibmcloud: Example Supermicro: $ ibmcloud sl hardware detail 960237 -p --output json | jq '.hardwareChassis' { "id": 30, "name": "SMCH12" } Example Lenovo: $ ibmcloud sl hardware ...
gharchive/issue
2021-10-26T21:01:06
2025-04-01T06:03:53.095318
{ "authors": [ "akrzos" ], "repo": "redhat-performance/jetlag", "url": "https://github.com/redhat-performance/jetlag/issues/114", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2000390154
Combination of policy and no policy labeling doesn't work as expected :bug: Type of issue Bug Report Description No response Describe the solution you'd like No response Actually, it works as expected: closing
gharchive/issue
2023-11-18T11:55:38
2025-04-01T06:03:53.096833
{ "authors": [ "jamacku" ], "repo": "redhat-plumbers-in-action/advanced-issue-labeler", "url": "https://github.com/redhat-plumbers-in-action/advanced-issue-labeler/issues/276", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1389525972
Instance-level Middleware Our organization currently uses a small wrapper around redis-rb which provides a few extensions (for example, blocking keys calls in production by default and some automated instrumentation and error reporting). We'd love to switch our internal usage over to this redis-client library. The cu...
gharchive/pull-request
2022-09-28T15:05:14
2025-04-01T06:03:53.111166
{ "authors": [ "casperisfine", "gremerritt" ], "repo": "redis-rb/redis-client", "url": "https://github.com/redis-rb/redis-client/pull/52", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1217957812
add internal OrderBy / OrderByDescending for IRedisCollection Can you please define IRedisCollection< T> OrderBy< T>() and IRedisCollection< T> OrderByDescending< T>() I noticed this behavior before you wired up the async commands. Before you wired them up internally, my code was trying to use Linq / EF code to perf...
gharchive/issue
2022-04-27T22:49:32
2025-04-01T06:03:53.124350
{ "authors": [ "VagyokC4", "slorello89" ], "repo": "redis/redis-om-dotnet", "url": "https://github.com/redis/redis-om-dotnet/issues/103", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
334048651
How to specify start time and end time for expression? @mrniko @jackygurui If I want to schedule a job with certain cron expression, how do I specify that job should only run between some start and end time, whenever its execution according to the cron occurs. Like it is provided in quartz. @mrniko I also feel there ...
gharchive/issue
2018-06-20T12:10:02
2025-04-01T06:03:53.159309
{ "authors": [ "arpit728", "mrniko" ], "repo": "redisson/redisson", "url": "https://github.com/redisson/redisson/issues/1500", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
457787934
redisson无法加锁,可以进行集合操作 Expected behavior 期待tryLock返回成功 Actual behavior 实际每次加锁都会返回false Steps to reproduce or test case 每次加锁都会失败 Redis version Redisson version 3.8到3.11都尝试了 Redisson configuration singleServerConfig: idleConnectionTimeout: 10000 pingTimeout: 1000 connectTimeout: 10000 timeout: 3000 retryAttempts: 3 ret...
gharchive/issue
2019-06-19T03:25:11
2025-04-01T06:03:53.165360
{ "authors": [ "ByteDanceWYQ", "mrniko" ], "repo": "redisson/redisson", "url": "https://github.com/redisson/redisson/issues/2182", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
797321458
version upgrade redisson-all-3.12.1.jar upgrade redisson-all-3.14.0.jar compiler error org.nustaq.serialization.annotations.Version; cannot find so add fst-2.57.jar start fail java.lang.NoClassDefFoundError: org/objenesis/Objenesis at org.redisson.codec.FstCodec.(FstCodec.java:182) at com.game.logical.gl...
gharchive/issue
2021-01-30T03:15:48
2025-04-01T06:03:53.176084
{ "authors": [ "mrniko", "wl980868110" ], "repo": "redisson/redisson", "url": "https://github.com/redisson/redisson/issues/3392", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1854167065
RScheduledExecutorService with native image compile,java.lang.NoSuchMethodException writeReplace() Does RScheduledExecutorService support native image compile? os: centos7 graalvm:graalvm-ee-java17-22.3.2 springboot:3.1.2 redisson:3.23.2 RedissonConfigBean: @Bean(destroyMethod = "shutdown") public RedissonNod...
gharchive/issue
2023-08-17T03:06:42
2025-04-01T06:03:53.185851
{ "authors": [ "elevenkongqian", "mrniko" ], "repo": "redisson/redisson", "url": "https://github.com/redisson/redisson/issues/5257", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
273385728
Logging to AWS Add a logwriter which can write to CloudWatch. Added redlink-gmbh/logback-ext to the packaging process to allow writing logs to AWS CloudWatch. Sample configuration in logback.xml: <appender name="CLOUDWATCH" class="org.eluder.logback.ext.cloudwatch.appender.CloudWatchAppender"> <region>eu-west-1...
gharchive/issue
2017-11-13T10:49:12
2025-04-01T06:03:53.188478
{ "authors": [ "ja-fra", "mrsimpson" ], "repo": "redlink-gmbh/smarti", "url": "https://github.com/redlink-gmbh/smarti/issues/140", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
219162717
Need help: could we use Codeception-MultiDb with unit tests? I am not sure if I do something wrong, but I receive this error : [Codeception\Exception\ConfigurationException] Module Codeception\Extension\MultiDb could not be found and loaded I am using "redmatter/codeception-multidb" for acc...
gharchive/issue
2017-04-04T07:28:35
2025-04-01T06:03:53.193332
{ "authors": [ "SamuelMcGorry", "kuflievskiy" ], "repo": "redmatter/Codeception-MultiDb", "url": "https://github.com/redmatter/Codeception-MultiDb/issues/22", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2734035271
[Bug] BxC Button In Guide Menu Stopped Working & Compact Button Layout Used With Smart TV Profiles Checklist [X] I will only use English in my report. [X] I have used the search function for open and closed issues to see if someone else has already submitted the same bug report. [X] I will describe the problem with ...
gharchive/issue
2024-12-11T21:10:50
2025-04-01T06:03:53.248130
{ "authors": [ "KingNothing81", "redphx" ], "repo": "redphx/better-xcloud", "url": "https://github.com/redphx/better-xcloud/issues/594", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1847483940
Remove saved posts link because it is broken It's trying to find an endpoint that doesn't exist Sure I'll merge this
gharchive/pull-request
2023-08-11T22:08:38
2025-04-01T06:03:53.250112
{ "authors": [ "NotFenixio", "davidtheplatform", "redstone-dev" ], "repo": "redstone-dev/Snazzle", "url": "https://github.com/redstone-dev/Snazzle/pull/52", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
455724124
How to get hold of generator names at runtime? All of my sagas are individual. There is no problem if one of them restarts. Therefore I've implemented the pattern where all sagas are detached from the root. In the event of a crash I need the information so I can fix whatever caused the crash. This information would b...
gharchive/issue
2019-06-13T12:52:41
2025-04-01T06:03:53.254272
{ "authors": [ "Andarist", "msageryd", "neurosnap" ], "repo": "redux-saga/redux-saga", "url": "https://github.com/redux-saga/redux-saga/issues/1869", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
476064393
When using the object form of mapDispatchToProps in typescript, type errors are thrown My async action is similar to this: export const changeSearch = (val: string) => (dispatch: Dispatch<any>) => { dispatch(searchAction(val)); getSearchRes().then(res => { const { totalNum, data } = res; dispatch(saveSe...
gharchive/issue
2019-08-02T08:37:46
2025-04-01T06:03:53.257145
{ "authors": [ "timdorr", "zjb19970804" ], "repo": "reduxjs/react-redux", "url": "https://github.com/reduxjs/react-redux/issues/1369", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
666399008
@@INIT action is transmitted a second time and store is reset to erase the modification before when non-existing url is access or page is refreshed. What docs page needs to be fixed? Section: https://redux.js.org/tutorials/essentials/part-3-data-flow Page: What is the problem? There seems to be a bug in the example...
gharchive/issue
2020-07-27T15:50:21
2025-04-01T06:03:53.319906
{ "authors": [ "kevin-hans", "markerikson", "timdorr" ], "repo": "reduxjs/redux", "url": "https://github.com/reduxjs/redux/issues/3827", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1462120668
Feature Request - Subscribe with state dependency ! Description : Currently in Redux.js whenever we change the state in store it calls all the subscribed listeners. is there any way to subscribe to specific state change? ( something like useEffect dependency in React). I'm working in a vanilla js project with Redux.j...
gharchive/issue
2022-11-23T17:11:57
2025-04-01T06:03:53.324631
{ "authors": [ "markerikson", "redwanul10" ], "repo": "reduxjs/redux", "url": "https://github.com/reduxjs/redux/issues/4442", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
620485424
Change example code for merge approach For just adding new items to state (Comments in our example) deep merge for unchanged state properties is unnecessary, just return a new state object with references to old items, and for new items either shallow copy action`s items or ( - if action items should not be used - ) ...
gharchive/pull-request
2020-05-18T20:27:56
2025-04-01T06:03:53.333185
{ "authors": [ "SDP190", "markerikson", "timdorr" ], "repo": "reduxjs/redux", "url": "https://github.com/reduxjs/redux/pull/3780", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
56430459
Allows users to override faraday connection options Allows users to override faraday connection options lgtm
gharchive/pull-request
2015-02-03T20:15:11
2025-04-01T06:03:53.444123
{ "authors": [ "codenamev", "nhance" ], "repo": "reenhanced/github", "url": "https://github.com/reenhanced/github/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1669062724
Make a local test and take contribution Hi there, I forked ur project and ready to tested locally but I do not know how to make a pull request to you as scrnshot below: As u can see, it needs test url and scrnshot. How can I test locally? Mr. Alice, Mr. Poon's Studio Welcome to GitHub, please refer to the contribu...
gharchive/issue
2023-04-15T00:01:59
2025-04-01T06:03:53.870001
{ "authors": [ "codenamedpkt", "fregante" ], "repo": "refined-github/refined-github", "url": "https://github.com/refined-github/refined-github/issues/6524", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2128293018
Preview README before file tree Description When a project does not nest its files in subdirectories, the file tree shown before the README file gets very big. I'd like to propose an option to preview the README before the file tree. Before: After: Example URLs https://github.com/git/git This code in the console ...
gharchive/issue
2024-02-10T10:36:41
2025-04-01T06:03:53.872035
{ "authors": [ "fregante", "its-miroma" ], "repo": "refined-github/refined-github", "url": "https://github.com/refined-github/refined-github/issues/7260", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
304972664
Add hotkeys on Pull Request tabs Closes #568 p 1 Conversation p 2 Commits p 3 Files changed p ← Previous tab p → Next tab Thank you Steve! A couple things before merging this: It needs to be merged in the readme The shortcuts (1,2,3) need to be added to the shortcuts help https://github.com/sindresorhus/refined-gi...
gharchive/pull-request
2018-03-13T23:34:45
2025-04-01T06:03:53.881116
{ "authors": [ "SuperSandro2000", "bfred-it", "daxmc99", "fregante", "hkdobrev", "iamstarkov", "sindresorhus", "stivaugoin", "vanniktech", "yakov116" ], "repo": "refined-github/refined-github", "url": "https://github.com/refined-github/refined-github/pull/1167", "licens...
1900054812
Better error message for wrongly formatted components import reflex as rx class State(rx.State): data = [ ... ] def area_example(): return rx.area_chart( rx.area( data_key="uv", stroke="#8884d8", fill="#8884d8", ), rx.are...
gharchive/issue
2023-09-18T02:22:43
2025-04-01T06:03:53.898544
{ "authors": [ "Alek99", "Lendemor", "Technmad", "picklelo", "shashidhar-kittur" ], "repo": "reflex-dev/reflex", "url": "https://github.com/reflex-dev/reflex/issues/1825", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2028922614
DataEditor edit window location issue Describe the bug After opening DataEditor's edit window, the edit window does not move when scrolling the web page. To Reproduce Steps to reproduce the behavior: Double click the cell Scroll the page Expected behavior A clear and concise description of what you expected t...
gharchive/issue
2023-12-06T16:18:47
2025-04-01T06:03:53.902630
{ "authors": [ "Evenzel", "Lendemor", "picklelo" ], "repo": "reflex-dev/reflex", "url": "https://github.com/reflex-dev/reflex/issues/2265", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2464901917
rx.download doesn't work with Firefox when using data= with bytes data greater than 30MB Describe the bug When using rx.download with data= and bytes data that is 30MB or larger the download never happens. It does work in Chrome. When I set the data size to 20MB the download works in Firefox. To Reproduce import refl...
gharchive/issue
2024-08-14T04:57:50
2025-04-01T06:03:53.905943
{ "authors": [ "dimritium", "jq6l43d1" ], "repo": "reflex-dev/reflex", "url": "https://github.com/reflex-dev/reflex/issues/3792", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1732062364
[Feature] Support authenticating to registries with client certificates Current Behavior Only username/password-based authentication is supported. Expected Behavior Some registries may be configured to require mTLS client certificates to authenticate instead. It would be nice to have this support. Example Solution ...
gharchive/issue
2023-05-30T11:27:56
2025-04-01T06:03:53.911272
{ "authors": [ "bpfoster", "sudo-bmitch" ], "repo": "regclient/regclient", "url": "https://github.com/regclient/regclient/issues/450", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
108495935
SnappingSlider inside TableViewCell Hello, Is it possible to add a SnappingSlider instance inside a sub-classed TableViewCell? Can't figure it out. Thanks, Polis You should be able to add the slider onto any instance of a UIView or one that inherits from it, including a UITableViewCell instance. Have a look at the ...
gharchive/issue
2015-09-26T21:09:32
2025-04-01T06:03:53.928445
{ "authors": [ "polis80cy", "rehatkathuria" ], "repo": "rehatkathuria/SnappingSlider", "url": "https://github.com/rehatkathuria/SnappingSlider/issues/8", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2677332547
add logit-scale viz for when only means are present currently the viz fails to produce something when a model output file is passed that only has means. Originally suggested by @IsaacMacarthur in https://github.com/reichlab/variant-nowcast-hub/pull/162#pullrequestreview-2447118567
gharchive/issue
2024-11-20T22:06:58
2025-04-01T06:03:53.937843
{ "authors": [ "nickreich" ], "repo": "reichlab/variant-nowcast-hub", "url": "https://github.com/reichlab/variant-nowcast-hub/issues/172", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
258840421
Added to_json() and as_dict() Configuration helpers for easier output of Configurations. Now we can write a modified Configuration to disk and when it loads it's equal (via one.as_dict() == other.as_dict()) to the original object. Thanks!
gharchive/pull-request
2017-09-19T14:24:35
2025-04-01T06:03:53.941875
{ "authors": [ "michaelschaarschmidt", "trickmeyer" ], "repo": "reinforceio/tensorforce", "url": "https://github.com/reinforceio/tensorforce/pull/130", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
283904212
Fix quickstart.py The keyword arguments for PPOAgent were apparently outdated. Thanks!
gharchive/pull-request
2017-12-21T14:47:36
2025-04-01T06:03:53.942681
{ "authors": [ "michaelschaarschmidt", "neitzal" ], "repo": "reinforceio/tensorforce", "url": "https://github.com/reinforceio/tensorforce/pull/276", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1910833692
🛑 SLC Remote Lab (rlab.binus.ac.id) is down In dd1f216, SLC Remote Lab (rlab.binus.ac.id) (https://rlab.apps.binus.ac.id/) was down: HTTP code: 502 Response time: 10915 ms Resolved: SLC Remote Lab (rlab.binus.ac.id) is back up in 39de913.
gharchive/issue
2023-09-25T07:14:29
2025-04-01T06:03:53.946941
{ "authors": [ "1010bots" ], "repo": "reinhart1010/binusmayadown", "url": "https://github.com/reinhart1010/binusmayadown/issues/3026", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
153673348
machine readable output for emp commands This is from a request from Alexander Gray on the mailing list. Super minor: When we run "emp ps -a web", the output is like: web.1 1X up 1h "blog /app /tmp/dst" web.2 1X up 1m "blog /app /tmp/dst" Would it be possible to have the age be the same type s...
gharchive/issue
2016-05-08T19:33:56
2025-04-01T06:03:53.973766
{ "authors": [ "ejholmes", "phobologic" ], "repo": "remind101/empire", "url": "https://github.com/remind101/empire/issues/823", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
1608704584
Use cache to avoid reprocessing unchanged files Closes: #5629. Caching file transforming results on unchanged files brings rebuild times back down to pre-1.14.0 levels. [ ] Docs [ ] Tests Testing Strategy: HMR integration test is still passing. Used it this week on my primary app and HMR seems to still work as expe...
gharchive/pull-request
2023-03-03T14:02:40
2025-04-01T06:03:53.979935
{ "authors": [ "ZipBrandon", "dmarkow", "pcattori" ], "repo": "remix-run/remix", "url": "https://github.com/remix-run/remix/pull/5645", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
740950460
What automatic source code formatter is used by picocli? Hi, I want to set automatic code formatter for my code. Since I include picocli as my source code, I wonder if I use Google Java Format, will it cause a conflict? Or I could use the same source code formatter as picocli is using. What automatic source code form...
gharchive/issue
2020-11-11T17:42:13
2025-04-01T06:03:53.981847
{ "authors": [ "jossiey", "remkop" ], "repo": "remkop/picocli", "url": "https://github.com/remkop/picocli/issues/1257", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
349809802
Enhancement: support ANSI codes in paramLabel under the Options listing I tried giving paramLabel on OptionSpec a color with @|green ...|@, but the text is printed as-is in the "Options:" listing. As the descriptions and the paramLabels have the same color (and are also not aligned), it's becoming really messy havin...
gharchive/issue
2018-08-12T12:44:32
2025-04-01T06:03:53.983962
{ "authors": [ "bbottema", "remkop" ], "repo": "remkop/picocli", "url": "https://github.com/remkop/picocli/issues/440", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
371361057
New feature suggestion: choicelist and checkboxes Inspired from Yeoman and https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46 (point 7) Modern CLIs often propose a dynamic choicelist when they can rather than a traditional prompt. Could we imagine integrating such a feature in picocli? (Off-topic: picocli is...
gharchive/issue
2018-10-18T04:53:53
2025-04-01T06:03:53.987315
{ "authors": [ "bobtiernay-okta", "cyChop", "remkop", "xvik" ], "repo": "remkop/picocli", "url": "https://github.com/remkop/picocli/issues/519", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2460002653
How to update url params when refreshing the partial. Hi, I have a page with a couple of divs rendering content asynchronously in the initial page load. I also have a filter at the top of the page that when clicked is supposed to refresh the contents. = render 'shared/filter' = render_async scores_path(filter: "over...
gharchive/issue
2024-08-12T04:14:31
2025-04-01T06:03:54.010081
{ "authors": [ "nikolalsvk", "ravibhusal" ], "repo": "renderedtext/render_async", "url": "https://github.com/renderedtext/render_async/issues/154", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
171349156
allow override content-type In some cases there is need to manualy set content-type in controller before sending rendered response. Can you do this with the res.set(router.getHeadersForRoute(route)); code that's already there for custom headers? Or by adding some functionality into getHeadersForRoute as that's alre...
gharchive/pull-request
2016-08-16T08:09:34
2025-04-01T06:03:54.011941
{ "authors": [ "bigethan", "gdaszuta" ], "repo": "rendrjs/rendr", "url": "https://github.com/rendrjs/rendr/pull/517", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1317459415
contact email Hi do you have contact email? Because email on http://localwar.xidayun.com/ not working Hi is email not working? you can use email address:hi@renjianfeng.com or 304789685@qq.com
gharchive/issue
2022-07-25T22:38:01
2025-04-01T06:03:54.017151
{ "authors": [ "Mistik", "renjianfeng" ], "repo": "renjianfeng/colyseus-babylonjs-ammojs", "url": "https://github.com/renjianfeng/colyseus-babylonjs-ammojs/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2620773274
Retry when creating training, sometime the training fails due to intermittent https error when downloading model or model can not fit, is there params like retry that we can add in replicate python client? Unfortunately not at the moment. You'll need to handle the failure and the retry within your code.
gharchive/issue
2024-10-29T10:10:00
2025-04-01T06:03:54.118269
{ "authors": [ "evilstreak", "sourceful-karlson" ], "repo": "replicate/replicate-python", "url": "https://github.com/replicate/replicate-python/issues/390", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
403016592
Cardinality error with self reference I have a class defined as: @Entity public abstract class AbstractContainer implements Persistable { @Key @Generated long id; @Nullable @ManyToOne @Column(name = "parent_id") AbstractContainer parent; } And annotation processing fails with: error: c...
gharchive/issue
2019-01-25T05:56:11
2025-04-01T06:03:54.143988
{ "authors": [ "jiangaixuan", "jwoolston" ], "repo": "requery/requery", "url": "https://github.com/requery/requery/issues/849", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
301452323
timeout does not apply to name resolution timeout does not seem to be respected at all stages in the request. This goes above and beyond incremental data being received issues. Expected Result Call returns after 0.1 s with an error. Actual Result Call hangs for a long time and eventually returns with: Traceback (most...
gharchive/issue
2018-03-01T15:42:21
2025-04-01T06:03:54.199952
{ "authors": [ "cancan101", "sigmavirus24" ], "repo": "requests/requests", "url": "https://github.com/requests/requests/issues/4531", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1466364690
make AnnotationContext a multi-object of ClassDescriptions instead of a field Pro: makes for a less confusing api: Right now one specifies the path an annotation context is added to whereas all (?) other things take a path that specifies where the logged object lives allows to name your annotation context (right now...
gharchive/issue
2022-11-28T12:45:24
2025-04-01T06:03:54.213668
{ "authors": [ "Wumpf" ], "repo": "rerun-io/rerun", "url": "https://github.com/rerun-io/rerun/issues/372", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1654185690
Option to show scene bounding box And also calculate a loose-fitting bounding box for the depth point clouds: 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) very nice feature for debugging our boxes for us and great feature f...
gharchive/pull-request
2023-04-04T16:14:26
2025-04-01T06:03:54.215922
{ "authors": [ "Wumpf", "emilk" ], "repo": "rerun-io/rerun", "url": "https://github.com/rerun-io/rerun/pull/1770", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2605483427
Running inference.py Thanks for your work MovieChat and the dataset. I tried running the inference as per the instructions, this time with a video from the MovieChat-1K test set on global mode: !python inference.py --cfg-path eval_configs/MovieChat.yaml --gpu-id 0 --num-beams 1 --temperature 1.0 --text-query "Where d...
gharchive/issue
2024-10-22T13:35:58
2025-04-01T06:03:54.223335
{ "authors": [ "Espere-1119-Song", "swethakrishn" ], "repo": "rese1f/MovieChat", "url": "https://github.com/rese1f/MovieChat/issues/84", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
293146742
Backend: Set timeout normal requests Backend requests only timeout after the default time limit (> 60 secs). Long running tasks should run through celery, so the time limit for normal requests should be decreased to ~5 secs. Implemented for production, not possible for default flask dev server
gharchive/issue
2018-01-31T12:51:37
2025-04-01T06:03:54.226317
{ "authors": [ "Tommos0" ], "repo": "research-software-directory/landing-page", "url": "https://github.com/research-software-directory/landing-page/issues/28", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
71443393
Feat crawl for query Various changes in reaction to the changes that were made to the message format (now, whole graphs are copied, instead of the data, which results in a message with 2 URIs - a remote and a local one). In general the changes are: the message timestamps are now called sentTimestamp and receivedTime...
gharchive/pull-request
2015-04-28T01:06:27
2025-04-01T06:03:54.229193
{ "authors": [ "fkleedorfer", "yanapanchenko" ], "repo": "researchstudio-sat/webofneeds", "url": "https://github.com/researchstudio-sat/webofneeds/pull/291", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
276046599
Fix issues with paths when using windows I know we're moving away from this JS implementation soon, but it'd be very useful to get this in in the short-term anyway as a quick fix to unblock https://github.com/resin-io-modules/resin-device-init/pull/25, where this currently breaks OS configuration in Windows. Right no...
gharchive/pull-request
2017-11-22T12:13:56
2025-04-01T06:03:54.247302
{ "authors": [ "jviotti", "pimterry" ], "repo": "resin-io/reconfix", "url": "https://github.com/resin-io/reconfix/pull/33", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
144398079
Work for fixed rootfs size and other improvements This change is Reviewed 7 of 7 files at r1. Review status: all files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. meta-resin-common/recipes-support/resinhup/resinhup/run-resinhup.sh, line 23 [r1] (raw file): You added a typo?...
gharchive/pull-request
2016-03-29T21:44:14
2025-04-01T06:03:54.288164
{ "authors": [ "Page-", "agherzan", "floion", "petrosagg" ], "repo": "resin-os/meta-resin", "url": "https://github.com/resin-os/meta-resin/pull/43", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
162032439
pull in /etc/os-release hotfix on resin-via-arm Connects to hotfix-production @telphan @floion @petrosagg SGTM
gharchive/pull-request
2016-06-23T21:55:01
2025-04-01T06:03:54.289730
{ "authors": [ "agherzan", "petrosagg" ], "repo": "resin-os/resin-via-arm", "url": "https://github.com/resin-os/resin-via-arm/pull/14", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
183413484
Kernel boot logo From @agherzan on June 30, 2016 17:36 Steps to reproduce issue Connect to the HDMI connected to a monitor Boot the device Expected result The tux (linux) logos should not be visible on the screen Actual result No HDMI output Other information Reported by: Andrei Gherzan Test configuration: Zynq ZC702...
gharchive/issue
2016-10-17T13:17:45
2025-04-01T06:03:54.293090
{ "authors": [ "agherzan", "willnewton" ], "repo": "resin-os/resinos", "url": "https://github.com/resin-os/resinos/issues/41", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
816677635
fix(WEATHER): update state mappings and documentation Added in configuration a dictionary to define human readable form of Weather states Used 'state' in HEADER.WEATHER if Summary is not defined Split Temperature/humidity line in WEATHER tile if tilesize < 140 px some little changes in main.CSS Will merge tomorro...
gharchive/pull-request
2021-02-25T18:16:21
2025-04-01T06:03:54.306657
{ "authors": [ "mikyjazz", "rchl" ], "repo": "resoai/TileBoard", "url": "https://github.com/resoai/TileBoard/pull/661", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
86689538
Support jsbin.com by default. Would be nice for jsbin to be supported by the template version of the extension. Are you going to do this for the firefox extension too? Sure, also would like to add github.io and maybe we need to add jsfiddle, et. al. What do you think? I would love to see both of those and maybe...
gharchive/pull-request
2015-06-09T18:26:05
2025-04-01T06:03:54.309666
{ "authors": [ "danjenkins", "erinspice", "pho3nixf1re" ], "repo": "respoke/respoke-chrome-screen-sharing-extension", "url": "https://github.com/respoke/respoke-chrome-screen-sharing-extension/pull/2", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
189186947
Best practices and fluent builders I would appreciate some guidance as you must have written a lot of Rest Api acceptance or end-to-end tests. Would you reference production code to re-use beans defined there how would you create the json required to post to an endpoint? I am doing experiments on a fluent builder...
gharchive/issue
2016-11-14T18:22:38
2025-04-01T06:03:54.319983
{ "authors": [ "johanhaleby", "kobbikobb" ], "repo": "rest-assured/rest-assured", "url": "https://github.com/rest-assured/rest-assured/issues/768", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
76373529
Restoring timestamps of symlinks doesn't work Follow-up to #24 and #186. At this time, there is no way to use the lutimes system call in Go or to pass the AT_SYMLINK_NOFOLLOW flag to the utimesnat syscall (used by restic here). However, a patch for this has been merged upstream (see https://go-review.googlesource.com...
gharchive/issue
2015-05-14T14:21:28
2025-04-01T06:03:54.334216
{ "authors": [ "fd0", "fw42" ], "repo": "restic/restic", "url": "https://github.com/restic/restic/issues/189", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
1493957110
ls and stats return 0 with unknown snapshot id Output of restic version 0.14 How did you run restic exactly? restic ls --json a0a42f2ca Ignoring "a0a42f2ca": no matching ID found for prefix "a0a42f2ca" restic stats --json a0a42f2ca Ignoring "a0a42f2ca": no matching ID found for prefix "a0a42f2ca" {"total_size":0,"to...
gharchive/issue
2022-12-13T10:45:36
2025-04-01T06:03:54.341521
{ "authors": [ "MichaelEischer", "businessbean" ], "repo": "restic/restic", "url": "https://github.com/restic/restic/issues/4087", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
2077861819
Out of memory: pruning after repo v2 upgrade and forgetting snapshots Output of restic version What backend/service did you use to store the repository? Problem description / Steps to reproduce Expected behavior Actual behavior Do you have any idea what may have caused this? Did restic help you today? Did it mak...
gharchive/issue
2024-01-12T01:04:40
2025-04-01T06:03:54.344376
{ "authors": [ "MichaelEischer", "dsteinfeld" ], "repo": "restic/restic", "url": "https://github.com/restic/restic/issues/4632", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
56822882
Implement external test suite in Go At the moment, the external test suite is implemented in shell an only runs under Linux. This issue tracks the progress of implementing a test suite in Go that runs on Linux, darwin and Windows. What's the problem with implementing it as shell scripts (or anything else other than...
gharchive/issue
2015-02-06T15:08:52
2025-04-01T06:03:54.346927
{ "authors": [ "andrewchambers", "fd0", "fw42" ], "repo": "restic/restic", "url": "https://github.com/restic/restic/issues/87", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
941309910
Update dependencies What does this PR change? What problem does it solve? Update all dependencies except bazil.org/fuse. Noteworthy changes include the following: These could fix some backend issues, although restic should already have retried most of them: Azure/azure-sdk-for-go#14521 Retry on HTTP client errors mi...
gharchive/pull-request
2021-07-10T19:23:55
2025-04-01T06:03:54.354922
{ "authors": [ "MichaelEischer" ], "repo": "restic/restic", "url": "https://github.com/restic/restic/pull/3454", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
848628407
CFG: Verify/Correct Admin permissions on DEV cluster Permissions did not apply correctly during terraform deploy. Namespaces could not be viewed, etc. Find the correct permissions that were missing for the team, correct in portal, then pull back into terraform definition. The aks.tfvars has the admin group hard co...
gharchive/issue
2021-04-01T16:48:51
2025-04-01T06:03:54.375904
{ "authors": [ "jkeane", "jomalsan" ], "repo": "retaildevcrews/ngsa", "url": "https://github.com/retaildevcrews/ngsa/issues/653", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
184691933
Basic example app not connecting When creating a new app via hz init, the client fails (silently) to connect. Steps to reproduce: $ mkdir hz-test && cd hz-test $ hz init $ hz schema apply .hz/schema.toml $ hz serve --secure=no --serve-static Browse to the Horizon server. The /horizon/horizon.js client script is loa...
gharchive/issue
2016-10-23T14:03:11
2025-04-01T06:03:54.383538
{ "authors": [ "jonlambert", "sdwlig" ], "repo": "rethinkdb/horizon", "url": "https://github.com/rethinkdb/horizon/issues/854", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
989792138
Windows functional test Addresses Issue #27 Discussed this with @Sam071100 outside of Github, and we need to find a workaround for the OpenSSL-on-Windows issue: https://github.com/petertodd/python-bitcoinlib/issues/262 . The current explored option is to drop the python-bitcoinlib dependency, which we virtually onl...
gharchive/pull-request
2021-09-07T09:37:31
2025-04-01T06:03:54.432618
{ "authors": [ "Sam071100", "danielabrozzoni", "darosior" ], "repo": "revault/revaultd", "url": "https://github.com/revault/revaultd/pull/268", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2225633293
Operational error [08004] connection exception - Client connection must be encrypted. I can't create a connection because it needs to be encrypted. I get the error: "Operational error [08004] connection exception - Client connection must be encrypted." I tried to solve this issue by manually add encryption to the co...
gharchive/issue
2024-04-04T14:13:10
2025-04-01T06:03:54.442082
{ "authors": [ "Det27", "dd8zc" ], "repo": "revolut-engineering/sqltools-driver-exasol", "url": "https://github.com/revolut-engineering/sqltools-driver-exasol/issues/14", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1894974220
Add "Search in Transcript" buttons to right of search box on transcript search-results snippets page and transcript text-display pages Add "Search in Transcript" buttons to right of search box on transcript search-results snippets page and transcript text display pages Done, but not quite deployed yet. Will be a ...
gharchive/issue
2023-09-13T17:39:59
2025-04-01T06:03:54.443889
{ "authors": [ "frankwiles", "pdeschner" ], "repo": "revsys/revsys-nuremberg", "url": "https://github.com/revsys/revsys-nuremberg/issues/327", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1073570464
feat: add custom operators Add custom operators to allow users to extend functionality. It should allow you to do something like the following: @Crud({ ... operators: { custom: { <operator key>: (field: string, param: string) => <returns a string> } } }) so, for an example like the following: @Cr...
gharchive/pull-request
2021-12-07T16:54:33
2025-04-01T06:03:54.448509
{ "authors": [ "Darkein", "rewiko", "sgClaudia98" ], "repo": "rewiko/crud", "url": "https://github.com/rewiko/crud/pull/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
483571127
Refactor adbbt.sh to use loop Refactored adbbt.sh to use a loop and put the new code in adbbt1.sh. Wrote a test to exercise both the original and refactored versions. Added a makefile to run the tests easily. Your project looks super cool! I was poking around to see if I could contribute in some small way and sa...
gharchive/pull-request
2019-08-21T18:06:04
2025-04-01T06:03:54.459763
{ "authors": [ "sness" ], "repo": "rfcx/rfcx-guardian-android", "url": "https://github.com/rfcx/rfcx-guardian-android/pull/5", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
446630518
Grinds to a halt on 3g2 files; can't tell it to "keep going" I have 3g2 files in my picture collection. What happens is: 2019/05/21 13:47:06 Uploading SSPX0014.3g2.skip 2019/05/21 13:47:07 failed uploading image --- at /go/src/github.com/nmrshll/gphotos-uploader-cli/upload/fileUpload.go:33 (StartFileUploadWorker.fun...
gharchive/issue
2019-05-21T13:48:45
2025-04-01T06:03:54.462839
{ "authors": [ "avidrissman", "rfgamaral" ], "repo": "rfgamaral/docker-gphotos-uploader", "url": "https://github.com/rfgamaral/docker-gphotos-uploader/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
934745215
[haproxy] Active Sessions panel should not be using rate() in the haproxy-2-full.json file on the "Active Sessions" panel, the haproxy_frontend_current_sessions and haproxy_backend_current_sessions metrics are "gauge" metrics rather than "counter", so applying the rate() function obfuscates the data. I suggest chang...
gharchive/issue
2021-07-01T11:33:36
2025-04-01T06:03:54.473810
{ "authors": [ "rfrail3", "szook" ], "repo": "rfrail3/grafana-dashboards", "url": "https://github.com/rfrail3/grafana-dashboards/issues/83", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
281380966
how to rename file during download can explain me how to setting youtube-dl for renaming the video during download? for example: 001-title.ext 002-title-ext etc etc i'm using ubuntu 16 whit this string: youtube-dl --username --password -w --no-overwrites thanks a lot https://github.com/rg3/youtube-dl#output-tem...
gharchive/issue
2017-12-12T13:18:35
2025-04-01T06:03:54.486263
{ "authors": [ "dstftw", "meth984" ], "repo": "rg3/youtube-dl", "url": "https://github.com/rg3/youtube-dl/issues/14959", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
348964272
YouTube: Unable to submit TFA code: HTTP Error 500: Internal Server Error 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]) Use the Preview ta...
gharchive/issue
2018-08-09T03:29:00
2025-04-01T06:03:54.497458
{ "authors": [ "dstftw", "zefie" ], "repo": "rg3/youtube-dl", "url": "https://github.com/rg3/youtube-dl/issues/17192", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
63531248
MLB extractor issue... Same video.. This URL works: http://m.mlb.com/video/topic/69972428/v51175783/atlstl-piscotty-makes-great-sliding-catch-on-line These URLs default to generic and do not work: http://m.cardinals.mlb.com/stl/video/v51175783/atlstl-piscotty-makes-great-sliding-catch-on-line/?partnerId=as_mlb_201503...
gharchive/issue
2015-03-22T13:17:39
2025-04-01T06:03:54.508368
{ "authors": [ "RingoTheDog", "dstftw" ], "repo": "rg3/youtube-dl", "url": "https://github.com/rg3/youtube-dl/issues/5260", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
117610583
Using playlist URL -- RegexNotFoundError: Unable to extract title When attempting to download videos using a playlist, I get the following error. Attempted with several different playlists with same issue. I can download random individual tracks from the playlist without issue. [debug] System config: [] [debug] User ...
gharchive/issue
2015-11-18T15:26:39
2025-04-01T06:03:54.511190
{ "authors": [ "jaimeMF", "kodekrash", "phihag" ], "repo": "rg3/youtube-dl", "url": "https://github.com/rg3/youtube-dl/issues/7545", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
145444891
error: no such option: --embed-thumbnail?? anthony@AnthonyUbuntu:~/Music$ youtube-dl https://soundcloud.com/dailybreed --embed-thumbnail --verbose Usage: youtube-dl [options] url [url...] youtube-dl: error: no such option: --embed-thumbnail anthony@AnthonyUbuntu:~/Music$ youtube-dl -v [debug] System config: [] [debug...
gharchive/issue
2016-04-03T02:23:01
2025-04-01T06:03:54.519164
{ "authors": [ "NickWinston123", "dstftw" ], "repo": "rg3/youtube-dl", "url": "https://github.com/rg3/youtube-dl/issues/9066", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
1114518857
Question - RadioGroupOption slot props FIrstly, thanks so much for the work that's gone into porting this over for Svelte, it's incredibly valuable! Secondly, I'm a bit of a novice so this is probably down to my ignorance. I don't know React and I'm beginner with Svelte so reading the official docs isn't a great help...
gharchive/issue
2022-01-26T01:08:44
2025-04-01T06:03:54.552503
{ "authors": [ "rgossiaux", "sbadisa", "vhscom" ], "repo": "rgossiaux/svelte-headlessui", "url": "https://github.com/rgossiaux/svelte-headlessui/issues/41", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
160039665
Deprecate RouteHash.elm As a user of the 1.x version, doing the transition to 2.x (RouteUrl) wasn't very hard - and when we'll the examples use it, it will be even easier. So I think it's better to keep just one option - the improved one. (I'm working on a post that will mention this module as a great routing option,...
gharchive/issue
2016-06-13T20:39:23
2025-04-01T06:03:54.558161
{ "authors": [ "amitaibu", "rgrempel" ], "repo": "rgrempel/elm-route-url", "url": "https://github.com/rgrempel/elm-route-url/issues/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1526313220
🛑 Cryptoagent is down In 1ee7b6b, Cryptoagent (https://cryptoagent.us) was down: HTTP code: 502 Response time: 3317 ms Resolved: Cryptoagent is back up in b33fe6c.
gharchive/issue
2023-01-09T20:59:32
2025-04-01T06:03:54.578746
{ "authors": [ "rgstephens" ], "repo": "rgstephens/upptime", "url": "https://github.com/rgstephens/upptime/issues/234", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2499318029
🛑 BGC is down In eae8596, BGC (https://broadmoorgolfclub.com) was down: HTTP code: 503 Response time: 1402 ms Resolved: BGC is back up in 9111b46 after 44 minutes.
gharchive/issue
2024-09-01T08:52:56
2025-04-01T06:03:54.581004
{ "authors": [ "rgstephens" ], "repo": "rgstephens/upptime", "url": "https://github.com/rgstephens/upptime/issues/717", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
698568627
entrypoint: handle jq error Rename the tmp conf file only when jq has worked, otherwise the config file is empty. I had pushed an old commit with 'cp' instead of 'mv'. The branch is now uptodate. I had a situation with a syntax error in the conf leading with a temporary file created but empty. More precisely, there...
gharchive/pull-request
2020-09-10T22:33:18
2025-04-01T06:03:54.665729
{ "authors": [ "pkeroulas" ], "repo": "rhastie/build-nmos-cpp", "url": "https://github.com/rhastie/build-nmos-cpp/pull/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1119481106
沃邮箱签到今天已恢复 进度是接着停止那天的,所以需要今天开始签到,否则会断 接口应该变了,直接执行本程序无法完成 接口好像没变,是我这边日志的问题 具体可以查看今天的推送,公众号【联通沃邮箱】 根据页面说明,2月28号活动完全下线
gharchive/issue
2022-01-31T14:13:24
2025-04-01T06:03:54.717378
{ "authors": [ "gitiray" ], "repo": "rhming/UnicomDailyTask", "url": "https://github.com/rhming/UnicomDailyTask/issues/68", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
236022049
Add support for Rails 4 and 5 on CI Fix #11 Ready 👍
gharchive/pull-request
2017-06-14T22:00:43
2025-04-01T06:03:54.741119
{ "authors": [ "wacko" ], "repo": "riboseinc/url_validator", "url": "https://github.com/riboseinc/url_validator/pull/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1401827533
feat: shades of purple theme PR Checklist Please check if your PR fulfills the following requirements: [ ] The commit message follows our guidelines: https://github.com/riccardoperra/codeimage/blob/main/CONTRIBUTING.md#commit [ ] Tests for the changes have been added (for bug fixes / features) [ ] Docs have been add...
gharchive/pull-request
2022-10-08T05:19:04
2025-04-01T06:03:54.757594
{ "authors": [ "SIMRAN88", "riccardoperra" ], "repo": "riccardoperra/codeimage", "url": "https://github.com/riccardoperra/codeimage/pull/370", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }