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
927437489
Would it be possible to make Postgres bigint map to Go int64 by default? Currently, it maps to int, which may not actually be 64 bits. A workaround is for me to pass in --go-type bigint=*int64, but this converts all the non-null bigint columns into *int64s as well instead of int64. If I pass in --go-type bigint=int64...
gharchive/issue
2021-06-22T16:42:19
2025-04-01T04:34:43.144260
{ "authors": [ "djsavvy", "jschaf" ], "repo": "jschaf/pggen", "url": "https://github.com/jschaf/pggen/issues/36", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1717634091
🛑 API is down In d346bf4, API ($SERVER_BASE/api/) was down: HTTP code: 0 Response time: 0 ms Resolved: API is back up in 51e5a61.
gharchive/issue
2023-05-19T18:12:56
2025-04-01T04:34:43.158613
{ "authors": [ "jscmidt" ], "repo": "jscmidt/upptime", "url": "https://github.com/jscmidt/upptime/issues/1527", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2254041461
🛑 API is down In 671a11e, API ($SERVER_BASE/api/) was down: HTTP code: 0 Response time: 0 ms Resolved: API is back up in d022757 after 10 minutes.
gharchive/issue
2024-04-19T21:37:20
2025-04-01T04:34:43.160912
{ "authors": [ "jscmidt" ], "repo": "jscmidt/upptime", "url": "https://github.com/jscmidt/upptime/issues/6187", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1533687003
🛑 Linus-Wordpress is down In 28dbe44, Linus-Wordpress ($SERVER_BASE/wordpress/) was down: HTTP code: 0 Response time: 0 ms Resolved: Linus-Wordpress is back up in 25e3e15.
gharchive/issue
2023-01-15T06:54:45
2025-04-01T04:34:43.162977
{ "authors": [ "jscmidt" ], "repo": "jscmidt/upptime", "url": "https://github.com/jscmidt/upptime/issues/688", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
410339
[1.9.2] saikuro/usage.rb:4: rdoc/usage (LoadError) It seems that this is gone in 1.9.2... http://redmine.ruby-lang.org/issues/show/2713 $ rake metrics:all --trace (in /usr/src/fog) ** Invoke metrics:all (first_time) ** Execute metrics:all saikuro --output_directory tmp/saikuro --input_directory spec/lib/fog spec/aws...
gharchive/issue
2010-11-10T07:13:53
2025-04-01T04:34:43.175873
{ "authors": [ "fbrunoneves", "hedgehog", "sdhull" ], "repo": "jscruggs/metric_fu", "url": "https://github.com/jscruggs/metric_fu/issues/36", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
172604082
Beautiful Soup 4 no longer supports Python versions < 2.7 Current releases of Beautiful Soup 4 have dropped support for Python 2.6 and earlier. Since this is a major dependency, suggest changing ofxparse to match. There is also at least one test ("testThatParseTransactionWithCommaAsDecimalPointAndDotAsSeparator") ...
gharchive/issue
2016-08-23T03:24:05
2025-04-01T04:34:43.188301
{ "authors": [ "jseutter", "nathangrigg", "rdsteed" ], "repo": "jseutter/ofxparse", "url": "https://github.com/jseutter/ofxparse/issues/111", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1931535792
🛑 PlayYourPride is down In c649426, PlayYourPride (https://playyourpride.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: PlayYourPride is back up in d1e9273 after 16 minutes.
gharchive/issue
2023-10-07T22:51:18
2025-04-01T04:34:43.197936
{ "authors": [ "jshwlkr" ], "repo": "jshwlkr/upptime", "url": "https://github.com/jshwlkr/upptime/issues/978", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1966757868
Feat -> Jobs Landing Page -> Filter component Mobile Design Desktop Design Hey @ekas can i work on this Hey @Neha , justed confirm, the requirements. Displaying the option in each filter select dropdown. Display the jobs in the container below, based on the option selected on the dropdown. Hey @ekas, Can I wo...
gharchive/issue
2023-10-28T22:26:36
2025-04-01T04:34:43.204399
{ "authors": [ "Neha", "Stroller15", "ekas", "sushmita2109" ], "repo": "jslovers/jslovers-official-website", "url": "https://github.com/jslovers/jslovers-official-website/issues/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
64645055
Pagination of to-many relationships is underspecified There's no clarification or example for this line: A link object that represents a to-many relationship MAY also contain pagination links, as described below. I think that means something like this: // ... { "type": "articles", "id": "1", "title": "Rails i...
gharchive/issue
2015-03-26T22:11:16
2025-04-01T04:34:43.229663
{ "authors": [ "Exelord", "LukasTsunami", "dgeb", "ethanresnick", "jes5199", "maryokhin", "oligriffiths", "tkellen" ], "repo": "json-api/json-api", "url": "https://github.com/json-api/json-api/issues/509", "license": "cc0-1.0", "license_type": "permissive", "license_source"...
780777284
Fails to built with numpy 1.20.0, py 3.10 or 3.9. https://bugzilla.redhat.com/show_bug.cgi?id=1913439 python-jsonpickle fails to build with Python 3.10.0a4 and Python 3.9.1. This seems related to the updated NumPy. ______________________ NumpyTestCase.test_dtype_roundtrip ______________________ self = <numpy_test.Num...
gharchive/issue
2021-01-06T19:00:39
2025-04-01T04:34:43.299204
{ "authors": [ "Theelgirl", "davvid", "hroncok", "limburgher" ], "repo": "jsonpickle/jsonpickle", "url": "https://github.com/jsonpickle/jsonpickle/issues/336", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
92715445
How do I publish themes? I've created a customized theme for my json resume. How do I publish it so that everyone can use it? Publish your package on npm using npm publish Make sure the package name is of the format jsonresume-theme-yourthemename Examples: https://github.com/jsonresume/jsonresume-theme-modern, htt...
gharchive/issue
2015-07-02T19:27:14
2025-04-01T04:34:43.301962
{ "authors": [ "aadesh", "mudassir0909" ], "repo": "jsonresume/theme-manager", "url": "https://github.com/jsonresume/theme-manager/issues/22", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
247078346
Remove close event when clicking on overlay Hello, Is there a way I could remove the event making lity to close when clicking on the overlay? The only way is to set the template option with the data-lity-close attribute removed from the wrap element. You can do this globally for example via lity.options('template',...
gharchive/issue
2017-08-01T13:58:03
2025-04-01T04:34:43.304157
{ "authors": [ "jsor", "mikoelsuperbeasto" ], "repo": "jsor/lity", "url": "https://github.com/jsor/lity/issues/132", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2344593779
Re-justify or remove the discussion of FluentIterable in "the ImmutableList.Builder case" https://jspecify.dev/docs/spec/#substitution explains why our substitution rules have a special case for null-exclusive type variables. That overall point is still true. But we go on to discuss why we use MINUS_NULL instead of N...
gharchive/issue
2024-06-10T18:40:31
2025-04-01T04:34:43.313076
{ "authors": [ "cpovirk", "netdpb" ], "repo": "jspecify/jspecify", "url": "https://github.com/jspecify/jspecify/issues/521", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1409773420
Selecting (clicking) individual cells in quick succession selects multiple cells Clicking on individual cells in quick succession often selects multiple cells (usually 3, but sometimes 2 or 4 cells), usually in a column above or below the cell that was actually clicked. The far left "row number" column also indicates...
gharchive/issue
2022-10-14T19:37:52
2025-04-01T04:34:43.343455
{ "authors": [ "hodeware", "it-admins-3degreesinc" ], "repo": "jspreadsheet/ce", "url": "https://github.com/jspreadsheet/ce/issues/1566", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
462479079
Safari Issues Something with Safari (Mojave) doesn't work. See here. I lack access to a device running Safari and therefore cannot replicate the issue. This problem may be related, or it may be the user not understanding the application. I'm leaning towards the latter, but worth investigating if possible. I took ...
gharchive/issue
2019-07-01T02:12:26
2025-04-01T04:34:43.379831
{ "authors": [ "jstrieb", "kidGodzilla" ], "repo": "jstrieb/urlpages", "url": "https://github.com/jstrieb/urlpages/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
490600414
Added build for macos Added the build for macos. It should be able to run by double-clicking neural-mmo-mac.app located in the UnityClient folder. Sorry I submitted this to the wrong branch. Nevermind this is the right branch haha :) Sorry I missed this -- thank you so much for the build! Great job. Eddie Si...
gharchive/pull-request
2019-09-07T06:47:44
2025-04-01T04:34:43.384215
{ "authors": [ "cehinson", "jsuarez5341", "monksealseal" ], "repo": "jsuarez5341/neural-mmo-client", "url": "https://github.com/jsuarez5341/neural-mmo-client/pull/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1415258089
Update calendar.js Update extractDateFromString with better detection format Excel Thanks
gharchive/pull-request
2022-10-19T16:16:57
2025-04-01T04:34:43.386262
{ "authors": [ "GBonnaire", "hodeware" ], "repo": "jsuites/jsuites", "url": "https://github.com/jsuites/jsuites/pull/126", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
134734386
Release checklist setup.py clean Add step python setup.py clean --all. Maybe there's more. Why? Write better bug reports!
gharchive/issue
2016-02-19T00:03:37
2025-04-01T04:34:43.415414
{ "authors": [ "jtpereyda" ], "repo": "jtpereyda/ezoutlet", "url": "https://github.com/jtpereyda/ezoutlet/issues/19", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2614257090
FormFutura EasyFil ePLA (Cardboard Spool) Printing temp: 200-220C Bed temp: 0-60C Empty spool weight: 165g Advertised filament weight: 1000g - 1kg Outside Diameter: 200mm Height: 52mm Hole Diameter: 56mm the empty spool is 10g heavier than FormFutura ReForm - rPLA (Cardboard Spool) Thanks, I will add. It seems t...
gharchive/issue
2024-10-25T14:21:01
2025-04-01T04:34:43.418298
{ "authors": [ "jtrmal", "rursache" ], "repo": "jtrmal/spoolz", "url": "https://github.com/jtrmal/spoolz/issues/22", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
400860400
Consensus sequence after nanopolish eventalign for rRNA Hello Jared, I am trying to polished a Direct Ribosomal Sequence. I got 45S rRNA using MinION and I was able to run nanopolish eventalign. How I can produce a consensus sequence for the summary data? Hi, As we discussed this over email I'm going to close this ...
gharchive/issue
2019-01-18T19:34:44
2025-04-01T04:34:43.431751
{ "authors": [ "jts", "maculatus" ], "repo": "jts/nanopolish", "url": "https://github.com/jts/nanopolish/issues/535", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1630005219
core: proxy_url support Resolves https://github.com/mohammed90/caddy-ngrok-listener/issues/6 Merge after https://github.com/mohammed90/caddy-ngrok-listener/pull/22 Current dependencies on/for this PR: master PR #6 PR #5 PR #7 PR #8 PR #9 PR #10 👈 This comment was auto-generated by Graphi...
gharchive/pull-request
2023-03-17T22:56:40
2025-04-01T04:34:43.437861
{ "authors": [ "jtszalay" ], "repo": "jtszalay/caddy-ngrok-listener", "url": "https://github.com/jtszalay/caddy-ngrok-listener/pull/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
613059797
Add "Contact Us" Page I created a page for users to be able to contact us. I added a reference to this page to the header. The contact form requires the user to input his name, reason for contacting (with some options, just to give us more context), and the message. I set it up so that an email is sent to matchmocker...
gharchive/pull-request
2020-05-06T05:27:56
2025-04-01T04:34:43.440827
{ "authors": [ "alexschles", "juan-t0rres" ], "repo": "juan-t0rres/mock-interview-app", "url": "https://github.com/juan-t0rres/mock-interview-app/pull/59", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
891918986
Basic question Hi, I was looking for a replacement of https://docs.ethers.io/v5/concepts/security/#security--pbkdf . Because it is too slow for react-native. My knowledge on cryptography is limited. So in your examples I can see how to encrypt. But do you have an example on how to de-crypt and get the original values...
gharchive/issue
2021-05-14T13:22:12
2025-04-01T04:34:43.444624
{ "authors": [ "elranu", "juanelas", "loekTheDreamer" ], "repo": "juanelas/scrypt-pbkdf", "url": "https://github.com/juanelas/scrypt-pbkdf/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
189405483
declarar 3 cosas dentro de stmtMain @juanpale podes probar esto, no entiendo porque no me anda. { function int fun1(int a) skip; int a = 1; function int fun1(int a) skip; } Syntax error at [0,0]!Couldn't repair and continue parse java.lang.Exception: Can't recover from previous error(s)java.lang.Exc...
gharchive/issue
2016-11-15T14:26:17
2025-04-01T04:34:43.451226
{ "authors": [ "juanpale", "nandotorterolo" ], "repo": "juanpale/ObligatorioWhile", "url": "https://github.com/juanpale/ObligatorioWhile/issues/26", "license": "unlicense", "license_type": "permissive", "license_source": "bigquery" }
424200258
[Do not merge] Merge all ACI commits from yangl900/acs-engine What this PR does / why we need it: Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes # Special notes for your reviewer: Release note: all changes LGTM...
gharchive/pull-request
2019-03-22T13:06:19
2025-04-01T04:34:43.458047
{ "authors": [ "juhacket", "wenwu449" ], "repo": "juhacket/acs-engine", "url": "https://github.com/juhacket/acs-engine/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
388313613
stuck cdk deployment: kubernetes-master/0 Waiting for 5 kube-system pods to start I came across the following issue while deploying this bundle on AWS: http://paste.ubuntu.com/p/wx23SYdkHw/ The deployment gets stuck in this state: http://paste.ubuntu.com/p/ZJJq6CFWkK/ $ kubectl get po --all-namespaces NAMESPACE N...
gharchive/issue
2018-12-06T17:16:17
2025-04-01T04:34:43.468870
{ "authors": [ "Cynerva", "iatrou" ], "repo": "juju-solutions/bundle-canonical-kubernetes", "url": "https://github.com/juju-solutions/bundle-canonical-kubernetes/issues/704", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2300313985
Change sign in market clearance Found an example where the orientation of the market clearance conditions matter. Fixed by changing the sign. The newly added test "test_orientation.jl" is failing with a segmentation error, but only on GitHub (i.e. it's running on my local machine). I've tested to isolate the error ...
gharchive/pull-request
2024-05-16T12:46:36
2025-04-01T04:34:43.488437
{ "authors": [ "mitchphillipson" ], "repo": "julia-mpsge/MPSGE_MP.jl", "url": "https://github.com/julia-mpsge/MPSGE_MP.jl/pull/24", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
210627684
How do you get the AlertId? Hi, how do you get the alertid in order to pass it to the close method? The documentation says "sAlert methods will return the already created alertId.", but I'm not sure how to get this id and pass it to the close method. Never mind. I guess it wouldn't make sense to have a close butt...
gharchive/issue
2017-02-27T22:30:21
2025-04-01T04:34:43.537587
{ "authors": [ "juliancwirko", "pdfabbro" ], "repo": "juliancwirko/react-s-alert", "url": "https://github.com/juliancwirko/react-s-alert/issues/32", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
782517130
Feature - replace hostname completion with fzf [x] I have read through the manual page (man fzf) [x] I have the latest version of fzf [x] I have searched through the existing issues Info OS [x] Linux [ ] Mac OS X [ ] Windows [ ] Etc. Shell [x] bash [ ] zsh [ ] fish Problem / Steps to reproduce Proof of co...
gharchive/issue
2021-01-09T05:25:40
2025-04-01T04:34:43.606306
{ "authors": [ "HsuanTingLu", "antofthy", "calestyo" ], "repo": "junegunn/fzf", "url": "https://github.com/junegunn/fzf/issues/2316", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
335071281
pluginstall not an editor command Have done everything as in description have call plug#begin('~/.vim/autoload/plug.vim') line have the plug.vim in autoload when i execute call plug#begin('~/.vim/autoload/plug.vim') in gvim command line i got error: git executable not found. Fixed- installed git , and change the ...
gharchive/issue
2018-06-23T05:41:13
2025-04-01T04:34:43.609044
{ "authors": [ "junegunn", "rihannarickeminem" ], "repo": "junegunn/vim-plug", "url": "https://github.com/junegunn/vim-plug/issues/771", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1653194200
🛑 kawaki is down In e42f802, kawaki (https://www.pegasusknight.com) was down: HTTP code: 0 Response time: 0 ms Resolved: kawaki is back up in 7280043.
gharchive/issue
2023-04-04T05:22:12
2025-04-01T04:34:43.632691
{ "authors": [ "junjanjon" ], "repo": "junjanjon/WatchSomeSites", "url": "https://github.com/junjanjon/WatchSomeSites/issues/183", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
713666932
issue9-federated-sparql-queries Added remote querying capability using federated queries and SERVICE Added a notebook example that includes variations of remote service queries and an example widget #9 I don't think we want .DS_Store in source control. Let's add to the gitignore For the federated query example ...
gharchive/pull-request
2020-10-02T14:31:00
2025-04-01T04:34:43.658009
{ "authors": [ "RhythmSyed", "sanbales", "zwelz3" ], "repo": "jupyrdf/ipyradiant", "url": "https://github.com/jupyrdf/ipyradiant/pull/48", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1364043174
How to use generated sample extension Description I ran through the setup process with cookiecutter to generate my sample extension but I'm not understanding how to test it within a running jupyter server. My (naive) understanding was that this extension just adds a /ping endpoint to the server that responds with a...
gharchive/issue
2022-09-07T03:36:51
2025-04-01T04:34:43.677615
{ "authors": [ "blink1073", "bloomsa" ], "repo": "jupyter-server/extension-cookiecutter", "url": "https://github.com/jupyter-server/extension-cookiecutter/issues/13", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1395412038
JobDetail and buildTableRow have duplicate OutputFile element Description JobDetail and buildTableRow have duplicate OutputFile element Reproduce Go to codebase See OutputFile function in mainviews/job-detail.tsx and OutputFile function in components/job-row.tsx. Note similarities Expected behavior We should be a...
gharchive/issue
2022-10-03T22:32:36
2025-04-01T04:34:43.682144
{ "authors": [ "andrii-i", "dlqqq", "jweill-aws" ], "repo": "jupyter-server/jupyter-scheduler", "url": "https://github.com/jupyter-server/jupyter-scheduler/issues/75", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
521287823
Investigate why the circleci builds are failing It seems like something in the Ruby builds is causing CircleCI to fail. This isn't a change to our code - re-running a build that used to work now no longer works. The errors were because of a library that wasn't properly installed in circleci. I added this into the c...
gharchive/issue
2019-11-12T02:16:32
2025-04-01T04:34:43.708172
{ "authors": [ "choldgraf" ], "repo": "jupyter/jupyter-book", "url": "https://github.com/jupyter/jupyter-book/issues/435", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
129284444
Use models for file opening @jasongrout, previously we were throwing away information we already had. I will make the required updates to jupyter-js-plugins. This looks pretty good. Comments are inline, though. Maybe the widget should verify that the format and type is something that it can handle? Before it ju...
gharchive/pull-request
2016-01-27T22:02:40
2025-04-01T04:34:43.711438
{ "authors": [ "blink1073", "jasongrout" ], "repo": "jupyter/jupyter-js-filebrowser", "url": "https://github.com/jupyter/jupyter-js-filebrowser/pull/104", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
125994594
Unable to reference a Data File that's stored in a child directory I'm able to access a data file that's stored in the Home Directory, like this: import csv file = open("unisex_names_table.csv") csvreader = csv.reader(file) airline_safety = list(csvreader) print(airline_safety) However, I'm unable to access the data...
gharchive/issue
2016-01-11T17:23:06
2025-04-01T04:34:43.716724
{ "authors": [ "andreaslang", "chandragaajula" ], "repo": "jupyter/jupyterhub", "url": "https://github.com/jupyter/jupyterhub/issues/376", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
364149347
RStudio Initialization Errors/ Unable to Connect to Service I've been getting these bugs lately, does anyone know how we would suggest debugging a build ? nbrsessionproxy launches rserver --www-port=some_unused_port then proxies that web service on /rstudio. If you want to debug you could try picking some unused po...
gharchive/issue
2018-09-26T18:11:54
2025-04-01T04:34:43.727531
{ "authors": [ "jzf2101", "ryanlovett", "yuvipanda" ], "repo": "jupyter/repo2docker", "url": "https://github.com/jupyter/repo2docker/issues/417", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2162213414
Update occ API Code changes: Restructure occapi module. Add makeShapeFromMesh and stlIO functions This PR will help unblock #246 Is it me or the CI passed but it's not showing the green check?
gharchive/pull-request
2024-02-29T22:34:47
2025-04-01T04:34:43.729197
{ "authors": [ "martinRenou", "trungleduc" ], "repo": "jupytercad/jupytercad", "url": "https://github.com/jupytercad/jupytercad/pull/330", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
296855315
Add the ref to "launch" events? I was looking through the prometheus launch events, and wonder if it'd be relatively easy to add the label pod to each one: e.g., couldn't we add something like ref=self.key (after adding key to self) here: https://github.com/jupyterhub/binderhub/blob/9d91e12f4f9c1e0c53f0c305a3e634388d...
gharchive/issue
2018-02-13T19:22:16
2025-04-01T04:34:43.743173
{ "authors": [ "choldgraf", "yuvipanda" ], "repo": "jupyterhub/binderhub", "url": "https://github.com/jupyterhub/binderhub/issues/452", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
926867810
FaceExpressionNet tflite Hi I want to convert an emotion recognition model to tflite. But after conversion, the model works much worse. She almost always predicts "neutral", "angry" or "happy". The model from face api demo works much better. I created a model architecture using tensorflow.keras (tf==2.3.1). Then I lo...
gharchive/issue
2021-06-22T06:11:16
2025-04-01T04:34:43.875566
{ "authors": [ "andBabaev", "vladmandic" ], "repo": "justadudewhohacks/face-api.js", "url": "https://github.com/justadudewhohacks/face-api.js/issues/803", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
598049199
Catch Files Stream Uploading Through Proxy to online storage or email storage. @honfika @justcoding121 I was trying to intercept files being uploaded into online storage or email. Right now I can able to intercept the upload request with some logic of filename and extension validation. I need some suggestion on belo...
gharchive/issue
2020-04-10T19:13:04
2025-04-01T04:34:43.879821
{ "authors": [ "honfika", "surendharb" ], "repo": "justcoding121/Titanium-Web-Proxy", "url": "https://github.com/justcoding121/Titanium-Web-Proxy/issues/752", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1843267242
Remove Moq Remove Moq and replace with an alternative mocking library, such as NSubstitute. I had a quick look into this myself, but due to the way the test code is structured, Moq is everywhere. I'll take a look at this one over the weekend I already made a start on Wednesday and have got around to finishing it:...
gharchive/issue
2023-08-09T13:39:51
2025-04-01T04:34:43.888766
{ "authors": [ "hwoodiwiss", "martincostello", "slang25" ], "repo": "justeattakeaway/AwsWatchman", "url": "https://github.com/justeattakeaway/AwsWatchman/issues/367", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1972561228
ci(pie-monorepo): DSW-000 generate QR code for preview deployments. Describe your changes (can list changeset entries if preferable) Author Checklist (complete before requesting a review) [ ] I have performed a self-review of my code [ ] If it is a core feature, I have added thorough tests [ ] If it is a PIE Docs ch...
gharchive/pull-request
2023-11-01T15:07:27
2025-04-01T04:34:43.892445
{ "authors": [ "siggerzz" ], "repo": "justeattakeaway/pie", "url": "https://github.com/justeattakeaway/pie/pull/954", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2411069864
🛑 Jellyfin is down In 4bfea0b, Jellyfin (https://video.mkacg.com) was down: HTTP code: 502 Response time: 382 ms Resolved: Jellyfin is back up in 3a4ed6e after 28 minutes.
gharchive/issue
2024-07-16T12:54:44
2025-04-01T04:34:43.894852
{ "authors": [ "justforlxz" ], "repo": "justforlxz/status.mkacg.com", "url": "https://github.com/justforlxz/status.mkacg.com/issues/2605", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2446041186
🛑 Jellyfin is down In 469cd49, Jellyfin (https://video.mkacg.com) was down: HTTP code: 530 Response time: 67 ms Resolved: Jellyfin is back up in a42b072 after 19 minutes.
gharchive/issue
2024-08-03T03:52:07
2025-04-01T04:34:43.897173
{ "authors": [ "justforlxz" ], "repo": "justforlxz/status.mkacg.com", "url": "https://github.com/justforlxz/status.mkacg.com/issues/2726", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2291551918
Create a commit when bumping This is not currently supported directly using gix In order to perform the commit, a newly constructed tree must be formed for the commit to point to new files can be created as blobs on the Repository from here, the tree needs to be stitched together by changing entries to point to thei...
gharchive/pull-request
2024-05-12T23:34:54
2025-04-01T04:34:43.911186
{ "authors": [ "justinrubek" ], "repo": "justinrubek/bomper", "url": "https://github.com/justinrubek/bomper/pull/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2060193517
Merged Cell Styles Settings Merged Cell styles doesn't appear to work. import 'dart:io'; import 'package:excel/excel.dart'; Future main(List<String> args) async { var excel = Excel.createExcel(); var sheet = excel[excel.sheets.keys.first]; var aptosDisplayStyle = CellStyle(fontFamily: 'Aptos Display', bold: t...
gharchive/issue
2023-12-29T15:26:35
2025-04-01T04:34:43.913633
{ "authors": [ "johncharris" ], "repo": "justkawal/excel", "url": "https://github.com/justkawal/excel/issues/304", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
949848235
Cyber FM Before submission deletes this line: THIS IS NOT A TOKEN LISTING REQUEST FORM. IF YOU DO NOT FOLLOW THE FORMAT OR MAKE A GENERIC TOKEN REQUEST YOUR ISSUE WILL BE DELETED WITHOUT COMMENT YOUR JUSTLIST MUST FOLLOW THE JSON SPECIFICATION https://github.com/justswaporg/justlists/example.justlists.ts Checklist [...
gharchive/issue
2021-07-21T15:34:29
2025-04-01T04:34:43.919423
{ "authors": [ "Aakash7474", "jeffwami" ], "repo": "justswaporg/justlists", "url": "https://github.com/justswaporg/justlists/issues/1624", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1291886768
🛑 Journals is down In 70353ec, Journals (https://tecnoscientifica.com/journal/tasp) was down: HTTP code: 0 Response time: 0 ms Resolved: Journals is back up in ccbd395.
gharchive/issue
2022-07-01T22:38:44
2025-04-01T04:34:43.922003
{ "authors": [ "justudin" ], "repo": "justudin/tsp-status", "url": "https://github.com/justudin/tsp-status/issues/363", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
304661054
Fish shell completions don't work when --clip is used Fish autocompletes password entries just fine for gopass …, but when I use gopass --clip …, the completions don't work at all. $ gopass --version gopass 1.6.11 (0cb08ac43239f18d047f6cadf4dd2900eb48313e 2018-02-20 09:16:25) go1.10 darwin amd64 $ fish --version fish...
gharchive/issue
2018-03-13T07:59:32
2025-04-01T04:34:43.924176
{ "authors": [ "Strayer", "dominikschulz", "monofon" ], "repo": "justwatchcom/gopass", "url": "https://github.com/justwatchcom/gopass/issues/709", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2485106170
🛑 TRAPANNI PIZZA is down In 80df629, TRAPANNI PIZZA (https://trapanipizzaestofada.com) was down: HTTP code: 500 Response time: 872 ms Resolved: TRAPANNI PIZZA is back up in 1e95edd after 4 days, 6 hours, 46 minutes.
gharchive/issue
2024-08-25T07:37:44
2025-04-01T04:34:43.928876
{ "authors": [ "jveyes" ], "repo": "jveyes/upptime", "url": "https://github.com/jveyes/upptime/issues/1360", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1792953414
🛑 GROWING CLUB is down In bef142b, GROWING CLUB (https://growingclub.co) was down: HTTP code: 0 Response time: 0 ms Resolved: GROWING CLUB is back up in fde64a1.
gharchive/issue
2023-07-07T07:18:35
2025-04-01T04:34:43.931126
{ "authors": [ "jveyes" ], "repo": "jveyes/upptime", "url": "https://github.com/jveyes/upptime/issues/932", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1849093787
java.lang.InstantiationError: androidx.compose.foundation.pager.PagerState After upgrading navigation compose version to 2.7.0 java.lang.InstantiationError: androidx.compose.foundation.pager.PagerState at com.origeek.imageViewer.gallery.ImagePagerState.<init>(ImagePager.kt:39...
gharchive/issue
2023-08-14T06:31:26
2025-04-01T04:34:43.942331
{ "authors": [ "jvziyaoyao", "shangmingchao" ], "repo": "jvziyaoyao/ImageViewer", "url": "https://github.com/jvziyaoyao/ImageViewer/issues/16", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
288215793
Parselog for tmux doesn't work as expected Running tmux | target/debug/examples/parselog always outputs simply the following: [print] '[' [print] 'e' [print] 'x' [print] 'i' [print] 't' [print] 'e' [print] 'd' [print] ']' [execute] 0a All actions inside tmux are ignored. Maybe this is actually a expected behavior an...
gharchive/issue
2018-01-12T19:03:09
2025-04-01T04:34:43.946201
{ "authors": [ "nixpulvis" ], "repo": "jwilm/vte", "url": "https://github.com/jwilm/vte/issues/13", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2583586947
Progress in app + sys mem fallback fix This adds a progress bar in the app as well as adding a fix for flooding into system memory. Previously, cache "stepped up" as the process continued, which de-allocated when it reached the max amount. When sys mem fallback is enabled, the ceiling is raised so it doesn't de-alloc...
gharchive/pull-request
2024-10-13T02:58:26
2025-04-01T04:34:43.969168
{ "authors": [ "Ednaordinary", "FurkanGozukara", "dillfrescott", "feifeiobama" ], "repo": "jy0205/Pyramid-Flow", "url": "https://github.com/jy0205/Pyramid-Flow/pull/76", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
719388
IE8 reports error with validate 1.8 IE8 reports an error every time query.validate-1.8.js is called. The error says this: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET...
gharchive/issue
2011-03-30T22:42:00
2025-04-01T04:34:43.988762
{ "authors": [ "ciznx", "effadj" ], "repo": "jzaefferer/jquery-validation", "url": "https://github.com/jzaefferer/jquery-validation/issues/67", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
199137249
Extensions ~dialect of each prefecture~ events ex) Trick or Treat, Merry Christmas Currently, the prefecture that corresponds is "Kyoto, Osaka, Okinawa" only 3. We plan to increase it in the future.
gharchive/issue
2017-01-06T07:02:26
2025-04-01T04:34:43.990126
{ "authors": [ "k-kuwahara" ], "repo": "k-kuwahara/ja-greetings", "url": "https://github.com/k-kuwahara/ja-greetings/issues/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
528118910
merge from arlac77/npm-package-template README.md docs(README): update from template Coverage remained the same at 36.367% when pulling 54411368f03593cf2216e792d01bf8b4c423edc4 on npm-template-sync/1 into fda5c543f40518cf9ba70824752c40568b855240 on master.
gharchive/pull-request
2019-11-25T14:20:49
2025-04-01T04:34:44.004604
{ "authors": [ "arlac77", "coveralls" ], "repo": "k0nsti/konsum", "url": "https://github.com/k0nsti/konsum/pull/685", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
982413747
unable to figure out how to configure credentials for dockerhub i am trying to configure credentials for dockerhub in registry configuration file so that i will not hit rate limit i have tried endless configuration without success. what am i doing wrong? mirrors: docker.io: endpoint: - https://registry-1....
gharchive/issue
2021-08-30T05:47:47
2025-04-01T04:34:44.101554
{ "authors": [ "brandond", "itai-codefresh" ], "repo": "k3s-io/k3s", "url": "https://github.com/k3s-io/k3s/issues/3937", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1595000013
Generation of certificates and keys for etcd gated if etcd is disabled. Problem: When support for etcd was added in 3957142, the generation of certificates and keys for etcd was not gated behind the use of managed etcd. Keys are generated and distributed across servers even if managed etcd is not enabled. Solution: A...
gharchive/pull-request
2023-02-22T12:13:15
2025-04-01T04:34:44.113630
{ "authors": [ "bartossh", "brandond" ], "repo": "k3s-io/k3s", "url": "https://github.com/k3s-io/k3s/pull/6998", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
210128956
Add note that ratings are from IMDB Note that ratings are from IMDB in the lede. Fixes issue #28. Hi there @blech. Your contribution is much appreciated; however, your suggestion has already been mentioned. Thanks!
gharchive/pull-request
2017-02-24T18:55:03
2025-04-01T04:34:44.115061
{ "authors": [ "blech", "k4m4" ], "repo": "k4m4/movies-for-hackers", "url": "https://github.com/k4m4/movies-for-hackers/pull/45", "license": "cc0-1.0", "license_type": "permissive", "license_source": "bigquery" }
1237973457
Mac hotkeys The hotkeys for Mac don't work as it brings up a save website page, instead of running script Hiii I know how to do it here if u submit that pull request i can merge it
gharchive/issue
2022-05-17T02:38:11
2025-04-01T04:34:44.119420
{ "authors": [ "Enterausernameeeeee", "k4yp", "whyyouwannaknowmyusername" ], "repo": "k4yp/epbot", "url": "https://github.com/k4yp/epbot/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
925998671
Fix local playground setup Don't create service and don't point publish service to it. Istead use node IPs as Ingress address Signed-off-by: Dinar Valeev dinar.valeev@absa.africa fixes https://github.com/k8gb-io/k8gb/issues/528 @ytsarev, @k0da agreed @k0da sorry if I missed it, was the issue for terratest exte...
gharchive/pull-request
2021-06-21T09:06:20
2025-04-01T04:34:44.123269
{ "authors": [ "k0da", "kuritka", "ytsarev" ], "repo": "k8gb-io/k8gb", "url": "https://github.com/k8gb-io/k8gb/pull/532", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1285976189
operator hive-operator (1.2.3725-6ac23a8) Update Hive community operator channel(s) [['alpha']] to 1.2.3725-6ac23a8 /hold /unhold /merge possible /merge possible /merge possible /merge possible
gharchive/pull-request
2022-06-27T15:28:49
2025-04-01T04:34:44.125412
{ "authors": [ "abutcher", "framework-automation" ], "repo": "k8s-operatorhub/community-operators", "url": "https://github.com/k8s-operatorhub/community-operators/pull/1391", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1687101725
operator pulp-operator (1.0.0-alpha.6) Thanks submitting your Operator. Please check below list before you create your Pull Request. New Submissions [ ] Are you familiar with our contribution guidelines? [ ] Have you packaged and deployed your Operator for Operator Framework? [ ] Have you tested your Operator with a...
gharchive/pull-request
2023-04-27T15:35:38
2025-04-01T04:34:44.137803
{ "authors": [ "framework-automation", "git-hyagi" ], "repo": "k8s-operatorhub/community-operators", "url": "https://github.com/k8s-operatorhub/community-operators/pull/2673", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1972598790
operator clickhouse (0.22.0) Thanks submitting your Operator. Please check below list before you create your Pull Request. Updates to existing Operators [x] Did you create a ci.yaml file according to the update instructions? [x] Is your new CSV pointing to the previous version with the replaces property if you chose...
gharchive/pull-request
2023-11-01T15:28:48
2025-04-01T04:34:44.147053
{ "authors": [ "framework-automation", "sunsingerus" ], "repo": "k8s-operatorhub/community-operators", "url": "https://github.com/k8s-operatorhub/community-operators/pull/3488", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
935377838
JSONPath expressions in Application Resource Mapping and setting values Application Resource Mapping specifies JSONPath expressions to indentify containers, envs, volumeMounts, and volumes. The unstructured API of apimachinery package expects fields to set values for an object. For example, to set volumes: unstructur...
gharchive/issue
2021-07-02T03:26:07
2025-04-01T04:34:44.177954
{ "authors": [ "baijum", "nebhale", "pedjak", "scothis" ], "repo": "k8s-service-bindings/spec", "url": "https://github.com/k8s-service-bindings/spec/issues/177", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
245939950
getting-started-guides-cloudstack-pr-2017-07-27 @BruceAuyeung please help to review it, thanks @angelacy @markthink sorry for the delay. does this merged commit still need another review ? @markthink, both @bruceauyeung and I do not sure if this merged commit still need another review ? or I has already merge t...
gharchive/pull-request
2017-07-27T06:39:08
2025-04-01T04:34:44.181052
{ "authors": [ "angelacy", "bruceauyeung" ], "repo": "k8smeetup/kubernetes.github.io", "url": "https://github.com/k8smeetup/kubernetes.github.io/pull/14", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1322382264
K8SSAND-1710 ⁃ Ability to specify the execution order of multi-pod CassandraTasks What is missing? When a CassandraTask targets more than a single pod, it executes tasks in parallel on all pods. We need more fine-grained execution orders, e.g. if a task puts the nodes on pressure, then we should execute the task on ...
gharchive/issue
2022-07-29T15:22:18
2025-04-01T04:34:44.188015
{ "authors": [ "adutra", "burmanm" ], "repo": "k8ssandra/cass-operator", "url": "https://github.com/k8ssandra/cass-operator/issues/389", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1288335276
K8SSAND-1607 ⁃ Materialized views What is missing? The functionality in stargate outlined in this issue from Stargate. Why do we need it? Toggle materialized views in K8ssandra-operated Cassandra clusters. ┆Issue is synchronized with this Jira Task by Unito ┆friendlyId: K8SSAND-1607 ┆priority: Medium This should al...
gharchive/issue
2022-06-29T08:10:03
2025-04-01T04:34:44.191154
{ "authors": [ "caniko", "jsanda" ], "repo": "k8ssandra/k8ssandra-operator", "url": "https://github.com/k8ssandra/k8ssandra-operator/issues/590", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
941805
Intent open account and check mail Please review it. Thx for quick answer ... Did you mean https://github.com/k9mail/k-9/blob/master/src/com/fsck/k9/remotecontrol/K9RemoteControl.java ? I found a comment: "not yet implemented". Or is there just another way to trigger a sync? Oh. That's disappointing :/ On Mon, No...
gharchive/issue
2011-05-23T15:04:35
2025-04-01T04:34:44.200549
{ "authors": [ "jca02266", "mad654", "obra" ], "repo": "k9mail/k-9", "url": "https://github.com/k9mail/k-9/issues/33", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
567687919
Bug: Landing page is not picking up updated stack URL Describe the bug I replaced the stack hub url to custom stack but the landing page still shows the old stack hub URLs for appsody and codewind. Expected behavior It should update the URLs to the new stack hub. Actual behavior Steps to reproduce the bug Replace the...
gharchive/issue
2020-02-19T16:41:44
2025-04-01T04:34:44.210370
{ "authors": [ "mtamboli" ], "repo": "kabanero-io/kabanero-landing", "url": "https://github.com/kabanero-io/kabanero-landing/issues/158", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
524378723
Collection hub build pipeline prototype We'd like to deliver an example collection hub build pipeline to simplifying collection lifecycle management. Eventually, we'll teach kabanero to react to GitHub events to drive this pipeline. The same issue that @stephenkinder raised on the Collections board was closed by h...
gharchive/issue
2019-11-18T13:47:15
2025-04-01T04:34:44.212062
{ "authors": [ "groeges", "stephenkinder" ], "repo": "kabanero-io/kabanero-pipelines", "url": "https://github.com/kabanero-io/kabanero-pipelines/issues/133", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
755938931
【質問】成行の発注直後の約定照会について 成行の先物発注直後にHoldIDを入手して、そのHoldIDを使って返済オーダーのパラメーターにはめ込みたいのですが 注文・薬剤照会のAPIの結果からHoldIDを取り出すのにいい方法はあるでしょうか? RecvTimeの最新のものを抽出すればいいのでしょうか? それと、約定したときの価格を入手するのは、このAPIのPriceではありませんね? まず、ご質問に対して回答いたします 約定価格を取得する場合は、注約照会の明細データ(Detail)でRecType=8(約定)のデータを抽出し、そのなかのPriceが約定価格となります 返済に建玉指定をしたいということであれば、記載の手順を踏...
gharchive/issue
2020-12-03T07:18:19
2025-04-01T04:34:44.231252
{ "authors": [ "higenobu", "nobuodesu", "yasuyuki-nakazawa" ], "repo": "kabucom/kabusapi", "url": "https://github.com/kabucom/kabusapi/issues/192", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1469751495
[@kadena/client] add a way to generate a apiHost based on a template and the tx contents PactCommand.setApiHost(apiHostTemplate: string) apiHostTemplate is a string that contains {apiVersion} {networkId} and {chainId} and will be used when .local() .send() and .poll() are called. tx.setApiHost("https://api.testnet....
gharchive/issue
2022-11-30T14:42:18
2025-04-01T04:34:44.237042
{ "authors": [ "alber70g" ], "repo": "kadena-community/kadena.js", "url": "https://github.com/kadena-community/kadena.js/issues/109", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
154376617
Meteor.user() isn't ready in triggersEnter function when user clicks on bookmarked link I want to turn off access to a bunch of admin routes if the user is not logged in or doesn't have sufficient priveledges. I've got it working in most instances using a FlowRouter group and triggersEnter. However, I'm having a pr...
gharchive/issue
2016-05-12T01:14:38
2025-04-01T04:34:44.246342
{ "authors": [ "Allerion", "hectoroso", "nilsi", "proehlen", "rezaxdi", "yoonwaiyan" ], "repo": "kadirahq/flow-router", "url": "https://github.com/kadirahq/flow-router/issues/625", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
125371086
Add composeAll utility With that we can do things like this: export default composeAll( composeWithTracker(composerFn1), composeWithObservables(composerFn2), )(Post); Added with v1.1.0
gharchive/issue
2016-01-07T10:54:35
2025-04-01T04:34:44.248029
{ "authors": [ "arunoda" ], "repo": "kadirahq/react-komposer", "url": "https://github.com/kadirahq/react-komposer/issues/6", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2707492444
Smaller most appreciated feed Hi, I would like to include the appreciated rss feed in my reader but it seems to have too much content. Would it make sense to have a smaller feed with eg the N most appreciated posts of the day? Would you consider a PR with such a feature? Appreciate feed usually has only 20-30 items...
gharchive/issue
2024-11-30T15:18:43
2025-04-01T04:34:44.249975
{ "authors": [ "facundoolano", "vprelovac" ], "repo": "kagisearch/smallweb", "url": "https://github.com/kagisearch/smallweb/issues/320", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2432358329
[Bug] cr-bot이 메세지를 너무 많이 찍는 현상 어떤 문제인가요? PR의 커밋수가 많은 경우에 두가지 문제가 발생했습니다. 모든 커밋에 cr-bot이 리뷰를 하는 동작 의미없는 내용을 너무 많이 텍스트로 달아주는 동작 (ex: 큰 문제는 없어보입니다! 등등) 어떻게 재현하나요? 커밋수가 많은 PR을 등록합니다. 기대되는 동작을 알려주세요. 1차적으로 리뷰에 최대한 중요한 내용만 담을 수 있도록 프롬프트를 개선합니다. 커밋이 많은경우 중요한 코드 변경에만 cr-bot이 반응합니다. 얼마나 빠르게 해결해야하나요? 정말 급함 (해결해야 다음 작업이 ...
gharchive/issue
2024-07-26T14:25:11
2025-04-01T04:34:44.299772
{ "authors": [ "JaeJunday" ], "repo": "kakaotech-25/moheng", "url": "https://github.com/kakaotech-25/moheng/issues/29", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2341249687
Check for excess generic arguments Attempting to address #149 Awesome, thanks for the addition! Tests are great and passing. The final part is adding a position to the new error. You should be able to create a range for the excess type parameter diagnostic using Span::union in something like: let first_excess_type_...
gharchive/pull-request
2024-06-07T22:36:09
2025-04-01T04:34:44.379648
{ "authors": [ "josh-degraw", "kaleidawave" ], "repo": "kaleidawave/ezno", "url": "https://github.com/kaleidawave/ezno/pull/160", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
636141504
搭建Ubuntu工作站 - Kali 的博客 | Kali Blog https://kalicn.github.io/2020/05/30/搭建Ubuntu工作环境/ Every failure is leading towards success. 我的那位朋友呢?(手动滑稽) 等会发张图哦~
gharchive/issue
2020-06-10T10:42:32
2025-04-01T04:34:44.384292
{ "authors": [ "kalicn" ], "repo": "kalicn/kalicn.github.io", "url": "https://github.com/kalicn/kalicn.github.io/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2530233881
colspan show table.cell.where(y: 0): it => { table.cell(colspan: 2)[#it] } it doesn't work Could you elaborate and provide an example? insert this code into your template: table.header[#lorem(30)], insert this code into your template: table.header[#lorem(30)], I think that's because the table.header do...
gharchive/issue
2024-09-17T07:02:05
2025-04-01T04:34:44.497096
{ "authors": [ "OlegRozman", "kamack38" ], "repo": "kamack38/cram-snap", "url": "https://github.com/kamack38/cram-snap/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
252097223
Possibly incompatible with Google's Room persistence library for Android? Room attempts to match a model's fields with valid SQLite data types. It will also disregard fields with an @Ignore annotation. Otherwise, a type converter must be supplied where type affinity cannot be made by the compiler. My models subclass ...
gharchive/issue
2017-08-22T21:38:05
2025-04-01T04:34:44.533590
{ "authors": [ "es0329", "kamikat" ], "repo": "kamikat/moshi-jsonapi", "url": "https://github.com/kamikat/moshi-jsonapi/issues/68", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
234816149
Fixed graphical issue with many items in batch Fixed graphical issue related to the a lot of items in batch Thank you for your contribution :)
gharchive/pull-request
2017-06-09T12:47:03
2025-04-01T04:34:44.535948
{ "authors": [ "chemaxa", "kamsar" ], "repo": "kamsar/Unicorn", "url": "https://github.com/kamsar/Unicorn/pull/232", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
714080230
Feature request: on existing wikidata item, add a property's value Hi, following the existing README.md, I may suggest new feature as perceived to be practical cases. Initial state On wikidata (or any wikibase), and item exists. Known by name or Qid. On this wikibase, a property exist. Known to us by Pid. On our loc...
gharchive/issue
2020-10-03T12:31:04
2025-04-01T04:34:44.544697
{ "authors": [ "hugolpz" ], "repo": "kanasimi/wikiapi", "url": "https://github.com/kanasimi/wikiapi/issues/7", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1124764973
#18のレポートを作成する 忘れないうちに作成。 次回からはテンプレートに追加してもよいかもしれない。 結局忘れたのでクローズ
gharchive/issue
2022-02-05T01:26:55
2025-04-01T04:34:44.545572
{ "authors": [ "yu-kgr" ], "repo": "kanazawa-js/kanazawa-js.github.io", "url": "https://github.com/kanazawa-js/kanazawa-js.github.io/issues/78", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
135308731
correction chemin icone gitlab Dans ./Template/project/integrations.php remplacement de la ligne 1 : <h3><img src="<?= $this->url->dir() ?>plugins/GitlabWebhook/gitlab-icon.png"/>&nbsp;<?= t('Gitlab webhooks') ?></h3> par : <h3><img src="<?php $this->url->dir() ?>plugins/GitlabWebhook/gitlab-icon.png"/>&nbsp;<?= t('G...
gharchive/issue
2016-02-22T04:01:40
2025-04-01T04:34:44.570739
{ "authors": [ "fguillot", "xila76" ], "repo": "kanboard/plugin-gitlab-webhook", "url": "https://github.com/kanboard/plugin-gitlab-webhook/issues/4", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
858783423
Android white navbar below app navbar There is a very big contrast between the app navbar and androids own navbar on my phone. Not sure how we want to solve this but one way could be to set the background of androids navbar to black. Im not sure what abilities we have to color object that are not part of the apps ...
gharchive/issue
2021-04-15T11:25:15
2025-04-01T04:34:44.572384
{ "authors": [ "Dolvur", "Neathan" ], "repo": "kandidatg11/behaviour-activation", "url": "https://github.com/kandidatg11/behaviour-activation/issues/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1369120279
Week 3 - Backend Development Score 2.9/3 Graded by: Evan Yang Points will be awarded on these weighted elements [ ] Lesson on ifs and expressions [ ] Deployment on AWS [ ] Focus / Habits Score 2.9/3 Graded by: Evan Yang Karthik had intensively done his Lesson on his If statements and had severely blown me away w...
gharchive/issue
2022-09-12T00:43:00
2025-04-01T04:34:44.674695
{ "authors": [ "EvanYang24", "kar722" ], "repo": "kar722/fastpages", "url": "https://github.com/kar722/fastpages/issues/5", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1415804641
Accelerate scroll on multiple key presses When user repeats the same key before the scroll is done, https://github.com/psliwka/vim-smoothie scrolls the same amount of lines but within the time of a single scroll instead of two scroll time. Similar feature would be nice in neoscroll as well. Scenario 1: User hit <c-d...
gharchive/issue
2022-10-20T01:56:38
2025-04-01T04:34:44.700018
{ "authors": [ "karb94", "s1n7ax" ], "repo": "karb94/neoscroll.nvim", "url": "https://github.com/karb94/neoscroll.nvim/issues/70", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
269197124
New release It's been over a year since the last release and master contains a number of important fixes and improvements. Is the current tip in a state to be released as 1.0.9? Done. Wow, that was fast. Thanks!
gharchive/issue
2017-10-27T18:33:27
2025-04-01T04:34:44.701416
{ "authors": [ "IngmarStein", "kardianos" ], "repo": "kardianos/govendor", "url": "https://github.com/kardianos/govendor/issues/368", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
252535716
Add multi-layered cv Such as: http://www.wix.com/website-template/view/html/1676?originUrl=http%3A%2F%2Fwww.wix.com%2Fwebsite%2Ftemplates%2Fhtml%2Fportfolio-cv%2F1&bookName=create-master-new&galleryDocIndex=0&category=portfolio-cv&metaSiteId= theme "layer", style "paged"
gharchive/issue
2017-08-24T09:09:32
2025-04-01T04:34:44.702703
{ "authors": [ "kariminf" ], "repo": "kariminf/cv.json", "url": "https://github.com/kariminf/cv.json/issues/12", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
116870921
Is there a way to run a subset of tests? I have two directories with tests--let's call them fast and slow. I want to run fast under some circumstances and slow under other circumstances. Is there any way to configure Karma to do this, without restarting the Karma server between test runs? I'm not sure, but you migh...
gharchive/issue
2015-11-13T23:02:46
2025-04-01T04:34:44.717551
{ "authors": [ "GBarthos", "jamesshore", "jcrben" ], "repo": "karma-runner/karma", "url": "https://github.com/karma-runner/karma/issues/1709", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1457980115
User Data Uploads [Epic 5 (Discovery)] Note that discovery tasks will be completed by order of priority in line with discovery task requirements. Discovery may include documentation and/ or implementation of feature design. Expectation: Allow users to upload their own data sources Priority: Medium Dependencies: None ...
gharchive/issue
2022-11-21T13:46:48
2025-04-01T04:34:44.756074
{ "authors": [ "ClaraIV", "NEDJIMAbelgacem" ], "repo": "kartoza/rezoning-2-project", "url": "https://github.com/kartoza/rezoning-2-project/issues/11", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
2317950195
Open PR to external-dns and add provider to list of webhooks https://github.com/kubernetes-sigs/external-dns#new-providers Done in https://github.com/kubernetes-sigs/external-dns/pull/4504
gharchive/issue
2024-05-26T21:57:33
2025-04-01T04:34:44.766932
{ "authors": [ "onedr0p" ], "repo": "kashalls/external-dns-unifi-webhook", "url": "https://github.com/kashalls/external-dns-unifi-webhook/issues/26", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
412109581
Update firecracker in versions.yaml Description of problem According to the data grabbed by the version check tool, our firecracker is out of date - should we update that? @mcastelino @sboeuf Num: Item Current Ver Upstream Ver PASSES: 0: assets.hypervisor.ne...
gharchive/issue
2019-02-19T20:27:35
2025-04-01T04:34:44.813360
{ "authors": [ "grahamwhaley" ], "repo": "kata-containers/runtime", "url": "https://github.com/kata-containers/runtime/issues/1252", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
387405114
virtcontainers: Return the appropriate container status When our runtime is asked for the container status, we also handle the scenario where the container is stopped if the shim process for that container on the host has terminated. In the current implementation, we retrieve the container status before stopping the ...
gharchive/pull-request
2018-12-04T17:46:42
2025-04-01T04:34:44.821394
{ "authors": [ "amshinde", "caoruidong", "grahamwhaley", "jcvenegas", "jodh-intel", "raravena80", "sboeuf" ], "repo": "kata-containers/runtime", "url": "https://github.com/kata-containers/runtime/pull/977", "license": "Apache-2.0", "license_type": "permissive", "license_source"...
410776895
[WIP] Tables Two issues: I'm losing all attributes from elements in either serialization or deserialization. How to make table cells editable but do not allow to delete them? Styling for tables: https://github.com/katalysteducation/adaptarr-front/pull/19 Could you rebase this on top of master? GitHub seems confus...
gharchive/pull-request
2019-02-15T13:47:11
2025-04-01T04:34:44.825769
{ "authors": [ "PiotrKozlowski", "aiwenar" ], "repo": "katalysteducation/cnx-designer", "url": "https://github.com/katalysteducation/cnx-designer/pull/14", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
354771145
Misleading example on the official page In the "Quick start" section on https://wavesurfer-js.org, the script is included as follows. <script src="//cdnjs.cloudflare.com/ajax/libs/wavesurfer.js/2.0.6/wavesurfer.min.js"></script> This method does not work on locally placed HTML files. To make this work, add 'https'. ...
gharchive/issue
2018-08-28T14:58:24
2025-04-01T04:34:44.844495
{ "authors": [ "higuri", "thijstriemstra" ], "repo": "katspaugh/wavesurfer.js", "url": "https://github.com/katspaugh/wavesurfer.js/issues/1447", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }