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
1352421425
🛑 Vinos Divertidos is down In 5783ed1, Vinos Divertidos (https://vinosdivertidos.es) was down: HTTP code: 0 Response time: 0 ms Resolved: Vinos Divertidos is back up in e1925a1.
gharchive/issue
2022-08-26T15:29:20
2025-04-01T04:34:46.062122
{ "authors": [ "kitos9112" ], "repo": "kitos9112/uptime", "url": "https://github.com/kitos9112/uptime/issues/304", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
378686444
Be able to control redirect behavior per quest / bring cookies when redirect Feature Request Description I'm using Fuel as my http client to simulate login on a site as an auto script, where I found the short of unable to control redirect behavior a bit awkward, since Fuel.get / post is stateless, which do not have c...
gharchive/issue
2018-11-08T11:16:54
2025-04-01T04:34:46.074630
{ "authors": [ "SleeplessByte", "wusatosi" ], "repo": "kittinunf/Fuel", "url": "https://github.com/kittinunf/Fuel/issues/514", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
816283389
JNI RegisterNatives called with pending exception java.lang.ClassNotFoundException: Didn't find class "org.audiostream.AudioIn" Hi, I've created a Google colab so you can simply recreate the error. My code is: from audiostream import get_input from android.permissions import request_permissions, Permission request_pe...
gharchive/issue
2021-02-25T10:04:21
2025-04-01T04:34:46.081433
{ "authors": [ "adarsh1783", "aod1310", "iacoposk8" ], "repo": "kivy/audiostream", "url": "https://github.com/kivy/audiostream/issues/37", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
675586512
Documentation issue with on_ref_press In kivy/uix/label.py L1008, there is a documentation issue with on_ref_press. widget.on_ref_press(print_it) should be widget.bind(on_ref_press=print_it). Indeed, feel free to edit directly in the page you linked, that'll create a pull request and you'll be officially a contribu...
gharchive/issue
2020-08-08T20:50:10
2025-04-01T04:34:46.083042
{ "authors": [ "Kateba72", "tshirtman" ], "repo": "kivy/kivy", "url": "https://github.com/kivy/kivy/issues/7037", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
16727242
Methods stubbed using receive:withArguments: are still called if arguments do not match. When a selector is stubbed on an object using receive:withArguments:, the selector on the object should not be invoked. This works fine in the case where the arguments specified match the arguments that the selector is called wit...
gharchive/issue
2013-07-14T12:17:30
2025-04-01T04:34:46.085092
{ "authors": [ "goonzoid", "ios122" ], "repo": "kiwi-bdd/Kiwi", "url": "https://github.com/kiwi-bdd/Kiwi/issues/328", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
408037828
Upgrade react-native to v0.58.3 Upgrade other native dependencies as well Write to readme how to test on android when you do react-native upgrade closes #1414 @RobinCsl 🚀
gharchive/pull-request
2019-02-08T07:37:58
2025-04-01T04:34:46.086250
{ "authors": [ "tbergq" ], "repo": "kiwicom/mobile", "url": "https://github.com/kiwicom/mobile/pull/1470", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
610925973
Get operations by operationId https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#fixed-fields-8 Tools and libraries MAY use the operationId to uniquely identify an operation sometime,we need retest a specified API, using operationId will be more intuitive and efficient than using filtering. ...
gharchive/issue
2020-05-01T19:28:51
2025-04-01T04:34:46.091445
{ "authors": [ "Stranger6667", "dongfangtianyu" ], "repo": "kiwicom/schemathesis", "url": "https://github.com/kiwicom/schemathesis/issues/546", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2381838964
build: update swift-syntax to swiftlang/swift-syntax apple/swift-syntax has been moved to swiftlang/swift-syntax. So I'm updating its URLs in Package.swift and Package.resolved. I need to merge #96 first to fix CI failing.
gharchive/pull-request
2024-06-29T16:21:57
2025-04-01T04:34:46.128745
{ "authors": [ "kkebo" ], "repo": "kkebo/zyphy", "url": "https://github.com/kkebo/zyphy/pull/94", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1823703892
demonstrate kkrt handling the get_caller_address zero case w/ error Time spent on this PR: 2 hrs Resolves: # addresses: #216 Pull Request type Please check the type of change your PR introduces: [ ] Bugfix [ ] Feature [ ] Code style update (formatting, renaming) [ ] Refactoring (no functional changes, no API chang...
gharchive/pull-request
2023-07-27T06:27:46
2025-04-01T04:34:46.153022
{ "authors": [ "ClementWalter", "jobez" ], "repo": "kkrt-labs/kakarot-rpc", "url": "https://github.com/kkrt-labs/kakarot-rpc/pull/359", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
181438793
@role('admin') @role('admin') get ErrorException Parse error: syntax error, unexpected ''admin'' (T_CONSTANT_ENCAPSED_STRING) (View: ... To do this we have to use @role(('admin')) But this construction does not work @role(('moderator|admin')) It's fixed. Thank you. Can you please update latest version and le...
gharchive/issue
2016-10-06T14:57:09
2025-04-01T04:34:46.163846
{ "authors": [ "fearrr", "klaravel" ], "repo": "klaravel/ntrust", "url": "https://github.com/klaravel/ntrust/issues/4", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
360527309
Included features from issue #56 - Global callback when log type is called This fixes issue #56 you can now set global callbacks for logs which will be called once the logger function is called. The callback function will get the exact same data which the user used. const {Signale} = require('signale'); const optio...
gharchive/pull-request
2018-09-15T10:13:04
2025-04-01T04:34:46.170796
{ "authors": [ "Vimiso", "tiehm" ], "repo": "klaussinani/signale", "url": "https://github.com/klaussinani/signale/pull/62", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2044762498
Line 3031 occultism:white_candle new log error since last update. Unknown registry key Describe the bug Unknown registry key To Reproduce Steps to reproduce the behavior: use all the mods in the log or download modpack and run game Expected behavior No line of code as after the last update this has occured Screensh...
gharchive/issue
2023-11-18T16:03:07
2025-04-01T04:34:46.246086
{ "authors": [ "Sultia", "klikli-dev" ], "repo": "klikli-dev/occultism", "url": "https://github.com/klikli-dev/occultism/issues/1012", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1309628265
Change cmake command to include Release type Fix the README to not generate a debug executable, else, the generate test example is extremely slow, roughly 14 times slower. Thanks so much for this cleanup. Merged.
gharchive/pull-request
2022-07-19T14:42:18
2025-04-01T04:34:46.288589
{ "authors": [ "jratcliff63367", "themasterlink" ], "repo": "kmammou/v-hacd", "url": "https://github.com/kmammou/v-hacd/pull/119", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
910831312
Cannot install hypno? The pyinjector installed successfully. This error occurred after I did: "pip install hypno". `ERROR: Command errored out with exit status 1: command: 'c:\users\user\appdata\local\programs\python\python37\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\use...
gharchive/issue
2021-06-03T20:30:59
2025-04-01T04:34:46.309856
{ "authors": [ "Spindermoon1" ], "repo": "kmaork/hypno", "url": "https://github.com/kmaork/hypno/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1306918510
When the page is compressed the menu toggle no longer works data-toggle on the compressed nav-bar is no longer working - could be a BootStrap update problem Bootstrap 5 - needed bs-data updates.
gharchive/issue
2022-07-16T22:17:41
2025-04-01T04:34:46.314960
{ "authors": [ "kmcluskey" ], "repo": "kmcluskey/FlyMet", "url": "https://github.com/kmcluskey/FlyMet/issues/127", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1242496255
[main] Format markdown Cron -knative-prow-robot /cc knative-sandbox/eventing-writers /assign knative-sandbox/eventing-writers Produced by: knative-sandbox/knobots/actions/update-markdown Details: CODE-OF-CONDUCT.md 49ms /retest
gharchive/pull-request
2022-05-20T01:37:07
2025-04-01T04:34:46.353443
{ "authors": [ "gab-satchi", "knative-automation" ], "repo": "knative-sandbox/control-protocol", "url": "https://github.com/knative-sandbox/control-protocol/pull/181", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
674600494
Reconciler first pass Adding first pass reconciler. Will refactor and add tests in a followup. (╯°□°)╯︵ kubectl get clusterducktype.discovery.knative.dev/podspecables.duck.knative.dev -oyaml apiVersion: discovery.knative.dev/v1alpha1 kind: ClusterDuckType metadata: annotations: kubectl.kubernetes.io/last-appl...
gharchive/pull-request
2020-08-06T21:04:33
2025-04-01T04:34:46.356823
{ "authors": [ "n3wscott", "nachocano" ], "repo": "knative-sandbox/discovery", "url": "https://github.com/knative-sandbox/discovery/pull/36", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
619269533
Go modules conversion Fixes #6 Convert to go modules (from dep) Update to latest (as of 5/15/20) eventing-contrib (and eventing / pkg /etc) Fix breakages from update (SubscribableStatus moved to v1beta1, and kncontroller.StartAll() signature change) Re-sort imports from initial repo migration. @googlebot rescan /...
gharchive/pull-request
2020-05-15T21:31:52
2025-04-01T04:34:46.358987
{ "authors": [ "chaodaiG", "travis-minke-sap" ], "repo": "knative-sandbox/eventing-kafka", "url": "https://github.com/knative-sandbox/eventing-kafka/pull/13", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
970445648
Check for cluster readiness in cluster creation step In the current cluster creation process, we sleep for a few seconds to ensure that the cluster has been created (for both Kind and Minikube clusters) before running any kubectl commands against it. However, this is a hacky way to create the cluster. It would be muc...
gharchive/issue
2021-08-13T14:21:25
2025-04-01T04:34:46.361296
{ "authors": [ "markusthoemmes", "psschwei" ], "repo": "knative-sandbox/kn-plugin-quickstart", "url": "https://github.com/knative-sandbox/kn-plugin-quickstart/issues/75", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
730940373
use the new hack repo for scripts Proposed Changes test-infra/scripts -> hack ref: https://github.com/knative/hack/pull/2 /lgtm /approve
gharchive/pull-request
2020-10-27T23:14:18
2025-04-01T04:34:46.362741
{ "authors": [ "ZhiminXiang", "n3wscott" ], "repo": "knative-sandbox/net-certmanager", "url": "https://github.com/knative-sandbox/net-certmanager/pull/114", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
817798690
re work vocabulary csv functionality posting from slack: if you want to make "bind list to csv" less cursed, make a utility function that loads a csv and returns it as a dict, then write this instead: ctx = Context() ctx.lists['user.vocabulary'] = load_wordlist_csv('vocabulary.csv') stop using a lock and punching li...
gharchive/issue
2021-02-27T02:27:17
2025-04-01T04:34:46.373021
{ "authors": [ "knausj85", "rntz" ], "repo": "knausj85/knausj_talon", "url": "https://github.com/knausj85/knausj_talon/issues/367", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1274413160
Add <number_small> to wheel commands Adds fine grained control to directional scroll wheel commands. Allows user to keep the default scroll value settings the same. No need to change these settings: # The amount to scroll up/down (equivalent to mouse wheel on Windows by default) user.mouse_wheel_down_amount = 120...
gharchive/pull-request
2022-06-17T02:25:55
2025-04-01T04:34:46.377232
{ "authors": [ "lexjacobs", "splondike" ], "repo": "knausj85/knausj_talon", "url": "https://github.com/knausj85/knausj_talon/pull/883", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
26907211
http://knexjs.org/ is down 404 - There isn't a GitHub Page here. Its down again!!
gharchive/issue
2014-02-04T19:13:05
2025-04-01T04:34:46.380297
{ "authors": [ "HelloKashif", "MajorBreakfast" ], "repo": "knex/knex", "url": "https://github.com/knex/knex/issues/175", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
124339300
Disconf 一处硬编码问题com.baidu.disconf.core.common.restful.impl.RestfulMgrImpl com.baidu.disconf.core.common.restful.impl.RestfulMgrImpl private File retryDownload(String fileName, RemoteUrl remoteUrl, int retryTimes, int retrySleepSeconds) throws Exception { String tmpFileDir = "./disconf/download"; //为什么要硬编码……………… ...
gharchive/issue
2015-12-30T11:59:35
2025-04-01T04:34:46.382753
{ "authors": [ "knightliao", "wanglei1598" ], "repo": "knightliao/disconf", "url": "https://github.com/knightliao/disconf/issues/53", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
211466788
Build fails when using Swift Package Manager: Tests/Evergreen has an invalid name Swift Package Manager build fails with error: the module at Tests/Evergreen has an invalid name ('Evergreen'). cat Package.swift import PackageDescription let package = Package( name: "linuxlog", dependencies: [ .Packag...
gharchive/issue
2017-03-02T17:47:41
2025-04-01T04:34:46.386062
{ "authors": [ "knly", "maximveksler" ], "repo": "knly/Evergreen", "url": "https://github.com/knly/Evergreen/issues/21", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2432822287
feat: add validate partial command Description ** Describe what, why and how of the changes clearly and concisely. Add any additional useful context or info, as necessary. ** Todos ** List any todo items necessary before merging, if any. Delete if none. ** [ ] Sample todo item 1 [ ] Sample todo item 2 Tasks ** Link...
gharchive/pull-request
2024-07-26T19:07:14
2025-04-01T04:34:46.392813
{ "authors": [ "connorlindsey" ], "repo": "knocklabs/knock-cli", "url": "https://github.com/knocklabs/knock-cli/pull/388", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
607728425
ESP8266 example error Many apologies if this is not an issue with the code in the PubSubClient examples folder in this repo, and a misunderstanding or board selection issue on my part but when I compile this .ino file in the repo I get the following error pasted below. Additional info: IDE version 1.8.9, Windows 10 ...
gharchive/issue
2020-04-27T17:39:15
2025-04-01T04:34:46.398963
{ "authors": [ "hazymat" ], "repo": "knolleary/pubsubclient", "url": "https://github.com/knolleary/pubsubclient/issues/732", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
398281159
Making HTTPS calls with Hyper + Hyper-TLS I originally posted this question here, but the kind folks over at hyper-tls have convinced me that the issue might be with Daemonize. All of this code is being run on MacOS 10.14.2 I'm using Hyper + Hyper-TLS with the Daemonize crate to make the following HTTPS call from wit...
gharchive/issue
2019-01-11T13:06:04
2025-04-01T04:34:46.435028
{ "authors": [ "grantgumina", "knsd" ], "repo": "knsd/daemonize", "url": "https://github.com/knsd/daemonize/issues/30", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
342283902
Issue on Dynamic Creation in PHP So I am "dynamically" creating a flow chart through PHP. I'm looping through a JSON object and then this is the input for ajax in JS. However when the flowchart is created I get a parse error and I don't know why. Below is a summary of what I'm doing. PHP echo "graph TB", PHP_EOL;...
gharchive/issue
2018-07-18T11:14:03
2025-04-01T04:34:46.439494
{ "authors": [ "gar-syn" ], "repo": "knsv/mermaid", "url": "https://github.com/knsv/mermaid/issues/690", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
744136579
git drive without any navigators added could print the help Error Error: 0: Empty list of items given to `MultiSelect` Metadata key value version 0.1.0 Fixed in https://github.com/knutwalker/git-drive/releases/tag/0.2.0
gharchive/issue
2020-11-16T19:56:50
2025-04-01T04:34:46.441877
{ "authors": [ "jjaderberg", "knutwalker" ], "repo": "knutwalker/git-drive", "url": "https://github.com/knutwalker/git-drive/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
929852451
Display the column calculations above the column header ? Thank you Table Filter, it helped me a lot I have been using this since a month, I have found that it'd be great if I have an option to have a look at the column sum, averahe on the top of selected column. Anyone if solved or can solve and share your views wou...
gharchive/issue
2021-06-25T05:50:59
2025-04-01T04:34:46.452154
{ "authors": [ "SaiPrabhu611" ], "repo": "koalyptus/TableFilter", "url": "https://github.com/koalyptus/TableFilter/issues/819", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1438077725
Cannot interpret nested call statements in return local := R[70..80] def func2(val, exp) : numreg return(Mth::exp(exp * Mth::ln(val))) end power := R[20] power = ns1::func2(4, 2) gives error: indirect_node.rb:70:in `id': undefined method `value' for #<TPPlus::Nodes::ArgumentNode:0x000001f424c699f8 @id=3, @commen...
gharchive/issue
2022-11-07T09:58:02
2025-04-01T04:34:46.453520
{ "authors": [ "kobbled" ], "repo": "kobbled/tp_plus", "url": "https://github.com/kobbled/tp_plus/issues/43", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2724753301
Actors > Vehicles: Bonus Actions and Reactions need a generic text box like what is available in Actions Like Actions, Reactions and Bonus Actions may have some flavor text. A text box should to be added to contain such text like in Actions as an enhancement to the Vehicle Actor. Vehicles only have actions, not bo...
gharchive/issue
2024-12-07T18:09:54
2025-04-01T04:34:46.455719
{ "authors": [ "arbron", "secondworldpublishing" ], "repo": "koboldpress/black-flag", "url": "https://github.com/koboldpress/black-flag/issues/872", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1063734410
Make from SVGs 3d glb models Let's add that easy SWITCH/toggle 😄 which would help user generate in browser from svg 3d glb model in NFT end goal would be exploring these models in AR/VR more easily :) focus is generative art now
gharchive/issue
2021-11-25T15:43:40
2025-04-01T04:34:46.469375
{ "authors": [ "JustLuuuu", "yangwao" ], "repo": "kodadot/nft-gallery", "url": "https://github.com/kodadot/nft-gallery/issues/1295", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1875333098
Notification sidebar won't close when clicking on a notification What happened? true for mobile and desktop: https://github.com/kodadot/nft-gallery/assets/36627808/4a61324e-18da-421e-9703-820ca52e9bbb 👋
gharchive/issue
2023-08-31T11:24:16
2025-04-01T04:34:46.470587
{ "authors": [ "prury", "xiiiAtCn" ], "repo": "kodadot/nft-gallery", "url": "https://github.com/kodadot/nft-gallery/issues/7071", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1308357176
disabling build_search_index breaks the theme mode toggle functionality in config.toml, if you remove 'build_search_index = true" (for those who do not want to have search on their site, or at least do not want it at the middle of their header) it also breaks the theme mode changing functionality. it's also unclear...
gharchive/issue
2022-07-18T18:29:28
2025-04-01T04:34:46.541756
{ "authors": [ "asyapluggedin" ], "repo": "kogeletey/karzok", "url": "https://github.com/kogeletey/karzok/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2000568909
RuntimeError: stack expects each tensor to be equal size, but got [4, 108, 148] at entry 0 and [4, 96, 168] at entry 1 I've been trying to train a LoRA, and I'm getting the following error: steps: 3%|████▎ ...
gharchive/issue
2023-11-18T20:28:47
2025-04-01T04:34:46.567031
{ "authors": [ "jndietz", "rockerBOO", "x-name" ], "repo": "kohya-ss/sd-scripts", "url": "https://github.com/kohya-ss/sd-scripts/issues/958", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
682099546
Fix string(int) issues for Go 1.15 compatibility go vet in Golang 1.15 does not allow type casting from int to string. More info in https://github.com/golang/go/issues/32479 and https://github.com/golang/go/issues/3939. Example output: $ make test go vet ./... # github.com/kolide/fleet/server/datastore server/datasto...
gharchive/pull-request
2020-08-19T19:16:06
2025-04-01T04:34:46.628072
{ "authors": [ "jalseth", "zwass" ], "repo": "kolide/fleet", "url": "https://github.com/kolide/fleet/pull/2286", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
198318973
Conflict with ActiveRecord::Enum After gem install I start receiving error: ActionView::Template::Error (undefined method `where' for #Module:0x000000018e5138) code example: Model class Payment < ApplicationRecord enum payment_type: {dotpay: 1, bank_transfer: 4 } end then: Payment.dotpay raises the exception abo...
gharchive/issue
2017-01-02T10:45:52
2025-04-01T04:34:46.634118
{ "authors": [ "PabloMD", "demural", "vasilakisfil" ], "repo": "kollegorna/active_hash_relation", "url": "https://github.com/kollegorna/active_hash_relation/issues/20", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
807232711
feat: add Open Graph title, image and description Noticed when sharing the link on Slack that it didn't expand the URL, due to missing OG metadata - added it here. came up with a random description, feel free to change :) took the best image I could find (logo from the header), but would probably be nicer with a cus...
gharchive/pull-request
2021-02-12T13:25:05
2025-04-01T04:34:46.637031
{ "authors": [ "JCB-K", "irony" ], "repo": "kolplattformen/skolplattformen", "url": "https://github.com/kolplattformen/skolplattformen/pull/84", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
807714359
Set app name to 'Skolplattformen' Partial fix for #89 being fixed here as well - https://github.com/kolplattformen/skolplattformen/pull/98
gharchive/pull-request
2021-02-13T09:31:27
2025-04-01T04:34:46.638140
{ "authors": [ "devilbuddy" ], "repo": "kolplattformen/skolplattformen", "url": "https://github.com/kolplattformen/skolplattformen/pull/97", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1102456075
Updated name in toolbox and toolboxIcon of plugin We have many similar plugins with the same name and icon in the toolbar. @Akash187 Thanks for your pull request, could you please check the SVG icon element?, it is not being rendered correctly in the toolbar: Best, Mario @Akash187 Thanks for the new commit, only...
gharchive/pull-request
2022-01-13T22:04:01
2025-04-01T04:34:46.654920
{ "authors": [ "Akash187", "MarioRodriguezS" ], "repo": "kommitters/editorjs-inline-image", "url": "https://github.com/kommitters/editorjs-inline-image/pull/51", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1130680988
kubeval Project seems to be dead seems that kubeval is dead: https://github.com/instrumenta/kubernetes-json-schema/issues/32#issuecomment-1021133568 The latest commit is from Apr 2021: https://github.com/instrumenta/kubeval/commit/062c99a2ad6554ca5798c07599fa6c06db975325 Thanks! Do you know if https://github.co...
gharchive/issue
2022-02-10T18:53:54
2025-04-01T04:34:46.657586
{ "authors": [ "itielshwartz", "mstoetzer", "nirsht", "s3than" ], "repo": "komodorio/validkube", "url": "https://github.com/komodorio/validkube/issues/4", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
356801244
output string parameter Hello, thanks for the work this is great ! I encountered an issue when trying to create a simple "String Value" node, based on the MathSample : [Node("String Value", "Input", "Basic", "Allows to output a simple string value.", false)] public void InputStringValue(string inValue, out string ou...
gharchive/issue
2018-09-04T13:06:04
2025-04-01T04:34:46.662147
{ "authors": [ "arqtiq", "komorra", "sqrMin1", "zhenyuan0502" ], "repo": "komorra/NodeEditorWinforms", "url": "https://github.com/komorra/NodeEditorWinforms/issues/10", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
841720319
Switch waker to newly stabilised std::task::Wake Hopefully using Wake will make the futures part a bit leaner. Well, that's a "no". Can't make the dependency with Arc<dyn CoreContainer> work out quite right for Waker::from(Arc<_: Wake>). Oh well, guess we don't mess with a running system, then^^
gharchive/issue
2021-03-26T08:35:21
2025-04-01T04:34:46.664105
{ "authors": [ "Bathtor" ], "repo": "kompics/kompact", "url": "https://github.com/kompics/kompact/issues/148", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1598889191
There is not implementation found for mac.HmacImpl I have the above error when I try to use mnemonicWords.toKey() function I have already added bouncycastle as it is in the walleth code bellow is the full error Exception in thread "main" java.lang.RuntimeException: There is not implementation found for mac.HmacImpl -...
gharchive/issue
2023-02-24T15:55:37
2025-04-01T04:34:46.666558
{ "authors": [ "geofferyj", "ligi" ], "repo": "komputing/KEthereum", "url": "https://github.com/komputing/KEthereum/issues/138", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
261829315
add better documentation expound more in the readme add better code comments(check it out at; https://godoc.org/github.com/komuW/meli) fixed by https://github.com/komuw/meli/pull/99
gharchive/issue
2017-09-30T08:40:03
2025-04-01T04:34:46.668230
{ "authors": [ "komuw" ], "repo": "komuw/meli", "url": "https://github.com/komuw/meli/issues/21", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1998174969
This is for https://github.com/konbraphat51/AnimatedWordCloud/issues/18 Refering: https://github.com/konbraphat51/AnimatedWordCloud/issues/18
gharchive/issue
2023-11-17T02:55:37
2025-04-01T04:34:46.670973
{ "authors": [ "konbraphat51" ], "repo": "konbraphat51/Timelapse_Text", "url": "https://github.com/konbraphat51/Timelapse_Text/issues/1", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
65748956
Empty ApiOperation.position parameter breaks generated page for static UI File html.mustache contains the following line to generate tabs: $("#tabs{{index}}{{apiIndex}}{{opIndex}}").tabs(); If ApiOperation.position is not defined for each REST API method, than it equals 0 for each method. As you can see, it will gen...
gharchive/issue
2015-04-01T18:26:52
2025-04-01T04:34:46.673157
{ "authors": [ "vbauer" ], "repo": "kongchen/swagger-maven-plugin", "url": "https://github.com/kongchen/swagger-maven-plugin/issues/128", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
473151449
[FEATURE] Have the ability to disable the init container (which requires privileged permissions) I would like to have the ability to disable the init container via environment variable or annotation, since my cluster security settings do not allow privileged containers. I will make sure that /proc/sys/net/ipv4/ip_for...
gharchive/issue
2019-07-26T02:49:41
2025-04-01T04:34:46.689393
{ "authors": [ "HuxyUK", "digger18" ], "repo": "kontena/akrobateo", "url": "https://github.com/kontena/akrobateo/issues/30", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
132700526
distribute cli via installer (instead of gem) Just like vagrant... https://github.com/mitchellh/vagrant-installers Now that Windows and OSX is going to have better Docker support (https://blog.docker.com/2016/03/docker-for-mac-windows-beta/) maybe we could package cli as a docker image and just install wrapper scr...
gharchive/issue
2016-02-10T13:31:26
2025-04-01T04:34:46.691981
{ "authors": [ "SpComb", "hans-d", "jakolehm", "jnummelin", "kke" ], "repo": "kontena/kontena", "url": "https://github.com/kontena/kontena/issues/511", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
235830816
Update test kommando to fix missing bash failures Fixes #2468 by bumping the test/Gemfile kommando dep to 0.1.1, which falls back to /bin/sh if bash is missing. Updating the Gemfile.lock also bumped the kontena-cli deps. Also fixes #1903 by using docker-compose rm -v during teardown The service exec specs now pass ...
gharchive/pull-request
2017-06-14T10:16:49
2025-04-01T04:34:46.694482
{ "authors": [ "SpComb" ], "repo": "kontena/kontena", "url": "https://github.com/kontena/kontena/pull/2475", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
254008213
Send & store logs in batches It's more efficient to send logs from agent to master in batches. @SpComb PTAL
gharchive/pull-request
2017-08-30T13:56:09
2025-04-01T04:34:46.695341
{ "authors": [ "jakolehm" ], "repo": "kontena/kontena", "url": "https://github.com/kontena/kontena/pull/2750", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
736033824
Consider supporting migration of databases. There are a lot of existing databases that have been configured extensively for a particular application and enterprise. Think about a way the database configuration can be migrated to other database engines automatically. We should try to do it in a general way instead of ...
gharchive/issue
2020-11-04T11:21:08
2025-04-01T04:34:46.699475
{ "authors": [ "HarikrishnanBalagopal", "ashokponkumar" ], "repo": "konveyor/move2kube", "url": "https://github.com/konveyor/move2kube/issues/159", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2038117077
:seedling: If seed dir exists on the filesystem, don't clone it in the dockerfile This was the simplest way to do it I think, without requiring Makefile updates to pass along build-args and dealing with various values. If you just drop tackle2-seed into the project it won't clone it anymore. The failing test is fro...
gharchive/pull-request
2023-12-12T16:18:58
2025-04-01T04:34:46.700553
{ "authors": [ "fabianvf" ], "repo": "konveyor/tackle2-hub", "url": "https://github.com/konveyor/tackle2-hub/pull/576", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1484000053
runtime-proxy: remove unused file Ⅰ. Describe what this PR does remove unused file Ⅱ. Does this pull request fix one issue? NONE Ⅲ. Describe how to verify it Ⅳ. Special notes for reviews V. Checklist [ ] I have written necessary docs and comments [ ] I have added necessary unit tests and integration tests [x] All ch...
gharchive/pull-request
2022-12-08T08:05:23
2025-04-01T04:34:46.795073
{ "authors": [ "fengyehong", "honpey" ], "repo": "koordinator-sh/koordinator", "url": "https://github.com/koordinator-sh/koordinator/pull/870", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1118750792
Added reference to XenoTactic youtube channel & add documentation on alignment/centering. I formatted the file using Intellij's "Reformat File" which might explain some of the formatting changes. Done done Thanks!
gharchive/pull-request
2022-01-30T23:17:05
2025-04-01T04:34:46.902079
{ "authors": [ "Kietyo", "soywiz" ], "repo": "korlibs/docs.korge.org", "url": "https://github.com/korlibs/docs.korge.org/pull/83", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2001650699
Kosmos needs to synchronize the label information of the namespace to the sub-cluster What happened: What you expected to happen: How to reproduce it (as minimally and precisely as possible): Anything else we need to know?: Environment: Kosmos version: Others: /assign @yuleichun-striving
gharchive/issue
2023-11-20T08:43:01
2025-04-01T04:34:46.920952
{ "authors": [ "yuleichun-striving" ], "repo": "kosmos-io/kosmos", "url": "https://github.com/kosmos-io/kosmos/issues/268", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
95300297
event being fired 3x even with correct js I have this JS on my app $(document).on('page:before-change', function(){ if($('.chat-text-field').val()) return confirm("Your message hasn't been sent yet. Do you still want to leave?"); }); turns out that this message is beign fired 3 times. Is there something else m...
gharchive/issue
2015-07-15T22:03:08
2025-04-01T04:34:46.925806
{ "authors": [ "Subtletree", "jlerpscher", "luizkowalski", "rstacruz" ], "repo": "kossnocorp/jquery.turbolinks", "url": "https://github.com/kossnocorp/jquery.turbolinks/issues/51", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
511161662
Allow BusyBar to shrink Returning getWidth() dynamically for getPrefWidth() allows BusyBar to grow but not shrink when the parent layout resizes. segmentWidth should be a sensible prefWidth for this widget. This is to address #316 Lemme rebase properly and try again.
gharchive/pull-request
2019-10-23T08:27:59
2025-04-01T04:34:46.940117
{ "authors": [ "azurvii" ], "repo": "kotcrab/vis-ui", "url": "https://github.com/kotcrab/vis-ui/pull/317", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1706371241
Data discrepancy found! invalid year 3003 for Lost in Translation. Should be 2003 :-) Thanks for info. The release year has been fixed with release 1.0.0
gharchive/issue
2023-05-11T18:52:35
2025-04-01T04:34:47.529577
{ "authors": [ "kovacing" ], "repo": "kovacing/flask-sherlock", "url": "https://github.com/kovacing/flask-sherlock/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
451208210
Reexport ShortByteString https://hackage.haskell.org/package/bytestring-0.10.8.2/docs/Data-ByteString-Short.html Nice! This is very useful data type. I think that to make this reexport more complete, we also need to add additional functions where possible: One instance Conversion functions readFile/writeFile Mayb...
gharchive/issue
2019-06-02T16:15:39
2025-04-01T04:34:47.642951
{ "authors": [ "chshersh", "vrom911" ], "repo": "kowainik/relude", "url": "https://github.com/kowainik/relude/issues/164", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
638242646
Create poetry environment when starting a new project When creating new project, there are only three options to create new environment: Virtualenv Pipenv Conda Is it possible to add Poetry in this list or it would require additional API on PyCharm side? Temporary workaround Create project with existing python int...
gharchive/issue
2020-06-13T22:19:40
2025-04-01T04:34:47.648262
{ "authors": [ "MrMrRobat", "koxudaxi" ], "repo": "koxudaxi/poetry-pycharm-plugin", "url": "https://github.com/koxudaxi/poetry-pycharm-plugin/issues/63", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
692656645
set up operator monitoring People we don't know inquire about being operators, sometimes they seem trustworthy. We should be able to evaluate their work, then we could add them and remove them if they are not appropriate. Log or metric when operator accepts call, including number this is the MVP then we could check ...
gharchive/issue
2020-09-04T03:25:13
2025-04-01T04:34:47.673403
{ "authors": [ "kra" ], "repo": "kra/futel-installation", "url": "https://github.com/kra/futel-installation/issues/393", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
2008876208
MSG100 delay sensors unavailable in V4.4.0 (also V4.4..x alpha had to revert to main stream) Issues without a description (using the header is not good enough) will be closed. open and close delay sensor not supported and now use the defaults of 35 seconds for opening. Device MSG100, Firmware 3.2.7 From changelo...
gharchive/issue
2023-11-23T23:01:27
2025-04-01T04:34:47.686600
{ "authors": [ "Duke-Box", "krahabb" ], "repo": "krahabb/meross_lan", "url": "https://github.com/krahabb/meross_lan/issues/338", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
200197532
Mojo::URL->new decodes ampersand in fragment which is not encoded in to_string Mojolicious version: 777f24f14 (current master at time of writing) Perl version: 5.20.2 Operating system: Debian Linux Jessie (8) Steps to reproduce the behavior $ perl -MMojo::URL -E 'say Mojo::URL->new("/?a=b&c=A%26B")' /?a=b&c=A%26B $...
gharchive/issue
2017-01-11T20:22:37
2025-04-01T04:34:47.689678
{ "authors": [ "dboehmer", "kraih" ], "repo": "kraih/mojo", "url": "https://github.com/kraih/mojo/issues/1034", "license": "artistic-2.0", "license_type": "permissive", "license_source": "bigquery" }
1293457235
validate schema definitions and reuse schema About With the current implementation, krakend will throw a runtime error at request time and return a 500 if the JSON schema is invalid. I think it would be helpful if krakend would throw an error on startup instead (but ignoring the configuration seems more in line with ...
gharchive/pull-request
2022-07-04T18:08:33
2025-04-01T04:34:47.691360
{ "authors": [ "kpacha", "moritzploss" ], "repo": "krakendio/krakend-jsonschema", "url": "https://github.com/krakendio/krakend-jsonschema/pull/8", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1380982973
How can get enviroment variable in lua script My endpoint inside endpoints on krakend.json { "endpoint": "/v1/api-biotech/extraction/{biometricMethod}", "method": "POST", "output_encoding": "no-op", "extra_config": { "documentation/openapi": { "version": "1.0" } }, "backend": [{ "url_pattern": "/api-biotech/extractio...
gharchive/issue
2022-09-21T13:58:34
2025-04-01T04:34:47.706079
{ "authors": [ "kpacha", "luanromeu" ], "repo": "krakendio/krakend-lua", "url": "https://github.com/krakendio/krakend-lua/issues/31", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
111942945
Option to set preview frame image and avoid loading image until clicked on? I would like to use something like this on a page with many GIFs so I need a way to have my GIFs downloaded only once clicked on instead of all loaded on page load. If I have 100mb of GIFs on the page, the point of having a play button for m...
gharchive/issue
2015-10-17T04:12:29
2025-04-01T04:34:47.717354
{ "authors": [ "jasondavis", "krasimir" ], "repo": "krasimir/gifffer", "url": "https://github.com/krasimir/gifffer/issues/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1447080641
Authentication pages + LayoutRoute Requirements: [ ] Update sign up & login pages according to the new design [ ] Create LayoutRoute component to adjust redirects inside the app Was under a discussion for over a month. Decided to remove because of irrelevancy
gharchive/issue
2022-11-13T20:56:16
2025-04-01T04:34:47.718695
{ "authors": [ "krau5" ], "repo": "krau5/pomo", "url": "https://github.com/krau5/pomo/issues/19", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2363246503
Initialize FirebaseApp if it is not already initilized Bug: Trying to re-initialize FirebaseApp throws an exception Solution: Check if it is already initialized Hey, thanks for another contribution! I made another PR that would make it more idiomatic .
gharchive/pull-request
2024-06-19T23:33:36
2025-04-01T04:34:47.754518
{ "authors": [ "ArnauKokoro", "krizzu" ], "repo": "krizzu/firebase-auth-provider", "url": "https://github.com/krizzu/firebase-auth-provider/pull/4", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1589178439
Improve/document AddressMapper API An action from #99 is to improve and document the AddressMapper API. I think it warrants a discussion. Should be closed by #254 Closed by work that ended with #271.
gharchive/issue
2023-02-17T11:01:33
2025-04-01T04:34:47.757249
{ "authors": [ "k-wall" ], "repo": "kroxylicious/kroxylicious", "url": "https://github.com/kroxylicious/kroxylicious/issues/139", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1750881297
YAML Test Suite tests Runs tests using YAML Test Suite data TODO [x] use the file-based test data, not the YAML-based data (which requires parsing and is not well documented) [x] IntelliJ doesn't seem to support EditorConfig very well any more. I propose committing .idea/codeStyles/codeStyleConfig.xml to the repo in...
gharchive/pull-request
2023-06-10T08:57:38
2025-04-01T04:34:47.763495
{ "authors": [ "aSemy", "krzema12" ], "repo": "krzema12/snakeyaml-engine-kmp", "url": "https://github.com/krzema12/snakeyaml-engine-kmp/pull/59", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2386211220
Update README.md for using custom service names Description: Small README.md correction for the service names. @krzko 👋 any chance you want to merge this one or should I close it? thanks!
gharchive/pull-request
2024-07-02T13:07:50
2025-04-01T04:34:47.765087
{ "authors": [ "dsotirakis" ], "repo": "krzko/opentelemetry-collector-contrib", "url": "https://github.com/krzko/opentelemetry-collector-contrib/pull/3", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
414394079
Metamorphic pathfinder Before I describe this in detail, which will take some time, are you guys crazy enough (you'd have to be!) to attempt writing a new path finder from scratch if the concept is good enough? Very brief summary Note: I'm describing this just as roads, but it would also be ped paths, ferry lines, ...
gharchive/issue
2019-02-26T02:02:11
2025-04-01T04:34:47.779130
{ "authors": [ "FireController1847", "RenaKunisaki", "Strdate", "VictorPhilipp", "aubergine10", "kvakvs", "matfax" ], "repo": "krzychu124/Cities-Skylines-Traffic-Manager-President-Edition", "url": "https://github.com/krzychu124/Cities-Skylines-Traffic-Manager-President-Edition/issues...
1077368159
Fix group duplication while linking Depending on the project setup, the children of the project main group can have either path property, or name property, or both together. For example, the Pods projects generated by Cocoapods would not add path property to the groups, but only names. Previously, sourcery was checki...
gharchive/pull-request
2021-12-11T02:56:28
2025-04-01T04:34:47.788437
{ "authors": [ "SourceryBot", "rubensamsonyan" ], "repo": "krzysztofzablocki/Sourcery", "url": "https://github.com/krzysztofzablocki/Sourcery/pull/1017", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1463250534
quick install does not work correctly with v0.10.0-rc0 /kind bug What steps did you take and what happened: Quick install is broken with the new version because of the way the version is parsed. What did you expect to happen: The correct version has to be parsed and installed. Environment: KServe Version: 0.10.0-rc0...
gharchive/issue
2022-11-24T12:10:36
2025-04-01T04:34:47.793179
{ "authors": [ "andyi2it" ], "repo": "kserve/kserve", "url": "https://github.com/kserve/kserve/issues/2561", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1382976348
feat: TorchServe support Motivation The Triton runtime can be used with model-mesh to serve PyTorch torchscript models, but it does not support arbitrary PyTorch models i.e. eager mode. KServe "classic" has integration with TorchServe but it would be good to have integration with model-mesh too so that these kinds of...
gharchive/pull-request
2022-09-22T20:26:55
2025-04-01T04:34:47.798926
{ "authors": [ "chinhuang007", "njhill" ], "repo": "kserve/modelmesh-runtime-adapter", "url": "https://github.com/kserve/modelmesh-runtime-adapter/pull/34", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1109431411
Is it memcached compatible? I'm testing this gem with memcached with this simple script #!/usr/bin/env ruby require 'dalli-elasticache' endpoint = "localhost:11211" elasticache = Dalli::ElastiCache.new(endpoint) #puts elasticache.public_methods elas...
gharchive/issue
2022-01-20T15:19:57
2025-04-01T04:34:47.813541
{ "authors": [ "icalvete", "petergoldstein" ], "repo": "ktheory/dalli-elasticache", "url": "https://github.com/ktheory/dalli-elasticache/issues/35", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1926815822
Feature Request: Advanced Warning Time Calculate AWT following methodology in previous version of validation code. Can you outline the methodology here? Advanced Warning Time has been added to the code. AWT is calculated if models provide forecasts for: All Clear Threshold Crossing Time Start Time Peak Intensity ...
gharchive/issue
2023-10-04T19:07:34
2025-04-01T04:34:47.816404
{ "authors": [ "ktindiana", "rickyegeland" ], "repo": "ktindiana/sphinxval", "url": "https://github.com/ktindiana/sphinxval/issues/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1196620651
Testing Dispose Directly With Usage Of "using" IDisposable I'm wondering if for tests that are verifying Dispose, and do indeed implement IDisposable, if we'd want to avoid usage of the using syntax as the compiler generates a good ol' newable wrapped in a try-finally and issues the Dispose call as well at the end of...
gharchive/issue
2022-04-07T22:13:06
2025-04-01T04:34:47.817997
{ "authors": [ "Frueber", "ktmitton" ], "repo": "ktmitton/Mittons.Fixtures", "url": "https://github.com/ktmitton/Mittons.Fixtures/issues/29", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
416697731
Error on npm run dev import VueExtendLayouts from 'vue-extend-layout'; // in APP.vue npm run dev ==> ERROR in ./node_modules/vue-extend-layout/vue-extend-layout.vue?vue&type=script&lang=js& (./node_modules/vue-loader/lib??vue-loader-options!./node_modules/vue-extend-layout/vue-extend-layout.vue?vue&type=script&lang=...
gharchive/issue
2019-03-04T09:05:11
2025-04-01T04:34:47.844068
{ "authors": [ "wwweojin" ], "repo": "ktquez/vue-extend-layout", "url": "https://github.com/ktquez/vue-extend-layout/issues/28", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1848045491
allow configuring controller's concurrency Motivation Its often desirable to control the max no of reconciliations that the controller can run at a given moment to see more predictable behavior or to better utilize the host machine's resources. Fixes #1248 Solution Add concurrency to controller::Config which define...
gharchive/pull-request
2023-08-12T14:32:34
2025-04-01T04:34:47.851851
{ "authors": [ "aryan9600", "clux", "nightkr" ], "repo": "kube-rs/kube", "url": "https://github.com/kube-rs/kube/pull/1277", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
861442625
[knative] Issue when building knative 0.22.0 and kustomize namespace patch During KFServing installation, I am trying to upgrade KNative by following https://knative.dev/docs/install/install-serving-with-yaml/#install-the-serving-component. Since we want to patch knative-serving namespace with ASM label, I use kustom...
gharchive/issue
2021-04-19T15:33:36
2025-04-01T04:34:47.920294
{ "authors": [ "DavidSpek", "zijianjoy" ], "repo": "kubeflow/gcp-blueprints", "url": "https://github.com/kubeflow/gcp-blueprints/issues/217", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
319581081
Add example/tutorial for distributed tf-cnn benchmark This should provide an e2e tutorial to show how to create a tf-cnn benchmark with kubebench, and how to get the results. @jlewi yes this is in scope of 0.3, we will run some benchmarks once code is fully done, and can share some example results if needed. 1 ques...
gharchive/issue
2018-05-02T14:40:21
2025-04-01T04:34:47.924802
{ "authors": [ "jlewi", "xyhuang" ], "repo": "kubeflow/kubebench", "url": "https://github.com/kubeflow/kubebench/issues/20", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
549187781
update formatting of code blocks See issue #1505. This change is  /assign This is available to preview at: https://deploy-preview-1526--competent-brattain-de2d6d.netlify.com/docs/pipelines/sdk/python-based-visualizations/ /ok-to-test Thanks for making these changes! This looks good to me on a desktop and a...
gharchive/pull-request
2020-01-13T21:19:41
2025-04-01T04:34:47.942415
{ "authors": [ "joeliedtke", "kbhawkey" ], "repo": "kubeflow/website", "url": "https://github.com/kubeflow/website/pull/1526", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
280183724
kn should be refactorized with GO kn CLI should be written in GO for better portability and versioning. closing for now.
gharchive/issue
2017-12-07T16:02:01
2025-04-01T04:34:47.943559
{ "authors": [ "mcapuccini" ], "repo": "kubenow/KubeNow", "url": "https://github.com/kubenow/KubeNow/issues/298", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1117324243
Support for container log max files in logging config Signed-off-by: Waleed Malik ahmedwaleedmalik@gmail.com What this PR does / why we need it: Adds support for ContainerLogMaxFiles in LoggingConfiguration for KubeOne Clusters. ContainerLogMaxFiles configures the maximum number of container log files that can be pr...
gharchive/pull-request
2022-01-28T12:00:35
2025-04-01T04:34:47.949240
{ "authors": [ "ahmedwaleedmalik" ], "repo": "kubermatic/kubeone", "url": "https://github.com/kubermatic/kubeone/pull/1759", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
901763096
[watch/iter_resp_lines] If the pod log contains blank lines, blank lines are ignored https://github.com/kubernetes-client/python-base/blob/b87a5fe119b820e9196f39343b0f5a1546d7465b/watch/watch.py#L44-L58 it seems blank lines are ignored in pod logs. when pod logs like below, this code ignore blank lines foobar foobar...
gharchive/issue
2021-05-26T04:51:33
2025-04-01T04:34:48.029070
{ "authors": [ "FuZer", "roycaihw" ], "repo": "kubernetes-client/python-base", "url": "https://github.com/kubernetes-client/python-base/issues/239", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
795824441
fix: default boilerplate path add csi-release-tools to the program and do verify boilerplate does not work, because default boilerplate dir error. /assign @msau42 /assign @msau42 /ok-to-test Do you have a test PR in some other repo with this commit? /ok-to-test Do you have a test PR in some other repo with t...
gharchive/pull-request
2021-01-28T09:23:02
2025-04-01T04:34:48.031835
{ "authors": [ "pohly", "yiyang5055" ], "repo": "kubernetes-csi/csi-release-tools", "url": "https://github.com/kubernetes-csi/csi-release-tools/pull/132", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
266292912
docker-compose build for ui ends in error docker-compose up for ui components ends in the following error: ... /bin/sh: 1: curl: not found gpg: no valid OpenPGP data found. ERROR: Service 'ui' failed to build: The command '/bin/sh -c install_packages apt-transport-https && curl -sS https://dl.yarnpkg.com/debian/pub...
gharchive/issue
2017-10-17T21:57:36
2025-04-01T04:34:48.035619
{ "authors": [ "ritazh" ], "repo": "kubernetes-helm/monocular", "url": "https://github.com/kubernetes-helm/monocular/issues/375", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
369273671
checkpointer: ignore Affinity within podspec Kubernetes 1.12.x introduced new logic for Affinity [1]. In addition to new logic, the Pod contains a default affinity. The new default affinity gets serialized into the checkpoint file, and the 1.12.x kubelet does not restore the pod due to the affinity. This PR removes t...
gharchive/pull-request
2018-10-11T19:35:30
2025-04-01T04:34:48.041229
{ "authors": [ "aaronlevy", "dghubble", "rphillips" ], "repo": "kubernetes-incubator/bootkube", "url": "https://github.com/kubernetes-incubator/bootkube/pull/1004", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
194252845
Download OpenAPI spec directly from k8s release branch To be always valid and up to date, we should download the spec from release branch directly. I've also put all release relevant constant into a constant.py file for easier management. This PR also update the client with latest release-1.5 that fixes #55 Fixes #49...
gharchive/pull-request
2016-12-08T05:50:08
2025-04-01T04:34:48.045361
{ "authors": [ "caesarxuchao", "codecov-io", "mbohlool" ], "repo": "kubernetes-incubator/client-python", "url": "https://github.com/kubernetes-incubator/client-python/pull/59", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
242753091
cmd/kpod/images.go: Add JSON output option For kpod images, we need to output in JSON format so that consumers (programatic) have structured input to work with. Signed-off-by: baude bbaude@redhat.com Can we add a test? The test could parse the output using jq or python. Tests added. rebase attempt @baude fail...
gharchive/pull-request
2017-07-13T16:07:20
2025-04-01T04:34:48.050288
{ "authors": [ "baude", "mrunalp", "rhatdan", "runcom" ], "repo": "kubernetes-incubator/cri-o", "url": "https://github.com/kubernetes-incubator/cri-o/pull/653", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
195540627
Flannel network not working on CoreOS On coreos I tried both cases with kube_network_plugin: flannel and kube_network_plugin: canal using flannel, pod ip is based on docker0 subnet, and not from kube_pods_subnet. this is big problem for me right now, I need some help to figure it out, how to fix it using canal, p...
gharchive/issue
2016-12-14T14:11:50
2025-04-01T04:34:48.054261
{ "authors": [ "genti-t" ], "repo": "kubernetes-incubator/kargo", "url": "https://github.com/kubernetes-incubator/kargo/issues/748", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1282068246
VirtualCluster should support to sync specific conditions of PodStatus from tenant to super User Story As a developer, I would like VirtualCluster to support to sync specific conditions of PodStatus from tenant to super, for some user-defined condition types are designed to be added by users or controllers from tena...
gharchive/issue
2022-06-23T09:05:53
2025-04-01T04:34:48.125943
{ "authors": [ "Fei-Guo", "FillZpp", "ThunderYe", "christopherhein", "wondywang", "zhuangqh" ], "repo": "kubernetes-sigs/cluster-api-provider-nested", "url": "https://github.com/kubernetes-sigs/cluster-api-provider-nested/issues/281", "license": "Apache-2.0", "license_type": "permiss...
616179183
Fix server connection timeout This PR handles the following issues found with the timeout setting in the tools: The default server connection timeout is stated in documentation as 10s but in code it is set to 2s. This doc is now changed to 2s. It allows a negative timeout value which is probably not a very good set...
gharchive/pull-request
2020-05-11T20:51:56
2025-04-01T04:34:48.204757
{ "authors": [ "hickeyma", "mikebrow" ], "repo": "kubernetes-sigs/cri-tools", "url": "https://github.com/kubernetes-sigs/cri-tools/pull/606", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
919045667
Revert PR template labels What type of PR is this? /kind cleanup What this PR does / why we need it: Reverts PR template labels. It appears that this feature only works for issues. (Example: https://github.com/kubernetes-sigs/gateway-api/pull/692) Does this PR introduce a user-facing change?: NONE /cc @hbagdi Look...
gharchive/pull-request
2021-06-11T18:01:34
2025-04-01T04:34:48.215310
{ "authors": [ "hbagdi", "robscott" ], "repo": "kubernetes-sigs/gateway-api", "url": "https://github.com/kubernetes-sigs/gateway-api/pull/693", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
458386277
[Cherry-Pick #26] Ignore nodes if out of syc. Signed-off-by: Da K. Ma klaus1982.cn@gmail.com /cc @k82cn /ok-to-test /lgtm /approve
gharchive/pull-request
2019-06-20T07:03:27
2025-04-01T04:34:48.237862
{ "authors": [ "asifdxtreme", "k82cn" ], "repo": "kubernetes-sigs/kube-batch", "url": "https://github.com/kubernetes-sigs/kube-batch/pull/863", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1206367550
Support ReplicaSet Let's support ReplicaSet. The simulator support only resources related to scheduling and ReplicaSet haven't been supported so far because of that. But, creating high-priority Pods causes two actions on the scheduler in a real cluster when Pods are managed by ReplicaSet, and preempted by that high p...
gharchive/issue
2022-04-17T12:53:47
2025-04-01T04:34:48.241094
{ "authors": [ "196Ikuchil", "sanposhiho" ], "repo": "kubernetes-sigs/kube-scheduler-simulator", "url": "https://github.com/kubernetes-sigs/kube-scheduler-simulator/issues/144", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }