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 |
|---|---|---|---|---|---|
1817441414 | 🛑 Mention Bot is down
In 85c540d, Mention Bot (https://backend.isbotdown.com/bots/mentionbot) was down:
HTTP code: 200
Response time: 154 ms
Resolved: Mention Bot is back up in aec313f.
| gharchive/issue | 2023-07-24T01:41:25 | 2025-04-01T06:43:59.178363 | {
"authors": [
"durof"
],
"repo": "durof/status",
"url": "https://github.com/durof/status/issues/4789",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1909687334 | 🛑 Mention Robot is down
In 1950338, Mention Robot (https://backend.isbotdown.com/bots/mentionrobot) was down:
HTTP code: 200
Response time: 119 ms
Resolved: Mention Robot is back up in 5213df3 after 1 hour, 15 minutes.
| gharchive/issue | 2023-09-23T03:10:19 | 2025-04-01T06:43:59.180989 | {
"authors": [
"durof"
],
"repo": "durof/status",
"url": "https://github.com/durof/status/issues/5354",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2433554803 | 🛑 Mention Robot is down
In 69ce322, Mention Robot (https://backend.isbotdown.com/bots/mentionrobot) was down:
HTTP code: 200
Response time: 141 ms
Resolved: Mention Robot is back up in 3c54a8b after 5 hours, 34 minutes.
| gharchive/issue | 2024-07-27T16:56:05 | 2025-04-01T06:43:59.183626 | {
"authors": [
"durof"
],
"repo": "durof/status",
"url": "https://github.com/durof/status/issues/7926",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2613531116 | 🛑 Mention Bot is down
In 16c9744, Mention Bot (https://backend.isbotdown.com/bots/mentionbot) was down:
HTTP code: 200
Response time: 88 ms
Resolved: Mention Bot is back up in d164704 after 3 hours, 37 minutes.
| gharchive/issue | 2024-10-25T09:08:03 | 2025-04-01T06:43:59.185984 | {
"authors": [
"durof"
],
"repo": "durof/status",
"url": "https://github.com/durof/status/issues/8434",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
921251714 | Remove APK and step from Agreement message
These items were not used at all, the step wasn't even unmarshaled.
This should get rid of our malformed point error, as it originated
in unmarshaling the APK, which now no longer exists on that message.
Fixes #271, fixes #1085
Codecov Report
Merging #1096 (9e9cd05) into ... | gharchive/pull-request | 2021-06-15T10:32:17 | 2025-04-01T06:43:59.203380 | {
"authors": [
"codecov-commenter",
"julesdesmit"
],
"repo": "dusk-network/dusk-blockchain",
"url": "https://github.com/dusk-network/dusk-blockchain/pull/1096",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1150641598 | Fix reward and feesPaid in graphQL
Resolves #1314
Codecov Report
Merging #1315 (9ac2758) into master (828364b) will decrease coverage by 8.60%.
The diff coverage is n/a.
:exclamation: Current head 9ac2758 differs from pull request most recent head 2242878. Consider uploading reports for the commit 2242878 to get... | gharchive/pull-request | 2022-02-25T16:32:54 | 2025-04-01T06:43:59.221317 | {
"authors": [
"codecov-commenter",
"herr-seppia"
],
"repo": "dusk-network/dusk-blockchain",
"url": "https://github.com/dusk-network/dusk-blockchain/pull/1315",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2169280547 | Fix race in production check
Description
Fixes: https://github.com/dust-tt/dust/issues/4075
Example log: https://app.datadoghq.eu/logs?query="Production check failed" &cols=host%2Cservice&event=AgAAAY32BmYrkKxdHwAAAAAAAAAYAAAAAEFZMzJCbm1FQUFDN1d0R2o4bWYtYmdBRAAAACQAAAAAMDE4ZGY2MjktMDdlZi00Yjg0LWIxYWYtNGFlODI3YzhkMWFk... | gharchive/pull-request | 2024-03-05T13:47:07 | 2025-04-01T06:43:59.226652 | {
"authors": [
"spolu"
],
"repo": "dust-tt/dust",
"url": "https://github.com/dust-tt/dust/pull/4147",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2200522171 | Flav/conversation pagination
Description
This PR introduces a pagination system to optimize the display of conversations, addressing the frequent issue of rendering 4 MB of data. The main features of this PR are:
Generic Pagination Solution: A universal approach to manage pagination has been implemented.
Dedicate... | gharchive/pull-request | 2024-03-21T15:38:01 | 2025-04-01T06:43:59.235409 | {
"authors": [
"flvndvd",
"philipperolet"
],
"repo": "dust-tt/dust",
"url": "https://github.com/dust-tt/dust/pull/4390",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2472272234 | feat: remove CommonJS (.cjs) and CommonTS (.cts) file extensions from Jest config
The https://github.com/dustin-ruetz/devdeps/pull/52 PR upgraded ESLint from v8 to v9. This meant that the ESLint configuration file went from v8's module.exports CommonJS syntax to v9's export default ES Module (ESM) syntax.
The ESLint... | gharchive/pull-request | 2024-08-19T01:29:44 | 2025-04-01T06:43:59.241942 | {
"authors": [
"dustin-ruetz"
],
"repo": "dustin-ruetz/devdeps",
"url": "https://github.com/dustin-ruetz/devdeps/pull/53",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2698844934 | PyPI index (http://jetson.webredirect.org) is down
Hello, it seems like the PyPi server is down, i get this error when building the container:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPCon... | gharchive/issue | 2024-11-27T14:57:26 | 2025-04-01T06:43:59.248965 | {
"authors": [
"creix"
],
"repo": "dusty-nv/jetson-containers",
"url": "https://github.com/dusty-nv/jetson-containers/issues/730",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1249930748 | Problem with SPI and live detection
I’m trying to use the SPI1 bus on a Jetson NANO configured using Jetpack 4.3.
I followed the instruction from https://www.jetsonhacks.com/2020/05/04/spi-on-jetson-using-jetson-io/ to enable the SPI1. I want to use the SPI to send some info from live detection from jetson-inference ... | gharchive/issue | 2022-05-26T18:56:32 | 2025-04-01T06:43:59.251975 | {
"authors": [
"dusty-nv",
"r2ba7"
],
"repo": "dusty-nv/jetson-inference",
"url": "https://github.com/dusty-nv/jetson-inference/issues/1425",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1803264313 | Synchronize multiple notion pages
Es posible sincronizar dos colecciones en dos paginas de notion distintas? Se me ocurre que la solución seria duplicar la extencion Notero y configurar cada una con su respectiva pagina de Notion. Pero no se si esto pueda generar algun cruce.
I say this because I have different theme... | gharchive/issue | 2023-07-13T15:24:12 | 2025-04-01T06:43:59.257241 | {
"authors": [
"dvanoni",
"med1104"
],
"repo": "dvanoni/notero",
"url": "https://github.com/dvanoni/notero/issues/291",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1299535738 | 新版本的s3m 无法接入
根据超图的解释,目前数据格式为开源,无法解析其数据结构
| gharchive/issue | 2022-07-09T01:06:42 | 2025-04-01T06:43:59.258424 | {
"authors": [
"cavencj"
],
"repo": "dvgis/dc-sdk",
"url": "https://github.com/dvgis/dc-sdk/issues/111",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1678359437 | Help please , aren't there any exmple code on how to use it on custom object detector and webcam , or realtime video feed
how i should implement this in the code using some other object detector given output in the form of [ [x1, y1, x2, y2 , conf_score1 ] , [ x12 , y12, x22, y22 , conf_score2 ] . . . ] by the object... | gharchive/issue | 2023-04-21T11:22:36 | 2025-04-01T06:43:59.277692 | {
"authors": [
"JennySeidenschwarz",
"abhinavisgood",
"ehsainit"
],
"repo": "dvl-tum/GHOST",
"url": "https://github.com/dvl-tum/GHOST/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
184666900 | Wallpaper is not shown on the Terminix terminal
Description
Wallpaper is not shown on the Terminix terminal. But in any other terminal (as XTerm) works well.
Neofetch version
1.9
Operating system
Arch Linux
Screenshot
Verbose log
http://pastebin.com/mk5kstcs
The log file is telling me that all of the correct info ... | gharchive/issue | 2016-10-23T02:15:50 | 2025-04-01T06:43:59.434006 | {
"authors": [
"AnDroidEL",
"dylanaraps"
],
"repo": "dylanaraps/neofetch",
"url": "https://github.com/dylanaraps/neofetch/issues/392",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
294107467 | support for ArchMerge
Please add Support for archmerge linux :)
Done.
You can remove the code for ArchMerge.
It does not exist anymore.
ArcoLinux is the new ArchMerge.
Will make your code a bit smaller.
| gharchive/issue | 2018-02-03T12:31:32 | 2025-04-01T06:43:59.435658 | {
"authors": [
"Neil-seu",
"dylanaraps",
"erikdubois"
],
"repo": "dylanaraps/neofetch",
"url": "https://github.com/dylanaraps/neofetch/issues/907",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2052610548 | bash read multi-line string with Process Substitution
I would like to read a multi-line string, with proper exit code.
Here Document, and Here String methods are not optimal,
for performance, Process Substitution is desired, eg
IFS= read -d "" lines < <(printf "one \ntwo \nthree \n") && echo success || echo error
"w... | gharchive/issue | 2023-12-21T15:15:27 | 2025-04-01T06:43:59.439983 | {
"authors": [
"andry81",
"georgalis"
],
"repo": "dylanaraps/pure-bash-bible",
"url": "https://github.com/dylanaraps/pure-bash-bible/issues/144",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
344985393 | Arithmetic assignments (+=, -=, etc.)
Does the current specification allow for assignment by arithmetic operations? For example, would:
Tommy was with a honey from Brooklyn
be analogous to Tommy = Tommy + a honey from Brooklyn?
No it doesn't, ast from my yet to be released parser
00-36 Program
00-36 | Statement Lis... | gharchive/issue | 2018-07-26T20:01:25 | 2025-04-01T06:43:59.444076 | {
"authors": [
"cwfitzgerald",
"dylanbeattie",
"in2erval",
"young-steveo"
],
"repo": "dylanbeattie/rockstar",
"url": "https://github.com/dylanbeattie/rockstar/issues/95",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
256634056 | Split rspec test to acceptance and unit tests
Acceptance test run slower and in current form it behave strange (tests
pass even earlier rspec test had errors). I decide to split rspec test
to two parts and run it independently.
@dylanratcliffe If you could review it fast I will be grateful. I have additional accept... | gharchive/pull-request | 2017-09-11T09:15:42 | 2025-04-01T06:43:59.449253 | {
"authors": [
"Mandos",
"beergeek"
],
"repo": "dylanratcliffe/onceover",
"url": "https://github.com/dylanratcliffe/onceover/pull/136",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2579860588 | [Snyk] Security upgrade @backstage/theme from 0.0.0-use.local to 0.1.1
Snyk has created this PR to fix 2 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
plugins/newrelic/package.json
Note for zero-installs users
If you are using the Yarn feature zero-installs that was ... | gharchive/pull-request | 2024-10-10T21:16:19 | 2025-04-01T06:43:59.464572 | {
"authors": [
"dylansnyk"
],
"repo": "dylansnyk/backstage",
"url": "https://github.com/dylansnyk/backstage/pull/4900",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2625144118 | [Snyk] Security upgrade @backstage/cli from 0.0.0-use.local to 0.28.2
Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
plugins/bazaar/package.json
Note for zero-installs users
If you are using the Yarn feature zero-installs that was int... | gharchive/pull-request | 2024-10-30T19:33:11 | 2025-04-01T06:43:59.477647 | {
"authors": [
"dylansnyk"
],
"repo": "dylansnyk/backstage",
"url": "https://github.com/dylansnyk/backstage/pull/5451",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2728017696 | [Snyk] Security upgrade @backstage/plugin-permission-common from 0.0.0-use.local to 0.1.0
Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
plugins/jenkins-common/package.json
Note for zero-installs users
If you are using the Yarn featur... | gharchive/pull-request | 2024-12-09T19:17:21 | 2025-04-01T06:43:59.490381 | {
"authors": [
"dylansnyk"
],
"repo": "dylansnyk/backstage",
"url": "https://github.com/dylansnyk/backstage/pull/6270",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
790010829 | Disabling Navigator.pop()
How can I customize my DatePickerWidget so that Cancel and Done do not appear?
Inside DatePickerWidget, add this pickerTheme: DateTimePickerTheme(showTitle: false)
| gharchive/issue | 2021-01-20T14:09:39 | 2025-04-01T06:43:59.491668 | {
"authors": [
"MonipichMP",
"mado-bohsali"
],
"repo": "dylanwuzh/flutter-cupertino-date-picker",
"url": "https://github.com/dylanwuzh/flutter-cupertino-date-picker/issues/142",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
442661668 | Add WebStorm
WebStorm is an IDE designed for web. It ships with TypeScript support.
@dzharii
Merged. Thank you @devlato
| gharchive/pull-request | 2019-05-10T11:01:08 | 2025-04-01T06:43:59.500173 | {
"authors": [
"devlato",
"dzharii"
],
"repo": "dzharii/awesome-typescript",
"url": "https://github.com/dzharii/awesome-typescript/pull/84",
"license": "unlicense",
"license_type": "permissive",
"license_source": "bigquery"
} |
174187971 | Do not steal focus when "popping up when expired" from minimized state
When "Pop up when expired" is enabled and the window is not minimized, the window is brought to the front without stealing focus.
However, when "Pop up when expired" is enabled and the window is minimized, the window is brought to the front but al... | gharchive/issue | 2016-08-31T05:32:14 | 2025-04-01T06:43:59.514297 | {
"authors": [
"dziemborowicz",
"i2van"
],
"repo": "dziemborowicz/hourglass",
"url": "https://github.com/dziemborowicz/hourglass/issues/121",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
489610786 | The safety of dynamically adjustable Custom Quorum
Basically, it's easy to understand that the flexible quorum is safe if it's a static config.
But is the Leader Completeness guaranteed when Qc and Qe are dynamically adjustable?
For example, I have a 5 nodes cluster with Qc(3) and Qe(3) (the default algorithm) and th... | gharchive/issue | 2019-09-05T08:40:45 | 2025-04-01T06:43:59.582061 | {
"authors": [
"Fullstop000",
"andy-yx-chen",
"greensky00"
],
"repo": "eBay/NuRaft",
"url": "https://github.com/eBay/NuRaft/issues/38",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1274461960 | Support custom resolver
The custom resolver can be invoked before the default resolver in
order to resolve the endpoint in its own way.
https://github.com/eBay/NuRaft/issues/356
| gharchive/pull-request | 2022-06-17T02:57:21 | 2025-04-01T06:43:59.583675 | {
"authors": [
"greensky00"
],
"repo": "eBay/NuRaft",
"url": "https://github.com/eBay/NuRaft/pull/361",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1294436128 | fix: useModal show handle no longer making every prop optional and add NiceModa.show component props generic
This PR addresses this other PR where it was discussed how to make the types more flexible, but apparently the pr was discontinued.
So, based on @jakst example I created this PR.
examples:
I think the user s... | gharchive/pull-request | 2022-07-05T15:12:52 | 2025-04-01T06:43:59.604860 | {
"authors": [
"alexandredev3",
"codecov-commenter",
"duccadhv1",
"supnate"
],
"repo": "eBay/nice-modal-react",
"url": "https://github.com/eBay/nice-modal-react/pull/70",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1326733458 | Support for generating recursive structures [15347]
According to OMG IDL standard, recursive structures are supported using sequences and forward declarations. This PR
add support for this and also:
Improve test execution
Fix bug generating bitset and bitmask
Depends on:
eProsima/IDL-Parser#57
#129
@richiware W... | gharchive/pull-request | 2022-08-03T06:19:07 | 2025-04-01T06:43:59.609152 | {
"authors": [
"MiguelCompany",
"richiware"
],
"repo": "eProsima/Fast-DDS-Gen",
"url": "https://github.com/eProsima/Fast-DDS-Gen/pull/127",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2161036581 | [20508] TCP first message loss
Description
With the related PR, the tcp_negotiation_timeout Transport Descriptor will be used to wait until logical port negotiation is finished prior sending data.
@Mergifyio backport 2.13.x 2.12.x 2.10.x 2.6.x
Related implementation PR:
eProsima/Fast-DDS#4454
Contributor ... | gharchive/pull-request | 2024-02-29T11:29:19 | 2025-04-01T06:43:59.614047 | {
"authors": [
"MiguelCompany",
"jepemi"
],
"repo": "eProsima/Fast-DDS-docs",
"url": "https://github.com/eProsima/Fast-DDS-docs/pull/699",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1520409818 | Описание модулей объектов
При выводе описания объектов получить содержание программных модулей объектов, разбирать их и выводить в описание программный интерфейс.
Обработка должна иметь возможность сохранять исходники конфигурации в файлы проекта, через программный интерфейс.
| gharchive/issue | 2023-01-05T09:34:49 | 2025-04-01T06:43:59.634071 | {
"authors": [
"eSTau"
],
"repo": "eSTau/DocEditor_1C",
"url": "https://github.com/eSTau/DocEditor_1C/issues/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2442798006 | Related entries / Characters in Location entries
First of all - thanks for this module. You just made my life as a GM so much easier. Eventhough I don't use Kanka and your module for that long yet, I'm still happily giggling, whenever I import an entry, because it just looks so awesome and clean. Not only have I sear... | gharchive/issue | 2024-08-01T15:45:20 | 2025-04-01T06:43:59.640078 | {
"authors": [
"OWL-Fashioned",
"eXaminator"
],
"repo": "eXaminator/kanka-foundry",
"url": "https://github.com/eXaminator/kanka-foundry/issues/138",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2484285380 | Add py.typed marker
The code is mostly typed so I think it should have py.typed included.
Mypy will not recognise this project's imports as being typed without seeing a py.typed file in the module (the ninja_jwt directory). VS Code will not recognise the types without first opening the relevant Python file.
Thanks.... | gharchive/issue | 2024-08-24T06:25:48 | 2025-04-01T06:43:59.658313 | {
"authors": [
"Tatsh"
],
"repo": "eadwinCode/django-ninja-jwt",
"url": "https://github.com/eadwinCode/django-ninja-jwt/issues/90",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1382124616 | Statistics optimization
now periodically updates the data
OK KN
| gharchive/pull-request | 2022-09-22T09:23:05 | 2025-04-01T06:43:59.744429 | {
"authors": [
"eeichsteininger",
"kepleruhr"
],
"repo": "earth-lat-1200/el-frontend",
"url": "https://github.com/earth-lat-1200/el-frontend/pull/43",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1234077024 | WinError 123 while downloading
Downloading my collection, I encountered this error
Traceback (most recent call last):
File "D:\Programmi\BandcampCollectionDownloader\bandcamp-downloader.py", line 235, in <module>
sys.exit(main())
File "D:\Programmi\BandcampCollectionDownloader\bandcamp-downloader.py", line 11... | gharchive/issue | 2022-05-12T14:32:47 | 2025-04-01T06:43:59.763146 | {
"authors": [
"ZinRicky",
"easlice"
],
"repo": "easlice/bandcamp-downloader",
"url": "https://github.com/easlice/bandcamp-downloader/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2007760446 | 是否支持获取FORM表单参数
1.是否支持获取FORM表单参数
2.涉及文件上传相关是否可以记录或忽略File文件参数
3.是否支持仅修改单个请求参数,其余请求参数照常输出?
4.Java8项目引入启动报错
1和2 可以获取表单参数: 文件上传就是表单参数。上传文件会自动忽略文件对象(文件对象没有可读性)
表单上传 + 文件上传示例:
记录效果:
第三点没看明白什么意思
正常jdk版本不影响框架使用,如果是框架报错。提供日志信息
1和2 可以获取表单参数: 文件上传就是表单参数。上传文件会自动忽略文件对象(文件对象没有可读性) 表单上传 + 文件上传示例: 记录效果:
第三点没看明白什么意思
正常jd... | gharchive/issue | 2023-11-23T09:05:24 | 2025-04-01T06:43:59.858569 | {
"authors": [
"CloverHQ",
"easycode8"
],
"repo": "easycode8/easy-log",
"url": "https://github.com/easycode8/easy-log/issues/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1153885645 | 🛑 hosted-PalmettoGBA is down
In ee85c66, hosted-PalmettoGBA (https://palmettogba.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: hosted-PalmettoGBA is back up in 2bd8ae7.
| gharchive/issue | 2022-02-28T10:00:42 | 2025-04-01T06:43:59.910598 | {
"authors": [
"eatyourselfnow"
],
"repo": "eatyourselfnow/BlueSiteStatus",
"url": "https://github.com/eatyourselfnow/BlueSiteStatus/issues/90",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
543445432 | IKEA Trådfri on/off switch appears as a light in HomeKit
Hello,
I have a IKEA Trådfri on/off switch connected to a Hue bridge v2 (I have no Trådfri gateway). Homebridge-hue recognizes the device but exposes it to HomeKit as a light. Strangely Alexa recognizes the same device as a plug. Would it be possible to expose ... | gharchive/issue | 2019-12-29T15:32:32 | 2025-04-01T06:43:59.917784 | {
"authors": [
"ebaauw",
"max-christian",
"suhajda3"
],
"repo": "ebaauw/homebridge-hue",
"url": "https://github.com/ebaauw/homebridge-hue/issues/588",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1640837966 | bbb-webrtc-sfu.service: do not set CPUSchedulingPolicy in a container
BBB 2.6 does not work correctly in LXC containers, as the unit file of bbb-webrtc-sfu sets CPUSchedulingPolicy, which is not supported there.
This adjusts the already existing override file to unset the option when bbb_container_compat is enabled
... | gharchive/pull-request | 2023-03-26T09:32:59 | 2025-04-01T06:43:59.922297 | {
"authors": [
"davidmehren",
"defnull"
],
"repo": "ebbba-org/ansible-role-bigbluebutton",
"url": "https://github.com/ebbba-org/ansible-role-bigbluebutton/pull/344",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2362971577 | gitlab builds fail to start
gitlab runner stopped working and fails to restart.
It means our CI/CD is stuck, and no releases can be made.
This is similar to ebi-ait/dcp-ingest-central#958.
gitlab was upgraded from 15 to 16.
last runner version was 0.52.1 which matches gitlab 15.11.1
gitlab is now 16.9.3 (see in https... | gharchive/issue | 2024-06-19T18:55:31 | 2025-04-01T06:43:59.929696 | {
"authors": [
"amnonkhen"
],
"repo": "ebi-ait/dcp-ingest-central",
"url": "https://github.com/ebi-ait/dcp-ingest-central/issues/1024",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1045673153 | CHEBI:131146, please CHECK
Hi Adnan,
Dihydroouabain is used in a Rhea reaction, so I hope you will be kind and CHECK this entry.
Thank you in advance,
Kristian
now checked.
| gharchive/issue | 2021-11-05T10:26:30 | 2025-04-01T06:43:59.933506 | {
"authors": [
"amalik01",
"kaxelsen"
],
"repo": "ebi-chebi/ChEBI",
"url": "https://github.com/ebi-chebi/ChEBI/issues/4160",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1232864944 | Decode does not work properly
cannot binding parameter
implement bind func
https://github.com/ebiy0rom0/sekareco_srv/blob/3571f133d6fbe6f0da40be65d3bd7fcee7ca3191/infra/web/http_context.go#L29
and now usage
https://github.com/ebiy0rom0/sekareco_srv/blob/3571f133d6fbe6f0da40be65d3bd7fcee7ca3191/interface/handler/per... | gharchive/issue | 2022-05-11T15:51:51 | 2025-04-01T06:43:59.952086 | {
"authors": [
"ebiy0rom0"
],
"repo": "ebiy0rom0/sekareco_srv",
"url": "https://github.com/ebiy0rom0/sekareco_srv/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
248631452 | Mostly automate fetching of bnf_codes.csv
Fixes #515 and #517.
Code climate fails because of a long line in the command's help, and because of a couple of totally unrelated things. It's not letting me mark these as to be ignored.
| gharchive/pull-request | 2017-08-08T07:59:40 | 2025-04-01T06:43:59.953036 | {
"authors": [
"inglesp"
],
"repo": "ebmdatalab/openprescribing",
"url": "https://github.com/ebmdatalab/openprescribing/pull/544",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2122562207 | ✨ Allow for more different file naming conventions
Describe the solution you'd like
Currently, all file names are being slugified for compatibility. When that wouldn't be an issue, it could be nice if there's a setting to set the file names in Title Case instead, with the sources in UPPERCASE and between parentheses.... | gharchive/issue | 2024-02-07T09:25:01 | 2025-04-01T06:43:59.979856 | {
"authors": [
"Pachtjuilaard",
"ebullient"
],
"repo": "ebullient/ttrpg-convert-cli",
"url": "https://github.com/ebullient/ttrpg-convert-cli/issues/329",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1427850986 | 🛠️ Fix ➾ Update Flextesa Docker Image to Latest Version
🌮 Taqueria PR
🪁 Description
Updates the flextesa docker image to oxheadalpha/flextesa:20221026, the current latest release
🪂 Pre-Merge Checklist (Definition of Done)
🚦 Required to merge:
[x] ⛱️ I have completed this PR template in full and updated the titl... | gharchive/pull-request | 2022-10-28T21:22:31 | 2025-04-01T06:44:00.019245 | {
"authors": [
"hu3man",
"jchenche"
],
"repo": "ecadlabs/taqueria",
"url": "https://github.com/ecadlabs/taqueria/pull/1430",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2195136725 | Opening a .aasx file generated by this library creates a .aasx.cpgz file on MacOS
I've been trying to create a .aasx file using this library, and attach a json file as a submodel. When I save the output of this code to a test.aasx file and try to unzip it using Archive Utility, instead of creating a test folder, it i... | gharchive/issue | 2024-03-19T14:30:12 | 2025-04-01T06:44:00.039515 | {
"authors": [
"FrankSchnicke",
"eamon0989"
],
"repo": "eclipse-aas4j/aas4j",
"url": "https://github.com/eclipse-aas4j/aas4j/issues/271",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2118635658 | Cannot create two agents with different users on the same host
In the tutorial as part of #157 a server and an agent is started using systemd and thus running as root user on a host. Then a second agent is started using a non-root user on the same host. The second agent cannot be started due to the error message:
❯ a... | gharchive/issue | 2024-02-05T14:00:13 | 2025-04-01T06:44:00.045114 | {
"authors": [
"krucod3",
"lingnoi",
"windsource"
],
"repo": "eclipse-ankaios/ankaios",
"url": "https://github.com/eclipse-ankaios/ankaios/issues/181",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2292444029 | fix(ui): Adopt the UI to the latest API changes
The PRs #157 and #181 introduced some major changes to the generated UI API which all need to be adopted in the UI codebase at the same time, with one commit, to preserve the commit-by-commit buildability of the codebase.
Most of the changed files are auto-generated wit... | gharchive/pull-request | 2024-05-13T10:37:19 | 2025-04-01T06:44:00.053410 | {
"authors": [
"Etsija",
"mmurto",
"sschuberth"
],
"repo": "eclipse-apoapsis/ort-server",
"url": "https://github.com/eclipse-apoapsis/ort-server/pull/224",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2705243412 | Do not show the Submodels that are not fetched from the Repo/Registry because of authorization reasons.
Currently, the Submodels are getting shown with no information but just the ID when the current user doesn't have permissions for these Submodels. Instead of showing the empty Submodels and exposing the IDs, the UI... | gharchive/issue | 2024-11-29T14:15:28 | 2025-04-01T06:44:00.055609 | {
"authors": [
"aaronzi",
"mdanish98"
],
"repo": "eclipse-basyx/basyx-aas-web-ui",
"url": "https://github.com/eclipse-basyx/basyx-aas-web-ui/issues/124",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2132293981 | Event Bus for Registry and Environment
Hi,
it would be very nice to have an event bus for registry and environment. This would be very useful to automate processes. Some events for the Registry could be AAS_REGISTERED (new AAS registered), ASS_UNREGISTERED (AAS disconnected or removed), AAS_UPDATED (e.g. AAS updates ... | gharchive/issue | 2024-02-13T13:11:45 | 2025-04-01T06:44:00.060582 | {
"authors": [
"BlackRose01",
"aaronzi",
"geso02",
"mdanish98"
],
"repo": "eclipse-basyx/basyx-java-server-sdk",
"url": "https://github.com/eclipse-basyx/basyx-java-server-sdk/issues/217",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1229750824 | ContractNegotiation broken: SqlContractNegotationStore persist ContractAgreements without Id
Bug Report
Describe the Bug
When the ConsumerContractNegotiationManager persist a ContractAgreement using the SqlContractNegitationStore it passes null into the Id Column.
As the Id column is not nullable this causes an excep... | gharchive/issue | 2022-05-09T13:53:11 | 2025-04-01T06:44:00.205010 | {
"authors": [
"DominikPinsel"
],
"repo": "eclipse-dataspaceconnector/DataSpaceConnector",
"url": "https://github.com/eclipse-dataspaceconnector/DataSpaceConnector/issues/1270",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1291157591 | Dataplane http Additional headers uses colon which collides with http spec
Bug Report
Describe the Bug
Dataplane http headers use colon which collides with http spec - replace with underscore
Expected Behavior
The header is in the right format
Observed Behavior
It does not comply with RFC2616 - message-header = field... | gharchive/issue | 2022-07-01T09:28:39 | 2025-04-01T06:44:00.210794 | {
"authors": [
"lucian-torje-siemens",
"ndr-brt"
],
"repo": "eclipse-dataspaceconnector/DataSpaceConnector",
"url": "https://github.com/eclipse-dataspaceconnector/DataSpaceConnector/issues/1573",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
788213676 | Refactor Serialization
Brief feature description
The current cxx::Serialization massively uses std::string. This shall be solved by a refactoring.
Detailed information
To get rid of std::string in our code base, the cxx::Serialization needs to be refactored. Additionally, it should be possible to serialize into a bin... | gharchive/issue | 2021-01-18T12:06:30 | 2025-04-01T06:44:00.234807 | {
"authors": [
"elBoberido"
],
"repo": "eclipse-iceoryx/iceoryx",
"url": "https://github.com/eclipse-iceoryx/iceoryx/issues/503",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2184903397 | Guide how to enable keywords as identifiers #218
This PR contributes a guide to the Langium documentation, how to enable keywords to be used as regular names/identifiers/values for properties, according to #218.
It roughly explains the background for the issues and shows to how overcome them along the "hello world" e... | gharchive/pull-request | 2024-03-13T21:15:01 | 2025-04-01T06:44:00.254439 | {
"authors": [
"JohannesMeierSE"
],
"repo": "eclipse-langium/langium-website",
"url": "https://github.com/eclipse-langium/langium-website/pull/219",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1777278475 | Chore/add detailed update process
With this PR we improve the description of the "how to update a KIT" section by adding more information and detailed step description @maximilianong
Sure thing!
latest change: rebase onto main
@FaGru3n please review
| gharchive/pull-request | 2023-06-27T15:51:08 | 2025-04-01T06:44:00.337826 | {
"authors": [
"LuisRickert"
],
"repo": "eclipse-tractusx/eclipse-tractusx.github.io",
"url": "https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/pull/279",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2019958810 | Assets data is not in format "edc :dataAddress"
When I request to api /management/v3/assets/request, the returned assets do not contain "edc:"
{ "@id": "urn:uuid:9f53d26f-853e-4315-bd34-3bee13d0feb9", "@type": "Asset", "properties": { "description": "IRS EDC Test Asset", ... | gharchive/issue | 2023-12-01T03:01:25 | 2025-04-01T06:44:00.342105 | {
"authors": [
"ndr-brt",
"tuanphampmt"
],
"repo": "eclipse-tractusx/tractusx-edc",
"url": "https://github.com/eclipse-tractusx/tractusx-edc/issues/893",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2227181102 | UriValidator assumes UURis always contain logical names
The validate* functions of UriValidator seem to assume that a UUri always contains at least the logical names of authorities, entities, resources.
This means that the following code fails:
// up://10.0.5.101/24576/1/256
let uri = UUri {
authority: Some(UAuth... | gharchive/issue | 2024-04-05T06:34:56 | 2025-04-01T06:44:00.346072 | {
"authors": [
"PLeVasseur",
"sophokles73"
],
"repo": "eclipse-uprotocol/up-rust",
"url": "https://github.com/eclipse-uprotocol/up-rust/issues/78",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2302856192 | Remove UPayload
Following up-spec #145, remove UPayload from the rust library. This let's us get rid of RpcMapper entirely, which is nice. For now I did not 'save' the RpcMapper::pack_any() and RpcMapper::unpack_any() methods, because they are not needed anywhere I can see and also have little to do with the actual u... | gharchive/pull-request | 2024-05-17T14:08:13 | 2025-04-01T06:44:00.349562 | {
"authors": [
"AnotherDaniel",
"evshary",
"sophokles73"
],
"repo": "eclipse-uprotocol/up-rust",
"url": "https://github.com/eclipse-uprotocol/up-rust/pull/108",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
523442971 | Bitcast operation works incorrectly for types upgrade
Bitcast doesn't work correctly for upgrading cases, example of failing test:
@Test
public void testBitCastUp() {
INDArray in = Nd4j.linspace(DataType.FLOAT, 1.0f, 1.0f, 4).reshape(1,4);
INDArray out = Nd4j.createUninitialized(1, 2);
Nd4j.exec(new BitCast(in, D... | gharchive/issue | 2019-11-15T12:27:56 | 2025-04-01T06:44:00.421282 | {
"authors": [
"alexanderst",
"raver119",
"shugeo"
],
"repo": "eclipse/deeplearning4j",
"url": "https://github.com/eclipse/deeplearning4j/issues/8400",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
601221041 | Link to source code on nd4j.org points to archived github
Issue Description
Expected: link to eclipse/deeplearning4j repo
Actual: links to https://github.com/deeplearning4j/nd4j
We don't use nd4j.org anymore, please migrate to https://deeplearning4j.konduit.ai
| gharchive/issue | 2020-04-16T16:18:34 | 2025-04-01T06:44:00.424258 | {
"authors": [
"agibsonccc",
"cc-cpo"
],
"repo": "eclipse/deeplearning4j",
"url": "https://github.com/eclipse/deeplearning4j/issues/8841",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
629007833 | libnd4j: random_shuffle rc
random_shuffle op has race condition issues on small arrays.
Fixed
| gharchive/issue | 2020-06-02T08:29:25 | 2025-04-01T06:44:00.425085 | {
"authors": [
"raver119"
],
"repo": "eclipse/deeplearning4j",
"url": "https://github.com/eclipse/deeplearning4j/issues/8983",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1555070738 | LwM2mObservationStore 'remove(Token token)' is not functionnal
Version(s)
fa38111cf1d4787ead04bd04002c2df7cccc8dc1
Which components
leshan server
Tested With
No response
What happened
LwM2mObservationStore.remove(Token token) calls registrationStore.removeObservation(String registrationId, ObservationIdentifier obse... | gharchive/issue | 2023-01-24T14:17:09 | 2025-04-01T06:44:00.476432 | {
"authors": [
"cyril2maq",
"sbernard31"
],
"repo": "eclipse/leshan",
"url": "https://github.com/eclipse/leshan/issues/1384",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
182969815 | ObjectInitializer doesn't provide functionality to create a default instance for Objects which support multiple instances
It would be good if there is a method to create instances of objects which support multiple instances in oma specs by default.
Hello,
I'm not sure to understand what you mean by "default instan... | gharchive/issue | 2016-10-14T05:57:04 | 2025-04-01T06:44:00.479206 | {
"authors": [
"abinmathewabraham",
"msangoi"
],
"repo": "eclipse/leshan",
"url": "https://github.com/eclipse/leshan/issues/189",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
190930515 | ContentFormat default value
I tested some LwM2m client for observing /objectid/instid/resourceid
LwM2m device does not set content format. WIth content format to be null, Leshan shows exception
Hi Peter,
please follow the instructions in our contribution guide in order to sign the Eclipse CLA and make sure that you... | gharchive/pull-request | 2016-11-22T07:58:26 | 2025-04-01T06:44:00.490217 | {
"authors": [
"peteryang",
"sbernard31",
"sophokles73"
],
"repo": "eclipse/leshan",
"url": "https://github.com/eclipse/leshan/pull/204",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
235245035 | Add a way to tweak DTLS configuration.
Currently, there is no way to configure DTLS like changing the retransmissions timeout. This PR should fix that.
This is clearly not the more user-friendly way to do, but this is a first step.
@boaks, @sophokles73, as you can see in this PR, I didn't find an easy way to let Le... | gharchive/pull-request | 2017-06-12T14:08:55 | 2025-04-01T06:44:00.499525 | {
"authors": [
"boaks",
"sbernard31"
],
"repo": "eclipse/leshan",
"url": "https://github.com/eclipse/leshan/pull/350",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
988978642 | microprofile-jwt-auth-tck tests jar is no longer built
microprofile-jwt-auth-tck tests jar is no longer built, after an update to MP Parent 1.3 (so the problem started happening before upgrading it further to 2.1).
How to reproduce:
checkout the master branch at the commit preceding an update to the 1.3 parent and c... | gharchive/issue | 2021-09-06T09:37:23 | 2025-04-01T06:44:00.505897 | {
"authors": [
"radcortez",
"sberyozkin"
],
"repo": "eclipse/microprofile-jwt-auth",
"url": "https://github.com/eclipse/microprofile-jwt-auth/issues/261",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1791784017 | Principal name and preferred_username conflict
@FroMage has noticed an obvious conflict in the JsonWebToken#getName() Java Docs, where preferred_username is mentioned as a fallback:
https://github.com/eclipse/microprofile-jwt-auth/blob/master/api/src/main/java/org/eclipse/microprofile/jwt/JsonWebToken.java#L40
(Also,... | gharchive/issue | 2023-07-06T15:29:02 | 2025-04-01T06:44:00.509220 | {
"authors": [
"sberyozkin"
],
"repo": "eclipse/microprofile-jwt-auth",
"url": "https://github.com/eclipse/microprofile-jwt-auth/issues/319",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
493752438 | Remove timeLimit and timeUnit for @Compensate and @Complete
Fixes #233
@xstefank FYI
How does this issue relate to issue #233
| gharchive/pull-request | 2019-09-15T15:35:02 | 2025-04-01T06:44:00.510417 | {
"authors": [
"mmusgrov",
"rdebusscher"
],
"repo": "eclipse/microprofile-lra",
"url": "https://github.com/eclipse/microprofile-lra/pull/236",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
652577873 | Dev-focused website phase 2: Create new template for each MP component
Part of issue #101
Each MP component should have at least one page that contains the following information:
What the spec does and what sort of problems it solves
What some of the common use cases are (with code examples)
Links to relevant resour... | gharchive/issue | 2020-07-07T19:36:57 | 2025-04-01T06:44:00.513930 | {
"authors": [
"aeiras",
"aguibert"
],
"repo": "eclipse/microprofile-marketing",
"url": "https://github.com/eclipse/microprofile-marketing/issues/286",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
230681403 | Cannot set TextInput fill and border color to 'initial'
Problem description
Actual Behavior: Setting fill and border color to initial has no effect.
Expected Behavior: Setting fill and border color to initial should reset those colors to their platform-dependent defaults.
Environment
Device (name and OS version): ... | gharchive/issue | 2017-05-23T11:56:10 | 2025-04-01T06:44:00.624248 | {
"authors": [
"cpetrov",
"karolszafranski",
"ralfstx"
],
"repo": "eclipsesource/tabris-js",
"url": "https://github.com/eclipsesource/tabris-js/issues/1351",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
717972365 | Project Feedback!
<img alt="+1" title="+1" src="/images/emoji/unicode/1f44d.png"}" style="vertical-align:middle" width="20" height="20" /> Congrats on completing the third project!
I have provided a detailed Project 3 Feedback Guide here which covers the most common issues with this submitted project. Read through th... | gharchive/issue | 2020-10-09T08:50:25 | 2025-04-01T06:44:00.628039 | {
"authors": [
"codepathreview"
],
"repo": "ecluster/SimpleTweet",
"url": "https://github.com/ecluster/SimpleTweet/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2696048901 | Information request - using GPU-offloaded ecTrans via Atlas
Is your feature request related to a problem? Please describe.
Hi, I work at the JCSDA with @fmahebert, and I'm reaching out because we're interested in trying to use GPU-offloaded ecTrans via Atlas within JEDI. We have some understanding of the current stat... | gharchive/issue | 2024-11-26T20:39:43 | 2025-04-01T06:44:00.636917 | {
"authors": [
"l90lpa",
"lukasm91",
"samhatfield",
"wdeconinck"
],
"repo": "ecmwf-ifs/ectrans",
"url": "https://github.com/ecmwf-ifs/ectrans/issues/178",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1494203952 | Transformation: parametrise
Probably best explained using an example (same code used for the unit tests):
Source code/Starting point
module parametrise
implicit none
contains
subroutine stop_execution(msg)
character(200), INTENT(IN) :: msg
PRINT *, msg
stop 1
end subroutine stop_... | gharchive/pull-request | 2022-12-13T13:07:10 | 2025-04-01T06:44:00.645881 | {
"authors": [
"MichaelSt98",
"reuterbal"
],
"repo": "ecmwf-ifs/loki",
"url": "https://github.com/ecmwf-ifs/loki/pull/10",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
95597628 | tooltip能否对文字个性化处理。
比如描述里部分文字需要红色显示,目前只看到tooltip里的textStyle对整体的样式的调整
你可以查看一下tooltipFormatter的相关介绍,这个函数会提供你params数组。里面当前的数据和颜色等等信息。然后你可以直接来创建一个html,达到任何效果。
以下截图是我给我的数据做的tooltip
3q,的确可以,加个font
| gharchive/issue | 2015-07-17T06:34:20 | 2025-04-01T06:44:00.649431 | {
"authors": [
"panh",
"stanleyxu2005"
],
"repo": "ecomfe/echarts",
"url": "https://github.com/ecomfe/echarts/issues/1819",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
128410693 | 3.0 toolbox 切换图形类型时发现问题
在点击toolbox 切换柱图时,legend由4个变成了3个,而且没有全部显示为柱图,还有个问题,就是在双击(故意)一个切换图形的图标(line)时,再点击另外一个图形的图标(bar),页面有js错误。。
错误如下:
Uncaught Error: id duplicates: series.bar|太低气温|0 echarts.js?bust=1453654838575:3818
============================================================
另外想咨询一下,3.0有没有暴露的方法,直接切换图形类型,而不是一定要... | gharchive/issue | 2016-01-24T17:04:07 | 2025-04-01T06:44:00.656416 | {
"authors": [
"SuperZDev",
"pissang",
"zhump"
],
"repo": "ecomfe/echarts",
"url": "https://github.com/ecomfe/echarts/issues/2493",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
182238808 | map options设置图形上的文本标签与文档描述的使用方法不同
问题简述 (One-line summary)
map设置图形上的文本标签
版本及环境 (Version & Environment)
ECharts 版本 (ECharts version):3.2.3
浏览器类型和版本 (Browser version):chrome53.0 (其他浏览器也有这样的问题)
操作系统类型和版本 (OS Version):windows7
重现步骤 (Steps to reproduce)
1.使用appi推荐的配置方法进行配置
期望结果 (Expected behaviour)
可能哪里有问题 (What went wro... | gharchive/issue | 2016-10-11T11:22:53 | 2025-04-01T06:44:00.663713 | {
"authors": [
"100pah",
"hiyangguo"
],
"repo": "ecomfe/echarts",
"url": "https://github.com/ecomfe/echarts/issues/4223",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
240532121 | vue中动态改变x轴
您好,我在vue当中怎么样才能动态改变图表的x轴的值?感谢!
我个人的方法是当vue值改变时重绘图表,echarts官网有如何实时更新图表的教程。
thanks
| gharchive/issue | 2017-07-05T03:56:17 | 2025-04-01T06:44:00.665431 | {
"authors": [
"Jabinzou",
"Rainmen-xia"
],
"repo": "ecomfe/echarts",
"url": "https://github.com/ecomfe/echarts/issues/6131",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
249576382 | Echars2.2.7采用eachars-all.js引入之后如何设置主题
One-line summary [问题简述]
请问Echars2.2.7采用eachars-all.js引入之后如何设置主题?
我的代码如下:
var myChar3=echarts.init(document.getElementById('mainLine'),"blue");
出现这个错误
Version & Environment [版本及环境]
ECharts version [ECharts 版本]:2.2.7
Browser version [浏览器类型和版本]:chrome
OS Version [操作系统类型和版本]:win... | gharchive/issue | 2017-08-11T09:03:53 | 2025-04-01T06:44:00.669895 | {
"authors": [
"gyjx",
"pissang"
],
"repo": "ecomfe/echarts",
"url": "https://github.com/ecomfe/echarts/issues/6410",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
249949198 | 折线图动态增加数据时,坐标轴刻度数据堆积问题
One-line summary [问题简述]
在折线图动态增加数据时,坐标轴刻度数据会出现堆积,原因是增加数据太快,但是我是从硬件采集数据,所以速度不可能很慢
上述问题是在3.0版本中出现的,由于不合适换成了2.0版本的方法,暂时解决了问题
Version & Environment [版本及环境]
ECharts version [ECharts 版本]:
Browser version [浏览器类型和版本]:
OS Version [操作系统类型和版本]:
Expected behaviour [期望结果]
当在数据在速度很快增加时不出现数据堆积,并很平稳的显示
EC... | gharchive/issue | 2017-08-14T07:12:00 | 2025-04-01T06:44:00.673894 | {
"authors": [
"Ovilia",
"hsilence"
],
"repo": "ecomfe/echarts",
"url": "https://github.com/ecomfe/echarts/issues/6428",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1890045822 | (EMAIL) CFP submissions reminder - to be sent 18/09
Subject -> Reminder: Submit your proposal and become a speaker at the E-commerce Berlin Expo 2024!
@component('mail::message')
# Hello,
We'd like to remind you about the E-commerce Berlin Expo - Call for Papers contest.
There's still an opportunity for you to *... | gharchive/issue | 2023-09-11T09:15:04 | 2025-04-01T06:44:00.689861 | {
"authors": [
"KarolinaTEH",
"az"
],
"repo": "ecommerceberlin/exhibitors",
"url": "https://github.com/ecommerceberlin/exhibitors/issues/160",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
648414220 | [WIP] create changelog for next release
We really ought to add changes to CHANGELOG.md whenever we make major changes/add new things to econ-ark.
This seems like a good topic for an EEP.
Aspirationally, we are all supposed to put a "For Release Notes: " line on any PR which does something that should be mentioned i... | gharchive/pull-request | 2020-06-30T18:49:01 | 2025-04-01T06:44:00.692938 | {
"authors": [
"MridulS",
"llorracc",
"sbenthall"
],
"repo": "econ-ark/HARK",
"url": "https://github.com/econ-ark/HARK/pull/735",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
253485882 | Write the function for the nonlinear system of equations for the HJBE and ensure it auto-differentiates
Implement the #2 function. This will involve modification of http://www.princeton.edu/~moll/HACTproject/HJB_diffusion_implicit_RBC.m and http://www.princeton.edu/~moll/HACTproject/HJB_no_uncertainty_implicit.m
A f... | gharchive/issue | 2017-08-28T23:33:23 | 2025-04-01T06:44:00.697157 | {
"authors": [
"jlperla"
],
"repo": "econtoolkit/examples",
"url": "https://github.com/econtoolkit/examples/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
367814580 | Map Support
I see you support Arrays and Sets, do you support Maps? I'm having some issues with them, and I don't see anything in the documentation.
Thanks.
I've published ta-json-xx NPM package with Map support. It is a fork of @danielweck's repo, which in turn is a fork of this repo.
I've also made a PR with the... | gharchive/issue | 2018-10-08T14:23:04 | 2025-04-01T06:44:00.734946 | {
"authors": [
"closet6",
"nicky1038"
],
"repo": "edcarroll/ta-json",
"url": "https://github.com/edcarroll/ta-json/issues/24",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
368852921 | Method for reporting issues with benches.
As a person looking at benches, I would like an obvious and easy way to report issues. Examples:
This bench is a duplicate. (There needs to be some mechanism to indicate the bench it's a duplicate of.)
There is an issue with the transcribed inscription. (Someone may be unabl... | gharchive/issue | 2018-10-10T21:01:25 | 2025-04-01T06:44:00.790314 | {
"authors": [
"arizonagroovejet",
"edent"
],
"repo": "edent/openbenches",
"url": "https://github.com/edent/openbenches/issues/172",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2291271718 | can't get /probe metrics from iperf3
Browser message:
# HELP iperf3_success Was the last iperf3 probe successful.
# TYPE iperf3_success gauge
iperf3_success 0
Log of container:
ben@k8s-worker:~/Desktop/test$ sudo docker logs 198b3035030f
time="2024-05-11T13:28:03Z" level=info msg="Starting iperf3 exporter(version=0... | gharchive/issue | 2024-05-12T10:30:12 | 2025-04-01T06:44:00.797899 | {
"authors": [
"Benedict-CS",
"Technikte"
],
"repo": "edgard/iperf3_exporter",
"url": "https://github.com/edgard/iperf3_exporter/issues/21",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
959912612 | Documentation Housekeeping
While combing through the docs, I noticed that some sections had mismatching descriptions paired with their code snippets. This PR hopes to correct those, and offer some bonus content to make some things (1) clearer, or (2) less clear but more rooted in set theory.
@dmgolembiowski could y... | gharchive/pull-request | 2021-08-04T05:28:52 | 2025-04-01T06:44:00.800329 | {
"authors": [
"1st1",
"dmgolembiowski",
"vpetrovykh"
],
"repo": "edgedb/edgedb",
"url": "https://github.com/edgedb/edgedb/pull/2768",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1519571140 | refactor: Remove use of Compress function in sample profile due to issues
Compress function will eventual panic the service.
Signed-off-by: Leonard Goodell leonard.goodell@intel.com
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/... | gharchive/pull-request | 2023-01-04T21:06:05 | 2025-04-01T06:44:00.824634 | {
"authors": [
"lenny-intel"
],
"repo": "edgexfoundry/app-service-configurable",
"url": "https://github.com/edgexfoundry/app-service-configurable/pull/495",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
637297928 | Update VERSION for snap rebuild
Signed-off-by: Lisa Rashidi-Ranjbar lisa.a.rashidi-ranjbar@intel.com
Codecov Report
Merging #152 into master will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #152 +/- ##
=======================================
... | gharchive/pull-request | 2020-06-11T20:23:08 | 2025-04-01T06:44:00.832398 | {
"authors": [
"codecov-commenter",
"lranjbar"
],
"repo": "edgexfoundry/device-mqtt-go",
"url": "https://github.com/edgexfoundry/device-mqtt-go/pull/152",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1993341065 | fix: Address CVE in Alpine base image
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/device-mqtt-go/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
[x] I am... | gharchive/pull-request | 2023-11-14T18:44:08 | 2025-04-01T06:44:00.839853 | {
"authors": [
"codecov-commenter",
"lenny-intel"
],
"repo": "edgexfoundry/device-mqtt-go",
"url": "https://github.com/edgexfoundry/device-mqtt-go/pull/647",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
360912264 | Metadata's addressable client doesn't have update, remove function
https://github.com/edgexfoundry/edgex-go/blob/master/pkg/clients/metadata/addressable.go
I want to update or remove addressable by client lib in device-sdk-go. But it doesn't have relative function.
Can I create a branch to add these features? @tsconn... | gharchive/issue | 2018-09-17T15:03:40 | 2025-04-01T06:44:00.845596 | {
"authors": [
"jpwhitemn",
"mhall119",
"tsconn23",
"weichou1229"
],
"repo": "edgexfoundry/edgex-go",
"url": "https://github.com/edgexfoundry/edgex-go/issues/566",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2515267518 | fix: Fix the permission denied error in postgres_wait_install script
Fix the permission denied error in postgres_wait_install script.
Update the postgres init db script.
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfound... | gharchive/pull-request | 2024-09-10T02:33:18 | 2025-04-01T06:44:00.849851 | {
"authors": [
"cloudxxx8",
"lindseysimple"
],
"repo": "edgexfoundry/edgex-go",
"url": "https://github.com/edgexfoundry/edgex-go/pull/4906",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
493903259 | Field display bug without elements
When searching
https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/Quantity
field IS-A restrictions inherited from superclasses: has no items but is displaying.
Issue solved.
| gharchive/pull-request | 2019-09-16T08:08:34 | 2025-04-01T06:44:00.899343 | {
"authors": [
"dasawanaka",
"patrycjamia"
],
"repo": "edmcouncil/fibo-viewer",
"url": "https://github.com/edmcouncil/fibo-viewer/pull/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
150346813 | More than one plugin_pool
Hi there,
Would it be at all possible to have two or more sets of plugins? Say, I would like to have two completely different types of content for different apps. If so, how do I go about it?
Thank you very much.
Also, thanks a lot for the package. It's great.
I'm not sure what you're look... | gharchive/issue | 2016-04-22T11:44:35 | 2025-04-01T06:44:00.900806 | {
"authors": [
"emptyset1",
"vdboor"
],
"repo": "edoburu/django-fluent-contents",
"url": "https://github.com/edoburu/django-fluent-contents/issues/77",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
395058222 | Invalid DAVINCI3_HOME
Invalid DAVINCI3_HOME
已经按照要求 编辑 profile 文件 添加内容还是这样!
并没有在=号边加空格!我能得到你们的帮助吗!
info@iiexe.com
“Invalid DAVINCI3_HOME”是因为没有配置环境变量,请参考用户手册配置: https://edp963.github.io/davinci/deployment.html
谢谢
| gharchive/issue | 2019-01-01T05:49:35 | 2025-04-01T06:44:00.911074 | {
"authors": [
"iexe",
"shanmengm"
],
"repo": "edp963/davinci",
"url": "https://github.com/edp963/davinci/issues/647",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
681483233 | How can I install LTI?
Hello, I want to use LTI for validation. However, there is no document to install the LTI system. How can I install an LTI system in the project? Is there a install document step by step ?
@jhonforde
Sorry for my delayed reply.
You don't need to install anything only configure the key/secret ... | gharchive/issue | 2020-08-19T01:36:09 | 2025-04-01T06:44:00.968095 | {
"authors": [
"jhonforde",
"misi"
],
"repo": "edumeet/edumeet",
"url": "https://github.com/edumeet/edumeet/issues/522",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
644674434 | Add localization selection
A language is detected when the application is opened for the first time and it can be changed in TopBar and Settings.
The language selection is persistent (redux-persist) until changed by the user.
Configuration is now in app/src/translations/locales.js.
Done.
I've resolved the conflic... | gharchive/pull-request | 2020-06-24T14:45:13 | 2025-04-01T06:44:00.970062 | {
"authors": [
"roman-drozd-it"
],
"repo": "edumeet/edumeet",
"url": "https://github.com/edumeet/edumeet/pull/493",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1943593811 | Remote code execution via the pretty option. #3
If a remote attacker was able to control the pretty option of the pug compiler, e.g. if you spread a user provided object such as the query parameters of a request into the pug template inputs, it was possible for them to achieve remote code execution on the node.js bac... | gharchive/issue | 2023-10-14T23:02:09 | 2025-04-01T06:44:00.998479 | {
"authors": [
"edwinSp1"
],
"repo": "edwinSp1/js-express-canvas-school-app",
"url": "https://github.com/edwinSp1/js-express-canvas-school-app/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
790791977 | [BD-21] Implement annotation optional fields
Description:
Lots of code refactoring
Implement optional annotation fields
Improve feature toggle annotation configuration by labelling some fields as optional
JIRA: https://openedx.atlassian.net/wiki/spaces/COMM/pages/1596358943/BD-21+Toggles+Settings+Documentation
Merg... | gharchive/pull-request | 2021-01-21T07:51:12 | 2025-04-01T06:44:01.007498 | {
"authors": [
"edx-webhook",
"regisb"
],
"repo": "edx/code-annotations",
"url": "https://github.com/edx/code-annotations/pull/58",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
138557936 | Increment version to 74, v2.1.1
Google Play release notes:
Bug Fixes
Dev release notes:
Removed unneeded deletion of webview cache
Config version:
edx/edx-mobile-config@95983a3
:+1:
| gharchive/pull-request | 2016-03-04T19:06:25 | 2025-04-01T06:44:01.015120 | {
"authors": [
"BenjiLee",
"aleffert"
],
"repo": "edx/edx-app-android",
"url": "https://github.com/edx/edx-app-android/pull/618",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
172769313 | Switch to Apache license
This project was intended to be Apache licensed from the beginning, but the mixup wasn't discovered until now. @nedbat, can you review?
:+1:
| gharchive/pull-request | 2016-08-23T18:16:52 | 2025-04-01T06:44:01.049010 | {
"authors": [
"nedbat",
"singingwolfboy"
],
"repo": "edx/pa11ycrawler",
"url": "https://github.com/edx/pa11ycrawler/pull/19",
"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.