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
866070660
Connection keeps on pending after several plays Having multiple wavesurfer instances, after played several songs connection eventually get stuck on "pending" status. Here is a pen with the test: https://codepen.io/diegoigle/pen/OJWrZvO I'm using Chrome lastest build. Can someone help? Make sure all the instances ar...
gharchive/issue
2021-04-23T12:35:53
2025-04-01T04:34:44.848237
{ "authors": [ "diegoiglesias", "entonbiba", "leeqkrtkxp" ], "repo": "katspaugh/wavesurfer.js", "url": "https://github.com/katspaugh/wavesurfer.js/issues/2249", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1438342703
ReferenceError: self is not defined Hi, After running a global npm update I’m not able to use the package anymore with the following error: self is not defined I’m wrapping the package in a Vue component for a nuxt app. I tried to reverse back to the old version that worked previously (5.1.0) but it also gave an erro...
gharchive/issue
2022-11-07T13:09:30
2025-04-01T04:34:44.852811
{ "authors": [ "dany68" ], "repo": "katspaugh/wavesurfer.js", "url": "https://github.com/katspaugh/wavesurfer.js/issues/2615", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
188187782
How is the position of the cursor determined Can someone please tell me what variables controls the position of the cursor on the canvas? I have added the regions plugin to my project, and when I have added multiple regions, it becomes difficult to control the position of the cursor by clicking different areas on the...
gharchive/issue
2016-11-09T08:10:16
2025-04-01T04:34:44.856064
{ "authors": [ "harrietsCreativeDabblets", "katspaugh", "wangzhaoming132" ], "repo": "katspaugh/wavesurfer.js", "url": "https://github.com/katspaugh/wavesurfer.js/issues/858", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
210470423
module is not defined, cordova.plugins deprecated meanwhile cordova.plugins is deprecated. How do i get a reference to the backgroundMode object? I tried cordova.require('de.appplant.cordova.plugin.background-mode') but with no success # solved my own problem: var backgroundMode = cordova.require("cordova-plugin-b...
gharchive/issue
2017-02-27T12:29:25
2025-04-01T04:34:44.858949
{ "authors": [ "der-jochen" ], "repo": "katzer/cordova-plugin-background-mode", "url": "https://github.com/katzer/cordova-plugin-background-mode/issues/254", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1325654678
chore: import repository https://github.com/kavishkhanna/standard-usage-schemas.git this commit will trigger a pipeline to generate the CI/CD configuration which will create a second commit on this Pull Request before it auto merges [APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ...
gharchive/pull-request
2022-08-02T10:38:43
2025-04-01T04:34:44.889072
{ "authors": [ "kavishkhanna" ], "repo": "kavishkhanna/jx3-eks-asm", "url": "https://github.com/kavishkhanna/jx3-eks-asm/pull/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
951223435
Redesign bottom navigation + header to follow Website 2.0 design UI Design New bottom navigation Navigation menu (shown when clicking Menu) Implementation model Navigation menu disclosure is controlled by Headless UI (bundlephobia) ❓ Disclosure or Popover? Tasks [x] Redesign bottom navigation [ ] Add overflow...
gharchive/issue
2021-07-23T03:46:38
2025-04-01T04:34:44.895849
{ "authors": [ "ekamuktia", "resir014", "zainfathoni" ], "repo": "kawalcovid19/wargabantuwarga.com", "url": "https://github.com/kawalcovid19/wargabantuwarga.com/issues/346", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
569181341
Transportation section Transportation finishing touches depends on the venue and hotels we select. In the meantime, can we complete the small section below on the site: "NFTA's Metro Rail provides a direct line from UB's South Campus to downtown Canalside. From metro stops, it's just a quick walk to many of Buffalo's...
gharchive/issue
2020-02-21T20:59:25
2025-04-01T04:34:44.903089
{ "authors": [ "cmklotzb", "kayiwa" ], "repo": "kayiwa/c4lbuffaloproposal", "url": "https://github.com/kayiwa/c4lbuffaloproposal/issues/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
299578709
Revert stream to regular map construction Getting weird errors: java.lang.IllegalStateException: Duplicate key kbasesearchengine.search.ObjectData@2ab1c576 Note that ObjectData is the value Urrg this went to master instead of develop
gharchive/pull-request
2018-02-23T02:28:32
2025-04-01T04:34:44.926721
{ "authors": [ "MrCreosote" ], "repo": "kbase/KBaseSearchEngine", "url": "https://github.com/kbase/KBaseSearchEngine/pull/200", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1865982324
Update fastapi & pydantic Pydantic v2 has a number of breaking changes. Also see https://github.com/kbase/collections/issues/428 I didn't think of that, but looking at the code changes, they shouldn't break anything since microtrait doesn't actually use the models any more, just the field names. Therefore the impor...
gharchive/pull-request
2023-08-24T22:36:41
2025-04-01T04:34:44.928316
{ "authors": [ "MrCreosote" ], "repo": "kbase/collections", "url": "https://github.com/kbase/collections/pull/429", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1284321839
Implement and evaluate PSRAM QSPI controller First, just implement something that can write and read the PSRAM. Write test code that fills whole PSRAM with pseudo-random numbers, then verify. Measure performance, latency. Investigate how to tie it in to the n64 bus PIO. Latency test: Set up a test harness that, whe...
gharchive/issue
2022-06-24T23:44:15
2025-04-01T04:34:44.932407
{ "authors": [ "kbeckmann" ], "repo": "kbeckmann/PicoCart64", "url": "https://github.com/kbeckmann/PicoCart64/issues/3", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
107315535
Cow<'static, str> for strings; no excessive lifetimes Increasing performance and easing away the lifetimes. https://gist.github.com/llogiq/4557032bdf18a2cff136 Cow works by offering both the &'static str and the owned String. Maybe even use the lifetime of the App or Arg instead of 'static. In which would maintai...
gharchive/issue
2015-09-19T06:21:41
2025-04-01T04:34:44.945192
{ "authors": [ "james-darkfox", "kbknapp" ], "repo": "kbknapp/clap-rs", "url": "https://github.com/kbknapp/clap-rs/issues/258", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
316671256
Removed dynamic evaluate functions closes #166 I think I found a solution - https://github.com/GoogleChrome/puppeteer/blob/v1.0.0/lib/ExecutionContext.js#L42 const result = await handle.jsonValue().catch(error => undefined); we should change the line https://github.com/kblok/puppeteer-sharp/blob/master/lib/Puppete...
gharchive/pull-request
2018-04-23T05:59:50
2025-04-01T04:34:44.948116
{ "authors": [ "Meir017", "kblok" ], "repo": "kblok/puppeteer-sharp", "url": "https://github.com/kblok/puppeteer-sharp/pull/167", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1578444404
Are there any real examples of using rich text and promise toasts? I'm looking through the docs and I can't figure out how to use rich text in my toasts. Are there any real examples? If you scroll down to the bottom of the docs, there should be a button called "Rich content" that shows you a demo of rich text as we...
gharchive/issue
2023-02-09T19:10:13
2025-04-01T04:34:44.964490
{ "authors": [ "jakubdonovan", "kbrgl" ], "repo": "kbrgl/svelte-french-toast", "url": "https://github.com/kbrgl/svelte-french-toast/issues/23", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
485301190
Expand all favorites groups button Is your feature request related to a problem? Please describe. Sometimes, my favorites disappear or become collapsed, leaving me to expand them all out again. Describe the solution you'd like Provide an Expand All button like the existing Collapse All button, but that will recursive...
gharchive/issue
2019-08-26T15:37:02
2025-04-01T04:34:44.981492
{ "authors": [ "arfordweb", "fharper", "halo" ], "repo": "kdcro101/vscode-favorites", "url": "https://github.com/kdcro101/vscode-favorites/issues/43", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1810138530
Fix foreign grants and functions ownership chyběly schéma granty na cizí projekty @pivnicek neměl by si chvilku? abych to mohl mergnout
gharchive/pull-request
2023-07-18T15:13:07
2025-04-01T04:34:45.026147
{ "authors": [ "ondrajodas" ], "repo": "keboola/project-migration-tool", "url": "https://github.com/keboola/project-migration-tool/pull/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1852664408
SOX-353 vytvareni tokenu Original PR: https://github.com/keboola/storage-api-php-client/pull/1163 Reverts keboola/storage-api-php-client#1167 KBC: https://github.com/keboola/connection/pull/4574 Guest token vyřešen v connection Nejde to approvnou zajcovi, ale říkal, že je to ok :)
gharchive/pull-request
2023-08-16T07:24:01
2025-04-01T04:34:45.032535
{ "authors": [ "tomasfejfar", "zajca" ], "repo": "keboola/storage-api-php-client", "url": "https://github.com/keboola/storage-api-php-client/pull/1168", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1809282103
chore: Remove all non-editable keys from resources Provide a description of what has been changed The field creationTimestamp is auto-generated by kubernetes. This field is ignored during creation/update because it's non-editable by clients. Checklist [x] I have verified that my change is according to the deprecati...
gharchive/pull-request
2023-07-18T07:07:47
2025-04-01T04:34:45.036250
{ "authors": [ "JorTurFer", "alexmanno" ], "repo": "kedacore/charts", "url": "https://github.com/kedacore/charts/pull/498", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
443118618
Débug outside cluster Someone could write a walkthrough on how to debug Keda outside the cluster using vscode. aminebizid- I have hard a hard time doing this due to the metrics adapter. I could not get a version of it running stand alone outside the cluster. Without this, KEDA is debuggable as a stand alone app. So...
gharchive/issue
2019-05-12T15:48:43
2025-04-01T04:34:45.038250
{ "authors": [ "Aarthisk", "aminebizid", "nisan270390" ], "repo": "kedacore/keda", "url": "https://github.com/kedacore/keda/issues/190", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
689180356
Make controllers/ golint compatible util/status.go : Comments added for exported functions: "SetStatusConditions" and "UpdateScaledObjectStatus". util/string_lists.go : Comments added for exported functions: "Contains" and "Remove". scaledjob_controller : Comments added for exported methods: "SetupWithManager" and ...
gharchive/pull-request
2020-08-31T12:47:21
2025-04-01T04:34:45.041979
{ "authors": [ "Mystigan" ], "repo": "kedacore/keda", "url": "https://github.com/kedacore/keda/pull/1065", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1299783356
Migrate Azure Log Analytics test to Go. Signed-off-by: Vighnesh Shenoy vshenoy@microsoft.com Provide a description of what has been changed Checklist [x] Commits are signed with Developer Certificate of Origin (DCO - learn more) [x] Tests have been added [x] A PR is opened to update our Helm chart (repo) (if applic...
gharchive/pull-request
2022-07-09T23:02:54
2025-04-01T04:34:45.046889
{ "authors": [ "v-shenoy" ], "repo": "kedacore/keda", "url": "https://github.com/kedacore/keda/pull/3345", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2195492510
Add prototype Event Management calls and Event Proxy impl files Describe the contribution This PR add prototype implementations for the cFS Event Proxy design. This design intends to abstract the cFS EVS API calls through the Event Management core in BPLib. A related PR exists for BPLib, here: https://github.com/keeg...
gharchive/pull-request
2024-03-19T16:59:43
2025-04-01T04:34:45.057385
{ "authors": [ "keegan-moore" ], "repo": "keegan-moore/bp", "url": "https://github.com/keegan-moore/bp/pull/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2464536145
[bug] [bitcoin-core test] 'NOP OVER 1' Issue The following bitcoin-core test is failing to give the correct result : NOP OVER 1 This code should be failing due to a INVALID_STACK_OPERATION. Replicate To replicate the issue you can use the latest main branch with the following command: scarb cairo-run '[[],5132112,3,...
gharchive/issue
2024-08-14T00:07:59
2025-04-01T04:34:45.073047
{ "authors": [ "ShantelPeters", "b-j-roberts" ], "repo": "keep-starknet-strange/shinigami", "url": "https://github.com/keep-starknet-strange/shinigami/issues/135", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
70737607
Decipher/Cipher links not correct when URL not traditional We're running redmine at https://redmine.company.com/redmine, not just at https://redmine.company.com. When we try to encode/decode, the URL gets rewritten incorrectly. For example: https://redmine.company.com/redmine/projects/testproject/wiki gets rewritte...
gharchive/issue
2015-04-24T16:48:54
2025-04-01T04:34:45.091131
{ "authors": [ "hsilva-keep", "zlacelle" ], "repo": "keeps/redmine_wikicipher", "url": "https://github.com/keeps/redmine_wikicipher/issues/23", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2455772600
Can't fill out the Sentry dialog when in a dialog Tapping in a text field doesn't show the keyboard - it comes up briefly and then goes away when something steals focus Ref: cfe751488d0969e4d43d68cb02baf0c4bacb28e8 Well it seems to work OK on the About Page now. Could reproduce it locally in the iOS Simulator in XC...
gharchive/issue
2024-08-08T13:11:17
2025-04-01T04:34:45.129258
{ "authors": [ "keithamoss" ], "repo": "keithamoss/demsausage", "url": "https://github.com/keithamoss/demsausage/issues/3091", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
665935783
一句傻逼送给你,不成敬意 you seems like a fool, without respect~ and then... Your mother exploded on the spot 老哥 冷静 calm down ... it is only a joke 大哥冷静 大哥,稳住 Please don't spit fragrance in the community 大哥冷静冷静 认真你就输了
gharchive/issue
2020-07-27T02:50:45
2025-04-01T04:34:45.169954
{ "authors": [ "12yy296", "Jiang-xs", "Naozumi520", "Suckson", "kav012375", "mind-c", "yuluowuying" ], "repo": "kelseyhightower/nocode", "url": "https://github.com/kelseyhightower/nocode/issues/4108", "license": "Apache-2.0", "license_type": "permissive", "license_source": "git...
256520882
locking dependencies of editable vcs requirements When we pip install then pip freeze an editable vcs requirement, the frozen requirements include all dependencies. With pipenv the dependencies of editable vcs requirements do not appear in Pipfile.lock. Example: $ pipenv install -e git+https://github.com/sbidoul/subd...
gharchive/issue
2017-09-10T16:15:53
2025-04-01T04:34:45.183418
{ "authors": [ "AlJohri", "kennethreitz", "sbidoul" ], "repo": "kennethreitz/pipenv", "url": "https://github.com/kennethreitz/pipenv/issues/512", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
128419712
Inconsistent behaviour with https between urllib3 and requestsion. In trying to make a https connection as so: (trustmile-api-p2710)jBeast:trustmile james$ python -c "import requests; r = requests.get('https://devapi.trustmile.com/static/index.html', verify=True)" Traceback (most recent call last): File "<string>",...
gharchive/issue
2016-01-24T19:41:01
2025-04-01T04:34:45.189284
{ "authors": [ "Lukasa", "jorourke" ], "repo": "kennethreitz/requests", "url": "https://github.com/kennethreitz/requests/issues/2978", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
278078073
Pretrained Model on Sports1M Dear @kenshohara, Thank you very much for your fantastic repository. Do you have any pretrained model on Sports1M? No, I have not tried training on Sports1M because Sports1M is too big to utilize easily. The size of Kinetics is not quite big (2TB storage is sufficient), and include suff...
gharchive/issue
2017-11-30T10:56:35
2025-04-01T04:34:45.206975
{ "authors": [ "ahkarami", "kenshohara" ], "repo": "kenshohara/3D-ResNets-PyTorch", "url": "https://github.com/kenshohara/3D-ResNets-PyTorch/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
419720179
NODE_ENV undefined with typescript and nodemon cross-env version: 5.2.0 node version: 10.12.0 npm (or yarn) version: 6.4.1 Relevant code or config "dev:ts": "cross-env NODE_ENV=production tsc-watch --onSuccess \"node ./node_modules/nodemon/bin/nodemon.js dist/main.js\"" "dev:ts": "tsc-watch --onSuccess \"cross-env...
gharchive/issue
2019-03-11T22:47:17
2025-04-01T04:34:45.210133
{ "authors": [ "cristian-eriomenco", "geastwood", "kentcdodds", "minotaurrr" ], "repo": "kentcdodds/cross-env", "url": "https://github.com/kentcdodds/cross-env/issues/198", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
344045829
JSS style blocks overwhelm prettyDOM / debug output Describe the feature you'd like: The automatic debug output / prettyDOM is hard to pick through with JSS, since a rather large style block is added to the DOM with JSS classes. There should be a way to avoid JSS output (the material-ui library in our case dumps out ...
gharchive/issue
2018-07-24T13:49:30
2025-04-01T04:34:45.214800
{ "authors": [ "kentcdodds", "timbonicus" ], "repo": "kentcdodds/dom-testing-library", "url": "https://github.com/kentcdodds/dom-testing-library/issues/81", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
388472336
feat(queryByCurrentValue) What: It adds queryByCurrentValue, getByCurrentValue, queryAllByCurrentValue and getAllByCurrentValue. Why: getByValue cannot get elements with value property (it only checks DOM value attributes) (Discussed at #166) How: Added a set of (get|query)(All)?ByCurrentValue methods. Checklist...
gharchive/pull-request
2018-12-07T01:49:45
2025-04-01T04:34:45.223763
{ "authors": [ "alexkrolick", "eunjae-lee", "kentcdodds" ], "repo": "kentcdodds/dom-testing-library", "url": "https://github.com/kentcdodds/dom-testing-library/pull/169", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
383496938
Change behaviour regarding controlled mode Possible changes regarding - https://github.com/kentcdodds/react-toggled/issues/26 Is there a blocker for this PR? Sorry, this slipped away from me somehow. Also I never even used this project (it was an experiment/demo) so I'm totally the wrong person to maintain it. An...
gharchive/pull-request
2018-11-22T11:36:52
2025-04-01T04:34:45.251372
{ "authors": [ "Andarist", "kentcdodds", "therealparmesh" ], "repo": "kentcdodds/react-toggled", "url": "https://github.com/kentcdodds/react-toggled/pull/27", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
118034540
Slide height percentage of parent e.g. 100% Hi, Sorry couldn't find any other issues relating to this. Great plugin BTW. What is the correct way to have 100% height on slides? The parent container has a height that is a relative and the slide is relative to the container e.g. 100% Slick adds many internal elements be...
gharchive/issue
2015-11-20T12:45:05
2025-04-01T04:34:45.256638
{ "authors": [ "KhaledMohamedP", "McGern", "MsMatki", "frankstepanski", "kenwheeler", "lunow", "rudestewing", "vasilzhigilei" ], "repo": "kenwheeler/slick", "url": "https://github.com/kenwheeler/slick/issues/1905", "license": "MIT", "license_type": "permissive", "license_so...
259191204
slidesToShow, slidesToScroll set to 0 crashes browsers When slidesToShow and / or slidesToScroll is set to 0 or "" the browser crashes. The provided jsfiddle only sets slidesToShow to 0 when breakpoint is below 500. So be sure to resize the window to the size. I did this on purpose so you don't get a crashed browser ...
gharchive/issue
2017-09-20T14:47:37
2025-04-01T04:34:45.263869
{ "authors": [ "elz1", "simoozzay" ], "repo": "kenwheeler/slick", "url": "https://github.com/kenwheeler/slick/issues/3133", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
400976580
Saving/Loading/resuming agent state and weights Hello, I noticed that loading saved weights results in test of untrained agent (using the breakoutagent example). I read that saving just the weights is not enough since the agent/model is not optimized. Is there a solution? Is using the keras model.save/load_model func...
gharchive/issue
2019-01-19T08:57:36
2025-04-01T04:34:45.281521
{ "authors": [ "Eriz11", "jarlva", "krumiaa" ], "repo": "keras-rl/keras-rl", "url": "https://github.com/keras-rl/keras-rl/issues/288", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
205530388
Keras CTC Model Save Discrepency I am trying to implement a simple BLSTM-CTC model using Keras (backend Tensorflow). I am testing this with a small dataset of online handwriting samples (316 Train data with 10 distinct characters and 4 words). each of these samples have 401 timesteps and at each timestep I have 16 fe...
gharchive/issue
2017-02-06T09:39:53
2025-04-01T04:34:45.294614
{ "authors": [ "Cerno-b", "ibrahimabarry01", "xisnu" ], "repo": "keras-team/keras", "url": "https://github.com/keras-team/keras/issues/5286", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
607143602
Fix incorrect loss_weights error message, clarify docs Summary loss_weights argument to model.fit only accepts python lists, so no numpy arrays. clarify docs for that. Also the error message was incorrect, asking for a "list of dicts" instead of a "list or dict" as the docs ask for. PR Overview No special requiremen...
gharchive/pull-request
2020-04-26T23:39:30
2025-04-01T04:34:45.298798
{ "authors": [ "MingweiSamuel" ], "repo": "keras-team/keras", "url": "https://github.com/keras-team/keras/pull/14008", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1945836278
Add named_product test utility to generate test cases with names. This is the be used with absl.parameterized.named_parameters and instead of absl.parameterized.product. It creates testcases that have intuitive names. Tests in numpy_test.py and dtypes_test.py that were using product now use named_product. Also standa...
gharchive/pull-request
2023-10-16T18:23:48
2025-04-01T04:34:45.309718
{ "authors": [ "codecov-commenter", "hertschuh" ], "repo": "keras-team/keras", "url": "https://github.com/keras-team/keras/pull/18626", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1657915366
Removing footnote stripping/tagging footnote origin points What is your OS and architecture? Windows is not supported and Mac OS arm64 is not yet supported. For non-supported OS, you can use Docker (https://grobid.readthedocs.io/en/latest/Grobid-docker/) Ubuntu 22.04.2 What is your Java version (java --version)? ...
gharchive/issue
2023-04-06T19:10:13
2025-04-01T04:34:45.322435
{ "authors": [ "TheDeponent", "kermitt2" ], "repo": "kermitt2/grobid", "url": "https://github.com/kermitt2/grobid/issues/996", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
233018412
Using a method instead of a template This is really just for discussion. In the CMS for https://www.raise.me I actually don't use templates at all with the Shortcode gem. I set the template for every shortcode to '<%= @content %> and generate a presenter that returns the content I want. I actually have a presenter ...
gharchive/issue
2017-06-01T21:38:55
2025-04-01T04:34:45.341956
{ "authors": [ "toddnestor" ], "repo": "kernow/shortcode", "url": "https://github.com/kernow/shortcode/issues/50", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2370779404
🛑 FX blog (kty) is down In f14038a, 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 027da02 after 6 minutes.
gharchive/issue
2024-06-24T17:46:12
2025-04-01T04:34:45.498021
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/10038", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2400258179
🛑 FX blog (kty) is down In 5d0298f, 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 f56a6af after 6 minutes.
gharchive/issue
2024-07-10T09:42:09
2025-04-01T04:34:45.500586
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/14338", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2417367110
🛑 FX blog (kty) is down In 59f3dd7, 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 b471263 after 5 minutes.
gharchive/issue
2024-07-18T20:46:42
2025-04-01T04:34:45.502894
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/16531", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2439864220
🛑 FX corretor (kty) is down In 7a638b7, 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 32cff21 after 6 minutes.
gharchive/issue
2024-07-31T11:54:45
2025-04-01T04:34:45.505228
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/19519", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2445891033
🛑 FX blog (kty) is down In b6a7bf1, 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 c51a9ab after 6 minutes.
gharchive/issue
2024-08-02T23:51:44
2025-04-01T04:34:45.507536
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/20075", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2456099944
🛑 FX corretor (kty) is down In eddf782, 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 d0d1d4f after 6 minutes.
gharchive/issue
2024-08-08T15:31:38
2025-04-01T04:34:45.509855
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/21309", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2479622500
🛑 FX blog (kty) is down In 48cbd6b, 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 887a5c3 after 17 minutes.
gharchive/issue
2024-08-22T02:13:56
2025-04-01T04:34:45.512336
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/24234", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2530429310
🛑 FX corretor (kty) is down In 7e5f418, 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 6406271 after 8 minutes.
gharchive/issue
2024-09-17T08:34:59
2025-04-01T04:34:45.514658
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/29552", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1659798684
🛑 FX net (kty) is down In 174deb1, FX net (kty) (https://foxter.net.br) was down: HTTP code: 0 Response time: 0 ms Resolved: FX net (kty) is back up in 05a8cf9.
gharchive/issue
2023-04-09T08:38:08
2025-04-01T04:34:45.516919
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/3355", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2589609327
🛑 FX blog (kty) is down In 5c10683, 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 e96950f after 13 minutes.
gharchive/issue
2024-10-15T18:54:34
2025-04-01T04:34:45.519223
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/34536", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2592687315
🛑 FX blog (kty) is down In 3c3630f, 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 9f8b2b6 after 21 minutes.
gharchive/issue
2024-10-16T18:16:55
2025-04-01T04:34:45.521673
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/34689", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2609102013
🛑 FX blog (kty) is down In b970882, 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 b86432b after 6 minutes.
gharchive/issue
2024-10-23T15:54:58
2025-04-01T04:34:45.524183
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/35937", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2673931542
🛑 FX blog (kty) is down In 82039ac, 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 9154fba after 6 minutes.
gharchive/issue
2024-11-19T23:50:44
2025-04-01T04:34:45.526456
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/41002", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2719086746
🛑 FX corretor (kty) is down In e562732, 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 e9c0378 after 36 minutes.
gharchive/issue
2024-12-05T01:04:25
2025-04-01T04:34:45.528775
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/43780", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1670020653
🛑 FX net (kty) is down In d7277fa, FX net (kty) (https://foxter.net.br) was down: HTTP code: 0 Response time: 0 ms Resolved: FX net (kty) is back up in e06b15f.
gharchive/issue
2023-04-16T15:38:33
2025-04-01T04:34:45.530999
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/4387", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2728935951
🛑 FX corretor (kty) is down In bbecc9c, 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 2ffee96 after 6 minutes.
gharchive/issue
2024-12-10T03:59:39
2025-04-01T04:34:45.533320
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/44682", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1672016911
🛑 FX net (kty) is down In 3c9ae63, FX net (kty) (https://foxter.net.br) was down: HTTP code: 0 Response time: 0 ms Resolved: FX net (kty) is back up in 5104eec.
gharchive/issue
2023-04-17T21:48:53
2025-04-01T04:34:45.535710
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/4556", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1676671964
🛑 FX net (kty) is down In 05806ca, FX net (kty) (https://foxter.net.br) was down: HTTP code: 0 Response time: 0 ms Resolved: FX net (kty) is back up in 702d3b8.
gharchive/issue
2023-04-20T12:57:25
2025-04-01T04:34:45.537956
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/4906", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1950272891
🛑 FX kty hom (kty) is down In af8179e, FX kty hom (kty) (https://foxter-hom.konecty.com) was down: HTTP code: 503 Response time: 307 ms Resolved: FX kty hom (kty) is back up in 99a6253 after 6 minutes.
gharchive/issue
2023-10-18T17:20:34
2025-04-01T04:34:45.540248
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/6437", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2225440028
🛑 FX portal api (kty) is down In 80f3477, FX portal api (kty) (https://api.foxterciaimobiliaria.com.br) was down: HTTP code: 404 Response time: 222 ms Resolved: FX portal api (kty) is back up in 2d87875 after 1 hour, 11 minutes.
gharchive/issue
2024-04-04T12:59:45
2025-04-01T04:34:45.542572
{ "authors": [ "keviocastro" ], "repo": "keviocastro/upptime", "url": "https://github.com/keviocastro/upptime/issues/8017", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1093825933
Add xwx.moe Important: Please read all instructions carefully. Select the appropriate category for what this PR is about 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 liste...
gharchive/pull-request
2022-01-04T23:10:21
2025-04-01T04:34:45.549349
{ "authors": [ "JadedCtrl", "kmutahar" ], "repo": "kevquirk/512kb.club", "url": "https://github.com/kevquirk/512kb.club/pull/620", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
328235114
Can't access my public files on Linux or keybase.pub I can't access my public files on Linux or keybase.pub, which has brought down my site smiller.keybase.pub. I can access files on my Mac, but on Linux I see: ➜ ~ keybase fs ls /keybase/public/smiller171 ▶ ERROR Error checking merkle tree: tried 100 roots, but seqn...
gharchive/issue
2018-05-31T17:47:01
2025-04-01T04:34:45.569026
{ "authors": [ "maxtaco", "smiller171", "strib" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/issues/12134", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
131738838
I/O error on one particular user's public listing When i do an: /keybase/public $ ls USERNAME for the USERNAME mentioned in the logs, I get an I/O error. my log id: cf323fd57709d213cce9541c The user's key was reset, so doing: keybase track USERNAME was able to fix it. Great, glad it works now!
gharchive/issue
2016-02-05T19:50:13
2025-04-01T04:34:45.571279
{ "authors": [ "strib", "xxv" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/issues/1912", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
132851324
Dragging a file into /keybase/private/ on OS X Finder gives an "Newer version of file already exists in this location" error. Dragging a file into /keybase/private/ or /keybase/public/ with Finder gives the error "A newer version of this file already exists". Pressing "Stop" or "Replace" dismisses the dialog, but no...
gharchive/issue
2016-02-10T23:46:57
2025-04-01T04:34:45.576564
{ "authors": [ "rodbegbie", "strib" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/issues/1980", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
638931561
Error Code 202 / BAD SESSION? Cannot login on iOS or keybase.io Attempts to login to Keybase via iOS app leads to the following error: Also, I cannot login via keybase.io; that error shows as: Edit: also posted to keybase-issues I it is the same issue with timeout to SSL handshake I it is the same issue with ...
gharchive/issue
2020-06-15T15:11:47
2025-04-01T04:34:45.580793
{ "authors": [ "miry", "njm2112" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/issues/24224", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1507447631
KBFS doesn't work on macOS X 11 Big Sur (still works with <=6.0.1) (Reporting this separately as to point out that latest release for newer macOS broke the functionality for older OS versions) Encountering already known issue with Keybase startup where KBFS fails to install. Used to work on Intel 16inch 2019 MacBook...
gharchive/issue
2022-12-22T08:20:53
2025-04-01T04:34:45.589256
{ "authors": [ "GwynethLlewelyn", "allanpaiste", "paulhugel" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/issues/25379", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2181375265
arm64 linux build? hey, why you aren't shipping, .deb, .rpm, and other packages for arm64? with asahi linux getting traction, more and more people will use that. I am trying to build it at my machine, I was able to build it (cli and a desktop app in electron that gave a lot of alarms at selinux), will try to discov...
gharchive/issue
2024-03-12T11:24:01
2025-04-01T04:34:45.590656
{ "authors": [ "patricuspl", "pulpo" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/issues/26328", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
209296007
Write lock conflict Log id: d58f77ad249bcad098ab411c Details on what happens when attempting to delete a file while transferring a folder on OS X. Operation eventually finished without additional user interaction. Thanks for the report. Hmm, that's an odd error message, it doesn't look like it's coming from KBFS. ...
gharchive/issue
2017-02-21T22:41:57
2025-04-01T04:34:45.596382
{ "authors": [ "itys", "strib" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/issues/5969", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
246588862
How to remove the K disk KBFS (K:) 10.0 GB You can uninstall Dokan in the control panel.
gharchive/issue
2017-07-30T14:58:13
2025-04-01T04:34:45.597306
{ "authors": [ "liyuhang1997", "zanderz" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/issues/7946", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
269938095
KBFS Keeps Requesting I Rekey I have a number of devices connected to my account and I am asked on a regular basis to rekey using my paperkey on each device. I have done this but I keep getting asked to rekey. Not sure why the rekey doesn't appear to be working. Any assistance would be much appreciated! Thanks. my lo...
gharchive/issue
2017-10-31T12:20:45
2025-04-01T04:34:45.609241
{ "authors": [ "jeffbristow", "johanstokking", "maxtaco", "mmaxim", "nicorellius", "songgao", "strib" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/issues/9312", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
465944182
Airdrop profile star popup @keybase/picnicsquad CC @keybase/react-hackers @keybase/design Here's the overlay for the airdrop star on the profile page: Kb.FloatingMenu didn't have support for setting a textColor or backgroundColor, so those new props are added. Dividers are missing on the mobile action sheet. Othe...
gharchive/pull-request
2019-07-09T19:18:47
2025-04-01T04:34:45.612427
{ "authors": [ "cecileboucheron", "cjb" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/pull/18312", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
164889219
gui quit on service quit fixes flow issues and listens to the new rpc @keybase/react-hackers :shipit: So this might not do anything for macOS cause we terminate the app process from ctl stop (see https://github.com/keybase/client/blob/master/go/client/cmd_ctl_stop_osx.go#L77). But this is good for linux/windows, ...
gharchive/pull-request
2016-07-11T17:19:12
2025-04-01T04:34:45.614349
{ "authors": [ "MarcoPolo", "chrisnojima", "gabriel" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/pull/3410", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
186703106
Zanderz/core 4038 I tested it, it works. If you invoke the installer on the command line and add nodriver=1, it will skip the drivers. Our updater may still be irritating for driver-switching people but that will be another ticket. @maxtaco @oconnor663 LGTM
gharchive/pull-request
2016-11-02T03:21:27
2025-04-01T04:34:45.615565
{ "authors": [ "oconnor663", "zanderz" ], "repo": "keybase/client", "url": "https://github.com/keybase/client/pull/4770", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
341815432
Use correct field separator in keywords.txt The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#key...
gharchive/pull-request
2018-07-17T08:25:24
2025-04-01T04:34:45.629292
{ "authors": [ "obra", "per1234" ], "repo": "keyboardio/KeyboardioScanner", "url": "https://github.com/keyboardio/KeyboardioScanner/pull/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
182440594
Strange behavior on Windows 8 Here is my definition: module EXP-SYNTAX syntax Ids ::= List{Id, ";"} endmodule module EXP imports EXP-SYNTAX endmodule Compiling works, but the following test fails. Here is the content I'm trying to parse: a, b Here is my output: >kast text.exp [Error] Internal: Uncaught excepti...
gharchive/issue
2016-10-12T05:45:46
2025-04-01T04:34:45.724840
{ "authors": [ "Iaroslav-Mazur", "andreiarusoaie", "cos", "radumereuta" ], "repo": "kframework/k", "url": "https://github.com/kframework/k/issues/2218", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
517722683
Incorrect set variable de-duplication During substitution normalization, we de-duplicate element variable substitutions in this way: x = t₁ ∧ ... ∧ x = tₙ x = (t₁ ∧ ... ∧ tₙ) Set variables are de-duplicated in the same way, which is not correct. Set variables should be de-duplicated this way: @x = t₁ ∧ ... ∧ @x = tₙ...
gharchive/issue
2019-11-05T11:43:37
2025-04-01T04:34:45.729118
{ "authors": [ "ttuegel" ], "repo": "kframework/kore", "url": "https://github.com/kframework/kore/issues/1207", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
422309234
Show Axiom Location Reviewer checklist [ ] Test coverage: stack test --coverage [ ] Public API documentation: stack haddock [ ] Style conformance: stylish-haskell @ttuegel I either addressed or replied to every comment. Let me know what you think. @vladciobanu The only thing I'm left wondering about is the cas...
gharchive/pull-request
2019-03-18T16:17:52
2025-04-01T04:34:45.733188
{ "authors": [ "ttuegel", "vladciobanu" ], "repo": "kframework/kore", "url": "https://github.com/kframework/kore/pull/514", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
114953269
客户端已经停止使用,请前往douban.fm收听,感谢理解 hi,最近打开客户端,界面显示标题上的信息。封面是douban.fm的二维码。请问是douban封了这个客户端还是其它原因? 用了这么久,现在停了,我只能给作者加个🌟了。。。 这个客户端确实很好。有点舍不得。研究了一下,发现其实是app_name=radio_desktop_win的接口停止支持了。有个小技巧,可以把接口里的radio_desktop_win替换成radio。比如,可以用fiddler的AutoResponder功能来实现。 配置fiddler规则如下: regex:http://www.douban.com/j/app/radio/peopl...
gharchive/issue
2015-11-04T02:10:11
2025-04-01T04:34:45.739392
{ "authors": [ "LiteCoder", "haozhu233", "iahu", "kfstorm" ], "repo": "kfstorm/DoubanFM", "url": "https://github.com/kfstorm/DoubanFM/issues/6", "license": "MS-PL", "license_type": "permissive", "license_source": "github-api" }
2116782174
🛑 NC is down In 47c3d05, NC ($NC) was down: HTTP code: 0 Response time: 0 ms Resolved: NC is back up in 5b9a259 after 18 hours, 6 minutes.
gharchive/issue
2024-02-04T01:11:00
2025-04-01T04:34:45.742743
{ "authors": [ "khadanja" ], "repo": "khadanja/upptime", "url": "https://github.com/khadanja/upptime/issues/444", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2506159513
TrollStore iOS17 Support? hi, thanks for this great apps! i want to ask sumn. did you plan any support for trollstore on iOS17? after the release of trollrestore, i think this will be a thing. I think Trollstore Lite is very similar to Trollstore in terms or url scheme and other aspects, and you can just install an...
gharchive/issue
2024-09-04T19:53:03
2025-04-01T04:34:45.786645
{ "authors": [ "csdamien", "dejunedd", "hugeBlack", "veygax" ], "repo": "khanhduytran0/LiveContainer", "url": "https://github.com/khanhduytran0/LiveContainer/issues/151", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2429145606
🛑 Fvideo is down In f03c3e8, Fvideo (https://www.fvideo.ro) was down: HTTP code: 0 Response time: 0 ms Resolved: Fvideo is back up in dd913b7 after 10 minutes.
gharchive/issue
2024-07-25T06:38:34
2025-04-01T04:34:45.789387
{ "authors": [ "kharloss" ], "repo": "kharloss/monitorizare_websites", "url": "https://github.com/kharloss/monitorizare_websites/issues/229", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1521126738
onScan is called again when ReaderWidget is shown after stopImageStream() is used Below is an example app to demonstrate the issue. The camera preview is shown. If a barcode / QR code is scanned, the onScan callback is called. In the callback: stopImageStream() is called. The scanned text is assigned to _text. Th...
gharchive/issue
2023-01-05T17:42:16
2025-04-01T04:34:45.818341
{ "authors": [ "kaboc", "khoren93" ], "repo": "khoren93/flutter_zxing", "url": "https://github.com/khoren93/flutter_zxing/issues/71", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2493230641
[no-jira]:Translation strings ready 📲 What All languages ready :warning: Please install the to ensure uploads and comments are reliably processed by Codecov. Codecov Report Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review. Project coverage is 67.66%. Comparing base (...
gharchive/pull-request
2024-08-29T00:42:59
2025-04-01T04:34:45.856097
{ "authors": [ "Arkariang", "codecov-commenter" ], "repo": "kickstarter/android-oss", "url": "https://github.com/kickstarter/android-oss/pull/2117", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
506720598
Update to latest swiper 5.1.0 version Is it possible to update the package to the latest version of swiper. @kidjp85 🙏 please 5.1.0 now since it fixes errors with ios 13 As by documentation you install the latest version of swiper yourself npm install --save react-id-swiper@latest swiper@latest. If there are any...
gharchive/issue
2019-10-14T15:19:59
2025-04-01T04:34:45.858928
{ "authors": [ "fxOne", "groomain", "kidjp85", "lhtdesignde" ], "repo": "kidjp85/react-id-swiper", "url": "https://github.com/kidjp85/react-id-swiper/issues/349", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1361693020
Fix compilation Should solve https://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/blue/organizations/jenkins/KIE%2Fkogito%2Fmain%2Fnightly%2Fkogito-operator-deploy/detail/kogito-operator-deploy/111/pipeline/ Many thanks for submitting your Pull Request :heart:! Please make sure your PR meets th...
gharchive/pull-request
2022-09-05T09:58:07
2025-04-01T04:34:45.916614
{ "authors": [ "kie-ci", "radtriste", "spolti" ], "repo": "kiegroup/kogito-operator", "url": "https://github.com/kiegroup/kogito-operator/pull/1272", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
172498864
option to create without destination manifest / just detination manifest For DCDM's to save time can we have an option to option to create ~without destination manifest ~ just detination manifest? Hey, thanks for raising this as well - we need to do this. I didn't think of adding that option, I think that's actual...
gharchive/issue
2016-08-22T16:39:59
2025-04-01T04:34:45.926471
{ "authors": [ "AnjaMahler", "kieranjol" ], "repo": "kieranjol/IFIscripts", "url": "https://github.com/kieranjol/IFIscripts/issues/70", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
177841373
moveit.py - add progress indicator As we've moved from md5deep, we need a progress indicator. This or something similar might work @ecodonohoe ?? Yep, I'll start looking into the progress package and any other options I come across. Awesome! On 19 Sep 2016 6:35 p.m., "ecodonohoe" notifications@github.com wrote: ...
gharchive/issue
2016-09-19T17:07:33
2025-04-01T04:34:45.930698
{ "authors": [ "ecodonohoe", "kieranjol" ], "repo": "kieranjol/IFIscripts", "url": "https://github.com/kieranjol/IFIscripts/issues/91", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
910626601
AnkiConnect failed to fetch I added https://killergerbah.github.io to ankiconnect but it doesn't work. Do you know how to fix it? @yona19 Some questions: What browser are you using? Do you have any ad blockers enabled? Can you paste the logs that appear when trying the AnkiConnect URL in asbplayer? Go to Chrome men...
gharchive/issue
2021-06-03T15:47:37
2025-04-01T04:34:45.964557
{ "authors": [ "killergerbah", "yona19" ], "repo": "killergerbah/asbplayer", "url": "https://github.com/killergerbah/asbplayer/issues/52", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2751247372
TagBot trigger issue This issue is used to trigger TagBot; feel free to unsubscribe. If you haven't already, you should update your TagBot.yml to include issue comment triggers. Please see this post on Discourse for instructions and more details. If you'd like for me to do this for you, comment TagBot fix on this iss...
gharchive/issue
2024-12-19T19:25:48
2025-04-01T04:34:45.979639
{ "authors": [ "JuliaTagBot" ], "repo": "kingaa/PartiallyObservedMarkovProcesses.jl", "url": "https://github.com/kingaa/PartiallyObservedMarkovProcesses.jl/issues/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
373757752
whatanime.ga has moved to trace.moe Hello, I'm (was) the owner of whatanime.ga A few days ago, the .ga domain was taken down by freenom T_T, so the site has moved to https://trace.moe if you are still actively supporting this project, please update the URL, thank you m(_ _;)m Thanks for let me know! 😃 I will updat...
gharchive/issue
2018-10-25T03:22:41
2025-04-01T04:34:45.981679
{ "authors": [ "kingdido999", "soruly" ], "repo": "kingdido999/atogatari", "url": "https://github.com/kingdido999/atogatari/issues/20", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
163566269
Write Dockerfile that installs node & slackit slackit already has a Dockerfile but it looks like it has a few issues. It might be easier to have a quick Dockerfile that installs node and then installs slackit, before running it. Once this is up, we can continue with https://github.com/kingsreach/kingsreach-online/i...
gharchive/issue
2016-07-03T15:14:17
2025-04-01T04:34:45.989486
{ "authors": [ "adamkdean" ], "repo": "kingsreach/kingsreach-slackit", "url": "https://github.com/kingsreach/kingsreach-slackit/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1627010371
Trouble with API calls - most certainly user error. Hey mate, First of all, thanks so much for this template and for all the work you've put in. I've got it mostly up and running on my machine. I'd say you can certainly preemptively mark this issue as 'user error' haha. Basically, I'm just having trouble with my API ...
gharchive/issue
2023-03-16T09:07:01
2025-04-01T04:34:45.994752
{ "authors": [ "kinngh", "ohermans1" ], "repo": "kinngh/shopify-node-express-mongodb-app", "url": "https://github.com/kinngh/shopify-node-express-mongodb-app/issues/66", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
520073628
packet: Use Route53 FQDN attribute instead of name The name attribute only refers to the name used to create the DNS record. The values accepted are either the subdomain to be created on the dns_zone or the FQDN. For example, if you do something like: resource "aws_route53_record" "example" { zone_id = "xxx...
gharchive/pull-request
2019-11-08T15:22:23
2025-04-01T04:34:46.001272
{ "authors": [ "invidian", "rata" ], "repo": "kinvolk/lokomotive-kubernetes", "url": "https://github.com/kinvolk/lokomotive-kubernetes/pull/91", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
794370760
docs/quickstarts/aks: rephrase Kubernetes version note AKS currently provides 1.18 (and other platforms 1.19). It's easy that this note gets out of date so let's rephrase it so it's more generic. fixed a typo in the commit message fixed a typo in the commit message
gharchive/pull-request
2021-01-26T16:23:06
2025-04-01T04:34:46.002701
{ "authors": [ "iaguis" ], "repo": "kinvolk/lokomotive", "url": "https://github.com/kinvolk/lokomotive/pull/1344", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2461994848
Q: Custom App + Access Token Hi, how can I use this gem if I only have the x-access token from a custom install like described here: https://shopify.dev/docs/apps/build/authentication-authorization/access-tokens/generate-app-access-tokens-admin The shopify_app expects an whole oAuth that I cant seem to get working in...
gharchive/issue
2024-08-12T22:26:27
2025-04-01T04:34:46.033090
{ "authors": [ "kbachl", "kirillplatonov" ], "repo": "kirillplatonov/shopify_graphql", "url": "https://github.com/kirillplatonov/shopify_graphql/issues/45", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
715332473
Python packages requiring rebuilds Send a PR bumping the second field in the version file. [x] asciinema @mmatongo [x] py-sip @sdsddsd1 [x] pyqt5 @sdsddsd1 [x] pyqtwebengine @sdsddsd1 [x] qemu @jedavies-dev [x] qutebrowser @sdsddsd1 [x] youtube-dl @Vouivre These packages require rebuild for Python 3.9. Done Tha...
gharchive/issue
2020-10-06T04:40:02
2025-04-01T04:34:46.041112
{ "authors": [ "dylanaraps", "mmatongo" ], "repo": "kisslinux/community", "url": "https://github.com/kisslinux/community/issues/1355", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
468803789
just --build=x86_64-pc-linux-musl It can handle --host and --target automatically Tested and works on my machine. Merged.
gharchive/pull-request
2019-07-16T18:35:59
2025-04-01T04:34:46.043275
{ "authors": [ "konimex", "protonesso" ], "repo": "kissx/packages", "url": "https://github.com/kissx/packages/pull/29", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
100990618
Problem with new users Hi, So I got taskboard installed fine. Everything seems to work but when I created a user things went wrong. When the new user logged in he doesn't see any taskboard. The user can't logout etc. This is the console output: GET http://----------.----.net/api/users/current 500 (Internal Server Err...
gharchive/issue
2015-08-14T11:06:30
2025-04-01T04:34:46.047385
{ "authors": [ "CIJeu", "kiswa" ], "repo": "kiswa/TaskBoard", "url": "https://github.com/kiswa/TaskBoard/issues/210", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1806865604
how to hot reload sql functions when develop, i add a new function in the sql file -- :name get-user-by-id :? :1 -- :doc returns a user object by id, or nil if not present SELECT * FROM user_profile WHERE id = :id; then, how can i hot reload the sql file, and exec the function? everytime when i add a new sql funct...
gharchive/issue
2023-07-17T03:06:07
2025-04-01T04:34:46.049230
{ "authors": [ "vinurs", "yogthos" ], "repo": "kit-clj/kit", "url": "https://github.com/kit-clj/kit/issues/106", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
999442684
Revert "Add the enter key support in grid block to create the default text bl…" Reverts kitconcept/volto-blocks-grid#25 @iFlameing I ran the acceptance tests twice and they still fail. Is it possible that we are missing another commit here to amend the Cypress tests?
gharchive/pull-request
2021-09-17T14:51:51
2025-04-01T04:34:46.055811
{ "authors": [ "tisto" ], "repo": "kitconcept/volto-blocks-grid", "url": "https://github.com/kitconcept/volto-blocks-grid/pull/26", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }