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 |
|---|---|---|---|---|---|
4837584 | Rendering a Func
Consider the following snippet:
Nustache.Core.Render.StringToString("{{ foo }}, {{ bar }}", new {
foo = "bar",
bar = new Func<string>( () => {return "foo";} )
});
//Result: "bar, System.Func`1[System.String]"
Rather than literally calling .toString() on the Func, should it ... | gharchive/issue | 2012-05-31T14:16:38 | 2025-04-01T04:57:09.680103 | {
"authors": [
"Romanx",
"dcherman"
],
"repo": "jdiamond/Nustache",
"url": "https://github.com/jdiamond/Nustache/issues/33",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1262180692 | Close #1165: Add shop as Easy
Issue #1165
Thanks for your contribution!
| gharchive/pull-request | 2022-06-06T18:09:55 | 2025-04-01T04:57:09.680923 | {
"authors": [
"mbtrs",
"tupaschoal"
],
"repo": "jdm-contrib/jdm",
"url": "https://github.com/jdm-contrib/jdm/pull/1167",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2263938515 | Add Auchan as hard
French supermarket chain.
Thanks for your contribution!
| gharchive/pull-request | 2024-04-25T15:47:25 | 2025-04-01T04:57:09.681621 | {
"authors": [
"JohnnyJayJay",
"tupaschoal"
],
"repo": "jdm-contrib/jdm",
"url": "https://github.com/jdm-contrib/jdm/pull/2064",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
374633690 | 能否添加自动登陆功能
每次都打账号好麻烦噢。。
@YYYYWD 其实是自动登录的,但是因为LeetCode网站有限制,只要再别处登录之后,之前的session就会被撤销。
| gharchive/issue | 2018-10-27T11:05:12 | 2025-04-01T04:57:09.682615 | {
"authors": [
"YYYYWD",
"jdneo"
],
"repo": "jdneo/vscode-leetcode",
"url": "https://github.com/jdneo/vscode-leetcode/issues/72",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
182599680 | Added Steam Player Number
Added the number of total players online in Steam under the Gaming category
Love this. Thanks!
| gharchive/pull-request | 2016-10-12T18:32:30 | 2025-04-01T04:57:09.685633 | {
"authors": [
"jdorfman",
"philhartung"
],
"repo": "jdorfman/awesome-json-datasets",
"url": "https://github.com/jdorfman/awesome-json-datasets/pull/76",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
611254138 | Cannot read property 'StandardUsed' of undefined
Hello,
j'ai l'erreur suivante durant la collecte:
TypeError: Cannot read property 'StandardUsed' of undefined
at /usr/src/app/server.js:196:65
Je suppose que c'est parce que j'ai la fibre...?
Idéalement cette section pourrait être facultative...
Hello,
Je n'ai p... | gharchive/issue | 2020-05-02T19:05:06 | 2025-04-01T04:57:09.700307 | {
"authors": [
"jeanfabrice",
"phpbg"
],
"repo": "jeanfabrice/livebox-exporter",
"url": "https://github.com/jeanfabrice/livebox-exporter/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
317445600 | Wrong order of events when changing maximumValue and the value prop
When both maximumValue and value prop are adjusted, the thumb's position is set to value on the old min/max slider track, then the slider's track adjusts to the new maximumValue. But order of events should occur the other way around.
e.g. scenario:
s... | gharchive/issue | 2018-04-25T01:04:40 | 2025-04-01T04:57:09.703040 | {
"authors": [
"FelixMaulwurf",
"jlo1"
],
"repo": "jeanregisser/react-native-slider",
"url": "https://github.com/jeanregisser/react-native-slider/issues/118",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
204628378 | How to use FindPETSc.cmake?
Hello, I have copied the FindPETSc.cmake to /usr/share/cmake-3.7/Modules (where all the other .cmake files are). However, when I run cmake the following message is shown:
" By not providing "FindPETSC.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration... | gharchive/issue | 2017-02-01T16:13:49 | 2025-04-01T04:57:09.710630 | {
"authors": [
"Gauss15",
"jedbrown"
],
"repo": "jedbrown/cmake-modules",
"url": "https://github.com/jedbrown/cmake-modules/issues/19",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
189112351 | Update dnscrypt-resolvers.csv ; new public key for ipredator.se
update Ipredator.se Provider public key
Thanks!
Did you lose the signing key or was it leaked?
Public keys in the dnscrypt-resolvers.csv are usually not supposed to change. New certificates with other expiration dates can be created using the previous ... | gharchive/pull-request | 2016-11-14T13:29:09 | 2025-04-01T04:57:09.722250 | {
"authors": [
"jedisct1",
"paul179"
],
"repo": "jedisct1/dnscrypt-proxy",
"url": "https://github.com/jedisct1/dnscrypt-proxy/pull/497",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
782741070 | JEditableTable中disabledRows属性如何使用,官方文档中没有使用方式
版本号:
2.2
问题描述:
disabledRows属性不知如何使用
截图&代码:
友情提示: 未按格式要求发帖,会直接删掉。
全文搜索,找例子
全文搜索,找例子
全文搜索,找例子
全文搜索例子,貌似是存放在了npm包中,我无法查看
全文搜索,找例子
全文搜索例子,貌似是存放在了npm包中,我无法查看
你好,请问你的问题现在解决了吗?我目前遇到和你相同的问题,不知道如何配置disabledrows。如果你已解决,可以指导我一下吗,谢谢
| gharchive/issue | 2021-01-10T04:34:31 | 2025-04-01T04:57:09.734882 | {
"authors": [
"CodeFly16",
"zhangdaiscott",
"zhaozhao24011"
],
"repo": "jeecgboot/jeecg-boot",
"url": "https://github.com/jeecgboot/jeecg-boot/issues/2180",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
939517628 | 请问,online表单设置按钮,绑定JAVA增强或SQL增强,无法多选,只能一次选一条
版本号:2.4.5
问题描述:
online表单设置按钮,绑定JAVA增强或SQL增强,无法多选,对次表单数据只能一次选一条,有办法解决吗?一次选择多条,将多条JSON对象的JSON传送给后台
截图&代码:
友情提示: 未按格式要求发帖,会直接删掉。
我也想这样问!支持你
同问
已完成,下个版本发布
请问大佬,下个版本大概什么时候发布,是否可以在2.4.5上增量
------------------ 原始邮件 ------------------
发件人: ... | gharchive/issue | 2021-07-08T06:29:30 | 2025-04-01T04:57:09.740709 | {
"authors": [
"793292556",
"jeffZbj",
"tb2888",
"zhangdaiscott"
],
"repo": "jeecgboot/jeecg-boot",
"url": "https://github.com/jeecgboot/jeecg-boot/issues/2766",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
948348452 | 省市区组件的字典怎么维护
版本号:
2.4.5
问题描述:
从area-data更新到china-area-data后,新增的区划显示异常
截图&代码:
友情提示: 未按格式要求发帖,会直接删掉。
jeecg-boot-module-demo/org/jeecg/modules/demo/mock/json/area.json
| gharchive/issue | 2021-07-20T06:57:17 | 2025-04-01T04:57:09.742609 | {
"authors": [
"i-Hu",
"zhangdaiscott"
],
"repo": "jeecgboot/jeecg-boot",
"url": "https://github.com/jeecgboot/jeecg-boot/issues/2807",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
195822965 | Nullptr dereference in Bot::ChangeWptIndex()
Seems that waypoints.GetPath may return NULL in some cases.'
YaPB just crashed in this function with 0x4 fault address.
Well, its possible ofcourse, but GetPath could return nullptr only if requested index is out of bounds, but bounds are checked in ChangeWptIndex, or m... | gharchive/issue | 2016-12-15T14:44:36 | 2025-04-01T04:57:09.755637 | {
"authors": [
"a1batross",
"jeefo"
],
"repo": "jeefo/yapb",
"url": "https://github.com/jeefo/yapb/issues/41",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
127539853 | Bots hear each other's footsteps from a mile away!
When you have just spawned, the bots say 'I hear something'. Which means they hear the footsteps of the enemy from a very long distance.
Another sign that your bots cheat.
fixed in 8448bb3
| gharchive/issue | 2016-01-19T21:12:54 | 2025-04-01T04:57:09.756729 | {
"authors": [
"jeefo",
"leopard20"
],
"repo": "jeefo/yapb",
"url": "https://github.com/jeefo/yapb/issues/9",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
972325075 | Epäluku EUR - NaN errors
Thanks for creating this! Looks really promising.
I just tried with a CSV file i got from Coinbase Pro. For some reason the amount of tax (veron määrä) is always shown as zero or as "epäluku":
Every row in the UI shows as either zero or as epäluku. Any idea what goes wrong?
The CSV file has ... | gharchive/issue | 2021-08-17T05:50:13 | 2025-04-01T04:57:09.825174 | {
"authors": [
"anssip",
"jehna"
],
"repo": "jehna/kryptovero.fi",
"url": "https://github.com/jehna/kryptovero.fi/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1343880697 | Update README.md
Github -> GitHub
Thanks but I will close this. It's generated by https://github.com/kefranabg/readme-md-generator
| gharchive/pull-request | 2022-08-19T03:15:17 | 2025-04-01T04:57:09.865081 | {
"authors": [
"eltociear",
"jellydn"
],
"repo": "jellydn/dapp-starter",
"url": "https://github.com/jellydn/dapp-starter/pull/645",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
280326356 | Change typo for "HTML Semantics" on documentation
I've noticed a typo on the documentation in the following sentence:
It applies a few basic styles to the HTML following the HTML *Semenatics.*
This pull request should update the documentation
thanks @emattiazzi
| gharchive/pull-request | 2017-12-08T00:19:25 | 2025-04-01T04:57:09.967315 | {
"authors": [
"emattiazzi",
"jenil"
],
"repo": "jenil/chota",
"url": "https://github.com/jenil/chota/pull/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
607873473 | Delete application skiapp from this environment
The command jx delete application was run by omedina and it generated this Pull Request
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To fully approve this pull request, please assign additional approvers.
We suggest the following ... | gharchive/pull-request | 2020-04-27T21:42:51 | 2025-04-01T04:57:09.980383 | {
"authors": [
"jenkinsx-bot-sposcar"
],
"repo": "jenkins-oscar/environment-tia-tequila-staging",
"url": "https://github.com/jenkins-oscar/environment-tia-tequila-staging/pull/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
524622342 | Delete application bdd-spring-1574109597 from this environment
The command jx delete application was run by and it generated this Pull Request
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To fully approve this pull request, please assign additional approvers.
We suggest the fo... | gharchive/pull-request | 2019-11-18T21:12:15 | 2025-04-01T04:57:09.987364 | {
"authors": [
"jenkins-x-bot-test"
],
"repo": "jenkins-x-bot-test/environment-pr-441-2arc-staging",
"url": "https://github.com/jenkins-x-bot-test/environment-pr-441-2arc-staging/pull/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
516857644 | Delete application bdd-spring-1572798306 from this environment
The command jx delete application was run by and it generated this Pull Request
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To fully approve this pull request, please assign additional approvers.
We suggest the fo... | gharchive/pull-request | 2019-11-03T16:57:10 | 2025-04-01T04:57:09.991029 | {
"authors": [
"jenkins-x-bot-test"
],
"repo": "jenkins-x-bot-test/environment-pr-71-2abc-production",
"url": "https://github.com/jenkins-x-bot-test/environment-pr-71-2abc-production/pull/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
295877034 | Plugin displays the cli login information in output
While executing the plugin, it does a cli login and the spn details including the secret are also displayed in the output. Also there should be a way to suppress the cli command output on jenkins as people would run cli commands to list publish profiles etc and that... | gharchive/issue | 2018-02-09T13:49:47 | 2025-04-01T04:57:10.016915 | {
"authors": [
"abdulrahman25",
"torosent"
],
"repo": "jenkinsci/azure-cli-plugin",
"url": "https://github.com/jenkinsci/azure-cli-plugin/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
299231749 | Success rates are same for each template
Hi,
We got following screenshot from our customer. They are reporting that success rates are same for all templates. I checked the code here and there seems to be some typos: ch -> th. Could you have a look at that?
Thanks!
I'm the customer named above, and can confirm that... | gharchive/issue | 2018-02-22T05:59:30 | 2025-04-01T04:57:10.023498 | {
"authors": [
"ArchangelSDY",
"medianick",
"olivergondza"
],
"repo": "jenkinsci/cloud-stats-plugin",
"url": "https://github.com/jenkinsci/cloud-stats-plugin/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
241138040 | koalaman/shellcheck reports an immediate error
Building this docker image from the included Jenkinsfile fails due to an error in the current image of koalaman/shellcheck.
Docker commands that I execute
$ docker run --rm -t koalaman/shellcheck shellcheck -e SC1091 *.sh
Actual result
shellcheck: shellcheck: openBinary... | gharchive/issue | 2017-07-07T02:16:26 | 2025-04-01T04:57:10.033280 | {
"authors": [
"MarkEWaite",
"carlossg"
],
"repo": "jenkinsci/docker",
"url": "https://github.com/jenkinsci/docker/issues/521",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
93744722 | GCloud SDK auto-installer
I was working on a gcloud-sdk plugin at same time
hopefully adopted a very comparable approach so can propose this "merge" contribution
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests
@reviewbybees
This pull request originates ... | gharchive/pull-request | 2015-07-08T09:25:02 | 2025-04-01T04:57:10.042999 | {
"authors": [
"jenkinsadmin",
"ndeloof",
"oleg-nenashev",
"reviewbybees"
],
"repo": "jenkinsci/gcloud-sdk-plugin",
"url": "https://github.com/jenkinsci/gcloud-sdk-plugin/pull/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
185409451 | Server error in Jenkins 2.19.1
Hi!,
I tried the API with the las lts ( 2.19.1) and it gives an error server (error code 500).
If I try with the current code in git, then it goes OK.
So, Can we have a new release of the API?
Thank you!
Can you give a little bit more details about what you have tested and which code... | gharchive/issue | 2016-10-26T14:26:57 | 2025-04-01T04:57:10.070175 | {
"authors": [
"khmarbaise",
"s2oBCN"
],
"repo": "jenkinsci/java-client-api",
"url": "https://github.com/jenkinsci/java-client-api/issues/199",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
113341159 | Integration with credentials plugin
This pull request provides integration with credentials plugin to replace framework principal/secret.
@reviewbybees
This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to... | gharchive/pull-request | 2015-10-26T12:03:42 | 2025-04-01T04:57:10.088455 | {
"authors": [
"Vlatombe",
"brism",
"jenkinsadmin",
"reviewbybees",
"stephenc",
"tfennelly",
"vinodkone"
],
"repo": "jenkinsci/mesos-plugin",
"url": "https://github.com/jenkinsci/mesos-plugin/pull/179",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "b... |
52540271 | Optional based on build parameter
We've got Jenkins setup to deploy to a "dev" lane when an option boolean is checked. It'd be nice if we could set notifications to only happen when that checkbox is toggled.
If the slack plugin worked with the flexible publish plugin then this would be easy. See and follow #41.
... | gharchive/issue | 2014-12-19T23:28:13 | 2025-04-01T04:57:10.101323 | {
"authors": [
"dwelch2344",
"samrocketman"
],
"repo": "jenkinsci/slack-plugin",
"url": "https://github.com/jenkinsci/slack-plugin/issues/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
247728269 | HmIP-BBL Jalosieaktor: Einstellungen lassen sich nicht speichern
Hallo *,
das o.a. Gerät ist ziemlich neu und lässt sich auch erst seit dem letzten Release anlernen.
Es funktioniert jedoch nur teilweise, da beim speichern der Einstellungen der Vorgang spätestens bei Channel:3 hängen bleibt.
F5 beendet der Vorgang - d... | gharchive/issue | 2017-08-03T14:36:26 | 2025-04-01T04:57:10.122447 | {
"authors": [
"MgicEye66",
"banjamann",
"jens-maus"
],
"repo": "jens-maus/RaspberryMatic",
"url": "https://github.com/jens-maus/RaspberryMatic/issues/133",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
480222832 | Filter gehen verloren
Describe the bug
Ein gesetzter Filter bei "Startseite > Programme und Verknüpfungen > Programme" in der Spalte "Name" und auch in der Spalte "Beschreibung" ist nach Aufruf von "Bearbeiten" und anschliessender Rückkehr (egal ob mit Abbruch oder OK) der Filter nicht mehr vorhanden.
To Reproduce
S... | gharchive/issue | 2019-08-13T15:29:14 | 2025-04-01T04:57:10.132480 | {
"authors": [
"HM-klana",
"jens-maus",
"psi-4ward"
],
"repo": "jens-maus/RaspberryMatic",
"url": "https://github.com/jens-maus/RaspberryMatic/issues/680",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
427655036 | New Use Case: Chaos Proxy
In the vains of New Relics article about chaos testing with graphql we had the idea to use the proxy to add this feature to any graphql api.
Current ideas:
@chaos directive on field or type level to replace original response with error message
@delay directive on field or type level to slow ... | gharchive/issue | 2019-04-01T11:34:16 | 2025-04-01T04:57:10.155695 | {
"authors": [
"flexzuu",
"jensneuse",
"mvid"
],
"repo": "jensneuse/graphql-go-tools",
"url": "https://github.com/jensneuse/graphql-go-tools/issues/49",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
59293211 | I have a problem when I use groupBy and distinct
Hi, first sorry for my english, and congrats for this package, is awesome!
I have a problem when I use groupBy and Distinct, I have saved in a variable a Jenssegers\Mongodb\Relations\HasMany, because I use in differents functions,
$this->periodScores = $this->scores()... | gharchive/issue | 2015-02-27T20:56:44 | 2025-04-01T04:57:10.161316 | {
"authors": [
"askmatey",
"mdeorue"
],
"repo": "jenssegers/laravel-mongodb",
"url": "https://github.com/jenssegers/laravel-mongodb/issues/433",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1615398394 | 🛑 Wanted Gigs is down
In a88e34b, Wanted Gigs (https://www.wanted.co.kr/gigs) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Wanted Gigs is back up in 16cfefd.
| gharchive/issue | 2023-03-08T14:46:46 | 2025-04-01T04:57:10.172656 | {
"authors": [
"jeongsk"
],
"repo": "jeongsk/upptime",
"url": "https://github.com/jeongsk/upptime/issues/634",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1135614125 | peripheral manager wrapper class
Have a "peripheral manager" to help manage peripherals such as I2C and SPI that may be shared between several chips. The idea is to make it easy to keep track of when to switch on / off the peripherals when needed or not, in particular to save power.
I think it may be a simple wrapper... | gharchive/issue | 2022-02-13T10:25:59 | 2025-04-01T04:57:10.174146 | {
"authors": [
"jerabaul29"
],
"repo": "jerabaul29/OpenMetBuoy-v2021a",
"url": "https://github.com/jerabaul29/OpenMetBuoy-v2021a/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
277740208 | Relicensing
I would like to relicense LibreSubstratum to GPLv3 or Apache 2.0 (I'm still on the fence about it). Because of legal reasons I have to ask contributors for their agreement. Please reply to this issue with "I agree" if you agree or "I don't agree" if not.
Current contributors:
@dimqua
@Poussinou
I agree.... | gharchive/issue | 2017-11-29T12:42:18 | 2025-04-01T04:57:10.175967 | {
"authors": [
"Poussinou",
"TheComputerGuy96",
"dimqua",
"jereksel"
],
"repo": "jereksel/LibreSubstratum",
"url": "https://github.com/jereksel/LibreSubstratum/issues/199",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2572078546 | [FP]: Wrongly reporting vulnerability CVE-2016-1405 on clamav-client-1.0.1.jar
Package URl
pkg:maven/fi.solita.clamav/clamav-client@1.0.1
CPE
cpe:2.3:a:clamav:clamav::::::::
CVE
CVE-2016-1405
ODC Integration
{"label"=>"Maven Plugin"}
ODC Version
10.0.2
Description
Per NVD Affected component: cpe:2.3:a:clamav:clamav::... | gharchive/issue | 2024-10-08T05:01:27 | 2025-04-01T04:57:10.194960 | {
"authors": [
"aikebah",
"chadlwilson",
"prabutdr"
],
"repo": "jeremylong/DependencyCheck",
"url": "https://github.com/jeremylong/DependencyCheck/issues/7017",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2573866920 | [FP]: osgi-resource-locator detected as eclipse glassfish
Package URl
pkg:maven/org.glassfish.hk2/osgi-resource-locator@1.0.3
CPE
cpe:2.3:a:eclipse:glassfish:1.0.3:*:*:*:*:*:*:*
CVE
CVE-2024-9329
ODC Integration
{"label"=>"Maven Plugin"}
ODC Version
10.0.1
Description
Another dependency under the glassfish org is bei... | gharchive/issue | 2024-10-08T18:04:23 | 2025-04-01T04:57:10.197713 | {
"authors": [
"chadlwilson",
"davidmstirn"
],
"repo": "jeremylong/DependencyCheck",
"url": "https://github.com/jeremylong/DependencyCheck/issues/7022",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
221170744 | Add dependency files to repo to enable offline developing.
Right now, all the dependencies are being served from CDNs. This prevents us from developing when offline. So it would be better to have the file served from our servers itself.
Major dependencies:
[ ] jQuery
[ ] Material.css
[ ] Material
[ ] Scroll R... | gharchive/issue | 2017-04-12T07:09:30 | 2025-04-01T04:57:10.200020 | {
"authors": [
"digi0ps",
"jeremyphilemon"
],
"repo": "jeremyphilemon/uniqna",
"url": "https://github.com/jeremyphilemon/uniqna/issues/54",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
651247064 | Stack overflow in ecma_is_lexical_environment
JerryScript revision
git hash: 392ee717128f6daaf0b94e54fc9512eb26d680e2
Test case
function a() { new new Proxy(a, {}) }
JSON.parse("[]", a)
Execution steps
./jerry poc.js
Build cmd
python tools/build.py --compile-flag="-fsanitize=address"
Stack dump:
ASAN:DEADLYSIGNAL
==... | gharchive/issue | 2020-07-06T05:01:36 | 2025-04-01T04:57:10.213992 | {
"authors": [
"Changochen",
"rerobika",
"vinay54321"
],
"repo": "jerryscript-project/jerryscript",
"url": "https://github.com/jerryscript-project/jerryscript/issues/3977",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1093038110 | Assertion 'context_p->token.type != LEXER_RIGHT_PAREN' failed at jerryscript/jerry-core/parser/js/js-parser-statm.c(parser_parse_for_statement_start):1605.
JerryScript revision
Commit: a6ab5e9
Version: v3.0.0
Build platform
Ubuntu 18.04.5 LTS (Linux 4.19.128-microsoft-standard x86_64)
Ubuntu 18.04.5 LTS (Linux 5.4.0-... | gharchive/issue | 2022-01-04T06:02:50 | 2025-04-01T04:57:10.218495 | {
"authors": [
"FlydragonTy",
"rerobika"
],
"repo": "jerryscript-project/jerryscript",
"url": "https://github.com/jerryscript-project/jerryscript/issues/4922",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2099943 | Sign Assembly SquishIt.Framework
Is there any constraint that the assemblies are not signed. It would be nice if the project were signed with a strong-name for inclusion in the global assembly cache.
Not being strongly signed is a pain. I don't want to put SquishIt in the GAC, but I do want to use it from a project... | gharchive/issue | 2011-10-31T17:47:48 | 2025-04-01T04:57:10.257020 | {
"authors": [
"flcdrg",
"keschte",
"toebens"
],
"repo": "jetheredge/SquishIt",
"url": "https://github.com/jetheredge/SquishIt/issues/90",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
344777453 | Add github label for DNS01 providers
/release-note-none
/lgtm
/approve
| gharchive/pull-request | 2018-07-26T10:02:31 | 2025-04-01T04:57:10.257989 | {
"authors": [
"kragniz",
"munnerz"
],
"repo": "jetstack/cert-manager",
"url": "https://github.com/jetstack/cert-manager/pull/768",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
915660219 | [BUG] - Trying to ask for tracking permissions with iOS < 14.5 will cause crash
Describe the bug
If you are not using iOS v14.5, the handlePermissionRequest()
permission.getPermissionManager()?.init(permissionType: permission) will return nil because version is less than 14.5...
This should be correct behavior, howev... | gharchive/issue | 2021-06-09T00:21:48 | 2025-04-01T04:57:10.264564 | {
"authors": [
"jevonmao",
"smaldd14"
],
"repo": "jevonmao/PermissionsSwiftUI",
"url": "https://github.com/jevonmao/PermissionsSwiftUI/issues/75",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1629866140 | [FEATURE] shape insert modifiers
add insert and (push/pop)(front/back) funcions to shape - which function as 'factories' - they return a new object
the pop one just drop the dimension right ? LIke [4 6 9] becomes [4 6] or w/e ?
| gharchive/issue | 2023-03-17T19:56:03 | 2025-04-01T04:57:10.272274 | {
"authors": [
"jfalcou",
"psiha"
],
"repo": "jfalcou/kiwaku",
"url": "https://github.com/jfalcou/kiwaku/issues/103",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1697449872 | Detect CUDA and nvcc compiler
Can you add information for the detection of Nvidia's CUDA compiler (nvcc)? See https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html#nvcc-identification-macro
It would be nice to also be able to detect the CUDA compilation phases (host and device code generation). A caveat i... | gharchive/issue | 2023-05-05T11:20:43 | 2025-04-01T04:57:10.274639 | {
"authors": [
"jfalcou",
"lahwaacz"
],
"repo": "jfalcou/spy",
"url": "https://github.com/jfalcou/spy/issues/31",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
99306389 | Allow registry to be configurable
I saw that you used environment variables for authentication inside admin.js, so I decided to do the same for configuring the npm registry. Let me know if you'd like this done differently!
Nah, this looks legit.
I'll run tests and merge when I get home.
| gharchive/pull-request | 2015-08-05T21:50:25 | 2025-04-01T04:57:10.277840 | {
"authors": [
"akenn",
"jfhbrook"
],
"repo": "jfhbrook/browserify-cdn",
"url": "https://github.com/jfhbrook/browserify-cdn/pull/109",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
962805015 | New rule: Report what looks like a title but isn't
What the rule should do:
Report when (module/function/type) documentation contains what looks like a title but that is
What problems does it solve:
Fixes a Markdown that can surprise documentation authors.
Example of things the rule would report:
module A exposing (... | gharchive/issue | 2021-08-06T14:47:35 | 2025-04-01T04:57:10.287706 | {
"authors": [
"dillonkearns",
"jfmengels",
"lue-bird"
],
"repo": "jfmengels/elm-review-documentation",
"url": "https://github.com/jfmengels/elm-review-documentation/issues/11",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
224996586 | How to change JFXCombo Box text color to white
Please help me. I know this is a dumb question but please help
Try one of these css styles. Hope it helps.
-jfx-focus-color: white;
-jfx-unfocus-color: white;
.combo-box > .list-cell {
-fx-background: black;
-fx-background-color: black;
-fx-text-fill: white;
}
Non of... | gharchive/issue | 2017-04-28T07:02:48 | 2025-04-01T04:57:10.295466 | {
"authors": [
"Joanne86",
"Sashie",
"aminabs",
"lahirunc"
],
"repo": "jfoenixadmin/JFoenix",
"url": "https://github.com/jfoenixadmin/JFoenix/issues/305",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
293999787 | Handle policy enforcement webhook
https://developers.facebook.com/docs/messenger-platform/reference/webhook-events/messaging_policy_enforcement
A policy enforcement will be taken on a page if it does not conform to Messenger Platform policy, fails to meet Facebook community standards or violates Facebook Pages guide... | gharchive/pull-request | 2018-02-02T19:37:42 | 2025-04-01T04:57:10.326915 | {
"authors": [
"cfurrow",
"jgorset"
],
"repo": "jgorset/facebook-messenger",
"url": "https://github.com/jgorset/facebook-messenger/pull/199",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
120835402 | Add a loading dialog while logs are ingested
Logs do take some time to make their way into the database. In the meantime, the user shouldn't be allowed to interact. (For now, we could queue log files in the future). A loading dialog of some form seems an option here. The button being talked about is [1]. We want the ... | gharchive/issue | 2015-12-07T18:17:54 | 2025-04-01T04:57:10.330758 | {
"authors": [
"Sumith1896",
"jgraham",
"martiansideofthemoon"
],
"repo": "jgraham/wptview",
"url": "https://github.com/jgraham/wptview/issues/14",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
853225280 | Support better swimlane reorder
"“to front” move the lane to the most right position. “to back” move the lane to the most left position. But this is not what I want. I simple want e.g. to move the third lane to be the fourth or fifth out of total 8. "
At the moment we only have to front/to back option for swimlane re... | gharchive/issue | 2021-04-08T08:39:46 | 2025-04-01T04:57:10.333649 | {
"authors": [
"alderg",
"mararad"
],
"repo": "jgraph/drawio",
"url": "https://github.com/jgraph/drawio/issues/1917",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
926044253 | Block lastModifierName and creatorName in the generated json
Asked in DID-2499
"Is there a way to disable that this information is exposed in the source code (see attached)? lastModifierName and creatorName."
draw.io 9.4.16 for Confluence DC 7.4.4
Added in 9.8.0
| gharchive/issue | 2021-06-21T09:58:21 | 2025-04-01T04:57:10.335279 | {
"authors": [
"davidjgraph",
"mararad"
],
"repo": "jgraph/drawio",
"url": "https://github.com/jgraph/drawio/issues/2100",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
553394461 | Integrate multiple platforms using embed.ly
Embed.ly is a plattform that provides other companies with a simple way to support embedding third-party content from over 600 content providers.
For example: Notion.so lets their users embed third-party content using embed.ly. If draw.io would partner with embed.ly, I woul... | gharchive/issue | 2020-01-22T08:52:49 | 2025-04-01T04:57:10.339964 | {
"authors": [
"amimas",
"tillsanders"
],
"repo": "jgraph/drawio",
"url": "https://github.com/jgraph/drawio/issues/721",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
295825194 | SX1276 compatibility
Hi, I am using two SX1276RF1IAS-ND modules o ne as a transmitter and one as a receiver. I want to transmit the data and receive the data only.
can any one guide how to configure this module as a transmitter and as a receiver to send and receive the data.
thanks
To transmit a packet, call the lo... | gharchive/issue | 2018-02-09T10:36:01 | 2025-04-01T04:57:10.411554 | {
"authors": [
"jgromes",
"kayani009"
],
"repo": "jgromes/LoRaLib",
"url": "https://github.com/jgromes/LoRaLib/issues/5",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
502597951 | publicPath: '/' breaks the reference to CDN JS files
I hope I can explain this correctly. If something would be unclear, don't hesitate to ask further questions.
To enable local development with Webpack and React Router, you need both publicPath: '/' and historyApiFallback: true, as can be seen here
However, this mak... | gharchive/issue | 2019-10-04T12:03:39 | 2025-04-01T04:57:10.438008 | {
"authors": [
"JDansercoer",
"jharris4"
],
"repo": "jharris4/html-webpack-tags-plugin",
"url": "https://github.com/jharris4/html-webpack-tags-plugin/issues/53",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2008010804 | Make qos serializable
Hello,
We saw ticket #297 and had already did some related work in our local repo.
Our scope was a bit different: We needed to make the QosPolicyBuilder ser/deserializable, to be able to load it from configuration files, then append/modify QoS Policies before building the QosPolicies struct. It ... | gharchive/pull-request | 2023-11-23T11:14:21 | 2025-04-01T04:57:10.447892 | {
"authors": [
"jhelovuo",
"tot0k"
],
"repo": "jhelovuo/RustDDS",
"url": "https://github.com/jhelovuo/RustDDS/pull/310",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
379497786 | Update README.md
This pull request resolves #ISSUE_NUMBER.
The pull request is in progress.
OR
The pull request is ready to be merged.
The details of the pull request:
Pull Request Test Coverage Report for Build 895
0 of 0 changed or added relevant lines in 0 files are covered.
2 unchanged lines in 2 files lost ... | gharchive/pull-request | 2018-11-11T07:24:43 | 2025-04-01T04:57:10.455389 | {
"authors": [
"coveralls",
"jhfjhfj1"
],
"repo": "jhfjhfj1/autokeras",
"url": "https://github.com/jhfjhfj1/autokeras/pull/305",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2056705928 | Tethered power
I'm getting a power supply so I can properly power the robot/pi 4 when working on it. I was doing it with the battery charger, it works but performance is impacted versus the battery. The battery is rated 6a max continuous power so that's what I'm ordering. The pi can get up to 3a under load and the ch... | gharchive/issue | 2023-12-26T21:06:34 | 2025-04-01T04:57:10.462216 | {
"authors": [
"jhiggason",
"matt-desmarais"
],
"repo": "jhiggason/yahboomg1tank",
"url": "https://github.com/jhiggason/yahboomg1tank/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1164246636 | Make reports downloadable in private repos
Purpose/implementation Section
What changes are being implemented in this Pull Request?
Related to #482
Basically the strategy here is to make the link not the raw version if its a public repository. But if it's not a public repository, we need to use the website and its lo... | gharchive/pull-request | 2022-03-09T17:40:08 | 2025-04-01T04:57:10.496830 | {
"authors": [
"cansavvy"
],
"repo": "jhudsl/OTTR_Template",
"url": "https://github.com/jhudsl/OTTR_Template/pull/499",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
346467910 | v-model=“checkedIds”
checkedIds发生变化,从后端拿的数据,结果渲染出来的就是不打勾的,搞不清楚这个和treeData还有先后顺序吗?还是说checkedIds变化的时候,页面监听不到?甚是不解
你把checkedIds放在options对象里面,不要直接放在data对象里面试试
| gharchive/issue | 2018-08-01T06:42:49 | 2025-04-01T04:57:10.534048 | {
"authors": [
"11350494",
"welsonLover"
],
"repo": "jiaxincui/vue-tree",
"url": "https://github.com/jiaxincui/vue-tree/issues/13",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2031304574 | Is the pre-trained model uploaded the same that achieved the results in the paper?
Thanks
I've adapted the code to PyTorch, which may introduce some training discrepancies. But you should still achieve comparable classification accuracy.
| gharchive/issue | 2023-12-07T18:24:37 | 2025-04-01T04:57:10.534916 | {
"authors": [
"fjzs",
"jiaxue-ai"
],
"repo": "jiaxue-ai/pytorch-material-classification",
"url": "https://github.com/jiaxue-ai/pytorch-material-classification/issues/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
374744505 | decode时部分数据会丢失
我在使用框架完成中文NER任务时,数据是用BIO格式标注的,训练一切正常,但是decode的时候生成的文件有部分数据会丢失。比如一个5219行的文件,decode之后只剩下前3429行。一个50W行的文件decode之后的文件只有30多W行,decode过程没有任何报错信息,请问有可能是什么原因造成的?是数据的问题吗?感谢您
下面是train的config文件
I/O
train_dir=data/train.data
dev_dir=data/dev.data
test_dir=data/test.data
model_dir=data/lstmcrf
word_emb_dir=data/samp... | gharchive/issue | 2018-10-28T11:40:34 | 2025-04-01T04:57:10.545075 | {
"authors": [
"NCZkevin",
"jiesutd"
],
"repo": "jiesutd/NCRFpp",
"url": "https://github.com/jiesutd/NCRFpp/issues/77",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
661977436 | Don't remove formatting from manga synposis
Right now the REST API just returns the synopsis with no newlines or anything. Tested with manga "Akumetsu" (mal_id: 1101).
Hi, formatting is not removed. The synopsis is parsed from a meta tag. Which is why there is not formatting.
Is there a way to fix it? Or do I jus... | gharchive/issue | 2020-07-20T15:51:19 | 2025-04-01T04:57:10.549958 | {
"authors": [
"CountryTk",
"irfan-dahir"
],
"repo": "jikan-me/jikan-rest",
"url": "https://github.com/jikan-me/jikan-rest/issues/119",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
695766882 | Will this work for me?
Hello,
I have a VW Golf R with Discover Pro. The software version shows H2B.28.135_HIGH2_EU
Will this mod work here?
Thanks
Should work! But..... there's only 1 way to find out: try it 😄
You're not wrong lol. For both install methods, the system needs to be in debug which you can only do u... | gharchive/issue | 2020-09-08T10:50:32 | 2025-04-01T04:57:10.553619 | {
"authors": [
"jilleb",
"joncy92"
],
"repo": "jilleb/mib2-toolbox",
"url": "https://github.com/jilleb/mib2-toolbox/issues/96",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
63594423 | Tails Proxy Incompatbility
I haven't been able to get Multibit to work with Tails Linux. Per this other issue (https://github.com/jim618/multibit/issues/35), I tried the following invocation to use Tail's SOCKS proxy.
java -Dhttp.proxyPort=9050 -Dhttp.proxyHost=127.0.0.1 -jar multibit-exe.jar
Contents of multibit.lo... | gharchive/issue | 2015-03-23T00:37:23 | 2025-04-01T04:57:10.558307 | {
"authors": [
"gary-rowe",
"kristovatlas"
],
"repo": "jim618/multibit",
"url": "https://github.com/jim618/multibit/issues/678",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2646499341 | [Regardez Direct!] France - Japon En Direct Streaming gratuit Tv (international Rugby Union) 09 Novembre 2024
[Regardez Direct!] France - Japon En Direct Streaming gratuit Tv (international Rugby Union) 09 Novembre 2024
France - Japon en direct samedi 09 novembre 2024, 21h10 Test-matches automne 2024
EN DIRECT France... | gharchive/issue | 2024-11-09T20:23:37 | 2025-04-01T04:57:10.687980 | {
"authors": [
"crazyluniticsx8",
"sumaiyatonni25"
],
"repo": "jina-ai/reader",
"url": "https://github.com/jina-ai/reader/issues/883",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
187033135 | Scale [from, to] functionallity
Hi,
maybe you could implement setScaleX(int from, int to), setScaleY(int from, int to) in ConfettiManager? So for example, the bitmap would scale by the time elapsed.
At the moment I'm overriding Confetti class, accessing private "millisToReachBound" field with reflection and then preS... | gharchive/issue | 2016-11-03T11:20:52 | 2025-04-01T04:57:10.690676 | {
"authors": [
"jinatonic",
"krokyze"
],
"repo": "jinatonic/confetti",
"url": "https://github.com/jinatonic/confetti/issues/9",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
199420387 | How to implement create or update?
Gorm has a FirstOrCreate method and a FirstOrInit but how to check afterwards if the record was actually created? I like to create a record if it does not exists and if it exists I want to update some fields. thx for answer
I am also interested in this, but it looks like you will ... | gharchive/issue | 2017-01-08T12:58:17 | 2025-04-01T04:57:10.716765 | {
"authors": [
"Domoryonok",
"TheChuckster",
"alexykot",
"jinzhu",
"spaceblock",
"vidhyashankarpaysafe",
"yasar-arafat"
],
"repo": "jinzhu/gorm",
"url": "https://github.com/jinzhu/gorm/issues/1307",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
423133583 | Feature/gh 66 update readme documentation
Closes #66
Pull Request Test Coverage Report for Build 68
0 of 0 changed or added relevant lines in 0 files are covered.
No unchanged relevant lines lost coverage.
Overall coverage remained the same at 81.761%
Totals
Change from base Build 63:
0.0%
Covered Li... | gharchive/pull-request | 2019-03-20T08:53:09 | 2025-04-01T04:57:10.722731 | {
"authors": [
"coveralls",
"jirenius"
],
"repo": "jirenius/resgate",
"url": "https://github.com/jirenius/resgate/pull/69",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
954884635 | Support spaces
With this PR it should be able to open notebooks with spaces in filenames and paths.
Thank you!
| gharchive/pull-request | 2021-07-28T13:58:07 | 2025-04-01T04:57:10.733543 | {
"authors": [
"jithu7432",
"yozhikoff"
],
"repo": "jithu7432/nb-viewer",
"url": "https://github.com/jithu7432/nb-viewer/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
244219047 | Code 500 When Creating Request
Trying to execute this request, but getting null response data with response code 500:
var insightlyService = new InsightlyService();
var response = insightlyService
.With<Contact>(true)
.GetAll();
var contacts = response.ResponseData();
I managed to narrow it down to the creat... | gharchive/issue | 2017-07-20T01:21:31 | 2025-04-01T04:57:10.814516 | {
"authors": [
"sebasijan"
],
"repo": "jjb3rd/Insightly.Net",
"url": "https://github.com/jjb3rd/Insightly.Net/issues/2",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2152856932 | WebsocketEvent enum problems
In consumer code it is not possible to use a string in the event listener:
The only way is to import the the WebsocketEvent enum and use WebsocketEvent.open. IMO this should not be an enum at all, but an interface similar to the native WebSocketEventMap in TypeScript:
interface WebSocket... | gharchive/issue | 2024-02-25T17:12:00 | 2025-04-01T04:57:11.227392 | {
"authors": [
"alexgleason"
],
"repo": "jjxxs/websocket-ts",
"url": "https://github.com/jjxxs/websocket-ts/issues/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
981179396 | Redux-Flipper plugin doesn't work with Android
Connection to Redux Debugger is only happening when running the app on iOS. I tried to connect to the Android emulator without luck. Redux Debugger option is not even listed if the device is Android.
Flipper version: 0.103.0
not working in my ubuntu
hey @plwai , this... | gharchive/issue | 2021-08-27T12:02:52 | 2025-04-01T04:57:11.229277 | {
"authors": [
"daviaugustos",
"diegomichell",
"e4basil",
"plwai"
],
"repo": "jk-gan/redux-flipper",
"url": "https://github.com/jk-gan/redux-flipper/issues/51",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
267462935 | if scroll >0, hovering over sun/moon resets scroll
Note that the sun/moon is the yellow circle which hides most elements on the page when you hover over it.
I am using jQuery show()/hide() to implement this hovering. However, because I am hiding every element and then showing it again, the scroll resets, leading to a... | gharchive/issue | 2017-10-22T13:00:45 | 2025-04-01T04:57:11.237350 | {
"authors": [
"abdulsamad234",
"jkao1"
],
"repo": "jkao1/jkao1.github.io",
"url": "https://github.com/jkao1/jkao1.github.io/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
202363725 | get started jupyter notebook
Hy
I tryed out your exciting wrapper for scopus.
I found some small bugs and was able to correct them. As I work often in Jupyter notebook I copied the conted of the read me in a Get started notebook.
However the rendering of the reports could be improved.
Kind regards
Silas
The reports... | gharchive/pull-request | 2017-01-22T06:24:44 | 2025-04-01T04:57:11.250648 | {
"authors": [
"SilasK",
"jkitchin"
],
"repo": "jkitchin/scopus",
"url": "https://github.com/jkitchin/scopus/pull/11",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
415623838 | Trying to access flag --model_dir before flags were parsed error ./train.sh ssd_mobilenet_v1_egohands
Hi, thanks for your tutorial. I have read the post and run the steps. At step 4 of Training section, I have run the command ./train.sh ssd_mobilenet_v1_egohands and got titled error, which is also below in detail:
F... | gharchive/issue | 2019-02-28T13:29:05 | 2025-04-01T04:57:11.258606 | {
"authors": [
"DilaraSina",
"jkjung-avt"
],
"repo": "jkjung-avt/hand-detection-tutorial",
"url": "https://github.com/jkjung-avt/hand-detection-tutorial/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2158700390 | ImportError: cannot import name 'container_abcs'
from torch._six import container_abcs ImportError: cannot import name 'container_abcs'
Can you help me see how to solve this problem?Is it because of the torch version?
Yes, StackOverflow shows that runs from torch_ Six import container-abcs at the pytorch greater t... | gharchive/issue | 2024-02-28T11:06:04 | 2025-04-01T04:57:11.262336 | {
"authors": [
"Lxy811",
"jkli1998"
],
"repo": "jkli1998/T-CAR",
"url": "https://github.com/jkli1998/T-CAR/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1504833763 | Add support for Jooqs YearToSecond
I want to use the postgres interval data type. Unfortunately is the value not written to the database. While debugging the query mapping, the build query is correct. But after execution there is nothing in the database. For the read case I understand if it is not supported and I cou... | gharchive/issue | 2022-12-20T16:15:45 | 2025-04-01T04:57:11.274847 | {
"authors": [
"Dudeplayz",
"jklingsporn"
],
"repo": "jklingsporn/vertx-jooq",
"url": "https://github.com/jklingsporn/vertx-jooq/issues/220",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
993352063 | Single tag multi arch support in ECR
@jlbutler is Amazon ECR support single tag multi arch support similiar to dockerhub?
sample build commend will create hello with both amd64 andarm64, uses right image depends on run environment?
docker buildx build -t hello:latest --platform linux/amd64,linux/arm64 .
Adding --p... | gharchive/issue | 2021-09-10T15:39:23 | 2025-04-01T04:57:11.572116 | {
"authors": [
"srbala"
],
"repo": "jlbutler/yahw",
"url": "https://github.com/jlbutler/yahw/issues/1",
"license": "MIT-0",
"license_type": "permissive",
"license_source": "github-api"
} |
332462311 | Add Speakerinnen and Open Source Diversity
Additionally I’m wondering if https://diversitytickets.org would be relevant for this list? It tackles the participant side more than the speaker side.
@jancborchardt I think diversitytickets.org looks great, but doesn't really fit the purpose of this list.
| gharchive/pull-request | 2018-06-14T15:51:50 | 2025-04-01T04:57:11.578956 | {
"authors": [
"jancborchardt",
"jlengstorf"
],
"repo": "jlengstorf/awesome-speaker-diversity",
"url": "https://github.com/jlengstorf/awesome-speaker-diversity/pull/15",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1831720801 | [Feature request] Create an environmental variable to disable MakeMKV updating - Fixes a blocking problem when there is no/bad Internet
Idea
See https://github.com/jlesage/docker-makemkv/issues/183#issuecomment-1660771190
True issue - the Auto Disc Ripper is dependent on makemkvcon which periodically requires network... | gharchive/issue | 2023-08-01T17:20:27 | 2025-04-01T04:57:11.583159 | {
"authors": [
"int-rnd",
"jlesage"
],
"repo": "jlesage/docker-makemkv",
"url": "https://github.com/jlesage/docker-makemkv/issues/184",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2136366489 | How i can use the styles generated in my custom componentes?
i'm trayna use the colors in my componenets but don't know how i do it.
Which styles are you talking about?
Are you using shadcn/ui in your project?
just found a way. and i'ma talking about these for example:
i'ma using like this in the code:
and yes ... | gharchive/issue | 2024-02-15T12:07:59 | 2025-04-01T04:57:11.601327 | {
"authors": [
"Miguerfi",
"jln13x"
],
"repo": "jln13x/ui.jln.dev",
"url": "https://github.com/jln13x/ui.jln.dev/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2140137287 | Previous Button pops elements in the wrong order
I've found the issue, which is that the previous button pops the themes in a Last In, First Out (LIFO) pattern. When more than 2 themes are on the stack and the previous button is pressed, they are applied in reverse order. Thus, the most recently added theme becomes t... | gharchive/issue | 2024-02-17T14:25:29 | 2025-04-01T04:57:11.602927 | {
"authors": [
"immiProgrammer",
"jln13x",
"robinsmith-source"
],
"repo": "jln13x/ui.jln.dev",
"url": "https://github.com/jln13x/ui.jln.dev/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1214366454 | Error 400 and 429
I bought a Indego S+ 350 in January and have just installed it this past weekend. When I install the HACS integration and make the necessary changes in the configuration.yaml the status of the entities remain unknown and I see the following errors in the log.
Logger: pyIndego.indego_async_client
So... | gharchive/issue | 2022-04-25T11:26:58 | 2025-04-01T04:57:11.622013 | {
"authors": [
"UltraSub",
"abeltman",
"jm-73",
"nblount"
],
"repo": "jm-73/Indego",
"url": "https://github.com/jm-73/Indego/issues/154",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
815022059 | The downloaded file was the HTML page itself.
Hi, I am trying to convert a table and save it as a xlsx file.
HTML:
<a href="#" download="export.xlsx" onclick="exportClick()">Export</a>
JS:
function exportClick(){ return ExcellentExport.convert( { anchor: this, filename: 'test', ... | gharchive/issue | 2021-02-24T02:29:40 | 2025-04-01T04:57:11.632245 | {
"authors": [
"jmaister",
"shipherd"
],
"repo": "jmaister/excellentexport",
"url": "https://github.com/jmaister/excellentexport/issues/440",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
958482525 | Add regex and concat to GJson query
Add the possibility to use regex and concat after use GJson query
Awesome! Thanks for this amazing contribution.
Thanks @jmartin82 !
| gharchive/pull-request | 2021-08-02T20:26:47 | 2025-04-01T04:57:11.633389 | {
"authors": [
"jmartin82",
"rodrigoodhin"
],
"repo": "jmartin82/mmock",
"url": "https://github.com/jmartin82/mmock/pull/126",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
306924122 | <+> does not work after liftAuthorizedService
I have
val Auth: SecuredRequestHandler[IO, Int, User, AugmentedJWT[HMACSHA256, Int]] =
SecuredRequestHandler(jwtStatefulAuth)
and 2 roles
val AdminRequired = BasicRBAC[IO, Role, User, AugmentedJWT[HMACSHA256, Int]](Administrator)
val ReaderRequired = BasicRBAC[IO... | gharchive/issue | 2018-03-20T15:46:32 | 2025-04-01T04:57:11.648757 | {
"authors": [
"Yaneeve",
"ioganegambaputifonguser",
"jmcardon",
"rsoeldner"
],
"repo": "jmcardon/tsec",
"url": "https://github.com/jmcardon/tsec/issues/133",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1944857219 | thermostat_over_climate: What do the external temperature sensor and the room temperature probe do?
The documentation states that for the thermostat_over_climate mode three things are required: an underlying climate entity, a room temperature sensor and an external temperature sensor.
What do the external temperature... | gharchive/issue | 2023-10-16T10:11:12 | 2025-04-01T04:57:11.668843 | {
"authors": [
"jmcollin78",
"maia",
"masi",
"ovizii"
],
"repo": "jmcollin78/versatile_thermostat",
"url": "https://github.com/jmcollin78/versatile_thermostat/issues/125",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1996653057 | "Presence Management" do not make use of the Person entity
Hi there, I'm new to this integration but I'm liking it a lot so far, using the "valve" proportional control is giving me a far better regulation paired with underfloor radiant heating compared to the stock one.
Is your feature request related to a problem? P... | gharchive/issue | 2023-11-16T11:30:58 | 2025-04-01T04:57:11.683388 | {
"authors": [
"albertofralbe",
"ben-ty",
"jmcollin78",
"maia"
],
"repo": "jmcollin78/versatile_thermostat",
"url": "https://github.com/jmcollin78/versatile_thermostat/issues/195",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1696037902 | com.google.inject.ProvisionException: Unable to provision
API
Java
Operating System
Windows 11 - WSL Ubuntu
It works on other platforms that are non-wsl.
JDK
1.8
Expected Behavior
Listening to broadcasts and connect to them
Actual Behavior
Fatal error during startup, aborted
com.google.inject.ProvisionException: Unab... | gharchive/issue | 2023-05-04T13:39:25 | 2025-04-01T04:57:11.688732 | {
"authors": [
"melloware",
"nc-jeni"
],
"repo": "jmdns/jmdns",
"url": "https://github.com/jmdns/jmdns/issues/250",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
115282606 | Allow async implementation of cache interface
I tried to connect angular-cache with ocombe/angular-localForage (in general - CacheFactory and mozilla/localForage) but it turns out that async storge implementation is not supported by CacheFactory . For example index.js#L417-L420:
$$storage().removeItem(this.$$prefix +... | gharchive/issue | 2015-11-05T13:21:50 | 2025-04-01T04:57:11.692943 | {
"authors": [
"jmdobry",
"jrencz"
],
"repo": "jmdobry/CacheFactory",
"url": "https://github.com/jmdobry/CacheFactory/issues/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1150043541 | [Source Request] <f1livegp.me>
Source website
Name: f1livegp.me
Link: https://f1livegp.me/f1/live3.html
Language(s): English
Other details
This website live streams F1 races. Is it possible to add this as an extension to aniyomi ? @jmir1
it is possible, but this type of extension will not be in this repository, a... | gharchive/issue | 2022-02-25T04:58:05 | 2025-04-01T04:57:11.696417 | {
"authors": [
"jmir1",
"rohan2000github"
],
"repo": "jmir1/aniyomi-extensions",
"url": "https://github.com/jmir1/aniyomi-extensions/issues/361",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2246446967 | Issue with running Hugo using NPM scripts
Hi Joe. First of all, thank you for creating this great tool.
I am using HVM for a Hugo project.
I also have the following in package.json:
"scripts": {
"dev": "hugo server --navigateToChanged --gc"
}
When I run npm run dev, I get the following error:
> hugo server -... | gharchive/issue | 2024-04-16T16:21:25 | 2025-04-01T04:57:11.713101 | {
"authors": [
"hugo-sid",
"jmooring"
],
"repo": "jmooring/hvm",
"url": "https://github.com/jmooring/hvm/issues/81",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2061111700 | Fixed Runtime.xcodeproj path for apple targets
Describe the issue (if no issue has been made)
The project file Runtime.xcodeproj does not exist at the root of the repository after running premake5, contrary to what the README.md file suggests.
Proposed Solution
This pull request adds Runtime/ to the beginning of the ... | gharchive/pull-request | 2023-12-31T16:32:43 | 2025-04-01T04:57:11.715371 | {
"authors": [
"adriengivry",
"jmorton06"
],
"repo": "jmorton06/Lumos",
"url": "https://github.com/jmorton06/Lumos/pull/132",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
114060576 | [WIP] Rails 5: Rack 2 breaks capybara's click_button method
Appears that rack 2 (for Rails 5) has broken capybara's click_button method.
Now getting "undefined method `normalize_params' for Rack::Utils:Module"
error when we using capybara's click_button method.
After porting to Rails 5, I get this error with at leas... | gharchive/issue | 2015-10-29T14:23:54 | 2025-04-01T04:57:11.913064 | {
"authors": [
"embs",
"jasnow",
"twalpole"
],
"repo": "jnicklas/capybara",
"url": "https://github.com/jnicklas/capybara/issues/1592",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
963238896 | Avoid double null check
Since the pointers have already been confirmed to be non-null by the assert!() calls, there is no need to use .as_ref() and the raw pointers can be dereferenced directly. See the Null-unchecked version section of the standard library documentation for the pointer type's as_ref method.
LGTM, ... | gharchive/pull-request | 2021-08-07T14:15:52 | 2025-04-01T04:57:11.917032 | {
"authors": [
"agraven",
"jnqnfe"
],
"repo": "jnqnfe/pulse-binding-rust",
"url": "https://github.com/jnqnfe/pulse-binding-rust/pull/41",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2257928378 | 🛑 UTN Aula Virtual is down
In cd03557, UTN Aula Virtual (https://aulavirtual.frbb.utn.edu.ar/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: UTN Aula Virtual is back up in a278379 after 57 minutes.
| gharchive/issue | 2024-04-23T04:40:12 | 2025-04-01T04:57:11.936450 | {
"authors": [
"joacoserra"
],
"repo": "joacoserra/statusPage",
"url": "https://github.com/joacoserra/statusPage/issues/575",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1571130910 | 🛑 Laravel Enso Docs is down
In b1b5c38, Laravel Enso Docs (https://docs.laravel-enso.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Laravel Enso Docs is back up in 612e352.
| gharchive/issue | 2023-02-04T21:22:20 | 2025-04-01T04:57:11.938771 | {
"authors": [
"joahn3"
],
"repo": "joahn3/earthlink-uptime",
"url": "https://github.com/joahn3/earthlink-uptime/issues/2130",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2267502589 | 🛑 Security & Telecom Systems is down
In 41be7c5, Security & Telecom Systems (https://security-telecom.ro) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Security & Telecom Systems is back up in d6c8533 after 5 minutes.
| gharchive/issue | 2024-04-28T11:43:59 | 2025-04-01T04:57:11.941166 | {
"authors": [
"joahn3"
],
"repo": "joahn3/upptime2",
"url": "https://github.com/joahn3/upptime2/issues/934",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2097396656 | Naive Questions:
Hello,
Can someone answer some naive questions:
Why agents have "backstory" and Task have "Description". Why do not we have only one? In the task, we provide agent then cann't it use Agent's backstory?
Why we need to provide both agents and tasks to the Crew? We are providing an agent to the task th... | gharchive/issue | 2024-01-24T04:15:35 | 2025-04-01T04:57:11.970890 | {
"authors": [
"Biancamazzi",
"sc00rpi0n",
"shersoni610"
],
"repo": "joaomdmoura/crewAI",
"url": "https://github.com/joaomdmoura/crewAI/issues/178",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1741876260 | Update readme
The steps specified in the readme is stale and should be reviewed and updated.
Hi, Joe! I just wanted to register my interest in trying this out. For some reason, I'm getting the error ModuleNotFoundError: No module named 'bragi.metric_generator'; 'bragi' is not a package; that's after installing the ... | gharchive/issue | 2023-06-05T14:10:38 | 2025-04-01T04:57:12.057731 | {
"authors": [
"joehoover",
"robinsloan"
],
"repo": "joehoover/bragi",
"url": "https://github.com/joehoover/bragi/issues/8",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.