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 |
|---|---|---|---|---|---|
2067031371 | SakeDokoへのエクスポート
Why/ 背景
SakeDoko というサービスがある。
酒の種類と買った場所を登録してマイマップを作れる。
What/ 何をしたいか
SAKAZUKIに登録した酒ページに、SakeDokoへの登録リンクをおけないか?
銘柄、銘柄詳細、買った日付くらいをいれれると便利そう。
How/ どうやって実現するか
SakeDoko、param受け入れてるかから調査。
そもそも/posts/newへダイレクトにアクセスすると、/mypagesに飛ばされちゃうな。
ぴえん。
ダメそう
| gharchive/issue | 2024-01-05T09:44:15 | 2025-04-01T06:39:39.552463 | {
"authors": [
"yonta"
],
"repo": "momocus/sakazuki",
"url": "https://github.com/momocus/sakazuki/issues/685",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1206025584 | 酒indexのデザインを新しくした!
after #469
fix #405
ついに新たな酒indexとなったぞ!
やったこと
酒indexを新たなデザインにした
カードデザインを採用した
画面サイズによって3列・2列・1列が切り替わる
グラフは4x3ですべて固定した
各種RSpecを修正した
構造が大きく変わったので、testidの振り方を修正
変更箇所のみリファクタ
ここ揃ってないんだけど、Cardでいい感じに揃える方法がわからん~~~~
どこ揃えにしても空白が目立つな・・・
やっぱ下に揃えよう
これ、新しくなったのでますますsort機能いらないな。
実際使ってないし。
| gharchive/pull-request | 2022-04-16T06:02:55 | 2025-04-01T06:39:39.556624 | {
"authors": [
"yonta"
],
"repo": "momocus/sakazuki",
"url": "https://github.com/momocus/sakazuki/pull/471",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
523689781 | Corneal transplant term questions
I am having difficulties finding specific definitions and differences in some of these terms. It seems to me that some of them have overlapping meaning or are synonymous, but I haven't found a resources that defines all of them.
Corneal transplant
corneal patch graft
traditiona... | gharchive/issue | 2019-11-15T21:10:31 | 2025-04-01T06:39:39.565222 | {
"authors": [
"LCCarmody"
],
"repo": "monarch-initiative/MAxO",
"url": "https://github.com/monarch-initiative/MAxO/issues/118",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2033376709 | Add superclass to pregnancy loss, recurrent, 4
close #6867
@sabrina
I'm not totally certain about this. This superclass makes sense per Megan's suggestion (based on what is in the OMIM description) but it seems to be weird to have a disease that is a susceptibility and a disease. But it does seem to make sense in thi... | gharchive/pull-request | 2023-12-08T22:16:29 | 2025-04-01T06:39:39.569310 | {
"authors": [
"nicolevasilevsky",
"sabrinatoro"
],
"repo": "monarch-initiative/mondo",
"url": "https://github.com/monarch-initiative/mondo/pull/7008",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2012874119 | new maxo annotation example
This is a new maxo annotation example for PMID 31078652, in a new subfolder under cases called hannah_manual_annotations.
Thanks @hannahblau
| gharchive/pull-request | 2023-11-27T18:40:18 | 2025-04-01T06:39:39.570387 | {
"authors": [
"caufieldjh",
"hannahblau"
],
"repo": "monarch-initiative/ontogpt-experiments",
"url": "https://github.com/monarch-initiative/ontogpt-experiments/pull/4",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
296158104 | Fix floating point casting to integer in PHP calculator
Fixes #455
@chekalskiy can you please check if this solves the issue for you?
Yup, it did.
I'll check a bit later. Thank you
I've tested and now my test case looks fine. 👍
But shouldn't we add castString() to add(), subtract(), absolute() and mod() meth... | gharchive/pull-request | 2018-02-11T03:58:22 | 2025-04-01T06:39:39.655288 | {
"authors": [
"chekalskiy",
"frederikbosch",
"sagikazarmark"
],
"repo": "moneyphp/money",
"url": "https://github.com/moneyphp/money/pull/460",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1197152589 | Ability to parse UUID
https://github.com/mongkok/fastapi-debug-toolbar/blob/3552b0bbb8e1a86a4f5eaaf214e6916d52c941ef/debug_toolbar/panels/sql.py#L120-L121
Using UUID field raise an exception
*** TypeError: Object of type UUID is not JSON serializable
I suggest, adding UUID serialization, by cast to str
if isinstance(... | gharchive/issue | 2022-04-08T10:38:41 | 2025-04-01T06:39:39.659077 | {
"authors": [
"deby22",
"florimondmanca",
"mongkok"
],
"repo": "mongkok/fastapi-debug-toolbar",
"url": "https://github.com/mongkok/fastapi-debug-toolbar/issues/15",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2365813168 | Does not work with latest models
It does not produce response with text-embedding-3-small and gpt-4o combination
can you provide more information about the error that you're getting so we can help debug?
as a first step, you can try to lower the minScore in the FindContentFunc. the .9 that we have as a default in t... | gharchive/issue | 2024-06-21T06:25:40 | 2025-04-01T06:39:39.663396 | {
"authors": [
"hasaketa",
"mongodben"
],
"repo": "mongodb/chatbot",
"url": "https://github.com/mongodb/chatbot/issues/441",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
990139724 | test: remove tests for deprecated command
Proposed changes
Remove tests for deprecated command, this commands have been deprecated for a while and they are starting to flake so better to remove them
Checklist
[x] I have added tests that prove my fix is effective or that my feature works
[x] I have added any necessar... | gharchive/pull-request | 2021-09-07T16:08:42 | 2025-04-01T06:39:39.688208 | {
"authors": [
"gssbzn"
],
"repo": "mongodb/mongocli",
"url": "https://github.com/mongodb/mongocli/pull/826",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
318742209 | Cannot insert a field with '.' ('dot') in field name
Summary:
Cannot insert any Map that contains e.g. mail (with dot) as a key. Tested on Morphia 1.3.2.
Steps to reproduce:
Create class containing map, e.g.:
class MyObjectWithMap {
Map<String, String> map = Maps.newHashMap();
}
Try to save object:
MyObj... | gharchive/issue | 2018-04-29T19:22:48 | 2025-04-01T06:39:39.697223 | {
"authors": [
"Shad0wCore",
"elwin013",
"evanchooly"
],
"repo": "mongodb/morphia",
"url": "https://github.com/mongodb/morphia/issues/1244",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2767038 | Mongoid support for non-rack applications
I'm using Mongoid in a non-rack application, and after updating to 2.4.0 I started receiving the error "Mongoid attempted to find the appropriate environment but no Rails.env, Sinatra::Base.environment, or RACK_ENV could be found" as soon as i load the configuration.
Is Mongo... | gharchive/issue | 2012-01-09T10:18:27 | 2025-04-01T06:39:39.699786 | {
"authors": [
"danielemilan",
"durran"
],
"repo": "mongoid/mongoid",
"url": "https://github.com/mongoid/mongoid/issues/1568",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1315640699 | sub-document virtuals in nested arrays don't get attached when specified
Do you want to request a feature or report a bug?
Bug
What is the current behaviour?
The virtuals of sub-documents in nested arrays aren't attached to the result when I specify the virtual paths { virtuals: [...] }. It works fine when I lean the... | gharchive/issue | 2022-07-23T11:51:46 | 2025-04-01T06:39:39.711945 | {
"authors": [
"iammola",
"vkarpov15"
],
"repo": "mongoosejs/mongoose-lean-virtuals",
"url": "https://github.com/mongoosejs/mongoose-lean-virtuals/issues/62",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2092221152 | 🛑 Lobembe is down
In cc33316, Lobembe (https://lobembe.mongulu.cm) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Lobembe is back up in d2175b4 after 15 minutes.
| gharchive/issue | 2024-01-20T19:56:38 | 2025-04-01T06:39:39.714949 | {
"authors": [
"fabiolatagne97"
],
"repo": "mongulu-cm/uptime",
"url": "https://github.com/mongulu-cm/uptime/issues/610",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1236142335 | ⚠️ Quirk Club Argentina (API endpoint) has degraded performance
In a8cb0e6, Quirk Club Argentina (API endpoint) (https://us-central1-quirkclub-dev.cloudfunctions.net/api/check/api) experienced degraded performance:
HTTP code: 200
Response time: 7418 ms
Resolved: Quirk Club Argentina (API endpoint) performance has... | gharchive/issue | 2022-05-14T23:30:58 | 2025-04-01T06:39:39.719338 | {
"authors": [
"monitoring-apps"
],
"repo": "monitoring-apps/qc.app",
"url": "https://github.com/monitoring-apps/qc.app/issues/72",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2161904450 | Update silencer-plugin to 1.7.16 in series/4.x
About this PR
📦 Updates com.github.ghik:silencer-plugin from 1.7.8 to 1.7.16
📜 GitHub Release Notes - Version Diff
Usage
✅ Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, ... | gharchive/pull-request | 2024-02-29T18:54:56 | 2025-04-01T06:39:39.733664 | {
"authors": [
"scala-steward"
],
"repo": "monix/monix",
"url": "https://github.com/monix/monix/pull/1817",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
682416222 | Usage with Scala version 2.13
When running with Scala 2.13 it turns up with java.lang.ClassNotFoundException: scala.Serializable using monix shade version "io.monix" % "shade_2.12" % "1.10.0".
But works if we use with Scala version 2.12.
Do we have a way to use with Scala 2.13 or this library to be compiled to 2.13?
... | gharchive/issue | 2020-08-20T05:12:26 | 2025-04-01T06:39:39.735774 | {
"authors": [
"kr-pawan",
"xBATx"
],
"repo": "monix/shade",
"url": "https://github.com/monix/shade/issues/66",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
518569918 | Problem generating correct Entrypoint for method.
I'm using templates on Linux, using the CLI.exe to generate C# and the correct -Symbols.cpp files. I added the following to the CppCharp.Generator#Setup(Driver) method:
driver.Options.GenerateClassTemplates = true;
My simple class:
#include <string>
class Exa... | gharchive/issue | 2019-11-06T16:04:44 | 2025-04-01T06:39:39.746998 | {
"authors": [
"polar",
"tritao"
],
"repo": "mono/CppSharp",
"url": "https://github.com/mono/CppSharp/issues/1260",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
563377984 | [FEATURE] Adding metadata properties to JPEG images when using SKPixmap.Encode()
Is your feature request related to a problem? Please describe.
JPEG images and other image file types can have additional metadata properties that can enhance how the picture is interpreted by renderers. An example is the
"/xmp/{wstr=ht... | gharchive/issue | 2020-02-11T17:56:10 | 2025-04-01T06:39:39.750557 | {
"authors": [
"BenMcLean",
"andreasbrostencab",
"mscherotter"
],
"repo": "mono/SkiaSharp",
"url": "https://github.com/mono/SkiaSharp/issues/1139",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2474483750 | Colab 환경에서 KobertTokenizer 사용 시 AttributeError: token2idx 에러
부모클래스 생성자함수 super().init() 부분에서 get_vocab() 메서드를 호출하게 되는데, 이것이 초기화되어있지 않아 발생하는 오류가 있습니다.
사실 순서만 바꿔서 token2dix를 초기화한 뒤 부모클래스 생성자를 실행하면 해결됩니다.
간단하게 해결이 가능한 이슈이기도 하고, 테스트해보면 학습도 잘 되는것 같아요.
사용이 급하신 분들은 #12 Pull Request의 tokenization_kobert.py 파일을 가져다가 사용하시면... | gharchive/issue | 2024-08-20T00:18:56 | 2025-04-01T06:39:39.789172 | {
"authors": [
"devsosin"
],
"repo": "monologg/KoBERT-Transformers",
"url": "https://github.com/monologg/KoBERT-Transformers/issues/14",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
108441641 | Unexpected start of next frame
Connection between XBee client and TCP server is not stable.
Before TCP connection drop The warning "unexpected start of next frame" is printed.
Byte processing is fixed. End of the frame will not be missed anymore.
| gharchive/issue | 2015-09-26T05:26:40 | 2025-04-01T06:39:39.794542 | {
"authors": [
"monstrenyatko"
],
"repo": "monstrenyatko/butler-xbee-gateway",
"url": "https://github.com/monstrenyatko/butler-xbee-gateway/issues/10",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
105864000 | ReferenceError cordova is not defined
Tried to follow instrutctions given here : https://docs.moodle.org/dev/Setting_up_your_development_environment_for_Moodle_Mobile_2
but i keep getting "cordova is not defined" when trying to connect to moodle.
Hi,
we've identified this error and we've opened an issue to fix it:... | gharchive/issue | 2015-09-10T17:59:25 | 2025-04-01T06:39:39.798054 | {
"authors": [
"carloscallahuayapa",
"dpaloucva",
"hitteshahuja",
"jleyva"
],
"repo": "moodlehq/moodlemobile2",
"url": "https://github.com/moodlehq/moodlemobile2/issues/217",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
659615570 | Package implement?
Hey could you implement a package system so we can use this program in our software? chrome, err := Recovery(browser, "text.json", history,password,cookie)
ok, I would add this feature today or tomorrow.
Thank you, would it be possible to make it so you can choose only windows function so build... | gharchive/issue | 2020-07-17T20:33:54 | 2025-04-01T06:39:39.815619 | {
"authors": [
"Dontmindmes",
"moonD4rk"
],
"repo": "moonD4rk/HackBrowserData",
"url": "https://github.com/moonD4rk/HackBrowserData/issues/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1738767552 | 🛑 THORN Website is down
In 6b769a6, THORN Website (https://www.thorn.so) was down:
HTTP code: 0
Response time: 0 ms
Resolved: THORN Website is back up in cd24f3f.
| gharchive/issue | 2023-06-02T20:13:58 | 2025-04-01T06:39:39.818586 | {
"authors": [
"Alecyrus"
],
"repo": "mooncyan/Status",
"url": "https://github.com/mooncyan/Status/issues/116",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
244160864 | Project name
Some words to play with:
learning
education
resonance
engineering
computation
frequency
vibration
oscillation
damping
natrual frequency
phase shift
degree of freedom
mass spring damper
mode shape
mode
eigen*
stability
Going with resonance.
| gharchive/issue | 2017-07-19T20:16:13 | 2025-04-01T06:39:39.862515 | {
"authors": [
"moorepants"
],
"repo": "moorepants/resonance",
"url": "https://github.com/moorepants/resonance/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1889993059 | 🛑 plex server is down
In 12e83f9, plex server ($PLEX_URL/identity) was down:
HTTP code: 0
Response time: 0 ms
Resolved: plex server is back up in 8175106 after 5 minutes.
| gharchive/issue | 2023-09-11T08:45:27 | 2025-04-01T06:39:39.864720 | {
"authors": [
"mooseburgr"
],
"repo": "mooseburgr/kmj-wtf-upptime",
"url": "https://github.com/mooseburgr/kmj-wtf-upptime/issues/239",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1991380358 | Reduce Jaro term proximity
We can roughly assume terms should match within a few positions relative to each other. Queries should contain as many terms as possible and ideally would have rough ordering similar to indexed terms.
Codecov Report
Merging #511 (53d1fd2) into master (766a672) will decrease coverage by 0... | gharchive/pull-request | 2023-11-13T19:58:18 | 2025-04-01T06:39:39.868556 | {
"authors": [
"adamdecaf",
"codecov-commenter"
],
"repo": "moov-io/watchman",
"url": "https://github.com/moov-io/watchman/pull/511",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
906272781 | Support macOS 11 Big Sur Binary Downloads
There was some compatibility code for Golang versions less than 1.4.3 that broke installs on Big Sur. Prior to 1.4.3, there were two versions for osx10.8 and osx10.6. 1.4.3 introduced a unified amd64 version. When OS X changed the major version from 10 to 11, that logic broke... | gharchive/pull-request | 2021-05-29T01:12:28 | 2025-04-01T06:39:39.874027 | {
"authors": [
"jeremy-ebler-vineti"
],
"repo": "moovweb/gvm",
"url": "https://github.com/moovweb/gvm/pull/380",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
128832238 | get toplist not working, len of list is empty
toplist = self.session.get_toplist(type=spotify.ToplistType.TRACKS, region='US')
toplist.load()
print len(toplist.tracks)
-> 0
print len(toplist.artists)
-> 0
Tell me how to fix this issue?
thanks!
Toplists seems to work as expected:
In [1]: import spotify
In [2]: sess... | gharchive/issue | 2016-01-26T14:17:59 | 2025-04-01T06:39:39.886421 | {
"authors": [
"hoangphuongcs",
"jodal"
],
"repo": "mopidy/pyspotify",
"url": "https://github.com/mopidy/pyspotify/issues/181",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
267406894 | recording never starts but screenshot works
Honor 6X - Android 7
Mac OS High Sierra
Version 1.65
Just installed the latest version and recording never starts. It displays "recording finished" as soon as video recording button pressed.
Same here:
Nokia 3 - Android 7.1.1
macOS Sierra 10.12.6
AndroidTool 1.66 (1)
... | gharchive/issue | 2017-10-21T19:21:06 | 2025-04-01T06:39:39.996527 | {
"authors": [
"courtox",
"emmiep",
"redhatjobin"
],
"repo": "mortenjust/androidtool-mac",
"url": "https://github.com/mortenjust/androidtool-mac/issues/134",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
305021583 | Added --quiet option.
Suppresses most messages. Test failures will still print and the 'Total: Passed X/Y tests' line will still print.
This is a great idea. The only issue is that with test suites with only one describe, like the example project, the total isn't printed, because it wolud be wasteful to print both ... | gharchive/pull-request | 2018-03-14T04:45:29 | 2025-04-01T06:39:40.000096 | {
"authors": [
"mattsmith24",
"mortie"
],
"repo": "mortie/snow",
"url": "https://github.com/mortie/snow/pull/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
740266005 | Mosaic doesn't expand when resizing the terminal window and it panics
OS: mac-os
terminal: alacritty
When I run Mosaic inside Alaacritty, I get into a situation where mosaic pane size is stuck (and sometimes panics).
Reconstruct:
Open Alacritty to not take full-screen area.
run mosaic
resize alacritty to full screen... | gharchive/issue | 2020-11-10T21:47:19 | 2025-04-01T06:39:40.004104 | {
"authors": [
"imsnif",
"qballer"
],
"repo": "mosaic-org/mosaic",
"url": "https://github.com/mosaic-org/mosaic/issues/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1586766955 | Make wandb checkpoint logging compatible with wandb model registry
What does this PR do?
This PR modifies wandb_logger.py to instantiate model checkpoints as type "model" instead of ".pt", to allow compatibility with W&B's new model registry feature, which MosaicML and WandB are cross-promoting with a demo/webinar ne... | gharchive/pull-request | 2023-02-15T23:52:31 | 2025-04-01T06:39:40.009070 | {
"authors": [
"growlix"
],
"repo": "mosaicml/composer",
"url": "https://github.com/mosaicml/composer/pull/1973",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1792086163 | Fix wandb errror with autoresume issue
What does this PR do?
The new wandb release (0.15.5) changes it's error messages for artifact downloading failures. Our WandBLogger is designed to be EAFP instead of LBYL, so it relies on catching an exact error to prevent autoresume from trying to download checkpoints from wand... | gharchive/pull-request | 2023-07-06T19:09:10 | 2025-04-01T06:39:40.011083 | {
"authors": [
"antoinebrl",
"eracah"
],
"repo": "mosaicml/composer",
"url": "https://github.com/mosaicml/composer/pull/2353",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1617362728 | Error in ResNet ImageNet examples
While training ResNet with the "mild" ImageNet recipe, I realized that the call to config.update(recipe_config) doesn't actually work. See these lines.
recipe_config is an OmegaConf dictionary config with keys that include dots in the name:
{
'model.loss_name': 'binary_cross_entr... | gharchive/issue | 2023-03-09T14:26:52 | 2025-04-01T06:39:40.014088 | {
"authors": [
"Landanjs",
"samuelstevens"
],
"repo": "mosaicml/examples",
"url": "https://github.com/mosaicml/examples/issues/219",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
514991518 | Switch entrypoints to functions that load classes
PR Summary:
Small change post-#282 per suggestions of @uppittu11 and @ahy3nz https://github.com/mosdef-hub/foyer/pull/282#issuecomment-547144491 https://github.com/mosdef-hub/forcefield_perfluoroethers/pull/4/files#r339807274
Instead of the entrypoint being an instanc... | gharchive/pull-request | 2019-10-30T21:24:04 | 2025-04-01T06:39:40.034885 | {
"authors": [
"ahy3nz",
"mattwthompson",
"rsdefever",
"uppittu11"
],
"repo": "mosdef-hub/foyer",
"url": "https://github.com/mosdef-hub/foyer/pull/288",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1030703190 | Return periodic torsion params, regardless of k value
PR Summary:
See #470 for further details. Previously, we didn't return any parameters if the value of k == 0. This PR attempts to fix that. Resolves #470.
PR Checklist
[x] Includes appropriate unit test(s)
[x] Appropriate docstring(s) are added/updated
[x] Code ... | gharchive/pull-request | 2021-10-19T20:14:41 | 2025-04-01T06:39:40.037570 | {
"authors": [
"justinGilmer",
"umesh-timalsina"
],
"repo": "mosdef-hub/foyer",
"url": "https://github.com/mosdef-hub/foyer/pull/471",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1158970750 | Modify pentaneUA statepoints for flexible and constrained
In order to compare between MD and MC treatments of pentaneUA, we need to have both rigid and flexible models for pentaneUA.
*Lammps-VU and lammps-UD can not do constrained bonds
*All MC engines and HOOMD + Gromacs can do constrained bonds
*All MC engines cann... | gharchive/pull-request | 2022-03-03T22:23:12 | 2025-04-01T06:39:40.039855 | {
"authors": [
"CalCraven"
],
"repo": "mosdef-hub/reproducibility_study",
"url": "https://github.com/mosdef-hub/reproducibility_study/pull/174",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1471491043 | vscode addon for formatting and highlighting
it would be nice if you made a vscode addon for Nilesoft Shell Script (.shl).
it would add simple text highlighting and support for:
collapsing {...} and multi-line items
maybe IntelliSense
(also, it would be nice if you had a discord server👍)
i'm looking into it and... | gharchive/issue | 2022-12-01T15:13:25 | 2025-04-01T06:39:40.078532 | {
"authors": [
"Natejoestev",
"moudey"
],
"repo": "moudey/Shell",
"url": "https://github.com/moudey/Shell/issues/68",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1728408982 | Reto #3 - JavaScript
Describe tus cambios
(Opcional) Sobre todo aconsejable si la "Pull Request" se corresponde con una corrección adicional y no con la presentación de un ejercicio.
Comprobaciones
Asegúrate de cumplir los siguientes puntos antes de realizar la "Pull Request":
[x] El título de mi Pull Request sigue ... | gharchive/pull-request | 2023-05-27T02:15:39 | 2025-04-01T06:39:40.101106 | {
"authors": [
"FabianCristancho",
"captaindrokky"
],
"repo": "mouredev/retos-programacion-2023",
"url": "https://github.com/mouredev/retos-programacion-2023/pull/3608",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
163594533 | Resource Content changes
Remove Application name/description from all resource content pages.
Replace with Resource Card for specific operation
Implemented
| gharchive/issue | 2016-07-04T02:46:05 | 2025-04-01T06:39:40.117154 | {
"authors": [
"d4ncer"
],
"repo": "movio/apidoc-ui",
"url": "https://github.com/movio/apidoc-ui/issues/32",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1290196045 | 🛑 t10n Services: Dynamic Image CDN (Das Quartier) is down
In 41503f9, t10n Services: Dynamic Image CDN (Das Quartier) (https://dq-images.t10n.de) was down:
HTTP code: 403
Response time: 213 ms
Resolved: t10n Services: Dynamic Image CDN (Das Quartier) is back up in 8a964b5.
| gharchive/issue | 2022-06-30T14:10:26 | 2025-04-01T06:39:40.122744 | {
"authors": [
"moximoti"
],
"repo": "moximoti/upptime",
"url": "https://github.com/moximoti/upptime/issues/80",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
123216929 | Add CC License matter to Terms
Split from #1311
何かをForkしたプロジェクトを利用する際に、「作者と作者以外のクレジット表示される者」というのがフォーク元のプロジェクトのオーナーとコラボレーターにあたる、というようなことを利用規約に書いておく
・利用規約第5条第4項を新設(クレジット表示されるものに関する項目)
4. クリエイティブ・コモンズ・ライセンスが付与された投稿素材をユーザーが利用する場合、当該ユーザーは同ライセンスの表示義務にしたがって「ライセンス対象物の作者その他クレジット表示される者」を表示しなければなりません(同ライセンス第3条a.1.A.ⅰ)。本サービスにお... | gharchive/issue | 2015-12-21T06:11:24 | 2025-04-01T06:39:40.188647 | {
"authors": [
"oshimaryo"
],
"repo": "mozilla-japan/gitfab2",
"url": "https://github.com/mozilla-japan/gitfab2/issues/1316",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2409321071 | Audit requirements may be overly strong when dealing with multiple root crates in a workspace
This was noticed in https://bugzilla.mozilla.org/show_bug.cgi?id=1907810, specifically because of the changes in https://phabricator.services.mozilla.com/D212959#inline-1194604.
If we have multiple crates in the local worksp... | gharchive/issue | 2024-07-15T18:06:03 | 2025-04-01T06:39:40.532001 | {
"authors": [
"afranchuk",
"mystor"
],
"repo": "mozilla/cargo-vet",
"url": "https://github.com/mozilla/cargo-vet/issues/626",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
84709566 | [bug 1169261] Fix event tracking
Event tracking needs the provider version number so we can distinguish
between flows for successive algorithms. Further, the "suggest" event
needs to be synchronous while the "view*" events can be asynchronous.
Sorry--forgot to do this. :(
r?
lgtm r+!
Thank you!
| gharchive/pull-request | 2015-06-03T18:35:49 | 2025-04-01T06:39:40.547823 | {
"authors": [
"rlr",
"willkg"
],
"repo": "mozilla/fjord",
"url": "https://github.com/mozilla/fjord/pull/593",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
343819816 | Request headers support for protocols
This is followup from #2 where you can find all the details. Below quote is short summary:
Request Headers - Things seems here sadly far more complicated, but it is also clear that this is really important for proper support of Video / Audio tags that just assume HTTP backend. I... | gharchive/issue | 2018-07-23T22:34:10 | 2025-04-01T06:39:40.642735 | {
"authors": [
"Gozala",
"lidel"
],
"repo": "mozilla/libdweb",
"url": "https://github.com/mozilla/libdweb/issues/36",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
740263112 | Question: Can this library not be used from Node.js?
Hello,
I just have a question. Can this library not be used from Node.js? I get this error when trying to open a PDF file
The browser/environment lacks native support for critical functionality used by the PDF.js library (e.g. ReadableStream and/or Promise.allSettl... | gharchive/issue | 2020-11-10T21:42:17 | 2025-04-01T06:39:40.712934 | {
"authors": [
"siddjain",
"timvandermeij"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/issues/12606",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
959092718 | Null pointer exception in optional_content_config.js when viewing PDF document
The document in question: doc_image.pdf
Configuration:
Web browser - Chrome
Operating system and its version: Windows 10
PDF.js version: 2.8.335, 2.10.377
Is a browser extension: no
Expected document rendering:
Actual rendering with an ... | gharchive/issue | 2021-08-03T13:01:02 | 2025-04-01T06:39:40.717882 | {
"authors": [
"Snuffleupagus",
"calixteman",
"ypersion1956"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/issues/13851",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2223846727 | transposed JBIG2 text segments with non-topleft reference corner don't render correctly
Attach (recommended) or Link to PDF file here:
symbol-texttranspose.pdf
symbol-topright-transposed.pdf
symbol-bottomleft-transposed.pdf
symbol-bottomright-transposed.pdf
Configuration:
Web browser and its version: Chrome 123.0.6... | gharchive/issue | 2024-04-03T20:27:57 | 2025-04-01T06:39:40.725820 | {
"authors": [
"nico"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/issues/17883",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2594871918 | [Bug]: Annotation artifacts remain visible in viewer after deleting all annotations.
Attach (recommended) or Link to PDF file
test.pdf
Web browser and its version
Mozilla Firefox
Operating system and its version
Windows 10
PDF.js version
4.7.76
Is the bug present in the latest PDF.js version?
Yes
Is a browser extensi... | gharchive/issue | 2024-10-17T14:11:46 | 2025-04-01T06:39:40.732357 | {
"authors": [
"atrinker",
"calixteman",
"zzadxz"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/issues/18915",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1413094931 | Remove the Glyph.matchesForCache method (PR 13494 follow-up)
This method, and its class, was originally added in PR #4453 to reduce memory usage when parsing text. Then PR #13494 extended the Glyph-representation slightly to also include the charCode, which made the matchesForCache method effectively redundant since ... | gharchive/pull-request | 2022-10-18T12:00:34 | 2025-04-01T06:39:40.735788 | {
"authors": [
"Snuffleupagus"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/pull/15586",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1494254734 | The annotation layer dimensions must be set before adding some elements (follow-up of #15770)
In order to move the annotations in the DOM to have something which corresponds to the visual order, we need to have their dimensions/positions which means that the parent must have some dimensions.
/botio integrationtest
... | gharchive/pull-request | 2022-12-13T13:37:22 | 2025-04-01T06:39:40.737093 | {
"authors": [
"calixteman"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/pull/15820",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1577682635 | [api-minor] Don't print hidden annotations (bug 1815196)
and handle correctly the NoView and NoPrint flags when they're changed
from JS.
/botio test
/botio test
The test bug1737260-oc was failing because the visibility of a widget is now handled in the annotation layer, hence I fixed it in adding annotations: t... | gharchive/pull-request | 2023-02-09T11:04:35 | 2025-04-01T06:39:40.740749 | {
"authors": [
"Snuffleupagus",
"calixteman"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/pull/16029",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
327116317 | Backout of pull request #9345
Refer to https://github.com/mozilla/pdf.js/pull/9345#issuecomment-392536768.
/botio-linux preview
Trivial.
| gharchive/pull-request | 2018-05-28T20:58:33 | 2025-04-01T06:39:40.742414 | {
"authors": [
"timvandermeij"
],
"repo": "mozilla/pdf.js",
"url": "https://github.com/mozilla/pdf.js/pull/9757",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
110948265 | test cases added for agents.py
This is a test case for agents.py
Please do let me know, this is how you want to continue in tests. I am writing for other modules also
How to run
project_root_folder# cd tests
project_root_folder/tests# nosetests test_agents.py
....
Ran 4 tests in 5.909s
OK
I cannot start it.
Starti... | gharchive/pull-request | 2015-10-12T10:28:22 | 2025-04-01T06:39:40.762495 | {
"authors": [
"anoopvalluthadam",
"sylvestre"
],
"repo": "mozilla/relman-auto-nag",
"url": "https://github.com/mozilla/relman-auto-nag/pull/24",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
167117023 | yargs can't handle the way process.argv looks in some electron contexts.
yargs assumes that process.argv is [node_path, initial_js, ...rest] so it strips the first two parts of the array and processes the rest (https://github.com/yargs/yargs/blob/master/index.js#L6).
But in electron, particularly when we run as a pac... | gharchive/issue | 2016-07-22T19:38:51 | 2025-04-01T06:39:40.797378 | {
"authors": [
"Mossop",
"victorporof"
],
"repo": "mozilla/tofino",
"url": "https://github.com/mozilla/tofino/issues/860",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
222834763 | HELP: disable/enable editing
Hi how to enable or disable contentEditing of DIV ?
I tried this but nothing , it dont work
document.getElementsByClassName("simditor-body").contentEditable=flase; this.body.contentEditable=false;
How to create a function like this
Simditor.prototype.enableEditing= function(enable) { ... | gharchive/issue | 2017-04-19T18:50:12 | 2025-04-01T06:39:40.968799 | {
"authors": [
"aresares",
"mr5"
],
"repo": "mr5/icarus-android",
"url": "https://github.com/mr5/icarus-android/issues/30",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
33268712 | Doesn't timeout properly when server is unreachable
var r = require('redis').createClient(null, '1.2.3.4', {connect_timeout: 1000}); r.on('ready', function(){ console.log('ready!'); }).on('error', function(err){ console.log('error: ' + err)});
It doesn't timeout after 1 second. It does timeout after unknown amount ... | gharchive/issue | 2014-05-11T19:34:58 | 2025-04-01T06:39:41.000257 | {
"authors": [
"BenHall",
"BridgeAR",
"bgSosh",
"celesteking",
"chrisbaldauf",
"jbergknoff",
"michelsalib",
"raviv"
],
"repo": "mranney/node_redis",
"url": "https://github.com/mranney/node_redis/issues/587",
"license": "MIT",
"license_type": "permissive",
"license_source": ... |
1643126041 | 🛑 Lyster Exteriors [855lysters.com] is down
In 73e331f, Lyster Exteriors [855lysters.com] (https://855lysters.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Lyster Exteriors [855lysters.com] is back up in 4365d96.
| gharchive/issue | 2023-03-28T03:10:15 | 2025-04-01T06:39:41.006247 | {
"authors": [
"mrbrant89"
],
"repo": "mrbrant89/od1-monitoring",
"url": "https://github.com/mrbrant89/od1-monitoring/issues/80",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
541800429 | Adding the specified count to the semaphore would cause it to exceed its maximum count
First off, I have to say, this wrapper is great, I've been using it with great success.
However at some point I had the need to fire off these Rest20 commands as async Tasks and I occasionally received an error in StreamSession.cs ... | gharchive/issue | 2019-12-23T15:29:20 | 2025-04-01T06:39:41.017406 | {
"authors": [
"Jaco-JvZ",
"mrchrisok",
"yAnn1ck-B"
],
"repo": "mrchrisok/OandaV20",
"url": "https://github.com/mrchrisok/OandaV20/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1669580431 | Check with DeviceControl Software Update
Hey,
did anybody check compatibility with new Devices Control Software from minidsp?
Would love to clarify before updating and breaking the connection for minidsp-rs
thy
I think you are refering to device console? I did upgrade my SHD to that latest firmware. While minidsp... | gharchive/issue | 2023-04-15T21:29:47 | 2025-04-01T06:39:41.099905 | {
"authors": [
"holisticagile",
"scottshanafelt"
],
"repo": "mrene/minidsp-rs",
"url": "https://github.com/mrene/minidsp-rs/issues/568",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2119016708 | [FEATURE REQUEST] add support for notifications icons
:speech_balloon: Description
It would be awesome if this package also generates the icons for notifications.
:question: Platform
This would be for Android.
Duplicated #29
I have add android notification icon on this release v3.0.0-beta.1
| gharchive/issue | 2024-02-05T16:52:35 | 2025-04-01T06:39:41.183864 | {
"authors": [
"JobMoll",
"deandreamatias",
"mrrhak"
],
"repo": "mrrhak/icons_launcher",
"url": "https://github.com/mrrhak/icons_launcher/issues/48",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
225300897 | Does it has BigDecimal in mruby?
I found that in some circumstances I need highly precise decimal type for calculation. So does Mruby support BigDecimal or does it has Mruby gems to support that? thanks!! If not, what should I do the achieve that?
There is a gem to add bignum support.
https://github.com/chasonr/mru... | gharchive/issue | 2017-04-30T03:12:57 | 2025-04-01T06:39:41.189167 | {
"authors": [
"Asmod4n",
"beoran",
"chasonr",
"torsakch"
],
"repo": "mruby/mruby",
"url": "https://github.com/mruby/mruby/issues/3646",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1718392240 | Issue with implementing ctx.i18n.t("...") in Telegraf's "scenes"
Hello,
Thank you for your contribution. I am currently exploring how to make ctx.i18n.t("...") work in Telegraf's "scenes", and I'm encountering some difficulties. I would appreciate any assistance or guidance on this matter.
Could you please provide m... | gharchive/issue | 2023-05-21T06:49:16 | 2025-04-01T06:39:41.198825 | {
"authors": [
"Chococoin",
"msaebi031"
],
"repo": "msaebi031/i18n-telegraf",
"url": "https://github.com/msaebi031/i18n-telegraf/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2216618751 | 🛑 Do53 Roost IPv6 UDP is down
In 965233b, Do53 Roost IPv6 UDP (http://107.189.10.142:9204) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Do53 Roost IPv6 UDP is back up in 3edd04a after 1 hour.
| gharchive/issue | 2024-03-30T18:36:54 | 2025-04-01T06:39:41.215884 | {
"authors": [
"mschirrmeister"
],
"repo": "mschirrmeister/upptime-loopx",
"url": "https://github.com/mschirrmeister/upptime-loopx/issues/4565",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2595925036 | Sequential processing
dRi = fcn_singleOrthonormalMatrixGeneration(angles,mus,partial_difference=True,index_pd_angle=iAngle) # TODO: Sequential processing
https://github.com/msiplab/TanSacNet/blob/fda9ca7f20ca0420b7f480b7d2da8de93a4a289c/code/appendix/torch_tansacnet/orthonormalTransform.py#L367
Ref... | gharchive/issue | 2024-10-17T22:51:51 | 2025-04-01T06:39:41.236649 | {
"authors": [
"shodimaggio"
],
"repo": "msiplab/TanSacNet",
"url": "https://github.com/msiplab/TanSacNet/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
393590326 | Complete copy edit pass.
@rotycenh
OPS Build status updates of commit c158ee4:
:clock10: Preparing: average preparing time is 45 sec(s)
OPS Build status updates of commit c158ee4:
:clock10: Incremental building: average incremental building time is 23 sec(s)
OPS Build status updates of commit c158ee4:
:warning:... | gharchive/pull-request | 2018-12-21T21:04:17 | 2025-04-01T06:39:41.264874 | {
"authors": [
"VSC-Service-Account",
"laschultz"
],
"repo": "mspnp/architecture-center",
"url": "https://github.com/mspnp/architecture-center/pull/1114",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
285161272 | naming conventions: change 3-letter suffix for Data Lake Store from 'dtl' to 'dls'
Dear all, could you please consider if it make sense to change 3-letter suffix for Data Lake Store from 'dtl' to 'dls'. The justification is that other tools already use the 'dls' abbreviation (such as Azure CLI ). Also 'dls' seem to b... | gharchive/pull-request | 2017-12-29T22:01:10 | 2025-04-01T06:39:41.269791 | {
"authors": [
"bennage",
"joakimhellum-in"
],
"repo": "mspnp/architecture-center",
"url": "https://github.com/mspnp/architecture-center/pull/342",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
259025125 | Shape error occur when running the experiment
[09:38:23] /home/pdl/workspace2/ylj/MXNet/mxnet/dmlc-core/include/dmlc/logging.h:308: [09:38:23] src/operator/batch_norm-inl.h:238: Check failed: channelAxis < dshape.ndim() (1 vs. 0) Channel axis out of range: 1
Stack trace returned 10 entries:
[bt] (0) /home/pdl/workspa... | gharchive/issue | 2017-09-20T03:02:50 | 2025-04-01T06:39:41.284064 | {
"authors": [
"mornfairy",
"xuwentang",
"yljylj"
],
"repo": "msracver/Deep-Feature-Flow",
"url": "https://github.com/msracver/Deep-Feature-Flow/issues/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
231764180 | Illegal memory access with gpu_mask_voting
It seems to me that for some images, gpu_mask_voting causes illegal memory access (the problem still exists after the latest fix on mask merge). This problem will go away if we use cpu_mask_voting instead.
I have also encountered this...thanks for solution.
| gharchive/issue | 2017-05-27T01:09:37 | 2025-04-01T06:39:41.285444 | {
"authors": [
"realwecan",
"rnunziata"
],
"repo": "msracver/FCIS",
"url": "https://github.com/msracver/FCIS/issues/16",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
170152426 | Average calculation in legend
First at all, thank you very much for this plugin @mtanda, it is very useful.
I noted a problem regarding average calculation in the legend. In my case I should have a voltage value close to 230 V, but Grafana shows me out-of-range and non-sense values (greater than 3000 V). Instead maxi... | gharchive/issue | 2016-08-09T12:21:48 | 2025-04-01T06:39:41.344536 | {
"authors": [
"dstreppa",
"mtanda"
],
"repo": "mtanda/grafana-histogram-panel",
"url": "https://github.com/mtanda/grafana-histogram-panel/issues/26",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
520601839 | Question
Hey,
I was wondering if it is possible to position the barlabel above the bar when the value is positive and below the bar when the value is negative.
My code for the bar chart options
plugins: [ Chartist.plugins.ctBarLabels({ textAnchor: 'middle', labelClass: 'ct-label', sh... | gharchive/issue | 2019-11-10T13:37:05 | 2025-04-01T06:39:41.352804 | {
"authors": [
"flixoflax",
"mtgibbs"
],
"repo": "mtgibbs/chartist-plugin-barlabels",
"url": "https://github.com/mtgibbs/chartist-plugin-barlabels/issues/7",
"license": "WTFPL",
"license_type": "permissive",
"license_source": "github-api"
} |
1570930659 | 🛑 https://minfo.ps is down
In 11b28e9, https://minfo.ps (https://minfo.ps) was down:
HTTP code: 0
Response time: 0 ms
Resolved: https://minfo.ps is back up in aba8181.
| gharchive/issue | 2023-02-04T12:53:36 | 2025-04-01T06:39:41.370903 | {
"authors": [
"mtitservice"
],
"repo": "mtitservice/site",
"url": "https://github.com/mtitservice/site/issues/270",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1634327738 | 🛑 https://moj.pna.ps is down
In 81ddb97, https://moj.pna.ps (https://moj.pna.ps) was down:
HTTP code: 0
Response time: 0 ms
Resolved: https://moj.pna.ps is back up in b8fbdb9.
| gharchive/issue | 2023-03-21T16:46:07 | 2025-04-01T06:39:41.374088 | {
"authors": [
"mtitservice"
],
"repo": "mtitservice/site",
"url": "https://github.com/mtitservice/site/issues/3952",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1689021349 | 🛑 https://db.hcys.ps is down
In 6b66db0, https://db.hcys.ps (https://db.hcys.ps) was down:
HTTP code: 0
Response time: 0 ms
Resolved: https://db.hcys.ps is back up in ab18cc9.
| gharchive/issue | 2023-04-28T19:15:13 | 2025-04-01T06:39:41.377109 | {
"authors": [
"mtitservice"
],
"repo": "mtitservice/site",
"url": "https://github.com/mtitservice/site/issues/9669",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
171828879 | Disable join button if there is no initiator
I am developing a video class app. Once the staff started the class means, i will send mail to all students who are all subscribed to that class. How do i disable the Join button in Student side if the Staff is not available, i mean if video class is not started. I'm using... | gharchive/issue | 2016-08-18T06:43:46 | 2025-04-01T06:39:41.538260 | {
"authors": [
"muaz-khan",
"nasr18"
],
"repo": "muaz-khan/RTCMultiConnection",
"url": "https://github.com/muaz-khan/RTCMultiConnection/issues/216",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
187551409 | ICE fails resolving relay when using desktop browser on one side and crosswalk or webview Android on the other side
I used the library in a project and it works fine between browsers from different networks (tried home network + 4G once). It works even between desktop browser and mobile browser (chrome). Unfortunatel... | gharchive/issue | 2016-11-06T09:43:41 | 2025-04-01T06:39:41.545434 | {
"authors": [
"mado1987",
"raducrisan1",
"webleb"
],
"repo": "muaz-khan/RTCMultiConnection",
"url": "https://github.com/muaz-khan/RTCMultiConnection/issues/283",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
547984395 | Is possible to use this library in my KITE Project ?
How can I get these stats: bandwidth usage, packets lost, local/remote ip addresses and ports, type of connection etc and use them in my KITE Project ?
hi,guys. I did it on last year.
| gharchive/issue | 2020-01-10T10:04:05 | 2025-04-01T06:39:41.546891 | {
"authors": [
"Talbot3",
"valdrinnz"
],
"repo": "muaz-khan/getStats",
"url": "https://github.com/muaz-khan/getStats/issues/27",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1594226204 | Save and Load: New Json
Save and Load: New Json
[x] Save Parse New Json
Primary: @Joperezc
Secondary: @nrhoopes
Size: MEDIUM
Actual Size: MEDIUM
Actual Time: 1HR 30MIN
Updated Json parse in the form
{guessedWords, wordList, puzzleLetters, requiredLetter, currentPoints, maxPoints}
| gharchive/issue | 2023-02-21T23:26:33 | 2025-04-01T06:39:41.559212 | {
"authors": [
"AitorCantero",
"Joperezc"
],
"repo": "mucsci-students/2023sp-420-SNEK",
"url": "https://github.com/mucsci-students/2023sp-420-SNEK/issues/80",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2001508819 | local build run failed for rwkv backend
LocalAI version:
LocalAI version v1.40.0-38-g3e35b20 (3e35b20a0201db39ac7973c4e2b6b528f3d044b2)
Environment, CPU architecture, OS, and Version:
mac m1
Darwin Kernel Version 22.6.0: arm 64
Describe the bug
load rwkv model failed, chat api request return 500:
Request:
curl http... | gharchive/issue | 2023-11-20T07:06:18 | 2025-04-01T06:39:41.572766 | {
"authors": [
"Aisuko",
"redstarxz"
],
"repo": "mudler/LocalAI",
"url": "https://github.com/mudler/LocalAI/issues/1307",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2245629167 | Add new code syntax
I really hope that the plugin can support more syntax highlighting. I have a lot of HLSL code in my notes, but Obsidian does not support highlighting by default. I wonder if this plugin could be expanded to support more syntax in the future, such as supporting all the latest syntax from PrismJS.
... | gharchive/issue | 2024-04-16T09:54:53 | 2025-04-01T06:39:41.588757 | {
"authors": [
"Porco24",
"StarkSkywalker",
"mugiwara85"
],
"repo": "mugiwara85/CodeblockCustomizer",
"url": "https://github.com/mugiwara85/CodeblockCustomizer/issues/82",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
338216743 | [emotion] Unable to override TextField's label focus class.
First, thank you for this wonderful library.
Please see this minimal example
As you can see, there is no chaging on focus label color, although my custom className is in higher order, there is two combination className stick together, causing my custom cla... | gharchive/issue | 2018-07-04T10:17:26 | 2025-04-01T06:39:41.603290 | {
"authors": [
"janhoeck",
"lukePeavey",
"markusgattol",
"nerdmax",
"oliviertassinari",
"rockmandash"
],
"repo": "mui-org/material-ui",
"url": "https://github.com/mui-org/material-ui/issues/12054",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
561562550 | Support "auto" for them.spacing() - them.spacing("auto")
[X] I have searched the issues of this repository and believe that this is not a duplicate.
Summary 💡
I think that it will be more convenient when spacing function support "auto" value.
const useStyles = makeStyles((theme: Theme) => ({
searchBar: {
... | gharchive/issue | 2020-02-07T10:49:44 | 2025-04-01T06:39:41.608965 | {
"authors": [
"hckhanh",
"oliviertassinari"
],
"repo": "mui-org/material-ui",
"url": "https://github.com/mui-org/material-ui/issues/19601",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
804925067 | Add inputRef to Select
[x] I have searched the issues of this repository and believe that this is not a duplicate.
Summary 💡
It would be nice to have inputRef on Select so that it could easily work with libraries like react-hook-form
Examples 🌈
import React from "react";
import { useForm } from "react-hook-form";... | gharchive/issue | 2021-02-09T21:08:15 | 2025-04-01T06:39:41.612955 | {
"authors": [
"Andrew5569",
"maliboo"
],
"repo": "mui-org/material-ui",
"url": "https://github.com/mui-org/material-ui/issues/24849",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
997166737 | [@mui/styled-engine-sc] The checks breaks styled-components' API
The current implementation of styled-engine-sc breaks styled-components' API when not in production
[x] The issue is present in the latest release.
[x] I have searched the issues of this repository and believe that this is not a duplicate.
Current Beh... | gharchive/issue | 2021-09-15T14:40:18 | 2025-04-01T06:39:41.618567 | {
"authors": [
"mnajdova",
"oliviertassinari",
"yleflour"
],
"repo": "mui-org/material-ui",
"url": "https://github.com/mui-org/material-ui/issues/28364",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
364624291 | [StepConnector] Customize connector based on internal states
Closes #13010
This can be accomplished with the following example:
<Stepper
connector={
<StepConnector
classes={{ lineActive: classes.lineActive, lineCompleted: classes.lineCompleted }}
/>
}
>
{/* ... */}
</Stepper>
or with using createMu... | gharchive/pull-request | 2018-09-27T19:38:57 | 2025-04-01T06:39:41.620905 | {
"authors": [
"colespencer1453",
"spirosikmd"
],
"repo": "mui-org/material-ui",
"url": "https://github.com/mui-org/material-ui/pull/13023",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2254126131 | [core] Update monorepo
Propagate https://github.com/mui/material-ui/pull/41901
Preview: https://deploy-preview-333--base-ui.netlify.app/base-ui/getting-started/
On hold, waiting for #326 to be merged
| gharchive/pull-request | 2024-04-19T22:28:22 | 2025-04-01T06:39:41.622717 | {
"authors": [
"oliviertassinari"
],
"repo": "mui/base-ui",
"url": "https://github.com/mui/base-ui/pull/333",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1514550568 | Syntax error: "@next/font" requires SWC although Babel is being used due to a custom babel config being present.
Duplicates
[X] I have searched the existing issues
Latest version
[X] I have tested the latest version
Steps to reproduce 🕹
Link to live example:
Steps:
Open the example on this page in StackBlitz:
... | gharchive/issue | 2022-12-30T14:10:40 | 2025-04-01T06:39:41.628883 | {
"authors": [
"behrangsa",
"marciofaria-git",
"mnajdova"
],
"repo": "mui/material-ui",
"url": "https://github.com/mui/material-ui/issues/35673",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2391117163 | Perhaps a more correct calculation sizeof for memcpy()
@matttbe, @mjmartineau,
am I correct in assuming that in this code, memcpy has different size and it possible underflow or overflow?
I don't know code perfectly, so I'm asking you. If I make a mistake, cancel PR changes.
Thanks for PR, too! It's always good to... | gharchive/pull-request | 2024-07-04T15:36:51 | 2025-04-01T06:39:41.869587 | {
"authors": [
"GermanAizek",
"matttbe",
"ossama-othman"
],
"repo": "multipath-tcp/mptcpd",
"url": "https://github.com/multipath-tcp/mptcpd/pull/294",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1932008832 | Remove assignment to the variable as the value is never used(1)
Breaking change
Proposed change
Type of change
[ ] Dependency upgrade
[ ] Bugfix (non-breaking change which fixes an issue)
[ ] New integration (thank you!)
[ ] New feature (which adds functionality to an existing integration)
[ ] Deprecation (break... | gharchive/pull-request | 2023-10-08T19:01:26 | 2025-04-01T06:39:41.926933 | {
"authors": [
"GaneshSarla",
"munterkalmsteiner"
],
"repo": "munterkalmsteiner/core",
"url": "https://github.com/munterkalmsteiner/core/pull/167",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1206895659 | 插件token报校验异常
按照此步骤https://www.murphysec.com/docs/integrations/murphysec-jetbrains-plugin/#%E9%85%8D%E7%BD%AE%E6%8F%92%E4%BB%B6 操作显示token校验异常
网络是通的吗,大佬,要不加下我们readme下面的运营同学的微信,我们给你解决下。
网络是通的吗,大佬,要不加下我们readme下面的运营同学的微信
网络是通的吗,大佬,要不加下我们readme下面的运营同学的微信,我们给你解决下。
在内网环境开发,不确定校验所用网址是否通,可以把请求地址发出来吗?
| gharchive/issue | 2022-04-18T10:10:10 | 2025-04-01T06:39:41.977313 | {
"authors": [
"chncaption",
"duzhenming"
],
"repo": "murphysecurity/murphysec",
"url": "https://github.com/murphysecurity/murphysec/issues/18",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1243598826 | Heos by Marantz and Denon
It doesn't appear to work with HEOS.
What is not working ? Please define your steps...
Anything helpful in your logs that give me a clue ?
I had a quick peek at the source code of the Heos integration in HA and that should theoretically work fine with Music Assistant. So it would really ... | gharchive/issue | 2022-05-20T20:41:59 | 2025-04-01T06:39:42.031485 | {
"authors": [
"chrismdann",
"marcelveldt"
],
"repo": "music-assistant/hass-music-assistant",
"url": "https://github.com/music-assistant/hass-music-assistant/issues/206",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1350725795 | Can't update MA from HACs
What version of Music Assistant has the issue?
2022.7.2
The problem
After analysing logs in HACs... it seems that I am trying without success to update MA with patch-2022.7.3. Seems this file is no more present in the github. Is possible to have it availabe in otder to have a normal MA updat... | gharchive/issue | 2022-08-25T11:07:35 | 2025-04-01T06:39:42.042269 | {
"authors": [
"OzGav",
"SeByDocKy",
"marcelveldt"
],
"repo": "music-assistant/hass-music-assistant",
"url": "https://github.com/music-assistant/hass-music-assistant/issues/880",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
59039349 | Method "listenForMessageWithIdentifier" didn't work if I launch watch app from glance
Here is an simple example project:
https://github.com/yenchenlin1994/WormholeBugExample
(You have to change App groups to your own groups)
This app simply use a NSTimer to update counter label on Phone interface,
and then use MMWorm... | gharchive/issue | 2015-02-26T08:52:47 | 2025-04-01T06:39:42.051962 | {
"authors": [
"cnstoll",
"davidbarker",
"mikeswanson",
"yenchenlin1994"
],
"repo": "mutualmobile/MMWormhole",
"url": "https://github.com/mutualmobile/MMWormhole/issues/16",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
184331841 | feat(test): add better test covering each template
Now using nifty async iteration over each template type and checking if EACH template's entries contain the right scripts.
Thanks!
| gharchive/pull-request | 2016-10-20T20:26:13 | 2025-04-01T06:39:42.054054 | {
"authors": [
"TheLarkInn"
],
"repo": "mutualofomaha/multipage-webpack-plugin",
"url": "https://github.com/mutualofomaha/multipage-webpack-plugin/pull/14",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
55740598 | No have tag instance access api
grid and item is tag, nesting in html:
<grid>
<item field="name" label="名称" />
</grid>
grid not access item instance,such: grid.children[0]
item not access grid instance,such: item.parent, but item.parent is null
Only 'item' definition in 'grid' item.parent isn't null
childr... | gharchive/issue | 2015-01-28T10:48:08 | 2025-04-01T06:39:42.072319 | {
"authors": [
"cheft",
"tipiirai"
],
"repo": "muut/riotjs",
"url": "https://github.com/muut/riotjs/issues/242",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
525718339 | Timeout waiting for log entry "containerrootrc=ready"
Hi! Not really sure whats happening here. Happens with either of xephyr, xpra, nxagent and hostidsplay. As if the docker image doesnt even get started. Here is a verbose log output upload: https://waritschlager.de/share/922650f43f77a6fe.txt
Seems to have broken wi... | gharchive/issue | 2019-11-20T10:38:27 | 2025-04-01T06:39:42.129516 | {
"authors": [
"mviereck",
"phil294"
],
"repo": "mviereck/x11docker",
"url": "https://github.com/mviereck/x11docker/issues/196",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
824293877 | Build failing with a NPE
After having the project building properly, I suddenly started having this error (no changes where made at config, I am at 0.4.1):
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------... | gharchive/issue | 2021-03-08T08:02:44 | 2025-04-01T06:39:42.153024 | {
"authors": [
"galegofer",
"ppalaga"
],
"repo": "mvndaemon/mvnd",
"url": "https://github.com/mvndaemon/mvnd/issues/372",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
658354634 | Can't unarchive .zip
I try to unzip my .zip file (downloaded from the Internet) using the .unzip () command and get a nil. Also I cannot open on my computer the file zipped by .zip(). With gzip all ok. Please help!
I seem to have figured out that this solution is not suitable for pkzip files, but I need to proces... | gharchive/issue | 2020-07-16T16:26:32 | 2025-04-01T06:39:42.156658 | {
"authors": [
"EugeneKudr",
"mw99"
],
"repo": "mw99/DataCompression",
"url": "https://github.com/mw99/DataCompression/issues/25",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
616848380 | [QT-Wallet] In "Accounts" page, UI needs updates.
Description:
In Accounts page, observed the following issues,
Needs description about the ACCOUNTS page.
Page UI need to be aligned, observing lot of empty spaces in the right side of the Table .
Please refer screenshot for more details .
for the width issue, can... | gharchive/issue | 2020-05-12T17:56:53 | 2025-04-01T06:39:42.179984 | {
"authors": [
"bayk",
"condensed-io",
"vinayaga07"
],
"repo": "mwcproject/mwc-qt-wallet",
"url": "https://github.com/mwcproject/mwc-qt-wallet/issues/322",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
262986584 | A few small fixes
handle parsing timestamps when value not supplied (return nil instead of exception).
handle open and closed order on the Order class.
gracefully handle a symbol not returning data for Quote class.
additional attributes for Order class.
Specs updated. Plus, can see code in action on my crypto proj... | gharchive/pull-request | 2017-10-05T02:26:11 | 2025-04-01T06:39:42.191950 | {
"authors": [
"CryptoKlizO",
"mwlang"
],
"repo": "mwerner/bittrex",
"url": "https://github.com/mwerner/bittrex/pull/13",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.