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
2535307095
feat: add erasing op lint addresses #17 I will be adding more code since i am having trouble evaluating of an literal is zero or not check that there might be a usable function there to help you https://github.com/starkware-libs/cairo/blob/main/crates/cairo-lang-lowering/src/optimizations/const_folding.rs @all-co...
gharchive/pull-request
2024-09-19T05:12:09
2025-04-01T04:57:15.449519
{ "authors": [ "0xLucqs", "guha-rahul" ], "repo": "keep-starknet-strange/cairo-lint", "url": "https://github.com/keep-starknet-strange/cairo-lint/pull/84", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1986649134
fix: changed type defs in relocatable and added test Closes #117 and closes #115 lgtm
gharchive/pull-request
2023-11-10T00:56:13
2025-04-01T04:57:15.450278
{ "authors": [ "Godspower-Eze", "tcoratger" ], "repo": "keep-starknet-strange/cairo-zig", "url": "https://github.com/keep-starknet-strange/cairo-zig/pull/127", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
148545221
Add obscurace color property Maybe useful for non-photorealistic rendering. Hi Keijiro, Tested the shader on mobile devices and it shows full black on all android and IOS devices we tested it on. would be amazing if this works cause it looks so good on stylized environments.
gharchive/issue
2016-04-15T03:25:01
2025-04-01T04:57:15.510056
{ "authors": [ "keijiro", "kurikuri0608" ], "repo": "keijiro/KinoObscurance", "url": "https://github.com/keijiro/KinoObscurance/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
448046318
compute matrix determinant index.html 에서는 testArray 수정하고 console.log에서 출력을 다르게 했고, matrix.js 에서는 computeMatrixDeterminant 부분만 재귀적으로 해봤습니다. I trust you
gharchive/pull-request
2019-05-24T08:37:19
2025-04-01T04:57:15.510965
{ "authors": [ "bossm0n5t3r", "keikeiem" ], "repo": "keikeiem/statistics", "url": "https://github.com/keikeiem/statistics/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2296111262
Immortal updates address change Source information Immortal updates 1.4.42 Source language English Steps to reproduce Open mihon and go to browse Select immortal updates Press lates Expected behavior It should load the list of manhwa available Actual behavior It doesn't load just says check website in browser Mihon...
gharchive/issue
2024-05-14T18:34:31
2025-04-01T04:57:15.539993
{ "authors": [ "JIINNN01", "sofari23" ], "repo": "keiyoushi/extensions-source", "url": "https://github.com/keiyoushi/extensions-source/issues/3021", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2571365495
SpyFakku: Add display manga title as full title, show favorites only, offset result by # pages Source name SpyFakku Source language English Describe your suggested feature -Display manga title as full title, the site show full title below the short title, please allow full title to display from setting -Show favori...
gharchive/issue
2024-10-07T20:04:23
2025-04-01T04:57:15.545568
{ "authors": [ "sadboy889" ], "repo": "keiyoushi/extensions-source", "url": "https://github.com/keiyoushi/extensions-source/issues/5415", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1400548929
timestamp in odometry.csv Hello. Thank you for sharing. I wonder what the timestamp of odometry.csv means. I thought this was a unix timestamp, so I converted it to human date time, and although it was a timestamp obtained by the Stray scanner app on July 27, 2022, the time zone came out on January 1, 1970. How do I ...
gharchive/issue
2022-10-07T02:49:57
2025-04-01T04:57:15.548687
{ "authors": [ "Eunju-Jeong178", "kekeblom" ], "repo": "kekeblom/StrayVisualizer", "url": "https://github.com/kekeblom/StrayVisualizer/issues/14", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
368969672
Add notEmpty macro Adds a notEmpty macro as per https://github.com/kellyselden/ember-awesome-macros/issues/241 Happy to hear code style or implementation suggestions. 👍 Based heavily on @ctjhoa's work on https://github.com/kellyselden/ember-awesome-macros/pull/443 While working onthis I found out about some unexpect...
gharchive/pull-request
2018-10-11T06:23:46
2025-04-01T04:57:15.568538
{ "authors": [ "dnahodil", "kellyselden" ], "repo": "kellyselden/ember-awesome-macros", "url": "https://github.com/kellyselden/ember-awesome-macros/pull/512", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
52360571
Rendering form elements from a stored JSON Hi, Before I ask my question, I'd like to thank you for this wonderful form builder... I was able to get the JSON output of the form builder and passes it to a PHP function that stores it in the DB. [{"component":"textInput","editable":true,"index":0,"label":"Text Input","de...
gharchive/issue
2014-12-18T12:53:15
2025-04-01T04:57:15.581950
{ "authors": [ "JoeGrasso", "Th3Dr4g0n", "jonathanzinger", "otang", "santosh-k1", "vko-online" ], "repo": "kelp404/angular-form-builder", "url": "https://github.com/kelp404/angular-form-builder/issues/64", "license": "MIT", "license_type": "permissive", "license_source": "github-ap...
1939031812
Add Stack data structure in C++ Add Stack data structure w/ methods: insert, remove, top, isEmpty and getSize. Also README.md was referenced. Melhorou bastante. Principalmente a nomenclatura, condição de inserção e tratamento de exceptions. Vou ficar mais atento ao padrão na hora de escrever os outros algoritmos. ...
gharchive/pull-request
2023-10-12T01:47:36
2025-04-01T04:57:15.583967
{ "authors": [ "kelvins", "ribmarciojr" ], "repo": "kelvins/algorithms-and-data-structures", "url": "https://github.com/kelvins/algorithms-and-data-structures/pull/260", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2229634578
Python入門(APG4bPython)の提出結果が反映されない C++入門(APG4b)の提出結果は反映されるのですが、Python入門(APG4bPython)の提出結果が反映されません。 ただし、以下のようなことを「反映されない」と言っています。 UserページのSubmissionsタブに表示されない AC数にカウントされない AC数はわからないですが、Submissionタブには表示されているように見えます。 https://kenkoooo.com/atcoder/#/user/YourDiary?userPageTab=Submissions
gharchive/issue
2024-04-07T08:41:08
2025-04-01T04:57:15.611685
{ "authors": [ "hotate29", "your-diary" ], "repo": "kenkoooo/AtCoderProblems", "url": "https://github.com/kenkoooo/AtCoderProblems/issues/1469", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
194676872
Revert "use enforce_content_length in Requests" This is more of a TODO reminder. Given the upcoming work for urllib3 2.0, which I'm assuming will be used in a Requests 3.0.0, this won't work. We don't need to remove this immediately, but I'll leave this here for when we're sure 2.0 is happening. Heh, we won't forge...
gharchive/pull-request
2016-12-09T19:27:16
2025-04-01T04:57:15.614969
{ "authors": [ "Lukasa", "nateprewitt" ], "repo": "kennethreitz/requests", "url": "https://github.com/kennethreitz/requests/pull/3763", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
580114916
Make test builds fail if warnings are encountered during tests The test build should be completely clean. Warnings don't block merges, so we don't notice them when they pop up. If they did block merging, we'd notice them and fix them (ideal case) or at least intentionally make the decision to suppress them (last reso...
gharchive/issue
2020-03-12T17:52:26
2025-04-01T04:57:15.638894
{ "authors": [ "bojanserafimov", "obi1kenobi", "pmantica1" ], "repo": "kensho-technologies/graphql-compiler", "url": "https://github.com/kensho-technologies/graphql-compiler/issues/772", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
247261515
chore(lock): Sync yarn.lock changes on clean install The package dependency version for babel-cli are out of sync in package.json(6.24.1) and yarn.lock(6.23.0). This adds changes made to the lockfile by yarn after clean install Hi! Actually, I'd like to remove yarn.lock and add it to the gitignore. Let's add packag...
gharchive/pull-request
2017-08-02T03:16:16
2025-04-01T04:57:15.649379
{ "authors": [ "kentcdodds", "sudo-suhas" ], "repo": "kentcdodds/cross-env", "url": "https://github.com/kentcdodds/cross-env/pull/131", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
241498862
update code preview to look nicer What: Change code preview to look nicer Why: Because we care about looking nice How: Pretty much copy all of styled-components 💅 Here's some gifs: The box shadow looks funny in those gifs, looks much better IRL:
gharchive/pull-request
2017-07-09T04:10:19
2025-04-01T04:57:15.652221
{ "authors": [ "kentcdodds" ], "repo": "kentcdodds/glamorous-website", "url": "https://github.com/kentcdodds/glamorous-website/pull/211", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
151199440
Idea for clarity for folks unfamiliar with p-s Kent love this idea! One issue that I have seen by all of the 'better npm scripts' setups is new folks not grokking what exactly the abstraction is doing or what it is running. A.k.a the "p-s... what in the..." reaction from people unaware of this package Has a proposal ...
gharchive/issue
2016-04-26T17:58:53
2025-04-01T04:57:15.657972
{ "authors": [ "DavidWells", "kentcdodds" ], "repo": "kentcdodds/p-s", "url": "https://github.com/kentcdodds/p-s/issues/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
722621503
The principles the library works I have googled a lot and found some people asking why and how this library works. It would be very useful to add the comment here with some advices of usage. For example for correct usage all setTimeout/setIntervals and lodash's debounce-like functions should be mocked with direct exe...
gharchive/issue
2020-10-15T19:38:15
2025-04-01T04:57:15.662426
{ "authors": [ "Maxim-Mazurok", "Yvour", "kentor" ], "repo": "kentor/flush-promises", "url": "https://github.com/kentor/flush-promises/issues/26", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
841698180
Customcheckver rlogin 2.25.0 to 2.25.1 Sorry, mistake
gharchive/pull-request
2021-03-26T08:04:02
2025-04-01T04:57:15.663230
{ "authors": [ "korabocintake" ], "repo": "kentork/scoop-leaky-bucket", "url": "https://github.com/kentork/scoop-leaky-bucket/pull/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
213085512
Slick Slider Fade Transition with Ken Burns Effect Hi, I'm implementing the slick slider and have added a Ken Burn's effect to images using css animation. You can see example here: http://tesla.uk-cpi.com/ I noticed that the fade transition doesn't fade in the next images over the existing image (as portrayed on the ...
gharchive/issue
2017-03-09T16:11:18
2025-04-01T04:57:15.667926
{ "authors": [ "alexandrekumagae", "leggomuhgreggo", "nearkingdom" ], "repo": "kenwheeler/slick", "url": "https://github.com/kenwheeler/slick/issues/2790", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
57905094
Update slick.js This simple fix prevent this problem: drag with mouse the carousel. refresh the carousel using console: $('.carousel').getSlick().refresh() enter the carousel and leave it with the mouse. the carousel will slide!!!!! solution: reset the touchObject in the refresh method thxs
gharchive/pull-request
2015-02-17T10:07:39
2025-04-01T04:57:15.670027
{ "authors": [ "massicattaneo" ], "repo": "kenwheeler/slick", "url": "https://github.com/kenwheeler/slick/pull/1042", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1169001864
Evaluate against specific previous evaluation Discussed in https://github.com/keptn/keptn/discussions/5610 Originally posted by Dynatrace-Adam-Gardner October 11, 2021 Is there a way (or should I raise a KEP) to evaluate against a specific previous Keptn evaluation? Usecase: I have a known evaluation which is "good"...
gharchive/issue
2022-03-14T23:05:07
2025-04-01T04:57:15.674157
{ "authors": [ "Dynatrace-Adam-Gardner", "agardnerIT" ], "repo": "keptn/keptn", "url": "https://github.com/keptn/keptn/issues/7153", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1616539612
Keptn Lifecycle Toolkit Component Diagram As per the discussion, we should go with mermaid for making any type of flowchart the next time. It will be modular, and we can update this anytime with some line of text or code instead of recreating the diagram again. Related to #771 graph TD; KLTComponents-->Operator...
gharchive/issue
2023-03-09T06:51:14
2025-04-01T04:57:15.675753
{ "authors": [ "Amishakumari544" ], "repo": "keptn/lifecycle-toolkit", "url": "https://github.com/keptn/lifecycle-toolkit/issues/1014", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
925881259
Image_captioning: How to save the model? Hello I get this error when I try to save the model: cannot be saved because the input shapes have not been set. Usually, input shapes are automatically determined from calling .fit() or .predict(). To manually set the shapes, call model.build(input_shape). please help me if y...
gharchive/issue
2021-06-21T06:41:27
2025-04-01T04:57:15.688669
{ "authors": [ "Ebimsv", "krishnaraj-sr", "sachinprasadhs", "shaunaa126" ], "repo": "keras-team/keras-io", "url": "https://github.com/keras-team/keras-io/issues/518", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
362935781
Can't use multiple GPUs with GANs Test: wrap the combined generator and discriminator in the multiple_gpu_model API Syntax: combined = multi_gpu_model(combined) Reproduce issue: https://gist.github.com/emilwallner/f2c411b83c499c1834fd1be6646f7389 Error: ValueError: The name "model_1" is used 2 times in the model. All...
gharchive/issue
2018-09-23T11:39:47
2025-04-01T04:57:15.704996
{ "authors": [ "emilwallner", "yanboliang" ], "repo": "keras-team/keras", "url": "https://github.com/keras-team/keras/issues/11204", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
384000737
Is there a way to use optimize every n step? For example in pytorch one can store and aggregate losses in a variable which would allow to optimize after n seen batches. A feature to Model's fit methods fit() and fit_generator() through a param "steps_to_optimize" like: model.fit(x, y, batch_size=256, steps_to_optimi...
gharchive/issue
2018-11-24T16:04:10
2025-04-01T04:57:15.708502
{ "authors": [ "SimonLitak", "lvapeab" ], "repo": "keras-team/keras", "url": "https://github.com/keras-team/keras/issues/11723", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
389095290
ValueError: setting an array element with a sequence. hello , i am using keras and tensorflow to implement CNN nets for edge detection , when i tried to run the code , this error have occurred . so I would like that you help me to solve it. thanks in advance. here is the code : [from keras.models import Sequential f...
gharchive/issue
2018-12-10T01:26:34
2025-04-01T04:57:15.720903
{ "authors": [ "adouwitti", "gabrieldemarmiesse" ], "repo": "keras-team/keras", "url": "https://github.com/keras-team/keras/issues/11833", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
395085430
Assertion error when trying to use tf.contrib loss function with keras model I am using python 3 with anaconda, and trying to use a tf.contrib loss function with a Keras model. The code is the following from keras.layers import Dense, Flatten from keras.optimizers import Adam from keras.models import Sequenti...
gharchive/issue
2019-01-01T13:56:36
2025-04-01T04:57:15.788824
{ "authors": [ "gabrieldemarmiesse", "thebeancounter" ], "repo": "keras-team/keras", "url": "https://github.com/keras-team/keras/issues/11962", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
473312057
Header model evaluation data encoding issue, failing with JEP Hi @kermitt2 The header model evaluation data has some odd characters in grobid-trainer/resources/dataset/header/evaluation/headers/322._499236.header which causes issues later on (see below). It is the line after the first 2n 2n...: tilings tilings t ti t...
gharchive/issue
2019-07-26T11:25:29
2025-04-01T04:57:15.812240
{ "authors": [ "de-code", "kermitt2" ], "repo": "kermitt2/grobid", "url": "https://github.com/kermitt2/grobid/issues/466", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2447861870
Implement module packing using ncc Reason has been brought up in https://github.com/kevin-david/zipalign-sign-android-release/pull/13#issuecomment-2268309804 I know it seems like a lot of changes, this is basically what I did: added ncc package to the testing workflow added ncc to the build process in packages.jso...
gharchive/pull-request
2024-08-05T07:50:27
2025-04-01T04:57:15.903952
{ "authors": [ "Yakov5776", "kevin-david" ], "repo": "kevin-david/zipalign-sign-android-release", "url": "https://github.com/kevin-david/zipalign-sign-android-release/pull/18", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
649309438
allow_playback_repeats Ruby VCR has a Cassette option allow_playback_repeats. Any chance this can be added to vcrpy? PRs welcome
gharchive/issue
2020-07-01T20:47:04
2025-04-01T04:57:15.915571
{ "authors": [ "IvanMalison", "tysonholub" ], "repo": "kevin1024/vcrpy", "url": "https://github.com/kevin1024/vcrpy/issues/540", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1128056128
Eureka flowchart I think it would be useful to have some kind of flow chart or visual guide to all of the moving pieces in eureka, because there are a lot! It doesn't have to be super fancy, just something that outlines what's done in S1, S2, S3, and what tools are available in S4 and S5. Totally, thanks!! I was al...
gharchive/issue
2022-02-09T05:01:25
2025-04-01T04:57:15.918153
{ "authors": [ "afeinstein20", "taylorbell57" ], "repo": "kevin218/Eureka", "url": "https://github.com/kevin218/Eureka/issues/113", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2548665183
Plotting problem in S5 using Polynomial and Step Instrument Light curve fitting (Stages 4-6) What happened? I'm using the WASP-39b ERS NIRSpec dataset, and I'm trying to fit a polynomial and step to it. I put values into the S5 fit_par file, and tried a couple different combinations of clipping the unbinned and binne...
gharchive/issue
2024-09-25T18:05:16
2025-04-01T04:57:15.952075
{ "authors": [ "kevin218", "sstamer23", "taylorbell57" ], "repo": "kevin218/Eureka", "url": "https://github.com/kevin218/Eureka/issues/703", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1481977554
Difficult to override default tags Hey! Since https://github.com/kevinmarrec/nuxt-pwa-module/commit/faa5ad639e8d675403199fbb191ccc2b18e8f3d8, it is not possible to override the correct meta tags without providing the hid. I think and hid (or better - key) is only necessary for tags which can appear multiple times, li...
gharchive/issue
2022-12-07T13:50:23
2025-04-01T04:57:15.973679
{ "authors": [ "harlan-zw", "kevinmarrec", "manniL" ], "repo": "kevinmarrec/nuxt-pwa-module", "url": "https://github.com/kevinmarrec/nuxt-pwa-module/issues/70", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1534842837
Need Python 3 version of this library. No longer builds due to lack of use_2to3 use_2to3 has been removed from setuptools after version 58. No longer builds nor gets installed via pip or otherwise. Breaks any projects that depend on it. Users downgrading setuptools or making python3 version is the only solution. If t...
gharchive/issue
2023-01-16T12:19:28
2025-04-01T04:57:15.976084
{ "authors": [ "Anutrix", "gastmaier", "rsar97" ], "repo": "kevinpt/hdlparse", "url": "https://github.com/kevinpt/hdlparse/issues/24", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
87583932
How to Add A Value for Y-Axis On Bar Chart How Can I Add A Value for Y-Axis On Bar Chart. Thank you. Store the labels for y axis in yLabels array which is public variable in PNChart library and then display it according to the logic. 1.create the interval you want to display on y axis . 2. den add label.text="inter...
gharchive/issue
2015-06-12T02:51:16
2025-04-01T04:57:15.985326
{ "authors": [ "AmbroseSilveira", "afiq90" ], "repo": "kevinzhow/PNChart", "url": "https://github.com/kevinzhow/PNChart/issues/218", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2374727634
🛑 FX corretor (kty) is down In 593f823, FX corretor (kty) (https://corretores.foxterciaimobiliaria.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: FX corretor (kty) is back up in e5fedfd after 6 minutes.
gharchive/issue
2024-06-26T08:38:29
2025-04-01T04:57:15.987733
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/10510", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2379705389
🛑 FX corretor (kty) is down In 7c2d0ec, FX corretor (kty) (https://corretores.foxterciaimobiliaria.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: FX corretor (kty) is back up in e1e1f42 after 5 minutes.
gharchive/issue
2024-06-28T06:38:49
2025-04-01T04:57:15.990324
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/11087", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1208936574
🛑 FX ALPHA (kty) is down In 9e45bb7, FX ALPHA (kty) (https://alpha.foxterciaimobiliaria.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: FX ALPHA (kty) is back up in 27d833c.
gharchive/issue
2022-04-19T22:45:31
2025-04-01T04:57:15.992674
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/1185", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2414739602
🛑 FX blog (kty) is down In 22a2021, FX blog (kty) (https://foxter-blogeditor.konecty.com) was down: HTTP code: 0 Response time: 0 ms Resolved: FX blog (kty) is back up in 20d2d5a after 6 minutes.
gharchive/issue
2024-07-17T22:37:23
2025-04-01T04:57:15.994979
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/16291", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2438128415
🛑 FX blog (kty) is down In 63d2040, FX blog (kty) (https://foxter-blogeditor.konecty.com) was down: HTTP code: 0 Response time: 0 ms Resolved: FX blog (kty) is back up in cd9af16 after 6 minutes.
gharchive/issue
2024-07-30T15:34:04
2025-04-01T04:57:15.997295
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/19325", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2443085051
🛑 FX blog (kty) is down In c71cf3d, FX blog (kty) (https://foxter-blogeditor.konecty.com) was down: HTTP code: 0 Response time: 0 ms Resolved: FX blog (kty) is back up in 95f4e27 after 12 minutes.
gharchive/issue
2024-08-01T18:13:36
2025-04-01T04:57:15.999592
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/19801", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2451764869
🛑 FX blog (kty) is down In 2272487, FX blog (kty) (https://foxter-blogeditor.konecty.com) was down: HTTP code: 0 Response time: 0 ms Resolved: FX blog (kty) is back up in b63ab29 after 9 minutes.
gharchive/issue
2024-08-06T22:07:13
2025-04-01T04:57:16.002185
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/20936", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2471518109
🛑 FX blog (kty) is down In ac4ba7c, FX blog (kty) (https://foxter-blogeditor.konecty.com) was down: HTTP code: 0 Response time: 0 ms Resolved: FX blog (kty) is back up in 4bee321 after 9 minutes.
gharchive/issue
2024-08-17T13:05:11
2025-04-01T04:57:16.004518
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/23247", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2472198073
🛑 FX corretor (kty) is down In d9bcbb4, FX corretor (kty) (https://corretores.foxterciaimobiliaria.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: FX corretor (kty) is back up in 2a82911 after 6 minutes.
gharchive/issue
2024-08-18T23:38:04
2025-04-01T04:57:16.006837
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/23564", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2495674815
🛑 FX blog (kty) is down In 3611a63, FX blog (kty) (https://foxter-blogeditor.konecty.com) was down: HTTP code: 0 Response time: 0 ms Resolved: FX blog (kty) is back up in 9ff2bc1 after 10 minutes.
gharchive/issue
2024-08-29T22:18:03
2025-04-01T04:57:16.009109
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/25938", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2495695378
🛑 FX corretor (kty) is down In dc5b459, FX corretor (kty) (https://corretores.foxterciaimobiliaria.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: FX corretor (kty) is back up in b49f0e1 after 6 minutes.
gharchive/issue
2024-08-29T22:36:04
2025-04-01T04:57:16.011427
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/25943", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2514055241
🛑 FX corretor (kty) is down In f4357df, FX corretor (kty) (https://corretores.foxterciaimobiliaria.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: FX corretor (kty) is back up in 1fbebc0 after 7 minutes.
gharchive/issue
2024-09-09T13:58:32
2025-04-01T04:57:16.013944
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/28080", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2551090092
🛑 FX blog (kty) is down In 3317ae0, FX blog (kty) (https://foxter-blogeditor.konecty.com) was down: HTTP code: 0 Response time: 0 ms Resolved: FX blog (kty) is back up in 5dbc6eb after 6 minutes.
gharchive/issue
2024-09-26T16:48:59
2025-04-01T04:57:16.016228
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/31226", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2630480618
🛑 FX blog (kty) is down In f6a9739, FX blog (kty) (https://foxter-blogeditor.konecty.com) was down: HTTP code: 0 Response time: 0 ms Resolved: FX blog (kty) is back up in 4b20da3 after 9 minutes.
gharchive/issue
2024-11-02T14:12:51
2025-04-01T04:57:16.018507
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/37771", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2665348193
🛑 FX blog (kty) is down In fbdb776, FX blog (kty) (https://foxter-blogeditor.konecty.com) was down: HTTP code: 0 Response time: 0 ms Resolved: FX blog (kty) is back up in c6188e3 after 32 minutes.
gharchive/issue
2024-11-17T06:25:32
2025-04-01T04:57:16.020797
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/40491", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2693971389
🛑 FX corretor (kty) is down In ec16354, FX corretor (kty) (https://corretores.foxterciaimobiliaria.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: FX corretor (kty) is back up in 68947ee after 29 minutes.
gharchive/issue
2024-11-26T09:50:24
2025-04-01T04:57:16.023125
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/42196", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2721879174
🛑 FX blog (kty) is down In 61d1f89, FX blog (kty) (https://foxter-blogeditor.konecty.com) was down: HTTP code: 0 Response time: 0 ms Resolved: FX blog (kty) is back up in 6884816 after 30 minutes.
gharchive/issue
2024-12-06T02:12:14
2025-04-01T04:57:16.025720
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/43961", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2742717524
🛑 FX corretor (kty) is down In b167050, FX corretor (kty) (https://corretores.foxterciaimobiliaria.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: FX corretor (kty) is back up in a2e6b0a after 8 minutes.
gharchive/issue
2024-12-16T15:36:07
2025-04-01T04:57:16.028001
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/45874", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2762194416
🛑 FX corretor (kty) is down In b3dec30, FX corretor (kty) (https://corretores.foxterciaimobiliaria.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: FX corretor (kty) is back up in 6d1fceb after 31 minutes.
gharchive/issue
2024-12-29T10:35:01
2025-04-01T04:57:16.030263
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/48205", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2763020378
🛑 FX blog (kty) is down In 749aa24, FX blog (kty) (https://foxter-blogeditor.konecty.com) was down: HTTP code: 0 Response time: 0 ms Resolved: FX blog (kty) is back up in 9db9fe9 after 6 minutes.
gharchive/issue
2024-12-30T10:50:57
2025-04-01T04:57:16.032566
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/48380", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2043962586
🛑 FX blog (kty) is down In 658b6d7, FX blog (kty) (https://blog.foxterciaimobiliaria.com.br) was down: HTTP code: 503 Response time: 452 ms Resolved: FX blog (kty) is back up in c80f5ff after .
gharchive/issue
2023-12-15T15:51:17
2025-04-01T04:57:16.034849
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/7586", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1601023441
Option to stop wheel from spinning when created. Is your feature request related to a problem? Please describe. I want to start spinning with a button but wheel starts spinning when I create it. Describe the solution you'd like Option to chose if wheel shall spin when created. Found it !
gharchive/issue
2023-02-27T11:45:37
2025-04-01T04:57:16.036653
{ "authors": [ "leon6003" ], "repo": "kevlatus/flutter_fortune_wheel", "url": "https://github.com/kevlatus/flutter_fortune_wheel/issues/100", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1173712529
Scrubbing annotations as well Adding support to remove annotations from loggs along with environment variables. Signed-off-by: Hamza El-Saawy hamzaelsaawy@microsoft.com @ambarve @anmaxvl @dcantah @katiewasnothere @kevpar ptal
gharchive/pull-request
2022-03-18T15:21:36
2025-04-01T04:57:16.040223
{ "authors": [ "helsaawy" ], "repo": "kevpar/cri", "url": "https://github.com/kevpar/cri/pull/26", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1306971972
Add gryffyn.io This PR is: [x] Adding a new domain [ ] Updating existing domain size [ ] Changing domain name [ ] Removing existing domain from list [ ] Website code changes (512kb.club site) [ ] Other not listed [x] I used the uncompressed size of the site [x] I have included a link to the GTMetrix report [x] T...
gharchive/pull-request
2022-07-17T03:03:20
2025-04-01T04:57:16.045804
{ "authors": [ "garritfra", "gryffyn" ], "repo": "kevquirk/512kb.club", "url": "https://github.com/kevquirk/512kb.club/pull/893", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
329878991
cleanup the cache flush story previous, we observed in CI, that it's possible to shut a cache down twice on logout this cleaner story should prevent that, and also cleans up the code a little bit. just watch out for certain tests that want reset caches while preserving cache properties cc: @AMarcedone cc @mmaxi...
gharchive/pull-request
2018-06-06T13:56:13
2025-04-01T04:57:16.050674
{ "authors": [ "maxtaco" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/pull/12225", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
335585700
Signup part 5 This pr [x] addresses some visual feedback from @cecileboucheron [x] fixes some things from parts 1-4 from @akalin-keybase and @buoyad [x] introduces a new util/saga helper to deal withe rpcs that return puts as promises (all the validation logic) [x] Checks all errors at every step of the way to be ve...
gharchive/pull-request
2018-06-25T22:08:58
2025-04-01T04:57:16.055472
{ "authors": [ "cecileboucheron", "chrisnojima" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/pull/12551", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
379987610
forward xdg_download_dir in linux Problem is systemd (I think) doesn't forward env variables to its processes for security, so pass in XDG_DOWNLOAD_DIR explicitly. Jack says (in comment) it should be done by default on Arch but it wasn't working for me, and wouldn't work on older Ubuntus anyway. No, we do. I actual...
gharchive/pull-request
2018-11-12T23:04:01
2025-04-01T04:57:16.057361
{ "authors": [ "heronhaye" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/pull/14653", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
145032893
If we close the window, we also release the dock icon @keybase/react-hackers Fixes: https://keybase.atlassian.net/browse/DESKTOP-846 We listen for the close event on the main window to hide it and release the dock icon, this was calling close and circumventing that. so closing it doens't do anything like clear out ...
gharchive/pull-request
2016-03-31T22:12:52
2025-04-01T04:57:16.059682
{ "authors": [ "MarcoPolo", "chrisnojima" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/pull/2504", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
231467059
Error thing @maxtaco idk, kinda fun, not yet saving lines of code nor headaches Simpler, uses PickFirstError now
gharchive/pull-request
2017-05-25T21:37:38
2025-04-01T04:57:16.060574
{ "authors": [ "mlsteele" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/pull/7160", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
234291730
Search V3 in Chat I'll do a writeup on what these changes are in a bit What's still missing: [x] Add Follow states to search results & pills [ ] Search suggestions List [x] Hook up Show tracker [x] ~Select the first result~ We'll do this in another PR :no_entry: Error rendering the commits c1b0bff75bb1...8afbb645...
gharchive/pull-request
2017-06-07T17:53:17
2025-04-01T04:57:16.078638
{ "authors": [ "MarcoPolo", "keybase-ci-visdiff" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/pull/7312", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
248549182
generate join messages for all paths, fix inbox removals, and display join/leave message CORE-5788 Patch does the following: 1.) Moves join/leave code into helper.go so we can access it easier. Invoke that code when auto joining a conversation by sending a message. 2.) Change how we store left conversations in local ...
gharchive/pull-request
2017-08-07T22:28:24
2025-04-01T04:57:16.083775
{ "authors": [ "keybase-ci-visdiff", "mmaxim" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/pull/8043", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
173090542
folder_branch_ops: don't panic when there are no dirty refs! Issue: KBFS-1332 Issue: KBFS-1446 👍
gharchive/pull-request
2016-08-25T00:44:46
2025-04-01T04:57:16.084829
{ "authors": [ "aalness", "strib" ], "repo": "keybase/kbfs", "url": "https://github.com/keybase/kbfs/pull/281", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
512041394
High CPU utilization with only command keys? Not sure if this is to be expected or not, but i'm seeing high CPU utilization when doing heavy shortcut work while programming. On Mac OSX Mojave and i've checked the option "display only command keys". Additionally, i've tried to turn off the fade effect as I understand...
gharchive/issue
2019-10-24T16:05:32
2025-04-01T04:57:16.099861
{ "authors": [ "akitchen", "alex-hall" ], "repo": "keycastr/keycastr", "url": "https://github.com/keycastr/keycastr/issues/147", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1690595798
Configurable timeout Very regularly the provider fails with Unable to create client due to a Client.Timeout being exceeded. This seems to happen after 10s. Could the timeout be configurable? I am using the official Keyfactor API, not anything self-hosted so there's nothing I can do about improving performance to this...
gharchive/issue
2023-05-01T09:17:23
2025-04-01T04:57:16.142255
{ "authors": [ "djk", "spbsoluble" ], "repo": "keyfactor-pub/terraform-provider-keyfactor", "url": "https://github.com/keyfactor-pub/terraform-provider-keyfactor/issues/47", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
609912785
Investigate porting to github actions Would be useful to move to github actions eventually, but we might need to see whats possible first. using github actions we can pull in a container from our own registry for example quay This might need an enhancement if its large enough fancy a go at this @elfosardo when your...
gharchive/issue
2020-04-30T12:27:25
2025-04-01T04:57:16.146553
{ "authors": [ "THS-on", "lukehinds" ], "repo": "keylime/keylime", "url": "https://github.com/keylime/keylime/issues/295", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1476720340
codestyle: Type-annotate secure_mount.py Signed-off-by: Stefan Berger stefanb@linux.ibm.com @THS-on Done.
gharchive/pull-request
2022-12-05T14:39:51
2025-04-01T04:57:16.147682
{ "authors": [ "stefanberger" ], "repo": "keylime/keylime", "url": "https://github.com/keylime/keylime/pull/1235", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1876282147
🛑 진주경찰서 (Jinju Police Station) is down In ebc9ed3, 진주경찰서 (Jinju Police Station) (http://www.gnpolice.go.kr/jj/) was down: HTTP code: 0 Response time: 0 ms Resolved: 진주경찰서 (Jinju Police Station) is back up in 42fd0bc after 5 minutes.
gharchive/issue
2023-08-31T20:48:52
2025-04-01T04:57:16.211834
{ "authors": [ "keywordnew" ], "repo": "keywordnew/jinju-watchtower", "url": "https://github.com/keywordnew/jinju-watchtower/issues/261", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1940669221
🛑 진주경찰서 (Jinju Police Station) is down In 00562c0, 진주경찰서 (Jinju Police Station) (http://www.gnpolice.go.kr/jj/) was down: HTTP code: 0 Response time: 0 ms Resolved: 진주경찰서 (Jinju Police Station) is back up in 54ce296 after 6 minutes.
gharchive/issue
2023-10-12T19:34:19
2025-04-01T04:57:16.214243
{ "authors": [ "keywordnew" ], "repo": "keywordnew/jinju-watchtower", "url": "https://github.com/keywordnew/jinju-watchtower/issues/440", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2063284272
🛑 Joplin Cloud is down In 05eda52, Joplin Cloud (https://joplincloud.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Joplin Cloud is back up in e64f24e after 6 minutes.
gharchive/issue
2024-01-03T05:53:18
2025-04-01T04:57:16.216734
{ "authors": [ "keywordnew" ], "repo": "keywordnew/uptime-for-joplin", "url": "https://github.com/keywordnew/uptime-for-joplin/issues/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1851819742
🛑 Telus Communications Inc is down In b319b58, Telus Communications Inc (https://www.telus.com/en) was down: HTTP code: 0 Response time: 0 ms Resolved: Telus Communications Inc is back up in edc7f3b.
gharchive/issue
2023-08-15T17:13:04
2025-04-01T04:57:16.218986
{ "authors": [ "keywordnew" ], "repo": "keywordnew/vancouver-watchtower", "url": "https://github.com/keywordnew/vancouver-watchtower/issues/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1924938204
🛑 Western Uusimaa Police Department is down In 76991d7, Western Uusimaa Police Department (https://poliisi.fi/tee-rikosilmoitus) was down: HTTP code: 0 Response time: 0 ms Resolved: Western Uusimaa Police Department is back up in fb7ef27 after 13 minutes.
gharchive/issue
2023-10-03T20:59:35
2025-04-01T04:57:16.221350
{ "authors": [ "keywordnew" ], "repo": "keywordnew/vantaa-watchtower", "url": "https://github.com/keywordnew/vantaa-watchtower/issues/24", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
101642208
add a post about optimization of disk usage for animint @kferris10 I add a post to summarize the work of https://github.com/tdhock/animint/pull/76. I also upload it to my personal blog. Nice work. I think that I added you as a collaborator so you should be able to make changes if you want to write posts in the fu...
gharchive/pull-request
2015-08-18T12:17:02
2025-04-01T04:57:16.224129
{ "authors": [ "caijun", "kferris10" ], "repo": "kferris10/AnimintBlog", "url": "https://github.com/kferris10/AnimintBlog/pull/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
20940118
Enable sender-chosen noise length. Enable a sender-determined noise length, to better protect against length analysis while continuing to protect against the known-plaintext attack described in issue #2. The basic plan, which involves inner headers, is described in the comment added in commit 04974c7fed. Closing. ...
gharchive/issue
2013-10-14T05:08:33
2025-04-01T04:57:16.225246
{ "authors": [ "kfogel" ], "repo": "kfogel/OneTime", "url": "https://github.com/kfogel/OneTime/issues/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
304503344
tests/proofs: update proofs submodule add bihu proof add ds-token proof reorganize directory structure increase jvm memory to 5GB for kprove @ehildenb the last commit looks good to me. thanks! Jenkins: test this please
gharchive/pull-request
2018-03-12T19:10:45
2025-04-01T04:57:16.226790
{ "authors": [ "daejunpark" ], "repo": "kframework/evm-semantics", "url": "https://github.com/kframework/evm-semantics/pull/157", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
104099263
Rule auditing should report sorts on match failure Trying to fix up imp++ in kore, I had a failed rule application which was reporting that some term coluldn't unify against a variable S:Block, but the term was built from a label which was only declared in Block. It turns out by debugging that the object was assigned...
gharchive/issue
2015-08-31T17:47:24
2025-04-01T04:57:16.228907
{ "authors": [ "bmmoore", "dwightguth" ], "repo": "kframework/k", "url": "https://github.com/kframework/k/issues/1679", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
516642990
kernel/BinaryLoader: Workaround for a FST bug causing OverlappingFileLockException Commit 1 is just refactoring. Commit 2 is the actual fix. I did. Changing only what's needed.
gharchive/pull-request
2019-11-02T16:14:22
2025-04-01T04:57:16.229882
{ "authors": [ "denis-bogdanas" ], "repo": "kframework/k", "url": "https://github.com/kframework/k/pull/868", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
889993914
Add Subterms attribute for TermLike Part of #2454 Needs #2607 Review checklist The author performs the actions on the checklist. The reviewer evaluates the work and checks the boxes as they are completed. [ ] Summary. Write a summary of the changes. Explain what you did to fix the issue, and why you did it. Present...
gharchive/pull-request
2021-05-12T11:37:31
2025-04-01T04:57:16.232938
{ "authors": [ "ana-pantilie" ], "repo": "kframework/kore", "url": "https://github.com/kframework/kore/pull/2620", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
179918237
Dx9 stuttering. Dx9 version of Allegiance...ie builds >R4, have introduced stuttering which is most apparent online. http://www.freeallegiance.org/forums/index.php?showtopic=71818 We don't know if the culprit is Dx9 or something else. We need more details/tests to fully understand the problem. Test & Explain more ...
gharchive/issue
2016-09-28T23:37:14
2025-04-01T04:57:16.237014
{ "authors": [ "BigBetaTester", "kgersen" ], "repo": "kgersen/Allegiance", "url": "https://github.com/kgersen/Allegiance/issues/223", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
965460846
Add salt to UID generator Ref https://nanopay.atlassian.net/browse/NP-4667 Changes Add salt to UIDGenerator to encode extra info eg. daoName or modelName to assist global ID search @jlhughes @kgrgreer please review.
gharchive/pull-request
2021-08-10T22:13:33
2025-04-01T04:57:16.245787
{ "authors": [ "lchanmann" ], "repo": "kgrgreer/foam3", "url": "https://github.com/kgrgreer/foam3/pull/765", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1205423862
Issue on eBanking and mobileBanking payment preference Describe the bug Throws ImageStreamListener error while navigating to eBanking or mobileBanking tab and whole app freezes. To Reproduce Steps to reproduce the behavior: Enable PaymentPreference.eBanking or PaymentPreference.mobileBanking preferences using Khalti...
gharchive/issue
2022-04-15T09:19:51
2025-04-01T04:57:16.271686
{ "authors": [ "acpmasquerade", "solarurja" ], "repo": "khalti/khalti-flutter-sdk", "url": "https://github.com/khalti/khalti-flutter-sdk/issues/21", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2243282936
🛑 Apanova is down In 4a05590, Apanova (https://www.apanovabucuresti.ro) was down: HTTP code: 0 Response time: 0 ms Resolved: Apanova is back up in 059fc18 after 9 minutes.
gharchive/issue
2024-04-15T10:21:25
2025-04-01T04:57:16.284233
{ "authors": [ "kharloss" ], "repo": "kharloss/monitorizare_websites", "url": "https://github.com/kharloss/monitorizare_websites/issues/161", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
426403714
WIP: Flow Diagram Thumbnails #3923 This pull request introduces 3 alerts when merging 630c05fe68860722dfd8195f1f1b769e3fb16707 into d9b2be747ba8a11d3120e532d48fadb9b3f29f45 - view on LGTM.com new alerts: 2 for Unused variable, import, function or class 1 for Useless assignment to local variable Comment posted by...
gharchive/pull-request
2019-03-28T10:06:01
2025-04-01T04:57:16.286451
{ "authors": [ "davidwatkins73", "kamransaleem" ], "repo": "khartec/waltz", "url": "https://github.com/khartec/waltz/pull/3935", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
440068196
Db contrib/waltz 3972 alloc export #3972 This pull request fixes 1 alert when merging a312a9739966de9fda2b6f168a9952d0dddc2535 into 2e29587ae5b1fb9aa1026b655eeea5773191fc0c - view on LGTM.com fixed alerts: 1 for Unused variable, import, function or class Comment posted by LGTM.com
gharchive/pull-request
2019-05-03T14:19:54
2025-04-01T04:57:16.288536
{ "authors": [ "davidwatkins73" ], "repo": "khartec/waltz", "url": "https://github.com/khartec/waltz/pull/4025", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1071555392
Update for rustls 0.20 This brings all dependencies up to rustls 0.20, and passes unit tests locally and in BonsaiDb. This PR stacks on top of #33, so it's best to review it after that one has been merged. The only notable change is for trust-dns: trust-dns fails with a NoConnections error if the additional option is...
gharchive/pull-request
2021-12-05T20:56:09
2025-04-01T04:57:16.295487
{ "authors": [ "daxpedda", "ecton" ], "repo": "khonsulabs/fabruic", "url": "https://github.com/khonsulabs/fabruic/pull/34", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1209921753
adding hotel booking app Description A fully responsive web app for hotel booking. Please include a summary of the change and which issue is fixed. Fixes #898 Type of change 📝 Please delete options that are not relevant. And in order to tick the check box just put x inside them for example [x] like this [x] Add a ...
gharchive/pull-request
2022-04-20T16:25:15
2025-04-01T04:57:16.305613
{ "authors": [ "AnIkeT126", "gurjeetsinghvirdee" ], "repo": "khushi-purwar/WebDev-ProjectKart", "url": "https://github.com/khushi-purwar/WebDev-ProjectKart/pull/905", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
706615743
do not rely on the name of the clusterrole to do a can_i check fixes https://github.com/kiali/kiali/issues/3227 Unfortunately, because of a bug in the ansible kubernetes collections we can't do a true "can_i" check. So this PR will actually attempt to create dummy both a cluster role and cluster role binding. If they...
gharchive/pull-request
2020-09-22T18:53:31
2025-04-01T04:57:16.309632
{ "authors": [ "Baykonur", "jmazzitelli" ], "repo": "kiali/kiali-operator", "url": "https://github.com/kiali/kiali-operator/pull/137", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
286490221
Chests open instead of Pop When I right click the chests they Open instead of the pop that they should. This started when I set up a new crate and The New Crate Turns into a Beacon (Falling is Off). I can help you with this if you still need help.
gharchive/issue
2018-01-06T15:05:51
2025-04-01T04:57:16.340209
{ "authors": [ "CuterNekko", "EvilSlime" ], "repo": "kicjow/Crazy-Envoy", "url": "https://github.com/kicjow/Crazy-Envoy/issues/27", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1558269633
DMN Runner enhancements and bug fixes: uniforms-patternfly and table Spliting the #26 into two. This issue groups DMN Runner enhancements and bug fix. Table [ ] Scroll sync of Inputs and Outputs breaks for Table mode after updating Inputs from another tab uniforms-patternfly [ ] Checkboxes values are “undefined” i...
gharchive/issue
2023-01-26T14:54:29
2025-04-01T04:57:16.373103
{ "authors": [ "ljmotta", "tiagobento" ], "repo": "kiegroup/kie-issues", "url": "https://github.com/kiegroup/kie-issues/issues/96", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1105538648
KOGITO-6538 Kogito with Quarkus Dev Mode unable to serve static resou… …rces (such as JSON Schema files) https://issues.redhat.com/browse/KOGITO-6538 Note: This PR can be merged only when https://github.com/quarkusio/quarkus/pull/22888 is merged and kogito bom is updated to use the quarkus version which consumes the ...
gharchive/pull-request
2022-01-17T08:43:16
2025-04-01T04:57:16.395482
{ "authors": [ "kie-ci", "radtriste", "tkobayas" ], "repo": "kiegroup/kogito-runtimes", "url": "https://github.com/kiegroup/kogito-runtimes/pull/1880", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1335968455
[KOGITO-7752] Merge arrays should replace by default Before this JIRA, the code always try to merge the two arrays (an union), and the boolean just indicates if duplicates should be skipped. Now the boolean indicates whether the array should be merged (true) or replaced (false). Therefore true is equivalent to previo...
gharchive/pull-request
2022-08-11T13:32:50
2025-04-01T04:57:16.401550
{ "authors": [ "fjtirado", "kie-ci3" ], "repo": "kiegroup/kogito-runtimes", "url": "https://github.com/kiegroup/kogito-runtimes/pull/2392", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1912910121
exit status 0 on puma start using monit I am facing error (exit status 0) in latest versions of puma-daemon gem. 0.1.2 works fine without any error with puma 6.4 version. but later version of puma-daemon throws error. rails version - 6.1.4 ruby - 2.7.2 puma - 6.4 puma-daemon - > 0.1.2 Steps to reproduce Update the g...
gharchive/issue
2023-09-26T07:48:09
2025-04-01T04:57:16.427829
{ "authors": [ "kigster", "nikhilbhatt" ], "repo": "kigster/puma-daemon", "url": "https://github.com/kigster/puma-daemon/issues/24", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2743470564
MMAudio nodes missing Do I need to install any custom nodes other than the video helper suite? Because I am getting missing nodes when I load the workflow. I have already cloned and installed form the github repo. What could be the issue? Error: Missing Node Types When loading the graph, the following node types were...
gharchive/issue
2024-12-16T21:52:27
2025-04-01T04:57:16.430520
{ "authors": [ "kijai", "tridhe" ], "repo": "kijai/ComfyUI-MMAudio", "url": "https://github.com/kijai/ComfyUI-MMAudio/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1166856145
new Tags chapter and Custom Fields chapter This includes new Tags chapter and Custom Fields chapter. Also a little bit of Tenants chapter. I also had to fix all the image references to include the relative portion of the path name. Hope I did it right! @FlowWriter Could you attach the PDF - if you have it? Hi @Fl...
gharchive/pull-request
2022-03-11T20:46:13
2025-04-01T04:57:16.437494
{ "authors": [ "FlowWriter", "reshmabidikar", "sbrossie" ], "repo": "killbill/killbill-docs", "url": "https://github.com/killbill/killbill-docs/pull/336", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
187903168
Store PayPal error codes in the responses table if present @pierre @daliwei Are you going to add the gateway_error_code as well to it can be populated here? Similar to this. LGTM @alenad Could you add a unit test (e.g. just testing PaypalExpressResponse.from_response with mock data)? @pierre I added a unit te...
gharchive/pull-request
2016-11-08T05:07:38
2025-04-01T04:57:16.440272
{ "authors": [ "alenad", "daliwei", "pierre" ], "repo": "killbill/killbill-paypal-express-plugin", "url": "https://github.com/killbill/killbill-paypal-express-plugin/pull/19", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2462318422
Manual subtitle timer menu not appearing I'm able to set the subtitle timing by using ctrl+left/right arrow but the menu to manually change it to a specific number when paused stopped appearing yesterday, I think after my extension updated. It's possible that you might have accidentally closed the overlay. You can ...
gharchive/issue
2024-08-13T03:39:48
2025-04-01T04:57:16.444923
{ "authors": [ "killergerbah", "skombo1" ], "repo": "killergerbah/asbplayer", "url": "https://github.com/killergerbah/asbplayer/issues/499", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }