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 |
|---|---|---|---|---|---|
2088438640 | [Viewer] Font size slider
Tracked on [LRS-979]
Can we align this 2 sliders to look the same?
same position, same blue line width?
Can we align this 2 sliders to look the same? same position, same blue line width?
I will do it.
Font 19:
Add source button
Font 19: Add source button
This is a screenshot... | gharchive/pull-request | 2024-01-18T14:44:37 | 2025-04-01T06:42:37.432545 | {
"authors": [
"Nir-Az",
"Tamir91"
],
"repo": "IntelRealSense/librealsense",
"url": "https://github.com/IntelRealSense/librealsense/pull/12588",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
549155899 | Include stddef in usbhost.h
usbhost.h uses size_t, which is defined in stddef.h. This change includes stddef.h header.
We don't use CMake for our build system. When compiling librealsense I received compilation errors in usbhost.h, due to size_t not being defined. Adding an include statement for stddef.h resolved t... | gharchive/pull-request | 2020-01-13T20:14:22 | 2025-04-01T06:42:37.433678 | {
"authors": [
"jonberling"
],
"repo": "IntelRealSense/librealsense",
"url": "https://github.com/IntelRealSense/librealsense/pull/5637",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
607382419 | BUILD_EASYLOGGING = OFF
compiles with -DBUILD_EASYLOGGINGPP=OFF and unit_tests pass
issue number: #6009
General comment - having a bunch of #ifdefs all over the code is bad practice.
Perhaps instead dynamic or static polymorphism can be used?
Dynamic - define logger class with virtual functions. Select inheriting c... | gharchive/pull-request | 2020-04-27T09:21:24 | 2025-04-01T06:42:37.435448 | {
"authors": [
"aseelegbaria",
"dorodnic"
],
"repo": "IntelRealSense/librealsense",
"url": "https://github.com/IntelRealSense/librealsense/pull/6304",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2165024896 | leam-base.commons-lang.mid-499.idx-40589.4.mutant
Fix formatting
Fix indentation LGTM!
| gharchive/pull-request | 2024-03-02T23:22:35 | 2025-04-01T06:42:37.474394 | {
"authors": [
"1ahmadbassam",
"faustinoaq"
],
"repo": "Intelligent-CAT-Lab/UIUCPlus",
"url": "https://github.com/Intelligent-CAT-Lab/UIUCPlus/pull/102",
"license": "NCSA",
"license_type": "permissive",
"license_source": "github-api"
} |
209855548 | Fix: Upgraded compile SDK version to 25
The error reported by @juergensturm in #162 shows up because of the new version of Android_10 in rosjava_mvn_repo, which corresponds to this PR.
Compile SDK version was set to 22 when App Compat was contributed to Android Core because version 25 had some problems (see discussio... | gharchive/pull-request | 2017-02-23T19:12:51 | 2025-04-01T06:42:37.494990 | {
"authors": [
"adamantivm",
"jubeira",
"linpenghong",
"smits"
],
"repo": "Intermodalics/tango_ros",
"url": "https://github.com/Intermodalics/tango_ros/pull/163",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1905784328 | fix tokenize bug
Motivation
fix bug https://github.com/InternLM/InternLM/issues/340
Modification
In order to maintain consistency with the model.build_inputs and tokenizer.deocde during the inference phase.
Checklist
Before PR:
[ ] Pre-commit or other linting tools are used to fix the potential lint issues.
[ ] Bug ... | gharchive/pull-request | 2023-09-20T22:10:14 | 2025-04-01T06:42:37.501968 | {
"authors": [
"jiangtann"
],
"repo": "InternLM/InternLM",
"url": "https://github.com/InternLM/InternLM/pull/342",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1962642498 | [Bug] ImportError: DLL load failed while importing _turbomind: 找不到指定的模块。
Checklist
[X] 1. I have searched related issues but cannot get the expected help.
[ ] 2. The bug has not been fixed in the latest version.
Describe the bug
使用的lmdeploy/turbomind-internlm-chat-7b-w4模型
在执行 python -m lmdeploy.serve.turbomind.depl... | gharchive/issue | 2023-10-26T03:42:05 | 2025-04-01T06:42:37.510537 | {
"authors": [
"DrawAChicken",
"irexyc",
"lvhan028"
],
"repo": "InternLM/lmdeploy",
"url": "https://github.com/InternLM/lmdeploy/issues/613",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2087392996 | [Bug] Pytorch引擎部署Baichuan2-13B,程序卡在lmdeploy - INFO - distribute model parameters.
Checklist
[X] 1. I have searched related issues but cannot get the expected help.
[X] 2. The bug has not been fixed in the latest version.
Describe the bug
下面是我的代码
from lmdeploy import pipeline, GenerationConfig, PytorchEngineConfig
... | gharchive/issue | 2024-01-18T03:12:19 | 2025-04-01T06:42:37.605638 | {
"authors": [
"grimoire",
"lzq603"
],
"repo": "InternLM/lmdeploy",
"url": "https://github.com/InternLM/lmdeploy/issues/983",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1874835874 | 使用 deepspeed_zero2 训练启动失败
显卡配置
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.54.03 Driver Version: 535.54.03 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name ... | gharchive/issue | 2023-08-31T05:58:17 | 2025-04-01T06:42:37.613950 | {
"authors": [
"LZHgrla",
"liuwake",
"online2311"
],
"repo": "InternLM/xtuner",
"url": "https://github.com/InternLM/xtuner/issues/80",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
917308630 | functions lacking on the API
Describe the bug
The connector API is lacking a couple of functions to completely operate it. The functions missing are POST /api/requests , POST /api/agreements and PUT /api/agreements,which makes it difficult to validate api's functionalities.
Hi,
you cannot create agreements via POS... | gharchive/issue | 2021-06-10T12:50:07 | 2025-04-01T06:42:37.617275 | {
"authors": [
"brianjahnke",
"jmartinezsqs"
],
"repo": "International-Data-Spaces-Association/DataspaceConnector",
"url": "https://github.com/International-Data-Spaces-Association/DataspaceConnector/issues/331",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"... |
2225765490 | Fix protocol params order for minFeeA and minFeeB
Changelog
- description: |
Fix protocol params order for minFeeA and minFeeB
# uncomment types applicable to the change:
type:
# - feature # introduces a new feature
# - breaking # the API has changed in a breaking way
# - compatible # the... | gharchive/pull-request | 2024-04-04T15:03:50 | 2025-04-01T06:42:37.627528 | {
"authors": [
"ArturWieczorek",
"carbolymer"
],
"repo": "IntersectMBO/cardano-cli",
"url": "https://github.com/IntersectMBO/cardano-cli/pull/693",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2401086703 | Handle forks in the branch-history GitHub CI job
Closes #4486
The part of CI that we wanted to test has already ran.
Closing this one in favor of #4488
| gharchive/pull-request | 2024-07-10T15:35:25 | 2025-04-01T06:42:37.628671 | {
"authors": [
"lehins",
"neilmayhew"
],
"repo": "IntersectMBO/cardano-ledger",
"url": "https://github.com/IntersectMBO/cardano-ledger/pull/4487",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2629885024 | 🐛 DRep error conditions in docs hes duplicate subtitles
Area
Other
Domain
gov.tools
Which wallet were you using?
No response
Context
I was trying to check the linking within GovTool so I clicked learn more on the GA with incorrect metadata.
Steps to reproduce
Go to this GA - https://gov.tools/connected/governance_a... | gharchive/issue | 2024-11-01T21:17:29 | 2025-04-01T06:42:37.633093 | {
"authors": [
"bosko-m",
"m-i-k-e"
],
"repo": "IntersectMBO/govtool",
"url": "https://github.com/IntersectMBO/govtool/issues/2308",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1137325947 | IOSimPOR version of Inound-Gov valid transitions tests
[ ] prop_inbound_governor_valid_transition_order
[ ] prop_inbound_governor_valid_transition_order
Done in: #4872
| gharchive/issue | 2022-02-14T13:43:04 | 2025-04-01T06:42:37.634444 | {
"authors": [
"bolt12",
"coot"
],
"repo": "IntersectMBO/ouroboros-network",
"url": "https://github.com/IntersectMBO/ouroboros-network/issues/3614",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2614915782 | Crash with Planar Artifice: Continuation
Crash with Planar Artifice: Continuation
crash-2024-10-25_09.56.38-client.txt
Nothing about this crash log has anything to do with Just Enough Magiculture and I am unable to reproduce the crash.
Nothing about this crash log has anything to do with Just Enough Magiculture ... | gharchive/issue | 2024-10-25T19:10:22 | 2025-04-01T06:42:37.648700 | {
"authors": [
"Invadermonky",
"Margatroidu"
],
"repo": "Invadermonky/JustEnoughMagiculture",
"url": "https://github.com/Invadermonky/JustEnoughMagiculture/issues/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1397431616 | Created radix sort implementation in java
Issue: Radix sort
Changes propsosed:
Errors:
Mentions:
added radix sort
| gharchive/pull-request | 2022-10-05T08:29:11 | 2025-04-01T06:42:37.649857 | {
"authors": [
"Sonal-Maurya"
],
"repo": "InvisiblePro/Hacktoberfest-2022",
"url": "https://github.com/InvisiblePro/Hacktoberfest-2022/pull/73",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1299892457 | 🛑 IPAP Certificados is down
In 8473a84, IPAP Certificados (http://certificados.ipap.chaco.gov.ar) was down:
HTTP code: 0
Response time: 0 ms
Resolved: IPAP Certificados is back up in 870fd50.
| gharchive/issue | 2022-07-10T11:08:09 | 2025-04-01T06:42:37.677492 | {
"authors": [
"Ipapticsjbiain"
],
"repo": "Ipapticsjbiain/EstadoDePaginas",
"url": "https://github.com/Ipapticsjbiain/EstadoDePaginas/issues/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1322588003 | Update profile.md
test
merged
| gharchive/pull-request | 2022-07-29T19:04:09 | 2025-04-01T06:42:37.679218 | {
"authors": [
"IpsitaAdhyaTR"
],
"repo": "IpsitaAdhyaTR/Ipsita-Test",
"url": "https://github.com/IpsitaAdhyaTR/Ipsita-Test/pull/2",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
430494926 | Cannot import name Directory by IronPython 2.7.9 in .NET Core
Can not import Directory
from System.IO import Directory
Can import Path
from System.IO import Path
Directory is in a different assembly in .NET Core. You will need to add a reference before you can import:
import clr
clr.AddReference("System.IO.FileS... | gharchive/issue | 2019-04-08T14:49:17 | 2025-04-01T06:42:37.684088 | {
"authors": [
"equiclouds",
"slozier"
],
"repo": "IronLanguages/ironpython2",
"url": "https://github.com/IronLanguages/ironpython2/issues/611",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
29869298 | PEP 3105 -- Make print a function
http://www.python.org/dev/peps/pep-3105/
This has been implemented.
| gharchive/issue | 2014-03-21T00:04:48 | 2025-04-01T06:42:37.685163 | {
"authors": [
"jdhardy",
"slide"
],
"repo": "IronLanguages/ironpython3",
"url": "https://github.com/IronLanguages/ironpython3/issues/12",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1415491124 | Widen guzzle spec, and simplify script defs.
Our integration with Guzzle is rather superficial, bumping up to the next does not seem to affect our tests passing. Also, our script definitions can be simplified, as per https://getcomposer.org/doc/articles/scripts.md#writing-custom-commands
Before executing scripts, Co... | gharchive/pull-request | 2022-10-19T19:40:52 | 2025-04-01T06:42:37.722612 | {
"authors": [
"adam-vessey"
],
"repo": "Islandora/chullo",
"url": "https://github.com/Islandora/chullo/pull/98",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
707620456 | Unable to delete media that doesn't have a referenced entities file field.
When creating a media that doesn't utilize an entity reference based file field the Delete media and files action will whitescreen:
Error: Call to undefined method Drupal\Core\Field\FieldItemList::referencedEntities() in Drupal\islandora\Plugi... | gharchive/issue | 2020-09-23T19:23:06 | 2025-04-01T06:42:37.726076 | {
"authors": [
"ajstanley",
"jordandukart"
],
"repo": "Islandora/documentation",
"url": "https://github.com/Islandora/documentation/issues/1628",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
382226345 | Adicionando meu nome na lista
🚀
Adicionado 🗡 🚀
| gharchive/pull-request | 2018-11-19T13:57:22 | 2025-04-01T06:42:37.748747 | {
"authors": [
"Italox",
"viniciusmeneses"
],
"repo": "Italox/rocketseatdevs",
"url": "https://github.com/Italox/rocketseatdevs/pull/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2442202112 | Add option for click() method to control if url is opened in new page
Currenty in source code web-sdk/dist/utils/IterableActionRunner.js:56
it is hard-coded that url is being opened in new window. It is not always suitable.
Hey, @rapidfixer good point! I'll cut a ticket to address this.
| gharchive/issue | 2024-08-01T11:24:19 | 2025-04-01T06:42:37.749870 | {
"authors": [
"mprew97",
"rapidfixer"
],
"repo": "Iterable/iterable-web-sdk",
"url": "https://github.com/Iterable/iterable-web-sdk/issues/425",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2092085525 | Test to have more coverage
Coverage is now in the github actions
Now here https://its-just-nans.github.io/notox/coverage/
| gharchive/issue | 2024-01-20T15:01:11 | 2025-04-01T06:42:37.757890 | {
"authors": [
"Its-Just-Nans"
],
"repo": "Its-Just-Nans/notox",
"url": "https://github.com/Its-Just-Nans/notox/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1667939124 | Doesn't remember chat history.
See picture...
Alpaca electron v. 1.0.5
OS: WIN 10 Home Version 21H2
It does. Ask it to remember a number and then ask if to recall the number afterwards.
As suggested:
Does not seem to work with numbers either on my end. =/
Remember the number 7728 for me
What number did I a... | gharchive/issue | 2023-04-14T09:58:00 | 2025-04-01T06:42:37.764998 | {
"authors": [
"ItsPi3141",
"SmallChief"
],
"repo": "ItsPi3141/alpaca-electron",
"url": "https://github.com/ItsPi3141/alpaca-electron/issues/56",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1680120146 | [BUG]
HTML code is not escaped. If you paste HTML code into the chat interface, the code is rendered rather than displayed as plain text.
I'll fix that in the next update.
Fixed in https://github.com/ItsPi3141/alpaca-electron/commit/805e8c4bfc78cf241b6a62a8764fa181c9f6fbb5. See here. It will be included in the ne... | gharchive/issue | 2023-04-23T18:23:26 | 2025-04-01T06:42:37.766889 | {
"authors": [
"ItsPi3141",
"Swallow74"
],
"repo": "ItsPi3141/alpaca-electron",
"url": "https://github.com/ItsPi3141/alpaca-electron/issues/68",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
119861739 | Update cascadeclassifier.cpp
minor fix since predict() returun int
could u plz have a look at this @StevenPuttemans
@teng88 this seems indeed correct. Could you also adapt the following line, where the same mistake happens: https://github.com/Itseez/opencv/blob/master/apps/traincascade/cascadeclassifier.cpp#L294
... | gharchive/pull-request | 2015-12-02T03:50:35 | 2025-04-01T06:42:37.771688 | {
"authors": [
"StevenPuttemans",
"teng88",
"vpisarev"
],
"repo": "Itseez/opencv",
"url": "https://github.com/Itseez/opencv/pull/5731",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1599991966 | Bug on defining center
I am encountering a bug when setting the items to stop in center. The center that is being chosen by the roulette is off by some pixels and can be easily seen. The bug happens on the horizontal roulette not on the vertical one and when I open the inspect on my demo page somehow the center gets ... | gharchive/issue | 2023-02-26T09:49:47 | 2025-04-01T06:42:37.773585 | {
"authors": [
"GerindT",
"IvanAdmaers"
],
"repo": "IvanAdmaers/react-roulette-pro",
"url": "https://github.com/IvanAdmaers/react-roulette-pro/issues/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
310182896 | Fixes for errors that wont let me deploy
Apparently this is why I keep that staging server around. Fixes mostly related to #124.
I have deployed this to the staging environment and confirmed that it really, actually works.
| gharchive/pull-request | 2018-03-30T22:26:01 | 2025-04-01T06:42:37.798211 | {
"authors": [
"J3RN"
],
"repo": "J3RN/time-tracker",
"url": "https://github.com/J3RN/time-tracker/pull/125",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1663077719 | Question
can we put more than 3 id in limiteds.txt or is the script dogshit and its capped out at 3 ids
Yea, also the README file mentions, you have to put the ID item between commas.
Example: ID1, ID2, ID3
| gharchive/issue | 2023-04-11T19:22:57 | 2025-04-01T06:42:37.799170 | {
"authors": [
"jKod1",
"kes2210"
],
"repo": "J3ldo/UGC-Sniper",
"url": "https://github.com/J3ldo/UGC-Sniper/issues/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
225540855 | testing branching
updates
I updated the readme file. Please review and accept.
I probably shouldn't, but ok :+1:
| gharchive/pull-request | 2017-05-01T22:11:34 | 2025-04-01T06:42:37.800231 | {
"authors": [
"JAmerkhanov"
],
"repo": "JAmerkhanov/my-website",
"url": "https://github.com/JAmerkhanov/my-website/pull/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
393791331 | Standard Bitcoin Script Assembly
Is there a standard for how bitcoin script asm is supposed to be written? I have seen several different formats including:
OP_DUP OP_HASH160 ab68025513c3dbd2f7b92a94e0581f5d50f654e7 OP_EQUALVERIFY OP_CHECKSIG
OP_DUP OP_HASH160 [ab68025513c3dbd2f7b92a94e0581f5d50f654e7] OP_EQUALVERIF... | gharchive/issue | 2018-12-24T00:28:21 | 2025-04-01T06:42:37.804265 | {
"authors": [
"JBaczuk",
"wardlem"
],
"repo": "JBaczuk/bitcoin_script_js",
"url": "https://github.com/JBaczuk/bitcoin_script_js/issues/19",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2022747275 | Evaluate for Spider - sqlite3.OperationalError: unable to open database file
Hello,
I'm trying to reproduce your results but I'm having trouble running evaluation scripts.
In particular, if I run eval_spider_pred.sh or other Spider evaluation scripts I get the error:
Traceback (most recent call last):
File "evaluat... | gharchive/issue | 2023-12-03T22:41:34 | 2025-04-01T06:42:37.807043 | {
"authors": [
"JBoRu",
"gianfrancodemarco"
],
"repo": "JBoRu/StructGPT",
"url": "https://github.com/JBoRu/StructGPT/issues/13",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1489310683 | 需要支持头部插槽自适应宽度
当前头部插槽的宽度无法根据头部容器进行自适应宽度设置。
需要给插槽设置中增加如空白栏宽度的设置
插槽的父级容器宽度无法设置。自定义插槽是根据父级容器宽度自适应的,父级容器宽度无法设置,自定义插槽宽度就无法设置为自适应
1.issue:https://github.com/JDFED/drip-table/issues/311
2.目前行插槽只支持schema中进行配置,没有generator的能力
3.行插槽的外边距需要开放,目前有个默认的padding
3 已解決
| gharchive/issue | 2022-12-11T02:41:57 | 2025-04-01T06:42:37.836155 | {
"authors": [
"Too-Tao",
"raoenhui",
"tinymins"
],
"repo": "JDFED/drip-table",
"url": "https://github.com/JDFED/drip-table/issues/311",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
153893154 | Line 671 error
Do you want to install phpMyAdmin? (Y/n): Y vstacklet/vstacklet-ubuntu-stack.sh: line 671: mysqladmin: command not found
This would likely only happen if your dependencies failed to install. I assume you are attempting this with php5 selected as (Y).? phpmyadmin support is now functional with php7 a... | gharchive/issue | 2016-05-09T23:33:44 | 2025-04-01T06:42:37.902601 | {
"authors": [
"JMSDOnline",
"anikitin35"
],
"repo": "JMSDOnline/vstacklet",
"url": "https://github.com/JMSDOnline/vstacklet/issues/92",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1959756794 | webOS 5: TV refuses packet
My 65UH5500 actively refuses the packet sent by this app.
Tue 12:08:55 > LGTV Companion Service started (v 3.1.9) ---------------------------
Tue 12:08:55 > Data path: C:\ProgramData\LGTV Companion
Tue 12:08:55 > Device1, 65UH5500, with IP 192.168.1.196 initiated (Enabled:yes, NewConn:yes, ... | gharchive/issue | 2023-10-24T17:39:38 | 2025-04-01T06:42:37.936398 | {
"authors": [
"JPersson77",
"davidmatthewcoleman"
],
"repo": "JPersson77/LGTVCompanion",
"url": "https://github.com/JPersson77/LGTVCompanion/issues/175",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
764081812 | [1.16.4/Forge] Game Freezes and Crashes when a Ship Assembly is Used
Design Used: 3x5 wooden platform, with four fence posts connecting a 3x5x2 balloon cube
Upon placing the ship assembly and right-clicking, the game froze, then crashed after a few seconds. No crash log was generated.
latest.log: https://gist.github.... | gharchive/issue | 2020-12-12T17:26:42 | 2025-04-01T06:42:37.966439 | {
"authors": [
"CrackerJackBeta",
"JSJBDEV",
"ultranine",
"volkoleg"
],
"repo": "JSJBDEV/PlatosTransporters",
"url": "https://github.com/JSJBDEV/PlatosTransporters/issues/31",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
255729205 | added custom headers to .connect()
It is my first fork on github, so I hope I've done it right.
Yep that's good. Thank you @mitkpl !
No problem, but could you publish it to NPM? We are heading to end of sprint 😁
Yep done ;)
| gharchive/pull-request | 2017-09-06T20:17:39 | 2025-04-01T06:42:37.969046 | {
"authors": [
"JSteunou",
"mitkpl"
],
"repo": "JSteunou/webstomp-client",
"url": "https://github.com/JSteunou/webstomp-client/pull/46",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1878523255 | 🛑 Glitch is down
In f8ced27, Glitch ($GLITCH) was down:
HTTP code: 503
Response time: 505 ms
Resolved: Glitch is back up in 0b23e6e after 1 hour, 45 minutes.
| gharchive/issue | 2023-09-02T09:28:47 | 2025-04-01T06:42:37.985927 | {
"authors": [
"JYFUX"
],
"repo": "JYFUX/upptime",
"url": "https://github.com/JYFUX/upptime/issues/1099",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
668361584 | Lepton buffs have a negative increase instead of positive
Hi again,
The lepton effects for stronger perks, pathogen upgrades and derivative boost actually lower these effects instead of increase them. Not sure what the magnitude of the decrease is though.
Thanks for taking care of the auto-elementary issue as well... | gharchive/issue | 2020-07-30T04:34:22 | 2025-04-01T06:42:38.082489 | {
"authors": [
"AsenIvanov",
"Jacorb90"
],
"repo": "Jacorb90/DistInc.github.io",
"url": "https://github.com/Jacorb90/DistInc.github.io/issues/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
231371215 | Figures in SRS Documents
Hello Dan. Can we automate the generation of documents so that they include the figures? From our discussion the other day, it sounded like this wouldn't be too hard to do if the user was expected to provide the full path to the file in their input. The generated version could put the file... | gharchive/issue | 2017-05-25T15:22:48 | 2025-04-01T06:42:38.091525 | {
"authors": [
"JacquesCarette",
"niazim3",
"njericha",
"smiths",
"szymczdm"
],
"repo": "JacquesCarette/literate-scientific-software",
"url": "https://github.com/JacquesCarette/literate-scientific-software/issues/214",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_s... |
1951100795 | next.js, useKakaoLoader, 오류 메세지
환경
react-kakao-maps-sdk@1.1.21
next@3.4.19
스크립트
const [loading, error] = useKakaoLoader({
appkey: "키", // 발급 받은 APPKEY
libraries: ["services", "clusterer", "drawing"],
});
return (
<>
<Map
center={{ lat: 33.375593296624764, lng: 126.54190847610725... | gharchive/issue | 2023-10-19T02:58:00 | 2025-04-01T06:42:38.110361 | {
"authors": [
"JaeSeoKim",
"pmingkr"
],
"repo": "JaeSeoKim/react-kakao-maps-sdk",
"url": "https://github.com/JaeSeoKim/react-kakao-maps-sdk/issues/62",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2244955355 | 헤더 파일 패스 오류 나오는데 어떻게 해야할까요?
안녕하세요.
헤더 파일 패스 오류 나오는데 어떻게 해야할까요?
File "d:\Gdrive\workspace\Coupang-Review-Crawling\main.py", line 32, in
openpyxl_instance = OpenPyXL(headers_file_path) # 인수를 받는 OpenPyXL 인스턴스 생성
^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: OpenPyXL() takes no arguments
감사합니다.
수정하신 코드가 어떻게 되어있는지는 잘 모르겠지만, ... | gharchive/issue | 2024-04-16T02:12:41 | 2025-04-01T06:42:38.114056 | {
"authors": [
"JaehyoJJAng",
"wogusrh1"
],
"repo": "JaehyoJJAng/Coupang-Review-Crawling",
"url": "https://github.com/JaehyoJJAng/Coupang-Review-Crawling/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
89452321 | Building project failed lost Alamofire
/Users/CTT/Documents/myGitHub/SwiftWeather/SwiftWeatherService/WeatherService.swift:11:8: No such module 'Alamofire'
Green hand's meeting the same question
+1
Thanks for reporting this issue. I have updated the app to not use Carthage any more. Please checkout the current ... | gharchive/issue | 2015-06-19T03:05:57 | 2025-04-01T06:42:38.130765 | {
"authors": [
"HenryJee",
"JakeLin",
"cuitengtai",
"jiqiuyucool"
],
"repo": "JakeLin/SwiftWeather",
"url": "https://github.com/JakeLin/SwiftWeather/issues/23",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1168677239 | Create backend controllers for posting to the database
Users should persist after signing up, and logins should require correct credentials
Closed by #25
| gharchive/issue | 2022-03-14T17:16:14 | 2025-04-01T06:42:38.136786 | {
"authors": [
"James-LG"
],
"repo": "James-LG/SYSC4806-Term-Project",
"url": "https://github.com/James-LG/SYSC4806-Term-Project/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
17601178 | Update CodePlex Home page to mention the move to GitHub
I was busy adding to discussions and filing new issues over on the CodePlex site for JSON.NET when I finally looked at the commit history, then peaked at the README to discover that the codebase had been moved over to GitHub (good choice, by the way).
Anyway, pl... | gharchive/issue | 2013-08-03T22:39:17 | 2025-04-01T06:42:38.168703 | {
"authors": [
"JamesMGreene",
"JamesNK"
],
"repo": "JamesNK/Newtonsoft.Json",
"url": "https://github.com/JamesNK/Newtonsoft.Json/issues/111",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1924332004 | An object is serialized as an array and can't be deserialized
When deserializing an object, getting the error 'Cannot create and populate list type Microsoft.Reporting.WebForms.ReportHierarchy'. ReportHierarchy is part of Microsoft report viewer and this class extends Stack<Reportinfo> so when serializing it, it gets... | gharchive/issue | 2023-10-03T14:55:11 | 2025-04-01T06:42:38.183659 | {
"authors": [
"elgonzo",
"murtymaganti"
],
"repo": "JamesNK/Newtonsoft.Json",
"url": "https://github.com/JamesNK/Newtonsoft.Json/issues/2906",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2189264880 | Custom Converter fails when both decimal and doubles are present
Source/destination types
internal record Example(double Double, decimal Decimal);
Source/destination JSON
{"Double":-1.7976931348623157E+308,"Decimal":-79228162514264337593543950335.0}
Expected behavior
I expect to be able to deserialize the JSON back... | gharchive/issue | 2024-03-15T18:45:39 | 2025-04-01T06:42:38.191260 | {
"authors": [
"mtrackeros",
"steffenskov"
],
"repo": "JamesNK/Newtonsoft.Json",
"url": "https://github.com/JamesNK/Newtonsoft.Json/issues/2941",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
225620718 | <exclude/include>not working
once i tried to load exclude/include, it did not generate index.html in public folder.
idk if it's because hexo 3.2 released and it has the same exclude/include features.
maybe you could change the name of these two?
Have you installed the hexo-generator-index2 to replace the origin hex... | gharchive/issue | 2017-05-02T08:07:37 | 2025-04-01T06:42:38.195892 | {
"authors": [
"Jamling",
"kagomemiao"
],
"repo": "Jamling/hexo-generator-index2",
"url": "https://github.com/Jamling/hexo-generator-index2/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
592554934 | vids.sh - handle different orientations
try ffmpeg pad http://ffmpeg.org/ffmpeg-filters.html#pad-1
Implemented in
https://github.com/Janis-Rullis-IT/shell-scripts/blob/c8d28f5b88a9b9f841202255f0ac04f7f1e1f135/vids.sh
| gharchive/issue | 2020-04-02T11:21:13 | 2025-04-01T06:42:38.215489 | {
"authors": [
"janis-rullis"
],
"repo": "Janis-Rullis-IT/shell-scripts",
"url": "https://github.com/Janis-Rullis-IT/shell-scripts/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2382434503 | feat/skill_intent_blacklist_per_client
companion to https://github.com/OpenVoiceOS/ovos-core/pull/492
intents are of the format "skill_id:intent_name"
skills are the default "skill_id" used everywhere else
Commands:
add-client add credentials for a client
allow-msg allow message types sent from a ... | gharchive/pull-request | 2024-06-30T20:34:30 | 2025-04-01T06:42:38.249278 | {
"authors": [
"JarbasAl",
"goldyfruit"
],
"repo": "JarbasHiveMind/HiveMind-core",
"url": "https://github.com/JarbasHiveMind/HiveMind-core/pull/89",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1559430215 | [ENHANCEMENT]: Redesign the footer section to show the link items in a grid format
Feature details?
The footer section right now looks cluttered & ugly. Showing the footer items in a grid format (at least on desktops) might make it look better. This issue thread will be used to track its progress.
Code of Conduct
[X... | gharchive/issue | 2023-01-27T09:24:00 | 2025-04-01T06:42:38.254026 | {
"authors": [
"Jarmos-san"
],
"repo": "Jarmos-san/personal-website",
"url": "https://github.com/Jarmos-san/personal-website/issues/51",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
119001170 | get file data after CAS authentication
Hello,
I want to get data from one file which is open after CAS authentication. Normaly this file is not open if i am not logged in. To get this file data i tried example_proxy_GET.php example but its gives below errors.
CAS Authentication failed!
You were not authenticated.
You... | gharchive/issue | 2015-11-26T09:07:27 | 2025-04-01T06:42:38.266174 | {
"authors": [
"dipmalazap",
"jfritschi"
],
"repo": "Jasig/phpCAS",
"url": "https://github.com/Jasig/phpCAS/issues/179",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
140025950 | Upgrade Apache Commons Collections to v3.2.2
Version 3.2.1 has a CVSS 10.0 vulnerability. That is the worst kind of
vulnerability that exists. By merely existing on the classpath, this
library causes the Java serialization parser for the entire JVM process
to go from being a state machine to a turing machine. A turin... | gharchive/pull-request | 2016-03-10T22:19:17 | 2025-04-01T06:42:38.270747 | {
"authors": [
"apetro",
"gmlewis"
],
"repo": "Jasig/resource-server",
"url": "https://github.com/Jasig/resource-server/pull/42",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
184536823 | UP-4755: Add Pull Request Template
https://issues.jasig.org/browse/UP-4755
Checklist
[x] individual contributor license agreement is signed
[x] commit message follows commit guidelines
[x] documentation is changed or added
Description of change
Adds a Pull Request template that will automatically fill in when a ... | gharchive/pull-request | 2016-10-21T17:45:44 | 2025-04-01T06:42:38.277054 | {
"authors": [
"ChristianMurphy",
"bjagg",
"coveralls"
],
"repo": "Jasig/uPortal",
"url": "https://github.com/Jasig/uPortal/pull/740",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2123072623 | 🛑 Metropolis is down
In a9315fb, Metropolis (https://maclyonsden.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Metropolis is back up in e19a8af after 6 minutes.
| gharchive/issue | 2024-02-07T13:43:54 | 2025-04-01T06:42:38.279548 | {
"authors": [
"JasonLovesDoggo"
],
"repo": "JasonLovesDoggo/status",
"url": "https://github.com/JasonLovesDoggo/status/issues/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
317108036 | Logo Design Offer as Open Source Contribution
Hello Sir. I'm a UI/UX and Graphics Designer. I want provide a logo for you. Would you mind if I propose a new logo design for your application as my Open Source Contribution?
Thanks before.
I appreciate your support. I'm very happy that you can contribute to this proje... | gharchive/issue | 2018-04-24T07:47:20 | 2025-04-01T06:42:38.300430 | {
"authors": [
"Jasonchenlijian",
"anharismail"
],
"repo": "Jasonchenlijian/FastBle",
"url": "https://github.com/Jasonchenlijian/FastBle/issues/252",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1138645158 | Re: Patching API what is it patching
Re: the Patching API, if I understand it correctly, it is patching changes to domain model vis-a-vis what has been serialized to the database? How about more than perhaps minor changes, properties here and there, changes to namespace paths, etc. Could you elaborate please on some ... | gharchive/issue | 2022-02-15T12:46:18 | 2025-04-01T06:42:38.303801 | {
"authors": [
"mwpowellhtx"
],
"repo": "JasperFx/marten",
"url": "https://github.com/JasperFx/marten/issues/2078",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2163324003 | LiveAggregation invalid code generation when using static apply handlers + manual registration (v7 master)
Given a projection of shape:
public record Point(Guid Id, string Name)
{
public static Point Create(PointCreated e) => new(e.Id, e.Point.Name,);
public static Point Apply(Point state, PointEdited e) => ... | gharchive/issue | 2024-03-01T12:42:34 | 2025-04-01T06:42:38.308180 | {
"authors": [
"Hawxy",
"jeremydmiller"
],
"repo": "JasperFx/marten",
"url": "https://github.com/JasperFx/marten/issues/3007",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2475665038 | Doesn't work with interface definitions
Nice plugin! Tried it today but noticed that it somehow doesn't work when editing interface definitions. It does correctly go from multi to single-return args but then breaks and it's actually impossible to add the brackets back even manually.
example:
CosSim(ctx context.Conte... | gharchive/issue | 2024-08-20T13:32:33 | 2025-04-01T06:42:38.314004 | {
"authors": [
"Jay-Madden",
"marcomayer"
],
"repo": "Jay-Madden/auto-fix-return.nvim",
"url": "https://github.com/Jay-Madden/auto-fix-return.nvim/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1396265168 | Add frontman crawler to list
Based on #487, I've added the frontman crawler to the list.
According to https://github.com/cloudradar/frontman, they use frontman as user agent.
Thanks ❤️
| gharchive/pull-request | 2022-10-04T13:18:39 | 2025-04-01T06:42:38.315682 | {
"authors": [
"JayBizzle",
"greew"
],
"repo": "JayBizzle/Crawler-Detect",
"url": "https://github.com/JayBizzle/Crawler-Detect/pull/488",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
64116424 | Feature request: Audio through DS4 headphone jack
Please considering working in this direction at some point, if it is at all possible. Would be incredibly useful, especially over Bluetooth.
Seconded. This would be an excellent feature.
I hate to tell you, but I'm not sure it's possible since the DS4 audio is han... | gharchive/issue | 2015-03-24T22:33:51 | 2025-04-01T06:42:38.482651 | {
"authors": [
"AllanPinheiroDeLima",
"Anoneom",
"BOBCAMO",
"Bluebie",
"DS4FW",
"Darky20011",
"H3mul",
"IanM-56",
"Jays2Kings",
"KhanhDam",
"Laur3nt1u",
"MrPTFMoose",
"Muhlawor",
"NeoReaper",
"NeonStreak",
"Okami3814",
"OscBacon",
"PunkyPL",
... |
812197619 | Email Classification as spam or not
I had made an email classification as spam or not ml model using NLP and Naive Bayes algorithm.
Also, the dataset file is being added along with the code file, readme, and requirements file.
#298
| gharchive/pull-request | 2021-02-19T17:20:55 | 2025-04-01T06:42:38.497955 | {
"authors": [
"Jayshah6699",
"oshi36"
],
"repo": "Jayshah6699/datascience-mashup",
"url": "https://github.com/Jayshah6699/datascience-mashup/pull/307",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
204286515 | Customer Needs a discount
Customer wants a discount
Customer wants a discount
Create a code to enable 25% global discount
| gharchive/issue | 2017-01-31T12:51:48 | 2025-04-01T06:42:38.500833 | {
"authors": [
"JeanBennett01"
],
"repo": "JeanBennett01/the-app",
"url": "https://github.com/JeanBennett01/the-app/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
67008860 | why is this a compent instead of a mixin?
This would be far more valuable as a mixin, so you can use it with arbitrary components, instead of having to wrap them in a component.
I agree.
I'm happy to add Mixin support, we did it for react-tappable and it's been a good solution there. Would love a PR that implemen... | gharchive/issue | 2015-04-07T23:04:15 | 2025-04-01T06:42:38.502498 | {
"authors": [
"JedWatson",
"Pomax",
"deiucanta"
],
"repo": "JedWatson/react-hammerjs",
"url": "https://github.com/JedWatson/react-hammerjs/issues/12",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
214292578 | Changing poller semantics to make them stoppable
The pollers originally were designed without a way of stopping the background
polling thread. In practice, we probably don't really need a way of closing
the thread, but in unit tests, we need a way of killing the background thread
when the test ends, otherwise the tes... | gharchive/pull-request | 2017-03-15T06:09:53 | 2025-04-01T06:42:38.511668 | {
"authors": [
"coveralls",
"mtlynch"
],
"repo": "JeetShetty/GreenPiThumb",
"url": "https://github.com/JeetShetty/GreenPiThumb/pull/81",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1064793709 | Crdb changefeed input
Closes #964
This is an initial pass at adding in CockroachDB Core Changefeed support. This only has simple config parsing testing.
Functionality has been manually tested, but otherwise all tests pass.
The goal in the next few PRs is to:
Add better tests
Add intelligent caching support for curso... | gharchive/pull-request | 2021-11-26T20:38:34 | 2025-04-01T06:42:38.523188 | {
"authors": [
"Jeffail",
"danthegoodman1"
],
"repo": "Jeffail/benthos",
"url": "https://github.com/Jeffail/benthos/pull/971",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
451963928 | HTTP request: HTTP Error 503: Service Temporarily Unavailable
It was working fine till last week. All of a sudden I get this error. Does anybody face this problem?
An error occured during an HTTP request: HTTP Error 503: Service Temporarily Unavailable
Try to open in browser: https://twitter.com/search?q=cristianoron... | gharchive/issue | 2019-06-04T12:19:50 | 2025-04-01T06:42:38.529266 | {
"authors": [
"marquisvictor",
"memat100"
],
"repo": "Jefferson-Henrique/GetOldTweets-python",
"url": "https://github.com/Jefferson-Henrique/GetOldTweets-python/issues/247",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1931136884 | workflow_dispatch trigger tuning
Desired behavior:
[x] do not queue runs on main, rather just run immediately whenever we get triggered by upstream workflows
resolved by https://github.com/JeffersonLab/clas12-validation/pull/11
[ ] improve the concurrency class, something like
same PR || same triggerer fork and ... | gharchive/issue | 2023-10-07T02:24:04 | 2025-04-01T06:42:38.533357 | {
"authors": [
"c-dilks"
],
"repo": "JeffersonLab/clas12-validation",
"url": "https://github.com/JeffersonLab/clas12-validation/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
446389197 | MessageHandler 实例化时报 未将对象引用设置到对象的实例
(*** 此版块专为反馈bug及提交需求服务,不负责解答开发问题,请勿发表开发问题,
如果您需要这方面的帮助,请移步问答社区:https://weixin.senparc.com/QA ***)
问题描述
实例化MessageHandlers时出现未将对象实例化的报错
System.NullReferenceException: 未将对象引用设置到对象的实例。
在 Senparc.Weixin.MP.MessageHandlers.MessageHandler1.Init(XDocument postDataDocument, IEncryptPostMod... | gharchive/issue | 2019-05-21T02:34:29 | 2025-04-01T06:42:38.560070 | {
"authors": [
"JeffreySu",
"ntzw"
],
"repo": "JeffreySu/WeiXinMPSDK",
"url": "https://github.com/JeffreySu/WeiXinMPSDK/issues/1763",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
221187839 | Unexpected character '@' (1:0) on compiling scss
Laravel Mix: 0.10
SPA Project
Node Version (node -v): 7.8.0
NPM Version (npm -v): 4.2.0
OS: Windows 10
Compiling .scss file on JS import failed.
import React from 'react';
import ReactDOM from 'react-dom';
import {Provider} from 'react-redux';
import routes from '.... | gharchive/issue | 2017-04-12T08:28:19 | 2025-04-01T06:42:38.563947 | {
"authors": [
"Galironfydar",
"JeffreyWay",
"ruchern",
"stefensuhat"
],
"repo": "JeffreyWay/laravel-mix",
"url": "https://github.com/JeffreyWay/laravel-mix/issues/692",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
237873027 | mix.extract() causing the resources processing to freeze with 95% emitting message
Laravel Mix Version: 1.0.3 (npm list --depth=0)
Node Version (node -v): 6.10.3
NPM Version (npm -v): 5.0.3
OS: Windows 8.1
npm list --depth=0
+-- axios@0.15.3
+-- bootstrap-sass@3.3.7
+-- cross-env@3.2.4
+-- jquery@3.2.1
+-- laravel... | gharchive/issue | 2017-06-22T14:52:58 | 2025-04-01T06:42:38.580782 | {
"authors": [
"H4midR",
"Hujjat",
"PascaleBeier",
"angelside",
"arcanedev-maroc",
"cmosguy",
"imuller",
"merlindiavova",
"mibrito707",
"ruchern",
"taai"
],
"repo": "JeffreyWay/laravel-mix",
"url": "https://github.com/JeffreyWay/laravel-mix/issues/925",
"license": "... |
221170838 | Add buttons with preprogrammed commands.
This PR adds the ability to create preprogrammed buttons. I've included a few sample buttons.
Thank you 👍!
I merged your first commit (Add buttons with preprogrammed commands.) manually after some improvements to your code: On the fluffd-client side I made sure to use jQuer... | gharchive/pull-request | 2017-04-12T07:09:57 | 2025-04-01T06:42:38.587645 | {
"authors": [
"Jeija",
"jcostlow"
],
"repo": "Jeija/bluefluff",
"url": "https://github.com/Jeija/bluefluff/pull/12",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1954851834 | 🛑 CMS Municipalidad Santa Lucía Corrientes is down
In 576f4be, CMS Municipalidad Santa Lucía Corrientes (https://cms.santaluciacorrientes.ar) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CMS Municipalidad Santa Lucía Corrientes is back up in f74650b after 50 minutes.
| gharchive/issue | 2023-10-20T18:45:53 | 2025-04-01T06:42:38.620007 | {
"authors": [
"Jeremias85"
],
"repo": "Jeremias85/monitor-web",
"url": "https://github.com/Jeremias85/monitor-web/issues/40",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
388863674 | Pin#11 and Pin#13 of orangepi_zero_plus2_H3 don't work.
Thank you for useful tool.
Pin#11 and Pin#13 of orangepi_zero_plus2_H3 don't work.
This address doesn't continue.
import OPi.GPIO as GPIO
from time import sleep # this lets us have a time delay
pin = 11
GPIO.setboard(GPIO.ZEROPLUS2H3) # Orange Pi ZERO ... | gharchive/issue | 2018-12-08T00:40:36 | 2025-04-01T06:42:38.623027 | {
"authors": [
"Jeremie-C",
"nopnop2002"
],
"repo": "Jeremie-C/OrangePi.GPIO",
"url": "https://github.com/Jeremie-C/OrangePi.GPIO/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1083821523 | Recomposition is not scheduled on SnapshotList change
The following code is an example of a simple ui list which support deletion on button press.
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row
import androidx.compose.material.Text
import androidx.compose.material.TextB... | gharchive/issue | 2021-12-18T12:21:24 | 2025-04-01T06:42:38.689350 | {
"authors": [
"Maxr1998",
"metametamoon",
"okushnikov",
"shenliuyang"
],
"repo": "JetBrains/compose-multiplatform",
"url": "https://github.com/JetBrains/compose-multiplatform/issues/1618",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1377787997 | Unable to find exe file
I use a JetPack Compose Desktop with Windows 10 and I want to see exe file for my application.
I opened a default example. I can run it and I can see result if I find file called Main.kt and run
https://ibb.co/MfHFXsz
But I don't see exe file with this application in any folder my project.
I h... | gharchive/issue | 2022-09-19T11:11:51 | 2025-04-01T06:42:38.700905 | {
"authors": [
"AlexeyTsvetkov",
"MansonLuo",
"Tiarait",
"ddd28et",
"enciyo",
"okushnikov"
],
"repo": "JetBrains/compose-multiplatform",
"url": "https://github.com/JetBrains/compose-multiplatform/issues/2330",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source":... |
1009985841 | Feature: Configuration to download / setup mockJDK
For some tests, a plugin developer has to checkout the intellij-community repository in order to be able to access mock jdks. While this checkout can be optimized with --depth=1, it still require a significative time and network traffic.
I believe mock jdks should be... | gharchive/issue | 2021-09-28T16:51:53 | 2025-04-01T06:42:38.705138 | {
"authors": [
"YannCebron",
"bric3"
],
"repo": "JetBrains/gradle-intellij-plugin",
"url": "https://github.com/JetBrains/gradle-intellij-plugin/issues/792",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
193336323 | Fix VIM-636 Broken behavior with shift-s to substitute line
|S| aka |cc| was not behaving properly on files that were empty or
contained 1 to 3 blank lines.
I have found the problem for the 2 and 3 line files to be not counting
newlines when getting of the file size in deleteLine. I have given it
some thought and we ... | gharchive/pull-request | 2016-12-04T07:02:23 | 2025-04-01T06:42:38.708528 | {
"authors": [
"AlexPl292",
"gaganis"
],
"repo": "JetBrains/ideavim",
"url": "https://github.com/JetBrains/ideavim/pull/122",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1855809748 | Default border color in v4.0.0
In the updated version of lets-plot there are some changes default border color of violin and boxplot. Honestly, I just realized this because the plots didn't look as appealing as before.
I checked .svg files from this and prior version and compared them with ggplot2 (from R).
Version 3... | gharchive/issue | 2023-08-17T23:00:37 | 2025-04-01T06:42:38.719743 | {
"authors": [
"Zaf4",
"alshan"
],
"repo": "JetBrains/lets-plot",
"url": "https://github.com/JetBrains/lets-plot/issues/853",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
750618024 | Add files via upload
Far Eastern State Transport University
@DartPelmen Pull request merged. Thank you!
| gharchive/pull-request | 2020-11-25T08:47:58 | 2025-04-01T06:42:38.725318 | {
"authors": [
"DartPelmen",
"philipto"
],
"repo": "JetBrains/swot",
"url": "https://github.com/JetBrains/swot/pull/10036",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
751087983 | Create bztgoldenburgde.txt
Added link to the office login instructions and a picture of the page with the office login email you get when you log-in with your student account.
Reworked pull request, since I don't know how to re-open one.
@mirrorhot Thank you for the clarification. Pull request merged.
| gharchive/pull-request | 2020-11-25T20:06:19 | 2025-04-01T06:42:38.726370 | {
"authors": [
"mirrorhot",
"philipto"
],
"repo": "JetBrains/swot",
"url": "https://github.com/JetBrains/swot/pull/10045",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1077876269 | Add pbs.edu.pl
The university changed its name in 2021.
@micpst Thank you for the update! Pull request merged.
| gharchive/pull-request | 2021-12-12T18:33:05 | 2025-04-01T06:42:38.727416 | {
"authors": [
"micpst",
"philipto"
],
"repo": "JetBrains/swot",
"url": "https://github.com/JetBrains/swot/pull/13130",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1588832223 | Add files via upload
South Metropolitan TAFE official website
https://www.southmetrotafe.wa.edu.au/
Course offered
https://www.southmetrotafe.wa.edu.au/courses/certificate-iv-information-technology-programming
Staff email domain "@smtafe.wa.edu.au" is shown at the bottom of the page "info@smtafe.wa.edu.au"
https://ww... | gharchive/pull-request | 2023-02-17T06:42:57 | 2025-04-01T06:42:38.732343 | {
"authors": [
"kenfromsmtafe",
"philipto"
],
"repo": "JetBrains/swot",
"url": "https://github.com/JetBrains/swot/pull/16616",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1623971077 | ajout signes & formations
official website : https://www.signesetformations.com/
official training course of developers : https://www.signesetformations.com/formation-webdesigner-pour-les-sourds-langue-des-signes/webdesigner-developpeur-web/
@DeafDam First stage of verification passed, official domain is signesetfo... | gharchive/pull-request | 2023-03-14T17:24:46 | 2025-04-01T06:42:38.734655 | {
"authors": [
"DeafDam",
"philipto"
],
"repo": "JetBrains/swot",
"url": "https://github.com/JetBrains/swot/pull/16922",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
132601006 | Add ku.th domain
"ku.th" is a new domain for Kasetsart University.
All new students will have email addresses in this domain,
but existing faculty and students may continue to use the
existing domain "ku.ac.th".
So that new students can access JetBrains generous
academic offers, would you add the new ku.th domain?
... | gharchive/pull-request | 2016-02-10T03:56:42 | 2025-04-01T06:42:38.737807 | {
"authors": [
"jbrucker",
"philipto"
],
"repo": "JetBrains/swot",
"url": "https://github.com/JetBrains/swot/pull/1703",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2301758245 | Include October 6 University (o6u.edu.eg) in JetBrains swot repository
Pull Request Description
Title:
Add October 6 University (o6u.edu.eg) to swot repository
Description:
This pull request adds the email domain o6u.edu.eg for October 6 University in Egypt to the JetBrains swot repository. October 6 University (O6U)... | gharchive/pull-request | 2024-05-17T03:53:13 | 2025-04-01T06:42:38.748256 | {
"authors": [
"mo-zekry",
"philipto"
],
"repo": "JetBrains/swot",
"url": "https://github.com/JetBrains/swot/pull/20959",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2382299419 | Create iiitm.txt
Added IIIT Gwalior
@historicattle First stage of verification passed, official domain for Atal Bihari Vajpayee Indian Institute of Information Technology and Management Gwalior is iiitm.ac.in as far as I verified. This is just an informational note. Pull request is still in the review. I appreciate... | gharchive/pull-request | 2024-06-30T15:13:43 | 2025-04-01T06:42:38.750295 | {
"authors": [
"historicattle",
"philipto"
],
"repo": "JetBrains/swot",
"url": "https://github.com/JetBrains/swot/pull/21270",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
579255663 | Add UCH
add Chien Hsin University of Science and Technology
https://www.uch.edu.tw/index.htm
http://www.csie.uch.edu.tw/
The university official website URL
https://www.uch.edu.tw/index.htm
An URL of a page on the official website where a long-term (>1 year) IT related course is offered by the university
http://... | gharchive/pull-request | 2020-03-11T13:15:29 | 2025-04-01T06:42:38.753060 | {
"authors": [
"jimlee0507",
"philipto"
],
"repo": "JetBrains/swot",
"url": "https://github.com/JetBrains/swot/pull/7899",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
610116889 | Creating entry for R.H. Sapat College of Engg., Management Studies and Research
Courses offered : https://ges-coengg.org/about-college-courses-offered/
Affiliated/Recognized by Savitribai Phule Pune University : http://bcud.unipune.ac.in/utilities/college_search/CEGN018790_ENG/Pune_University_College
@KunalGautam P... | gharchive/pull-request | 2020-04-30T15:06:39 | 2025-04-01T06:42:38.755007 | {
"authors": [
"KunalGautam",
"philipto"
],
"repo": "JetBrains/swot",
"url": "https://github.com/JetBrains/swot/pull/8227",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
668810871 | Add UniFOA (Centro Universitário de Volta Redonda)
Brazilian University - City: Volta Redonda - State: Rio de Janeiro - Country: Brazil
@AdanBR Pull request merged. Thank you!
| gharchive/pull-request | 2020-07-30T14:42:20 | 2025-04-01T06:42:38.755913 | {
"authors": [
"AdanBR",
"philipto"
],
"repo": "JetBrains/swot",
"url": "https://github.com/JetBrains/swot/pull/8771",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
673376396 | Create schoolmail.txt
School website - https://licefryaz.edumsko.ru/
But email domain is schoolmail.ru
@EpicStep I am sorry, this is an umbrella domain, i.e. it is used by too broad number of schools. I have to close this request without merging.
Please use free versions of JetBrains tools, such as IntelliJ IDEA Co... | gharchive/pull-request | 2020-08-05T08:59:23 | 2025-04-01T06:42:38.758319 | {
"authors": [
"EpicStep",
"philipto"
],
"repo": "JetBrains/swot",
"url": "https://github.com/JetBrains/swot/pull/8814",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
55760552 | Integration with nose: TypeError in addError and addFailure
I use teamcity-python with nose.
I had the following problem after upgrade package from v1.8 to v1.12:
Traceback (most recent call last):
File "/envs/local/lib/python2.7/site-packages/nose/case.py", line 133, in run
self.runTest(result)
File "/envs/l... | gharchive/pull-request | 2015-01-28T14:13:28 | 2025-04-01T06:42:38.762357 | {
"authors": [
"shalupov",
"smalllark"
],
"repo": "JetBrains/teamcity-python",
"url": "https://github.com/JetBrains/teamcity-python/pull/41",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
861669587 | View Components
Thank you for your walkthrough on creating Laravel packages. Being new to Laravel, it has been a great help.
I noticed that it does not have information to help us if our package uses View Components (Class and View). I feel it would be a great asset to help make it more thorough.
Thanks again for the... | gharchive/issue | 2021-04-19T18:31:25 | 2025-04-01T06:42:38.779741 | {
"authors": [
"Jhnbrn90",
"WadeShuler"
],
"repo": "Jhnbrn90/LaravelPackage.com",
"url": "https://github.com/Jhnbrn90/LaravelPackage.com/issues/71",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
394065503 | 中国2017年六机场日平均流量
https://lbs.amap.com/dev/mapdata/share/6cf76a5ac7716528e7ffc726fa4c5daa
岳珊娜
| gharchive/issue | 2018-12-26T02:16:10 | 2025-04-01T06:42:38.795440 | {
"authors": [
"Yushanna"
],
"repo": "Jianghao/ucasmap",
"url": "https://github.com/Jianghao/ucasmap/issues/49",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
894789755 | Get a list of chats
Hello,
how can I retrieve a list of all chats?
Kind regards,
Michael.
Hey,
I more or less stopped working on this project some time ago, so this is why there is no method to get a list of all chats by command. However, if you have successfully logged in, then you should get a WebChat array over ... | gharchive/issue | 2021-05-18T21:14:08 | 2025-04-01T06:42:38.806409 | {
"authors": [
"JicuNull",
"micw"
],
"repo": "JicuNull/WhatsJava",
"url": "https://github.com/JicuNull/WhatsJava/issues/11",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2009104522 | Missing files
Files are missing:
start_windows.bat
app.js
You need to run install.bat, then run.bat to start the bot
| gharchive/issue | 2023-11-24T05:05:25 | 2025-04-01T06:42:38.813184 | {
"authors": [
"JijaProGamer",
"MelissaMV"
],
"repo": "JijaProGamer/Youtube-View-Bot",
"url": "https://github.com/JijaProGamer/Youtube-View-Bot/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1251874296 | update to version 2.0
fix - 01
should we make dynamic?
| gharchive/pull-request | 2022-05-29T12:21:10 | 2025-04-01T06:42:38.857078 | {
"authors": [
"JoachimD93"
],
"repo": "JoachimD93/PartsUnlimitedE2E",
"url": "https://github.com/JoachimD93/PartsUnlimitedE2E/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
187168203 | Show combo counter only when it reaches activation threshold
I was thinking it would be more great if the combo counter was not visible by default. And then, when it reaches the activation threshold, shows itself.
paste this on your styles.less file:
atom-text-editor::shadow .streak-container {
display: none;
... | gharchive/issue | 2016-11-03T19:32:21 | 2025-04-01T06:42:38.864874 | {
"authors": [
"JuanQP",
"lexcast"
],
"repo": "JoelBesada/activate-power-mode",
"url": "https://github.com/JoelBesada/activate-power-mode/issues/230",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.