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
179613632
Triangle subdivide Also contains several fixes in the kdtree. Therefore lets just merge it onto master and continue from there with radiosity and subdivision. Coverage decreased (-1.8%) to 46.033% when pulling 336b657c9688c05d9955cf9858efea78b0012551 on triangle-subdivide into 295d6d1adba77f90dd8a7a9d6104c6234f76f...
gharchive/pull-request
2016-09-27T21:05:24
2025-04-01T06:39:12.190102
{ "authors": [ "boxdot", "coveralls", "jeschkies" ], "repo": "jeschkies/renderer", "url": "https://github.com/jeschkies/renderer/pull/60", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2486632383
Project group and some optimization for faster retrieval of workitems. I do this PR to add my personal use case (project group) as it can be useful. It's only here as a workitem retriever for now but can be largely modified. It's implemented so it's not more complicated to use than a project. I believe that my code i...
gharchive/pull-request
2024-08-26T11:29:41
2025-04-01T06:39:12.194048
{ "authors": [ "WH-Yoshi", "jesper-raemaekers" ], "repo": "jesper-raemaekers/python-polarion", "url": "https://github.com/jesper-raemaekers/python-polarion/pull/181", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
101102747
Allow a notation that's just "This belongs to a certain class". Partial types, I suppose. So the original idea here was to take generics, and impose a constraint on them. It wouldn't be a complete constraint, only something that would say "Anything of this particular kind of a class". It was something like A > functi...
gharchive/issue
2015-08-14T21:01:25
2025-04-01T06:39:12.205623
{ "authors": [ "jesserayadkins" ], "repo": "jesserayadkins/lily", "url": "https://github.com/jesserayadkins/lily/issues/126", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
175508657
How to set Image and text in same Bubble cell New issue checklist [x] I have read all of the README, documentation, and FAQ. [x] I have reviewed the contributing guidelines. Confirmation: ____ [x] I have searched existing issues and this is not a duplicate. General information Library version(s): iOS version(s): ...
gharchive/issue
2016-09-07T13:54:24
2025-04-01T06:39:12.211502
{ "authors": [ "Komal2905", "jessesquires" ], "repo": "jessesquires/JSQMessagesViewController", "url": "https://github.com/jessesquires/JSQMessagesViewController/issues/1820", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2101635068
🛑 Boucherie La Lienne is down In 48f4091, Boucherie La Lienne (https://boucherielalienne.ch) was down: HTTP code: 0 Response time: 0 ms Resolved: Boucherie La Lienne is back up in dc653b3 after 5 minutes.
gharchive/issue
2024-01-26T05:53:24
2025-04-01T06:39:12.216821
{ "authors": [ "jessica-habaneros" ], "repo": "jessica-habaneros/uptime", "url": "https://github.com/jessica-habaneros/uptime/issues/26", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1868560569
[Bug]: node18 memory consumption growth up to25% Version 29.6.4 Steps to reproduce This happens on a NX powered private repo - on demand I can produce a reproduction repo if needed Expected behavior with node16 our test suite takes about 2GB memory in run in band mode Actual behavior with node18 our test suite takes ...
gharchive/issue
2023-08-27T16:53:05
2025-04-01T06:39:12.220662
{ "authors": [ "Delapouite", "SimenB", "vire" ], "repo": "jestjs/jest", "url": "https://github.com/jestjs/jest/issues/14454", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
341296543
failing beforeAll() causes even passing tests in the scope to fail 🐛 Bug Report I'm looking for the best practice for aborting a describe block if the test setup fails. For example, when testing an API, if authenticating fails, it's pointless to run any other tests. As suggested in the issue template, I searched Sta...
gharchive/issue
2018-07-15T06:36:23
2025-04-01T06:39:12.238095
{ "authors": [ "JaneJeon", "SimenB", "aaronabramov", "alycda", "chrismwendt", "dandv", "denissabramovs", "fider", "medikoo", "pkuczynski", "svyandun", "thernstig", "vtgn" ], "repo": "jestjs/jest", "url": "https://github.com/jestjs/jest/issues/6695", "license...
2475719495
compile frontend in oldSchool, update task info In #69 there was uncompiled frontend, also task-info.yaml files didn't reflect the new changes. This is fixed @Daoortor could you please fix Qodana?
gharchive/pull-request
2024-08-20T13:53:07
2025-04-01T06:39:12.247011
{ "authors": [ "Daoortor", "nbirillo" ], "repo": "jetbrains-academy/kotlin-onboarding-collections", "url": "https://github.com/jetbrains-academy/kotlin-onboarding-collections/pull/70", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
256651489
Supporting auto-generation of CA issuer keypair #79 adds a basic CA issuer that reads a signing keypair from a Secret in the Kubernetes API server in order to issue certificates. For convenience, it may be desirable to support an 'automatically generate a signing keypair' mode. ref #85 #84 Instead of adding a 'ge...
gharchive/issue
2017-09-11T10:15:59
2025-04-01T06:39:12.262339
{ "authors": [ "munnerz" ], "repo": "jetstack-experimental/cert-manager", "url": "https://github.com/jetstack-experimental/cert-manager/issues/83", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
443287523
Cert manager stuck at attempting to acquire leader lease Describe the bug: Have been running with cert manager for a year now, but suddenly, it is being stuck at "attempting to acquire leader lease", with no error messages. It is working fine on a similar cluster, with the same settings. Environment details:: Kuber...
gharchive/issue
2019-05-13T09:11:49
2025-04-01T06:39:12.265136
{ "authors": [ "jonasdkhansen" ], "repo": "jetstack/cert-manager", "url": "https://github.com/jetstack/cert-manager/issues/1669", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
305999446
Issue certificate using dns01 via route53 stuck on SelfCheck status Is this a BUG REPORT or FEATURE REQUEST?: Uncomment only one, leave it on its own line: /kind bug /kind feature What happened: Trying to configure dns01 route53 provider and it works using staging letsencrypt ClusterIssuer. When changing ClusterI...
gharchive/issue
2018-03-16T16:43:48
2025-04-01T06:39:12.295897
{ "authors": [ "Zetanova", "argusua", "cryptcoin-junkey", "grebois", "infa-ddeore", "mlushpenko", "munnerz", "simonkey007", "urbaniak", "whereisaaron" ], "repo": "jetstack/cert-manager", "url": "https://github.com/jetstack/cert-manager/issues/398", "license": "Apache-2....
1407905390
Prompt user to check supported versions if unknown Before: $ go run main.go operator deploy --version=foo operator version foo does not exist exit status 1 After: $ jsctl operator versions v0.0.1-alpha.17 $ go run main.go operator deploy --version=foo operator version foo is unknown or not supported by this version ...
gharchive/pull-request
2022-10-13T14:27:24
2025-04-01T06:39:12.300245
{ "authors": [ "charlieegan3" ], "repo": "jetstack/jsctl", "url": "https://github.com/jetstack/jsctl/pull/38", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
306959545
Use new test fixture in Cassandra controls I'm trying to get rid of the Cassandra specific test fixture in ./pkg/controllers/cassandra/testing In this branch I've switched: ServiceAccounts Roles RoleBindings I'll deal with Pilot and NodePool controls in separate branches. Release note: NONE /test e2e /test e2e...
gharchive/pull-request
2018-03-20T17:13:48
2025-04-01T06:39:12.306997
{ "authors": [ "munnerz", "wallrj" ], "repo": "jetstack/navigator", "url": "https://github.com/jetstack/navigator/pull/291", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
376957886
Document how to get the root key after init It would be good to have a few lines in the documentation about how to retrieve the root key after init, to make it possible to login to vault. if you use AWS KMS you can do it with this script: export REGION=us-west-2 export AWS_PROFILE=dev echo "Fetching Vault unseal k...
gharchive/issue
2018-11-02T20:31:29
2025-04-01T06:39:12.308811
{ "authors": [ "innovia", "trondhindenes" ], "repo": "jetstack/vault-unsealer", "url": "https://github.com/jetstack/vault-unsealer/issues/29", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
67272239
Celery doesn't account for running and reserved tasks This is a similar problem to #3 . I'm using the Redis backend for Celery. I tried my hand at a solution in https://github.com/aspiredu/hirefire/commit/3ae625cc527330357a66df8d8c5e2701213d5af7, but it only works for small numbers of dynos, workers, and tasks. Even ...
gharchive/issue
2015-04-09T03:28:10
2025-04-01T06:39:12.347868
{ "authors": [ "joshowen", "ryanhiebert", "syphar", "touilleMan" ], "repo": "jezdez/hirefire", "url": "https://github.com/jezdez/hirefire/issues/8", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1251746594
Support gstreamer Need to write an example using the macro with an gstreamer element, and possibly create another gst_element macro to make it easier. I implemented a webrtcsrc element based on this crate, I think we have mostly everything we need tbh. I also started adding macros to ease GstElement implementatio...
gharchive/issue
2022-05-28T23:44:27
2025-04-01T06:39:12.351914
{ "authors": [ "jf2048", "thiblahute" ], "repo": "jf2048/gobject", "url": "https://github.com/jf2048/gobject/issues/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2301986153
Creation of a roadmap section Idea Contribution [X] I have read all the feature request issues. [X] I'm interested in working on this issue [X] I'm part of GSSOC organization Explain feature request Creation of a roadmap section,which will contact roadmap and their respected study material and links for various fie...
gharchive/issue
2024-05-17T07:08:50
2025-04-01T06:39:12.374180
{ "authors": [ "Soumya6Tiwari", "jfmartinz", "renunegii" ], "repo": "jfmartinz/ResourceHub", "url": "https://github.com/jfmartinz/ResourceHub/issues/276", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
903925621
make sure statuses are included with the buildinfo. [ ] All tests passed. If this feature is not already covered by the tests, I added new tests. [x] This pull request is on the dev branch. [x] I used gofmt for formatting the code before submitting the pull request. fixes #356 @AnalogJ, Since we're currently con...
gharchive/pull-request
2021-05-27T15:42:43
2025-04-01T06:39:12.384337
{ "authors": [ "AnalogJ", "eyalbe4" ], "repo": "jfrog/jfrog-client-go", "url": "https://github.com/jfrog/jfrog-client-go/pull/357", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1320061483
Some defaults in the user HCL dont match the description Describe the bug profile_updatable and disable_ui_access default to True when the docs say they should be False Requirements for and issue [x] A description of the bug [ ] A fully functioning terraform snippet that can be copy&pasted (no outside files or ENV v...
gharchive/issue
2022-07-27T19:57:56
2025-04-01T06:39:12.389830
{ "authors": [ "alexhung", "apr-1985" ], "repo": "jfrog/terraform-provider-artifactory", "url": "https://github.com/jfrog/terraform-provider-artifactory/issues/518", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
45118362
issue 470 allow creation of location with only try_files This commit will fix #470. @buckstr the proposed PR won't allow you to create a location with only try_files. As is, if you only set try_files and don't set proxy, location_alias, stub_status, fastcgi or www_root then the template vhost/locations/empty.erb wi...
gharchive/pull-request
2014-10-07T15:05:19
2025-04-01T06:39:12.392383
{ "authors": [ "3flex", "buckstr", "wyardley" ], "repo": "jfryman/puppet-nginx", "url": "https://github.com/jfryman/puppet-nginx/pull/471", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
476590766
Conversion from FromSqlError to Error Error needs column index, but FromSqlError doesn't have it. I've fudged it by putting obviously-wrong index value, and then hiding that fact in Display. Ideally the Error should use Option<usize> for index (and type), but I assume it's better to avoid unnecessary backwards-compat...
gharchive/pull-request
2019-08-04T20:27:50
2025-04-01T06:39:12.406462
{ "authors": [ "gwenn", "kornelski" ], "repo": "jgallagher/rusqlite", "url": "https://github.com/jgallagher/rusqlite/pull/556", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
52574994
feature request: routie.back(), routie.next() it would be great to have back and next method for navigating through history What's wrong with using window.history.back() and window.history.forward()? These should work out of the box. I haven't dug into why, but in cordova window.history.back() and window.history....
gharchive/issue
2014-12-20T20:00:55
2025-04-01T06:39:12.407982
{ "authors": [ "GinkgoFJG", "akaRem", "benplum" ], "repo": "jgallen23/routie", "url": "https://github.com/jgallen23/routie/issues/35", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
130815186
Display an error message when file upload fails A common error that has been occurring is the failure of the /api/upload endpoint. While I'd like to get around to finding out why the error is happening so frequently, the least we can do is show an error message. Here is the console output of when it happened to me tw...
gharchive/pull-request
2016-02-02T21:02:15
2025-04-01T06:39:12.457891
{ "authors": [ "jglamine", "tylervz" ], "repo": "jglamine/calvinwebprint", "url": "https://github.com/jglamine/calvinwebprint/pull/49", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1560036992
Bring "Convert labels to SVG" export option to Desktop version + conversion issue [ ] I agree to follow the Code of Conduct that this project adheres to. [ ] I have searched the issue tracker for a feature request that matches the one I want to file, without success. So, I've this big file I'm working on that has a...
gharchive/issue
2023-01-27T16:20:50
2025-04-01T06:39:12.496373
{ "authors": [ "OverFloyd", "davidjgraph" ], "repo": "jgraph/drawio", "url": "https://github.com/jgraph/drawio/issues/3319", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
305977313
The future is ember-animated I propose to either sunset this addon and give people a transition path to ember-animated or perhaps reimagine it as a thin wrapper atop ember-animated. Thoughts welcome! ember-sortable has accomplished exactly what I attempted to create in an app I'm working on in a reliable way. I'd h...
gharchive/issue
2018-03-16T15:42:24
2025-04-01T06:39:12.504075
{ "authors": [ "jgwhite", "joe-wroten-q2" ], "repo": "jgwhite/ember-sortable", "url": "https://github.com/jgwhite/ember-sortable/issues/178", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
835750943
Mongock is not compatible with the native build Describe the bug Mongock is a library to help us to handle the data migration with a MongoDb database. JHipster already uses it with Mongo and we reused the same with Quarkus. Mongock uses org.reflections that cause an error when we build it with GraalVM to generate a n...
gharchive/issue
2021-03-19T09:28:00
2025-04-01T06:39:12.520004
{ "authors": [ "avdev4j", "dieppa" ], "repo": "jhipster/generator-jhipster-quarkus", "url": "https://github.com/jhipster/generator-jhipster-quarkus/issues/179", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
494845895
Add caffeine option for cacheProvider Overview of the feature request Caffeine is a new option available for cache since JHipster 6.3.0 Motivation for or Use Case It should be possible to select this option in JDL Related issues or PR https://github.com/jhipster/generator-jhipster/pull/10303 [X] Checking this box is...
gharchive/issue
2019-09-17T20:51:33
2025-04-01T06:39:12.577523
{ "authors": [ "SudharakaP", "murdos" ], "repo": "jhipster/jhipster-core", "url": "https://github.com/jhipster/jhipster-core/issues/364", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2720110144
Gradle CI doesn't launch unit tests It seems that the gradle ci don't launch unit test only IT. I have tried to put a failing unit test and the ci was green Is this the behaviour or a misconfiguration on my side ? A possible working solution github-actions.yml jobs: tests: name: tests runs-on: ubuntu-latest...
gharchive/issue
2024-12-05T11:11:31
2025-04-01T06:39:12.587627
{ "authors": [ "atomfrede", "fabienpuissant", "renanfranca" ], "repo": "jhipster/jhipster-lite", "url": "https://github.com/jhipster/jhipster-lite/issues/11513", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1054632631
Typo in Equation 5 in paper? Equation 5 in the paper makes use of f_S, however, the corresponding portion in Figure 2 (orange) only makes use of f_T. Additionally, f_T makes more sense since the input is in the target domain. Should the f_S in equation 5 be f_T? ”Note that we can also consider a feature-level metho...
gharchive/issue
2021-11-16T09:14:09
2025-04-01T06:39:12.602707
{ "authors": [ "arjung128", "zhe-juanz" ], "repo": "jhoffman/cycada_release", "url": "https://github.com/jhoffman/cycada_release/issues/41", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
2447264123
"This is the solution of the issue" > "This is the solution of the issue" this is a quote Originally posted by @jhon-elen in https://github.com/jhon-elen/Prueba3/issues/7#issuecomment-2267641691 Anothe comment @jhonelentest Header Header Cell Cell Cell Cell import os os.chdir() Details ...
gharchive/issue
2024-08-04T19:18:41
2025-04-01T06:39:12.608616
{ "authors": [ "jhon-elen" ], "repo": "jhon-elen/Prueba3", "url": "https://github.com/jhon-elen/Prueba3/issues/8", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1503778256
Abrocoma bennetti is mentioned in MSW1/2 but Abrocoma bennettii was mentioned in original publication via @myrmoteras - [...] For example, Abrocoma bennetti does not match COL because it is spelled with out a ..ii in MSW2 (and also in MSW1, and 3). The original in has a ...ii though. https://doi.org/10.5281/zenodo....
gharchive/issue
2022-12-19T23:39:55
2025-04-01T06:39:12.621723
{ "authors": [ "jhpoelen" ], "repo": "jhpoelen/msw-plazi", "url": "https://github.com/jhpoelen/msw-plazi/issues/2", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
1820088029
The document object obtained from parsing with jsoup.parse is missing one layer of elements compared to the original HTML. https://test.em.bonahl.com/#/user/login original : jsoup: https://github.com/jhy/jsoup/blob/1762412a28fa7b08ccf71d93fc4c98dc73086e03/src/main/java/org/jsoup/parser/HtmlTreeBuilderState.java#L...
gharchive/issue
2023-07-25T11:05:08
2025-04-01T06:39:12.661119
{ "authors": [ "666asd", "jhy", "skylakeliu" ], "repo": "jhy/jsoup", "url": "https://github.com/jhy/jsoup/issues/1983", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
341462100
no tabs on linux Description I assume that tabs are supported, since an issue for tabs feature-request has already been closed long time ago #116 and from some issues it seems that tabs are supported, ex in OSX : #647. However on linux (ubuntu 18.04) this is not the case, tabs open in new window. Steps to reproduce i...
gharchive/issue
2018-07-16T10:19:36
2025-04-01T06:39:12.670798
{ "authors": [ "bacongravy", "mhgharieb", "monkeydri", "ronjouch" ], "repo": "jiahaog/nativefier", "url": "https://github.com/jiahaog/nativefier/issues/655", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1394210871
Guidance running script Hello, very interested in the project, I would like to run the script. Supposedly there are some parameters, but I don't know how to add them. Running the script without parameters gives blank output. I also tried running the blocks of code as files, the first downloads model files and then er...
gharchive/issue
2022-10-03T06:32:19
2025-04-01T06:39:12.679419
{ "authors": [ "ClashSAN", "jak3-taylor", "jianfch" ], "repo": "jianfch/stable-ts", "url": "https://github.com/jianfch/stable-ts/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
224355012
在uxcore中使用jsonp方式获取数据会报错 SyntaxError: Unexpected token : 具体什么错? 不好意思,忘了jsonp要求的返回数据格式不是json。已经通过修改header实现跨域访问。
gharchive/issue
2017-04-26T06:16:50
2025-04-01T06:39:12.687635
{ "authors": [ "isoloist", "jias" ], "repo": "jias/natty-fetch", "url": "https://github.com/jias/natty-fetch/issues/44", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2350364198
✨ チーム開発の資料を追加 概要 インターンで使用する資料を追加しました 変更点 README.mdの追加 docs.mdの追加 drawi.o integrationをrecommendationsに追加 スクラムマスターがlinterにかかってしまったのでfilterを追加した @dicenull 演習と目次を修正完了しました
gharchive/pull-request
2024-06-13T07:22:21
2025-04-01T06:39:12.693977
{ "authors": [ "kimflip" ], "repo": "jigintern/intern-dev-tutorial", "url": "https://github.com/jigintern/intern-dev-tutorial/pull/41", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
145102350
subregion_select dropdown has value numeric instead of alphabet code Hi there, As part of testing just observed that for country Denmark, the subregion select dropdown has value numeric. State Hovedstaden Midtjylland Nordjylland Sjælland Syddanmark On saving it, the same numeric value is being saved in table. Is it n...
gharchive/issue
2016-04-01T06:54:55
2025-04-01T06:39:12.706799
{ "authors": [ "arun-manthani", "ecbypi" ], "repo": "jim/carmen-rails", "url": "https://github.com/jim/carmen-rails/issues/58", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1319038763
cm-chessboard: Figure out the status of pawn promotion Pawn promotion seems an issue with all of these “just a board” packages. See closed issue “ Pawn promotion support? #19 at cm-chessboard. To the extent that I’m just replicating FEN strings, I don’t think there’s any problem. Where a need would arise is either (a...
gharchive/issue
2022-07-27T05:26:19
2025-04-01T06:39:12.722428
{ "authors": [ "jimratliff" ], "repo": "jimratliff/pgn4people-poc-demo", "url": "https://github.com/jimratliff/pgn4people-poc-demo/issues/26", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
890704247
about the length of tokens Hello, I have read your paper and am quite interested in your work! There is a question about the tokens. I notice you truncat the passage tokens with 120 in MSMARCO Passage Retrieval, however, for ANCE, the original paper uses 512 tokens. So does the number of tokens have the impact on the...
gharchive/issue
2021-05-13T05:00:39
2025-04-01T06:39:12.792086
{ "authors": [ "KaishuaiXu", "jingtaozhan" ], "repo": "jingtaozhan/DRhard", "url": "https://github.com/jingtaozhan/DRhard/issues/6", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
39788993
Set default value while AutoMigrate If no default value, the query with gorm will get error. Hi @wb14123 I just pushed a commit, so even the data in database is NULL, gorm won't get any error now. So we don't need the default value for migrations Thank you.
gharchive/issue
2014-08-08T03:08:14
2025-04-01T06:39:12.799155
{ "authors": [ "jinzhu", "wb14123" ], "repo": "jinzhu/gorm", "url": "https://github.com/jinzhu/gorm/issues/190", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
97720510
Fixed issue https://github.com/jinzhu/gorm/issues/151 where postgresql connection problems fail silently For reference: https://github.com/jinzhu/gorm/issues/151 Errors connection to a postgresql fail silently, resulting in errors. This fix sends a ping right after the connection has been made. If the ping fails, we ...
gharchive/pull-request
2015-07-28T14:32:53
2025-04-01T06:39:12.802452
{ "authors": [ "jinzhu", "pariz" ], "repo": "jinzhu/gorm", "url": "https://github.com/jinzhu/gorm/pull/585", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
200065337
datas on ajax call not work correctly Problemes 1- The filter don't work. 2- After filtering with a range then the datas are correctly loaded. I don't have the probleme when in load datas on external files data (places.js) Please help me: Here is a part of my code: $(document).ready(function(){ var places = []; $.a...
gharchive/issue
2017-01-11T11:11:26
2025-04-01T06:39:12.810632
{ "authors": [ "Acen", "diouf83", "jiren" ], "repo": "jiren/filter.js", "url": "https://github.com/jiren/filter.js/issues/143", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1308399302
Consider adding compute unit limit to bundles Problem Proposed Solution @buffalu What should the limit be?
gharchive/issue
2022-07-18T19:12:55
2025-04-01T06:39:12.822956
{ "authors": [ "anoushk1234", "buffalu" ], "repo": "jito-foundation/jito-solana", "url": "https://github.com/jito-foundation/jito-solana/issues/81", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
303241067
[iOS] Fix uncaught NSInvalidArgumentException in RTCPeerConnection's createAnswer WebRTC appears to fail RTCPeerConnection's createAnswer without an error message i.e. nil. But NSMutableDictionary does not accept nil as a value and causes an uncaught exception. Based on Daniel Ornelas' comment that the "error" key ...
gharchive/pull-request
2018-03-07T20:05:38
2025-04-01T06:39:12.856594
{ "authors": [ "lyubomir", "paweldomas" ], "repo": "jitsi/react-native-webrtc", "url": "https://github.com/jitsi/react-native-webrtc/pull/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
138081139
Spaces vs Tabs Why are you using spaces now? Tabs makes the code look more clean and organized in my opinion. I'm not sure how its cleanliness/organization is adversely affected by this change, could you elaborate on that? I decided to switch to spaces mainly because of the inconsistency between different programs/...
gharchive/issue
2016-03-03T05:38:56
2025-04-01T06:39:12.860669
{ "authors": [ "jjf28", "xboi209" ], "repo": "jjf28/Chkdraft", "url": "https://github.com/jjf28/Chkdraft/issues/92", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1270145971
Method for creating and printing board The user needs a way to put a sudoku board into the program. Boards should be printed in a way that is easy to read. A graphical user interface will be created using Swing. The GUI will allow for a user to create a sudoku board to be solved, as well as display solutions.
gharchive/issue
2022-06-14T01:45:35
2025-04-01T06:39:12.881072
{ "authors": [ "jjklemm" ], "repo": "jjklemm/sudoku-solver", "url": "https://github.com/jjklemm/sudoku-solver/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1868932522
Sub listed item in numbered list in 01-jupyter.ipynb Please check the numbered list in one of the first markdown cells of the notebook. For the sub listed item I think one more space in front of the "1." is necessary, otherwise the item just becomes part of the main list. fixed. thanks.
gharchive/issue
2023-08-28T04:23:24
2025-04-01T06:39:12.889890
{ "authors": [ "ccolomb2", "jkitchin" ], "repo": "jkitchin/f23-06623", "url": "https://github.com/jkitchin/f23-06623/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
148340174
Update code: issue #2 Updating model from controller does not update control Can you take this solution along in your code? Thanks scope.$watch(attrs['ngModel'], function (newTime) { scope.initTime = newTime; reinitTime(); }); Spot on! This fix was exactly what i was looking for. Can someone make a PR please? I...
gharchive/issue
2016-04-14T12:05:38
2025-04-01T06:39:12.910528
{ "authors": [ "elineopsommer", "jkuri", "leypoldt" ], "repo": "jkuri/ngTimepicker", "url": "https://github.com/jkuri/ngTimepicker/issues/3", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1478454439
Lack of support for valid endpoints Consider the following code from Usage with Express getUser: t.procedure.input(z.string()).query((req) => { req.input; // string return { id: req.input, name: 'Bilbo' }; }), After adding this line .meta({ openapi: { method: 'GET', path: '/getUser' } }) trpc-openapi fail to pr...
gharchive/issue
2022-12-06T07:35:26
2025-04-01T06:39:12.921152
{ "authors": [ "elmeister", "jlalmes" ], "repo": "jlalmes/trpc-openapi", "url": "https://github.com/jlalmes/trpc-openapi/issues/196", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
788965082
SSL support Is it possible to attach to a kafka instance with SSL enabled? For example, when I'm attaching to my cluster as a producer, I'll use the following: KafkaProducer(bootstrap_servers=kafkaServer, security_protocol="SSL", ssl_check_hostname=True) When attaching to the kafka cluster through this extension, I ...
gharchive/issue
2021-01-19T12:02:03
2025-04-01T06:39:12.927371
{ "authors": [ "fbricon", "mike-england" ], "repo": "jlandersen/vscode-kafka", "url": "https://github.com/jlandersen/vscode-kafka/issues/84", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1861984934
Cannot see files in folders since Container Manager feature Current Behavior Hello Since the appearance of Container Manager instead of Docker package I noticed that the backup was constantly stuck at 0 files found (0mb) which is not normal. So I browsed through files and noticed that folders and files were not visib...
gharchive/issue
2023-08-22T18:30:20
2025-04-01T06:39:12.950399
{ "authors": [ "Bagu", "jlesage", "walawa75" ], "repo": "jlesage/docker-crashplan-pro", "url": "https://github.com/jlesage/docker-crashplan-pro/issues/438", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
442215161
Use custom DB instance Hi, thanks a lot to share this ,it is really great. I'm wandering can we use our custom DB instance (like MySQL or Maria DB) instead of MySQL in container ,thanks. If you want to use your own DB instance, look at the original project: https://github.com/jc21/nginx-proxy-manager
gharchive/issue
2019-05-09T12:38:42
2025-04-01T06:39:12.952170
{ "authors": [ "KevinZhangt", "jlesage" ], "repo": "jlesage/docker-nginx-proxy-manager", "url": "https://github.com/jlesage/docker-nginx-proxy-manager/issues/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
583876334
Let's Encrypt: Internal Error I used the hassio addon for quite some time now. Today I tried to migrate the proxy manager to my synology. For that I use the synology docker manager and this docker image. So I installed the latest version (1.7.0) and configured my port forwarding. The only issue I had was with the let...
gharchive/issue
2020-03-18T17:06:22
2025-04-01T06:39:12.966448
{ "authors": [ "TheZoker", "bookandrelease", "jlesage", "mdisieno" ], "repo": "jlesage/docker-nginx-proxy-manager", "url": "https://github.com/jlesage/docker-nginx-proxy-manager/issues/57", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
199320982
[WIP] A Proposal For Testing Things As we talked about in https://github.com/jlord/git-it-electron/pull/178#issuecomment-270530180, it'd be nice to be able to run the verify tests automagically. This PR is my attempt to tackle the problem, which required some refactoring of how the verify scripts work. Current Limita...
gharchive/pull-request
2017-01-07T00:08:40
2025-04-01T06:39:13.001096
{ "authors": [ "jlord", "shiftkey" ], "repo": "jlord/git-it-electron", "url": "https://github.com/jlord/git-it-electron/pull/180", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
79449040
View not being update with angular-cache with localStorage I'm building an Ionic app the uses angular-cache to leverage data persistence. This data is displayed in a ng-repeat list. Either by user interaction (in another view!) or new data being loaded in the background, I need the view to update to reflect this. Whe...
gharchive/issue
2015-05-22T13:08:57
2025-04-01T06:39:13.013024
{ "authors": [ "danielcha", "jmdobry" ], "repo": "jmdobry/angular-cache", "url": "https://github.com/jmdobry/angular-cache/issues/181", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
909577463
[Bug] Kitsu anime tracking not working Device information Tachiyomi version: Latest stable and preview version Android version: 10 Device: Oneplus 5T The kitsu anime tracking only shows the manga's and not the anime. Checked it with myanimelist but that one does work, but it's not the site I use to keep my library ...
gharchive/issue
2021-06-02T14:41:20
2025-04-01T06:39:13.017310
{ "authors": [ "Reacien", "jmir1" ], "repo": "jmir1/aniyomi", "url": "https://github.com/jmir1/aniyomi/issues/39", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1814461043
error loading model: unexpectedly reached end of file On a couple of models I am receiving this error: llama.cpp: loading model from /Users/REDACTED/.ollama/models/blobs/sha256:d1735b93e1dc503f1045ccd6c8bd73277b18ba892befd1dc29e9b9a7822ed998 error loading model: unexpectedly reached end of file llama_load_model_from_...
gharchive/issue
2023-07-20T17:15:59
2025-04-01T06:39:13.040101
{ "authors": [ "bkruger99", "jmorganca", "pdevine" ], "repo": "jmorganca/ollama", "url": "https://github.com/jmorganca/ollama/issues/143", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2768101
Raise ArgumentError when passing invalid keys to has_selector? It's a relatively common misconception that you can use :content as a key - e.g. has_selector?('h1', :content=>'wooo!') which would silently pass, even when 'wooo!' is nowhere to be found. This change should make that error much more obvious. Related is...
gharchive/issue
2012-01-09T12:20:18
2025-04-01T06:39:13.102597
{ "authors": [ "jdelStrother", "jnicklas" ], "repo": "jnicklas/capybara", "url": "https://github.com/jnicklas/capybara/issues/602", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1512494687
🛑 MegaConstruct is down In 8d9ab08, MegaConstruct (https://www.megaconstruct.ro) was down: HTTP code: 0 Response time: 0 ms Resolved: MegaConstruct is back up in edc67a4.
gharchive/issue
2022-12-28T07:27:55
2025-04-01T06:39:13.109536
{ "authors": [ "joahn3" ], "repo": "joahn3/earthlink-uptime", "url": "https://github.com/joahn3/earthlink-uptime/issues/1865", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2025303728
🛑 CEI Sales Wiki is down In 8230d21, CEI Sales Wiki (https://wiki.ceisales.com/login) was down: HTTP code: 0 Response time: 0 ms Resolved: CEI Sales Wiki is back up in 2b0ac7d after 14 minutes.
gharchive/issue
2023-12-05T05:13:31
2025-04-01T06:39:13.111958
{ "authors": [ "joahn3" ], "repo": "joahn3/earthlink-uptime", "url": "https://github.com/joahn3/earthlink-uptime/issues/2883", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2038683456
🛑 Laravel Enso is down In c645c42, Laravel Enso (https://laravel-enso.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Laravel Enso is back up in fa7077b after 22 minutes.
gharchive/issue
2023-12-12T23:09:57
2025-04-01T06:39:13.114576
{ "authors": [ "joahn3" ], "repo": "joahn3/earthlink-uptime", "url": "https://github.com/joahn3/earthlink-uptime/issues/2892", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2471341990
🛑 CEI Sales App is down In 83575f8, CEI Sales App (https://app.ceisales.com/login) was down: HTTP code: 0 Response time: 0 ms Resolved: CEI Sales App is back up in 2091cef after 20 minutes.
gharchive/issue
2024-08-17T05:05:41
2025-04-01T06:39:13.116945
{ "authors": [ "joahn3" ], "repo": "joahn3/earthlink-uptime", "url": "https://github.com/joahn3/earthlink-uptime/issues/3630", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1253103493
🛑 Laravel Enso is down In 8a5476a, Laravel Enso (https://laravel-enso.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Laravel Enso is back up in 654d5f1.
gharchive/issue
2022-05-30T20:38:24
2025-04-01T06:39:13.119241
{ "authors": [ "joahn3" ], "repo": "joahn3/earthlink-uptime", "url": "https://github.com/joahn3/earthlink-uptime/issues/719", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
860806476
[Feature Request] Change blue loading and badge accent colors in Midnight Dusk theme to something similar to J2K Midnight Dusk? Why/User Benefit/User Problem Improves the theme by keeping the color scheme. What/Requirements The blue accent (and possibly black background on loading) would be changed to better fit the ...
gharchive/issue
2021-04-19T00:31:09
2025-04-01T06:39:13.151373
{ "authors": [ "CaptainHalflife", "ImRyley", "jobobby04" ], "repo": "jobobby04/TachiyomiSY", "url": "https://github.com/jobobby04/TachiyomiSY/issues/277", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
157378264
async requests Is any chance an option to use async requests? like asp.net core rc2 standard template public async Task<IActionResult> Index() { return View(await _context.Reason.ToListAsync()); } _context.Reason.ToPagedList(0, DefaultPageSize) does not have ToListAsync method honestly PagedLis...
gharchive/issue
2016-05-29T09:46:12
2025-04-01T06:39:13.165262
{ "authors": [ "dvdobrovolskiy", "joeaudette" ], "repo": "joeaudette/cloudscribe.Web.Pagination", "url": "https://github.com/joeaudette/cloudscribe.Web.Pagination/issues/12", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
301313799
Multiple connections to the same instance with different DBs not working Hello, I'm try to run the docker container with the REDIS_HOSTS env variable witch looks like this: REDIS_HOSTS='dev:redis:6379:0,test:redis:6379:10' but it seems that the given database is ignored, since the UI shows me for both connections th...
gharchive/issue
2018-03-01T08:17:05
2025-04-01T06:39:13.176382
{ "authors": [ "hirnschmalz", "sseide", "tburschka" ], "repo": "joeferner/redis-commander", "url": "https://github.com/joeferner/redis-commander/issues/236", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
573023714
Docker Container image for PytaskIO Make a PyTaskIO Docker image available to download from the Docker registry. Also update the README with the docker registry install details.
gharchive/issue
2020-02-28T21:49:43
2025-04-01T06:39:13.182106
{ "authors": [ "joegasewicz" ], "repo": "joegasewicz/pytask-io", "url": "https://github.com/joegasewicz/pytask-io/issues/28", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1090171830
v0.30.1 won't publish - issue with dependency When running cargo publish, the pin-project fails to build, because of some issue with a macro: error[E0659]: `parse_quote_spanned` is ambiguous (`macro_rules` vs non-`macro_rules` from other module) --> /Users/joep/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-p...
gharchive/issue
2021-12-28T23:15:57
2025-04-01T06:39:13.190726
{ "authors": [ "joepio" ], "repo": "joepio/atomic-data-rust", "url": "https://github.com/joepio/atomic-data-rust/issues/264", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
181796481
Getting this error with my rogue... Frames [Load]: @(10/07/16 20:39:20) - ...ace\AddOns\SVUI_UnitFrames\class_resources\rogue.lua:124: attempt to index field '?' (a nil value) Ok. Will look into it (will be later this evening as I'm out and about at present :)) -- Joe Vaughan On 8 October 2016 at 03:41:10, lkj61 (n...
gharchive/issue
2016-10-08T01:41:10
2025-04-01T06:39:13.202385
{ "authors": [ "joev", "lkj61" ], "repo": "joev/SVUI-Temp", "url": "https://github.com/joev/SVUI-Temp/issues/80", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1795017583
🛑 dr.veoj.me (my gaming persona) is down In 777b0d1, dr.veoj.me (my gaming persona) (https://dr.veoj.me) was down: HTTP code: 0 Response time: 0 ms Resolved: dr.veoj.me (my gaming persona) is back up in 71fff75.
gharchive/issue
2023-07-08T17:01:27
2025-04-01T06:39:13.205727
{ "authors": [ "joevaughan" ], "repo": "joevaughan/upptime", "url": "https://github.com/joevaughan/upptime/issues/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
747964988
[BUG] No up-to-date light and temperature values in Homebridge anymore Describe the bug Temperature and light don't get updated in Homebridge and Home app anymore, although http://<PIR-IP>/api/v1/sensors shows up-to-date temperature and light values. To Reproduce Steps to reproduce the behavior: In the Homebridge GU...
gharchive/issue
2020-11-21T07:10:21
2025-04-01T06:39:13.255104
{ "authors": [ "johannrichard", "qx54" ], "repo": "johannrichard/homebridge-dingz", "url": "https://github.com/johannrichard/homebridge-dingz/issues/123", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
84032138
Warning in Google Chrome console when generating pdf/excel document There is a warning in Google Chrome console when generating document: Resource interpreted as Document but transferred with MIME type application/pdf. Request Headers: Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,/;q=0.8 Ac...
gharchive/issue
2015-06-02T13:49:44
2025-04-01T06:39:13.277595
{ "authors": [ "johnculviner", "mike192020", "shustinho" ], "repo": "johnculviner/jquery.fileDownload", "url": "https://github.com/johnculviner/jquery.fileDownload/issues/98", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
135531609
Errors Installing I have Python2.7.11 for Windows x86/x64 installed on Windows 7 x64. When I run npm install lite-server --save-dev, I get the following errors: TypeError: Request path contains unescaped characters. And a few 404 status codes downloading 32-bit node.libs. anyone else on windows able to test this? ...
gharchive/issue
2016-02-22T20:16:07
2025-04-01T06:39:13.283145
{ "authors": [ "billfranklin", "johnpapa" ], "repo": "johnpapa/lite-server", "url": "https://github.com/johnpapa/lite-server/issues/39", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
132752012
feat(bin): added run time option to config file path and name Hey, It would be really good to have an option for custom path to configuration especially if you hate dozen of files in your project root folder (like me) or have to run different configuration for different needs Thanks in advance Regards, Dima @johnpa...
gharchive/pull-request
2016-02-10T16:38:38
2025-04-01T06:39:13.287994
{ "authors": [ "cgmartin", "johnpapa", "valorkin" ], "repo": "johnpapa/lite-server", "url": "https://github.com/johnpapa/lite-server/pull/32", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1190736386
Disable automatic quotation marks for attrs I would like to an option in settings to disable automatic quotation marks - we use ' but it keeps putting " and it just grinds our gears :) Duplicate of #840 and #917. Try it with HTML: Auto Create Quotes disabled.
gharchive/issue
2022-04-02T20:50:42
2025-04-01T06:39:13.310288
{ "authors": [ "JTinkers", "yaegassy" ], "repo": "johnsoncodehk/volar", "url": "https://github.com/johnsoncodehk/volar/issues/1139", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1355008263
Type narrowing not working in templates with union types v-if is not narrowing union types. <template> <span v-if="user.id">({{ user.id }})</span> </template> <script setup lang="ts"> type User = { id: number email: string } let user: string | User </script> Property 'id' does not exist on type 'string | Use...
gharchive/issue
2022-08-30T00:19:10
2025-04-01T06:39:13.314089
{ "authors": [ "LinusBorg", "austin-agronick", "johnsoncodehk" ], "repo": "johnsoncodehk/volar", "url": "https://github.com/johnsoncodehk/volar/issues/1788", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1081165871
Absolute import i've seen that there has been an issue marked as resolved but it might have broke again because it doesn't seems to work for me. when volar auto-import a component, it's always using the relative path my config : tsconfig.json { "compilerOptions": { "baseUrl": ".", "esModuleInterop": true, ...
gharchive/issue
2021-12-15T15:19:11
2025-04-01T06:39:13.317865
{ "authors": [ "Zenthae", "johnsoncodehk", "wendyprogramic" ], "repo": "johnsoncodehk/volar", "url": "https://github.com/johnsoncodehk/volar/issues/793", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1112931625
Update balance UI Updates the balance text a bit to more closely resemble the screens in Figma and the Bitcoin Design guidelines on units and symbols and on protecting a wallet. Basically, I turned on some font features according to the Figma designs and added a better symbol for when the balance is hidden. It's not ...
gharchive/pull-request
2022-01-24T17:22:05
2025-04-01T06:39:13.346183
{ "authors": [ "dergigi", "dnlggr" ], "repo": "joinmarket-webui/joinmarket-webui", "url": "https://github.com/joinmarket-webui/joinmarket-webui/pull/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
134876078
Add support for nullable property Other way for #21 WDYT @sagikazarmark ? How do you know if a multiple type is nullable? It's done in the ObjectGuesser I don't see any change in denormalization. You use isset in denormalization, but that won't work with null values. Right, should be good now Looks good to ...
gharchive/pull-request
2016-02-19T14:16:48
2025-04-01T06:39:13.375714
{ "authors": [ "joelwurtz", "sagikazarmark" ], "repo": "jolicode/jane", "url": "https://github.com/jolicode/jane/pull/23", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1464378660
[MCU Tray] MKS Skipr Made an MKS Skipr tray for my personal use, but wanted to share with the community. I hope this can make it into the project. MCU Tray - MKS Skipr - Heatserts.zip I made a total hash of merging this PR to the right branch, so I just cherry-picked the commits to 0.9.9-unstable instead. Let me kn...
gharchive/pull-request
2022-11-25T10:59:35
2025-04-01T06:39:13.392741
{ "authors": [ "Killajoedotcom", "jon-harper" ], "repo": "jon-harper/OmniBox", "url": "https://github.com/jon-harper/OmniBox/pull/71", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
299690929
TLS v1.2 for KitKat (and below?) With GitHub having removed support for TLS v1.0 and v1.1, ForkHub no longer works, it gives an error toast (Loading account & organizations failed). https://stackoverflow.com/questions/28943660/how-to-enable-tls-1-2-support-in-an-android-application-running-on-android-4-1 shows how to...
gharchive/issue
2018-02-23T12:07:02
2025-04-01T06:39:13.397455
{ "authors": [ "Matrixcoffee", "goldfndr", "truedat101" ], "repo": "jonan/ForkHub", "url": "https://github.com/jonan/ForkHub/issues/345", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1297756534
same scoreboard for all players.... sry but a new problem. I have made a scoreboard with placeholders and for me it works. BUT my friend joined and has MY scoreboard, my name in scoreboard, my ranks, my money....not his own. sry this is a discord screenshot Ok, I have released a new version. Could you check out ...
gharchive/issue
2022-07-07T16:45:14
2025-04-01T06:39:13.409051
{ "authors": [ "XiNaru", "jonas-peeters" ], "repo": "jonas-peeters/EasyScoreboards", "url": "https://github.com/jonas-peeters/EasyScoreboards/issues/47", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
635703781
Serialize Unit variant to/form string Closes #115 Todo [ ] Add test case bors r+
gharchive/pull-request
2020-06-09T19:32:23
2025-04-01T06:39:13.410451
{ "authors": [ "jonasbb" ], "repo": "jonasbb/serde_with", "url": "https://github.com/jonasbb/serde_with/pull/116", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2408403753
Navigating to New Product Details Page with Different Product ID Fails to Load New Data Question I am developing an e-commerce app using Flutter with GetX for state management. I have a ProductDetailsView that displays product details using a named route and arguments. In the ProductDetailsController, I load product ...
gharchive/issue
2024-07-15T10:34:30
2025-04-01T06:39:13.416900
{ "authors": [ "inyong1", "zenzzenpl" ], "repo": "jonataslaw/getx", "url": "https://github.com/jonataslaw/getx/issues/3146", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
328860832
Abort search when pressing escape, but accept search/input when escap… …e+enter has been pressed. Codecov Report Merging #629 into master will increase coverage by <.01%. The diff coverage is 100%. @@ Coverage Diff @@ ## master #629 +/- ## ===============================...
gharchive/pull-request
2018-06-03T20:48:30
2025-04-01T06:39:13.436419
{ "authors": [ "codecov-io", "jonathanslenders" ], "repo": "jonathanslenders/python-prompt-toolkit", "url": "https://github.com/jonathanslenders/python-prompt-toolkit/pull/629", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
694099912
No way to remove handles or update their color position in code This is a request to add support for removing handles and/or updating their position in code with a color value Added PR #57
gharchive/issue
2020-09-05T14:44:34
2025-04-01T06:39:13.469255
{ "authors": [ "chrisCGL", "tache" ], "repo": "joncardasis/ChromaColorPicker", "url": "https://github.com/joncardasis/ChromaColorPicker/issues/54", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1111565891
Added state to the model type and updated the language docs Closes #189 by added a state item to the model type in the core AaC specification. Also started to fill in information about the AaC language in the docs by describing the model type and the data items within it. Specifically there is not a brief descripti...
gharchive/pull-request
2022-01-22T13:37:37
2025-04-01T06:39:13.470798
{ "authors": [ "jondavid-black" ], "repo": "jondavid-black/AaC", "url": "https://github.com/jondavid-black/AaC/pull/190", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2466973465
prerelease 0.4 This will be a prerelease to help troubleshoot any GUI installation issues. The plan will be to make the full release right before the workshop at Biomag. I guess the linkcheck is going to fail for https://jonescompneurolab.github.io/hnn-core/stable/governance.html Since this is a new file that does...
gharchive/pull-request
2024-08-14T22:47:36
2025-04-01T06:39:13.475384
{ "authors": [ "gtdang", "jasmainak", "kmilo9999", "ntolley" ], "repo": "jonescompneurolab/hnn-core", "url": "https://github.com/jonescompneurolab/hnn-core/pull/863", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2598973776
🛑 HR - Croatia is down In ad2ae6d, HR - Croatia (https://www.skyshowtime.com/hr/help/) was down: HTTP code: 404 Response time: 774 ms Resolved: HR - Croatia is back up in 2acbcd2 after 10 minutes.
gharchive/issue
2024-10-19T09:53:31
2025-04-01T06:39:13.478034
{ "authors": [ "jonesyriffic" ], "repo": "jonesyriffic/gsp-sst", "url": "https://github.com/jonesyriffic/gsp-sst/issues/896", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2756972756
이정안님 개인 프로젝트 리뷰 1, offline 9 책전달+저녁식사, 2025-01-06 용산역 근처, 오후 6시 30분 가족 여행 일정이 길어져서 그 다음주인 13일로 변경 요청
gharchive/issue
2024-12-24T01:15:12
2025-04-01T06:39:13.478891
{ "authors": [ "jongfeel" ], "repo": "jongfeel/Activity", "url": "https://github.com/jongfeel/Activity/issues/500", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
222599420
How I can show the side menu without segue? New Issue Checklist I have read the guidelines for contributing and I understand: [x] My issue is happening in the latest version of SideMenu. [x] My issue was not solved in the README. [x] My issue can not be answered on stackoverflow.com. [x] My issue is not a request...
gharchive/issue
2017-04-19T02:35:17
2025-04-01T06:39:13.483612
{ "authors": [ "MervinFlores", "jonkykong" ], "repo": "jonkykong/SideMenu", "url": "https://github.com/jonkykong/SideMenu/issues/180", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
33507740
Events not unbound when re-initialising tree I'm using the treeview control in a popup dialog representing a gallery selector, the treeview being the basis for the folder listing. Now, upon changing the scope of my dialog, I effectively get a new set of folders, so I need to rebuild the tree. Looking through the sour...
gharchive/issue
2014-05-14T16:16:34
2025-04-01T06:39:13.486346
{ "authors": [ "Antaris", "jonmiles" ], "repo": "jonmiles/bootstrap-treeview", "url": "https://github.com/jonmiles/bootstrap-treeview/issues/4", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
90012622
Q: Updating via Web Sockets If I define my data statically in a page and call $('#treeview1').treeview({ data: dataToUse }); such as in your examples, the tree works fine, but when I try to update the tree's data in an "onmessage" function in web sockets by invoking $('#treeview1').treeview({ data: dataToUse }); agai...
gharchive/issue
2015-06-22T05:02:45
2025-04-01T06:39:13.488566
{ "authors": [ "BioCompDevSvcs", "jonmiles", "vivek144" ], "repo": "jonmiles/bootstrap-treeview", "url": "https://github.com/jonmiles/bootstrap-treeview/issues/94", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
267206253
Swap @if burguers statement into a @mixins Hello, nice burguers 👍 🍔 ! Usually each project has just one burguer. And of course we can go into the files and comment the @import, but this means touching files in node_modules ( that problably will rely on a problem if we try a package version update ) 😢 . Wouldn't b...
gharchive/issue
2017-10-20T15:05:22
2025-04-01T06:39:13.500852
{ "authors": [ "HectorLS", "jonsuh" ], "repo": "jonsuh/hamburgers", "url": "https://github.com/jonsuh/hamburgers/issues/47", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
186053760
fixed relative url to http url Github markdown treated the url without the http prefix as a relative link. Added the http prefix. Thanks very much for this, it was fixed on the develop branch a couple of weeks ago (236f082 Documentation Tweaks) and is now in master.
gharchive/pull-request
2016-10-29T02:12:05
2025-04-01T06:39:13.743783
{ "authors": [ "Nzen", "jorabin" ], "repo": "jorabin/KeePassJava2", "url": "https://github.com/jorabin/KeePassJava2/pull/8", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
579541254
'Command failed' in Electron app Hello and thanks for a great library! I´ve got a problem with starting and stopping my local mysql process from my electron app. ( I am on macOS Catalina and mysql.server is set in my $PATH) I can do it with both child_process spawn and child_process exec like this: exec("sudo mysql.s...
gharchive/issue
2020-03-11T20:57:18
2025-04-01T06:39:13.747812
{ "authors": [ "DavidForss", "jorangreef" ], "repo": "jorangreef/sudo-prompt", "url": "https://github.com/jorangreef/sudo-prompt/issues/120", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1429872919
Add SHA commit to page footer use the drone sha commit to view on the webpage footer https://docs.drone.io/pipeline/environment/reference/ Good starting point
gharchive/issue
2022-10-31T13:42:31
2025-04-01T06:39:13.787264
{ "authors": [ "thamudi" ], "repo": "jordanopensource/community-web", "url": "https://github.com/jordanopensource/community-web/issues/80", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1272120514
Document keyboard shortcuts Is your feature request related to a problem? Please describe. Just lost my position in a lecture recording as a result of using the cmd+1 keyboard shortcut (i'm on a mac, so i guess the linux/windows equivalents would be different). The shortcuts cmd+n (with $n \in \{1, 2, ..., 8\}$) in C...
gharchive/issue
2022-06-15T11:53:16
2025-04-01T06:39:13.826184
{ "authors": [ "CommanderStorm", "just-max", "lukaskollmer" ], "repo": "joschahenningsen/TUM-Live", "url": "https://github.com/joschahenningsen/TUM-Live/issues/530", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1394752001
mediapipe fails to install on Apple Silicon When I do: python -m pip install . I get: Processing /Users/chanana/code/investigations/webcam2 Preparing metadata (setup.py) ... done Collecting numpy~=1.20 Using cached numpy-1.23.3-cp39-cp39-macosx_11_0_arm64.whl (13.4 MB) Collecting opencv-contrib-python~=4.5.4 U...
gharchive/issue
2022-10-03T13:37:58
2025-04-01T06:39:13.833156
{ "authors": [ "anikitin-intermedia", "chanana", "joschuck" ], "repo": "joschuck/matrix-webcam", "url": "https://github.com/joschuck/matrix-webcam/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
65886422
Bower support Please add this cool jQuery plugin to the Bower. My Fork is available as package jquery-colpick. All versions 2.* are identical to those here. @mrgrain Thank you very much!
gharchive/issue
2015-04-02T09:19:08
2025-04-01T06:39:13.837617
{ "authors": [ "mrgrain", "radekdostal" ], "repo": "josedvq/colpick-jQuery-Color-Picker", "url": "https://github.com/josedvq/colpick-jQuery-Color-Picker/issues/46", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }