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 |
|---|---|---|---|---|---|
1276668472 | i cant run bot
Seguí todos los pasos indicados y me sale desconectado el bot
Please explain more and I can assist if possible.
| gharchive/issue | 2022-06-20T09:54:26 | 2025-04-01T06:36:51.429924 | {
"authors": [
"ConnorSwis",
"elrubenhd"
],
"repo": "ConnorSwis/casino-bot",
"url": "https://github.com/ConnorSwis/casino-bot/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
736905227 | Fix number of hashes
I noticed that the hash bytes were really low compared to @lithp 's and my numbers. Tracked it down and seems they were being counted only for one of the contracts. After this the overhead for 32 byte chunks are lower than 1 byte chunks but I only measured for one block and arity of 16
Thank yo... | gharchive/pull-request | 2020-11-05T12:48:57 | 2025-04-01T06:36:51.431508 | {
"authors": [
"hmijail",
"s1na"
],
"repo": "ConsenSys/code_merklization_of_traces",
"url": "https://github.com/ConsenSys/code_merklization_of_traces/pull/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1754073119 | Use Snapshot X quest
This PR adds a guide for Linea members to use Snapshot X
Closing this one due to conflicts, new PR here
| gharchive/pull-request | 2023-06-13T05:34:10 | 2025-04-01T06:36:51.433166 | {
"authors": [
"zzuziak"
],
"repo": "ConsenSys/doc.zk-evm",
"url": "https://github.com/ConsenSys/doc.zk-evm/pull/117",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
293248098 | removes salt from serialize
This makes the serialized vault more secure, from my point of view it makes no sense to store the salt in the wallets instance. as anyone with accesses to this has accesses to salt.
Additionally, if you provide salt manually this can open the door for more interesting scenarios for unlocki... | gharchive/pull-request | 2018-01-31T17:36:19 | 2025-04-01T06:36:51.435429 | {
"authors": [
"Moejoe90",
"christianlundkvist"
],
"repo": "ConsenSys/eth-lightwallet",
"url": "https://github.com/ConsenSys/eth-lightwallet/pull/184",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1470163778 | Restate Integer Types as Aliases?
Currently, the various integer types (e.g. u16) are declared using newtype which makes them fully defined types in their own right. However, they could be declared using type only which would make them subtypes. In essence, this would avoid all the annoying casting that we currentl... | gharchive/issue | 2022-11-30T20:11:02 | 2025-04-01T06:36:51.439843 | {
"authors": [
"DavePearce"
],
"repo": "ConsenSys/evm-dafny",
"url": "https://github.com/ConsenSys/evm-dafny/issues/479",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1088665805 | why is https://rimble.consensys.design down ?
i cant access the website https://rimble.consensys.design/
where is a proper documentation?
Also interested in this
Would be interested in this as well ✌️
It seems this project has been abandoned as last commit was 2 years ago.
You can run a local instance of the St... | gharchive/issue | 2021-12-25T22:53:23 | 2025-04-01T06:36:51.443974 | {
"authors": [
"JahnKhan",
"blendor",
"enzoferey",
"warp-space"
],
"repo": "ConsenSysMesh/rimble-ui",
"url": "https://github.com/ConsenSysMesh/rimble-ui/issues/457",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1883986554 | feat: As an Issuer, I want to set the attester address via my Portal
What does this PR do?
Stops using tx.origin for the attester field of an Attestation on creation
Create an "AutoIssuerPortal" to show how to create a Portal where the end-user is the issuer
Related ticket
Fixes #154
Type of change
[ ] Chore
[ ] B... | gharchive/pull-request | 2023-09-06T13:10:05 | 2025-04-01T06:36:51.453932 | {
"authors": [
"alainncls",
"codecov-commenter"
],
"repo": "Consensys/linea-attestation-registry",
"url": "https://github.com/Consensys/linea-attestation-registry/pull/159",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2705855919 | chore(deps): Update dependencies
What does this PR do?
Updates compromised dependencies
Type of change
[X] Chore
[ ] Bug fix
[ ] New feature
[ ] Documentation update
Check list
[ ] Unit tests for any smart contract change
[ ] Contracts and functions are documented
Codecov Report
All modified and coverable lines... | gharchive/pull-request | 2024-11-29T18:26:39 | 2025-04-01T06:36:51.459803 | {
"authors": [
"alainncls",
"codecov-commenter"
],
"repo": "Consensys/linea-attestation-registry",
"url": "https://github.com/Consensys/linea-attestation-registry/pull/848",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1449377573 | UI issue with distribution functions on contact details
line width does not change
legend is empty
I've removed the legend option as this does not make sense if there is a single curve anyway.
| gharchive/issue | 2022-11-15T08:31:13 | 2025-04-01T06:36:51.482795 | {
"authors": [
"mcrot",
"pastewka"
],
"repo": "ContactEngineering/topobank",
"url": "https://github.com/ContactEngineering/topobank/issues/922",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2354705367 | Add classical channel
Add classical channel
Added the image to public folder, because the channel image from Wrapcast for this image is inaccessible
| gharchive/pull-request | 2024-06-15T09:53:51 | 2025-04-01T06:36:51.510953 | {
"authors": [
"TahirHameed74"
],
"repo": "Coop-Records/sonata",
"url": "https://github.com/Coop-Records/sonata/pull/224",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1261168949 | ⚠️ Samsung has degraded performance
In 9d2834e, Samsung (https://samsung.com) experienced degraded performance:
HTTP code: 200
Response time: 2058 ms
Resolved: Samsung performance has improved in f6da008.
| gharchive/issue | 2022-06-05T21:51:34 | 2025-04-01T06:36:51.513448 | {
"authors": [
"CoopPlayzz-Bot"
],
"repo": "CoopPlayzz/Webstatus-electronicbrands",
"url": "https://github.com/CoopPlayzz/Webstatus-electronicbrands/issues/1324",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1346173543 | ⚠️ Samsung has degraded performance
In e463e91, Samsung (https://samsung.com) experienced degraded performance:
HTTP code: 200
Response time: 1603 ms
Resolved: Samsung performance has improved in 474bb5b.
| gharchive/issue | 2022-08-22T10:25:53 | 2025-04-01T06:36:51.515866 | {
"authors": [
"CoopPlayzz-Bot"
],
"repo": "CoopPlayzz/Webstatus-electronicbrands",
"url": "https://github.com/CoopPlayzz/Webstatus-electronicbrands/issues/2660",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1400228415 | ⚠️ Fortnite has degraded performance
In b28162e, Fortnite (https://fortnite.com) experienced degraded performance:
HTTP code: 200
Response time: 1705 ms
Resolved: Fortnite performance has improved in 1743222.
| gharchive/issue | 2022-10-06T19:59:32 | 2025-04-01T06:36:51.518477 | {
"authors": [
"CoopPlayzz-Bot"
],
"repo": "CoopPlayzz/Webstatus-games",
"url": "https://github.com/CoopPlayzz/Webstatus-games/issues/1855",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1437295531 | ⚠️ Fortnite has degraded performance
In 4bf9559, Fortnite (https://fortnite.com) experienced degraded performance:
HTTP code: 200
Response time: 1529 ms
Resolved: Fortnite performance has improved in 4eaaa92.
| gharchive/issue | 2022-11-06T05:48:08 | 2025-04-01T06:36:51.520776 | {
"authors": [
"CoopPlayzz-Bot"
],
"repo": "CoopPlayzz/Webstatus-games",
"url": "https://github.com/CoopPlayzz/Webstatus-games/issues/1995",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1466919155 | ⚠️ Fortnite has degraded performance
In 9d25ddc, Fortnite (https://fortnite.com) experienced degraded performance:
HTTP code: 200
Response time: 1627 ms
Resolved: Fortnite performance has improved in dc1a4e7.
| gharchive/issue | 2022-11-28T18:59:58 | 2025-04-01T06:36:51.523116 | {
"authors": [
"CoopPlayzz-Bot"
],
"repo": "CoopPlayzz/Webstatus-games",
"url": "https://github.com/CoopPlayzz/Webstatus-games/issues/2362",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
640362862 | Report input errors to contract in canonicalize_address/humanize_address
Before https://github.com/CosmWasm/cosmwasm/pull/431 the errors erported back to the contract were very strange. On the one hand, too many errors around Region handling were reported. On the other hand, errors from the backend implementation (Ff... | gharchive/issue | 2020-06-17T11:21:42 | 2025-04-01T06:36:51.577234 | {
"authors": [
"ethanfrey",
"webmaster128"
],
"repo": "CosmWasm/cosmwasm",
"url": "https://github.com/CosmWasm/cosmwasm/issues/433",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
208375418 | Jitter at animation end
I've just updated our code to utilise the new Motion framework instead of the old one built in to Material.
Using the Motion.rotation(angle:) function on a FabButton (as primary button of a Material Menu) works fine in terms of animating the button. However, we're noticing a flash of the initi... | gharchive/issue | 2017-02-17T08:52:44 | 2025-04-01T06:36:51.579950 | {
"authors": [
"danieldahan",
"whitepixelstudios"
],
"repo": "CosmicMind/Motion",
"url": "https://github.com/CosmicMind/Motion/issues/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
961636297 | (Small) Code Reestructuring
Together with issue #28 , I'm trying to reorganise the code so that it becomes more clear. So datasets will become data (and I intend to, in the future, have a cleanup of that), and we need sub packages for fitting methods (as we will have 3: one taken from ngmix, our simple moments & @b-r... | gharchive/issue | 2021-08-05T09:37:58 | 2025-04-01T06:36:51.583701 | {
"authors": [
"EiffL",
"andrevitorelli"
],
"repo": "CosmoStat/autometacal",
"url": "https://github.com/CosmoStat/autometacal/issues/30",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1330015275 | Cleaner juno/app
Overview
Create app/upgrades dir to have all the upgrades in one place with versions and abstract out all keepers to app/keepers to make the the app/app.go cleaner and more maintainable.
Problem Definition
app/app.go is too big file.
Proposal
split app/app.go into app.go, upgrade/, keepers/ , module.... | gharchive/issue | 2022-08-05T14:30:50 | 2025-04-01T06:36:51.588591 | {
"authors": [
"Anmol1696",
"faddat",
"sascha1337"
],
"repo": "CosmosContracts/juno",
"url": "https://github.com/CosmosContracts/juno/issues/245",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1167699325 | Front-page login for logged in accounts
Subject: Front-page login for logged in accounts
Description:
Not necessarily a bug, but it threw me off. So clicking the couchers logo put me into the log-in page. I was expecting to land on almost any other page. I often use the site-logo as a sort of refresh beetween tasks.
... | gharchive/issue | 2022-03-13T21:31:20 | 2025-04-01T06:36:51.609955 | {
"authors": [
"CouchersBot",
"lucaslcode"
],
"repo": "Couchers-org/couchers",
"url": "https://github.com/Couchers-org/couchers/issues/2680",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
995525147 | ⚠️ sandbox-api.piste.gouv.fr healthcheck has degraded performance
In a467991, sandbox-api.piste.gouv.fr healthcheck (https://sandbox-api.piste.gouv.fr/minju/judilibre/v1.0/healthcheck) experienced degraded performance:
HTTP code: 200
Response time: 2973 ms
Resolved: sandbox-api.piste.gouv.fr healthcheck performan... | gharchive/issue | 2021-09-14T02:47:52 | 2025-04-01T06:36:51.615808 | {
"authors": [
"rhanka"
],
"repo": "Cour-de-cassation/judilibre-uptime",
"url": "https://github.com/Cour-de-cassation/judilibre-uptime/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2426271144 | 默认会在倒数第二个字符上显示背景色
IntelliJ IDEA 2024.1.4 (Community Edition)
插件版本:1.5.0.25-IDEA223
问题:
在未进行任何选择操作的情况下,倒数第二个字显示选择状态的背景色
如图最后一行‘s’看样子是选中状态,实际上我没有,光标在第六行正准备打字输入
禁用插件后状态会恢复正常
这是插件的诊断, 说你不是以新行结束,出于一些原因在idea上无法正常的标记在最末尾的位置
原来如此,按个回车果然没了
| gharchive/issue | 2024-07-23T23:19:46 | 2025-04-01T06:36:51.632803 | {
"authors": [
"CppCXY",
"imcloud"
],
"repo": "CppCXY/EmmyLuaCodeStyle",
"url": "https://github.com/CppCXY/EmmyLuaCodeStyle/issues/181",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
143087068 | Testing out a new Mac OSX script
I of course don't own a mac, (because PCMasterRace that's why) and I googled a bit finding the following below, can someone test this on there mac possibly to see if it works? Edit the old command text and change to this:
bash -c 'while [ 0 ]; do date;
node $(cd "$(dirname "$0")"; pwd... | gharchive/issue | 2016-03-23T21:41:55 | 2025-04-01T06:36:51.634901 | {
"authors": [
"MastaCoder",
"christopherkardas",
"hassanila97"
],
"repo": "Cr4xy/agar-lvlgen",
"url": "https://github.com/Cr4xy/agar-lvlgen/issues/31",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1212446911 | Update credential documentation
Summary and Scope
Update to password change documentation to avoid out-of-order operation resulting in the inability to power components on and off.
Issues and Related PRs
Resolves CASMHMS-5472 for mainline
Change will also be needed in release/1.2.5, release/1.2, release/1.0, release... | gharchive/pull-request | 2022-04-22T14:38:15 | 2025-04-01T06:36:51.654455 | {
"authors": [
"mjendrysik-hpe"
],
"repo": "Cray-HPE/docs-csm",
"url": "https://github.com/Cray-HPE/docs-csm/pull/1428",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2256269691 | CRAYSAT-1839-sat-bootsys-waiter-subclass-addition
Updating the sat bootsys kubelet start function to address chronjob creation failure
IM:CRAYSAT-1839
Reviewer:Ryan
Summary and Scope
modified the do_kubelet_start function to add the wait after kubelet gets started.
using the Waiter class that is already used in this ... | gharchive/pull-request | 2024-04-22T11:16:37 | 2025-04-01T06:36:51.906094 | {
"authors": [
"annapoorna-s-alt",
"haasken-hpe",
"shivaprasad-metimath"
],
"repo": "Cray-HPE/sat",
"url": "https://github.com/Cray-HPE/sat/pull/214",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1948767020 | Translations update from Hosted Weblate
Translations update from Hosted Weblate for Metadata Remover/Metadata.
It also includes following components:
Metadata Remover/Metadata Remover
Current translation status:
Thank you very much for your support! 😘
| gharchive/pull-request | 2023-10-18T04:08:45 | 2025-04-01T06:36:51.915206 | {
"authors": [
"CrazyMarvin",
"weblate"
],
"repo": "Crazy-Marvin/MetadataRemover",
"url": "https://github.com/Crazy-Marvin/MetadataRemover/pull/44",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1953904403 | 🛑 sneak.page is down
In 4b6a6a9, sneak.page (https://sneak.page) was down:
HTTP code: 0
Response time: 0 ms
Resolved: sneak.page is back up in 4cc7895 after 8 minutes.
| gharchive/issue | 2023-10-20T09:34:22 | 2025-04-01T06:36:51.917864 | {
"authors": [
"CrazyMarvin"
],
"repo": "Crazy-Marvin/upptime",
"url": "https://github.com/Crazy-Marvin/upptime/issues/325",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1957740294 | 🛑 sneak.page is down
In 52a693a, sneak.page (https://sneak.page) was down:
HTTP code: 0
Response time: 0 ms
Resolved: sneak.page is back up in 83127fe after 11 minutes.
| gharchive/issue | 2023-10-23T18:13:42 | 2025-04-01T06:36:51.920562 | {
"authors": [
"CrazyMarvin"
],
"repo": "Crazy-Marvin/upptime",
"url": "https://github.com/Crazy-Marvin/upptime/issues/389",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2342105386 | 🛑 sneak.page is down
In 7169431, sneak.page (https://sneak.page) was down:
HTTP code: 404
Response time: 107 ms
Resolved: sneak.page is back up in ed322a0 after 8 minutes.
| gharchive/issue | 2024-06-09T08:40:10 | 2025-04-01T06:36:51.923237 | {
"authors": [
"CrazyMarvin"
],
"repo": "Crazy-Marvin/upptime",
"url": "https://github.com/Crazy-Marvin/upptime/issues/4325",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1968888242 | 🛑 sneak.page is down
In 40d327f, sneak.page (https://sneak.page) was down:
HTTP code: 0
Response time: 0 ms
Resolved: sneak.page is back up in 6e9a863 after 16 minutes.
| gharchive/issue | 2023-10-30T17:33:03 | 2025-04-01T06:36:51.925948 | {
"authors": [
"CrazyMarvin"
],
"repo": "Crazy-Marvin/upptime",
"url": "https://github.com/Crazy-Marvin/upptime/issues/516",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2466951547 | 🛑 sneak.page is down
In 87763e7, sneak.page (https://sneak.page) was down:
HTTP code: 0
Response time: 0 ms
Resolved: sneak.page is back up in 20d83c2 after 8 minutes.
| gharchive/issue | 2024-08-14T22:37:55 | 2025-04-01T06:36:51.929485 | {
"authors": [
"CrazyMarvin"
],
"repo": "Crazy-Marvin/upptime",
"url": "https://github.com/Crazy-Marvin/upptime/issues/5322",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1977197542 | 🛑 sneak.page is down
In 0e4fd12, sneak.page (https://sneak.page) was down:
HTTP code: 0
Response time: 0 ms
Resolved: sneak.page is back up in 36fa221 after 16 minutes.
| gharchive/issue | 2023-11-04T06:30:48 | 2025-04-01T06:36:51.931945 | {
"authors": [
"CrazyMarvin"
],
"repo": "Crazy-Marvin/upptime",
"url": "https://github.com/Crazy-Marvin/upptime/issues/590",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
266051597 | Store in DB
Hello! Thank you for this package, it is very usefull.
In my project I want to do this. "User One" logges in, put several items to the cart and loggs out. After a while he logges in again and sees items in his cart. I know than I may use store method, but I don't understand how, cause I have a "CartAlread... | gharchive/issue | 2017-10-17T09:21:44 | 2025-04-01T06:36:51.974369 | {
"authors": [
"Crinsane",
"ellgibug"
],
"repo": "Crinsane/LaravelShoppingcart",
"url": "https://github.com/Crinsane/LaravelShoppingcart/issues/397",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
310786658 | Share dialog
Hi,
how can I show the share dialog before posting on Facebook?
You can create your own ui for sharing. We made it flexible so that you can create your own UX, instead of using fb default dialog.
| gharchive/issue | 2018-04-03T10:50:15 | 2025-04-01T06:36:51.990041 | {
"authors": [
"autosoftmultimedia",
"rdelrosario"
],
"repo": "CrossGeeks/FacebookClientPlugin",
"url": "https://github.com/CrossGeeks/FacebookClientPlugin/issues/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1484947552 | [C-288] Create tooltips for severals terms in web app
Several users asked for explanations/defintions for different terms, including
"Active" members
Identities
Engagement level
Reach
Attributes
Solution: Create tooltips for those terms in the web app
From SyncLinear.com | C-288
@jonathimer @joanagmaia Is this is... | gharchive/issue | 2022-12-08T16:06:46 | 2025-04-01T06:36:52.001797 | {
"authors": [
"jonathimer",
"peoray"
],
"repo": "CrowdDotDev/crowd.dev",
"url": "https://github.com/CrowdDotDev/crowd.dev/issues/328",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1665287169 | Bug Fix // Corrected Typo
Changes proposed ✍️
Corrected typos — "coulnd't" ➡️ "couldn't"
Added period to end of full sentences
Screenshots (front-end changes only)
- N/A
Checklist ✅
[X] Label appropriately with Feature, Enhancement, or Bug.
[N/A] Tests are passing
[N/A] New backend functionality has been un... | gharchive/pull-request | 2023-04-12T21:27:41 | 2025-04-01T06:36:52.008944 | {
"authors": [
"CLAassistant",
"erinmikailstaples"
],
"repo": "CrowdDotDev/crowd.dev",
"url": "https://github.com/CrowdDotDev/crowd.dev/pull/753",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
674306245 | code plz?
Could you provide the code of GroupIM, plz?
Thx!
Thanks for your interest in our work, the code will be released by the end of the month.
Thanks for your interest in our work, the code will be released by the end of the month.
Tomorrow is the end of this month😃
Thanks for the reminder, the code is ... | gharchive/issue | 2020-08-06T13:16:34 | 2025-04-01T06:36:52.010731 | {
"authors": [
"Jhy1993",
"aravindsankar28",
"zoeleesss"
],
"repo": "CrowdDynamicsLab/GroupIM",
"url": "https://github.com/CrowdDynamicsLab/GroupIM/issues/1",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1827647199 | Fix Out of range errors in Data+String.swift
Hi I love the library and use it in my podcast app HyperCatcher! I ran into what looks like an out of range error on this mp3 file: https://api.substack.com/feed/podcast/135258128/8ebf19eff23e3b34077912c5ff4f40b5.mp3
From this podcast feed:
https://www.latent.space/feed
T... | gharchive/pull-request | 2023-07-29T20:29:27 | 2025-04-01T06:36:52.030466 | {
"authors": [
"HendX",
"normand1"
],
"repo": "CrunchyBagel/OutcastID3",
"url": "https://github.com/CrunchyBagel/OutcastID3/pull/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1160697235 | Add CryanCodes File
created a branch, created a file and made a commit, and opened a pull request
created a branch, created a file and made a commit, and opened a pull request
| gharchive/pull-request | 2022-03-06T19:40:56 | 2025-04-01T06:36:52.047753 | {
"authors": [
"CryanCode"
],
"repo": "CryanCode/github-slideshow",
"url": "https://github.com/CryanCode/github-slideshow/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
990997177 | Add heroku deploy support
Can you add heroku deploy support?
I've never deployed something to Heroku before and it's not really something that I'm interested in figuring out. What would the benefit be?
I've never deployed something to Heroku before and it's not really something that I'm interested in figuring ou... | gharchive/issue | 2021-09-08T10:45:25 | 2025-04-01T06:36:52.050263 | {
"authors": [
"CrypticSignal",
"askfriends"
],
"repo": "CrypticSignal/av-converter",
"url": "https://github.com/CrypticSignal/av-converter/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
625906945 | Add support for DMM
The interface is very similar to compound. All mTokens have the same number of decimals as their underlying counterpart. The exchangeRate is always a number with 18 decimal places, regardless of the token.
Master Controller - 0x4CB120Dd1D33C9A3De8Bc15620C7Cd43418d77E2
You can call #getDmmTokenIds... | gharchive/issue | 2020-05-27T17:54:45 | 2025-04-01T06:36:52.057369 | {
"authors": [
"coreycaplan3",
"k06a"
],
"repo": "CryptoManiacsZone/1inchProtocol",
"url": "https://github.com/CryptoManiacsZone/1inchProtocol/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2581874777 | Integrate Google Drive/Dropbox for Audiobook Uploads
Description:
Allow users to upload their own audiobooks from cloud services like Google Drive or Dropbox.
This feature will enable users to sync their own audiobook collections with LisBook.
Acceptance Criteria:
Add "Upload from Google Drive" and "Upload from Dropb... | gharchive/issue | 2024-10-11T17:35:07 | 2025-04-01T06:36:52.060548 | {
"authors": [
"Ctoic",
"dexterousdhruv"
],
"repo": "Ctoic/Lisbook",
"url": "https://github.com/Ctoic/Lisbook/issues/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2619364571 | Memory Usage Misreported on ARK: SA
Operating System
Unknown
AMP Version and Build Date
2.6
AMP Release Stream
Mainline
I confirm that
[X] I have searched for an existing bug report for this issue.
[X] I am using the latest available version of AMP.
[X] my operating system is up-to-date.
Intended Action
N/A
Expecte... | gharchive/issue | 2024-10-28T19:35:34 | 2025-04-01T06:36:52.064781 | {
"authors": [
"IceOfWraith"
],
"repo": "CubeCoders/AMP",
"url": "https://github.com/CubeCoders/AMP/issues/1199",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
473672795 | BUG: No console output using Minecraft module after upgrade to 1.8.3.0
Bug Report
System Information
Operating System: Ubuntu Server 18.04/Kernel 4.15.0-55-generic
AMP version and build date: v1.8.3.0 built 25/07/2019 17.10
Which AMP release stream you're using: Mainline
I confirm:
[x] that I have searched for an ... | gharchive/issue | 2019-07-27T20:03:38 | 2025-04-01T06:36:52.069636 | {
"authors": [
"omega9380",
"pizzafox"
],
"repo": "CubeCoders/AMP",
"url": "https://github.com/CubeCoders/AMP/issues/131",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1792794576 | General adjustments in Taurus and Beowulf
🤔 What type of PR is this? (check all applicable)
[ ] 🍕 Addition
[ ] ⌨️ Productivity
[X] 🐛 Bug Fix
[ ] 🔥 Optimization
[ ] ⚙️ Configuration
[ ] 🌟 Quality Of Life
[X] ✨ Enhancement
[ ] 📝 Documentation
📝 Description
fix and renew some more things, maybe in the next one ... | gharchive/pull-request | 2023-07-07T05:16:26 | 2025-04-01T06:36:52.073233 | {
"authors": [
"Braiam23",
"Paneedah"
],
"repo": "Cubed-Development/Modern-Warfare-Cubed",
"url": "https://github.com/Cubed-Development/Modern-Warfare-Cubed/pull/189",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1580788036 | data-magnetic
Hi again, I added this tag (data-magnetic), but it didn't work. I think it's disabled!
Thank you.
For data-magnetic you have to wrap your element with an div that holds data-cursor-stick. Heres an exaple:
<div data-cursor-stick='#stick-here'>
<div id='stick-here'>
<BiMenu />
</div>
</div>
@sagar... | gharchive/issue | 2023-02-11T10:56:51 | 2025-04-01T06:36:52.076782 | {
"authors": [
"HasanSibakhi",
"sagarkhadka"
],
"repo": "Cuberto/mouse-follower",
"url": "https://github.com/Cuberto/mouse-follower/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2020701233 | 🛑 lemmy.best is down
In 52131d7, lemmy.best (https://lemmy.best) was down:
HTTP code: 0
Response time: 0 ms
Resolved: lemmy.best is back up in 37cc728 after 4 minutes.
| gharchive/issue | 2023-12-01T11:34:45 | 2025-04-01T06:36:52.079218 | {
"authors": [
"Curly-Mo"
],
"repo": "Curly-Mo/lemmy.best-upptime",
"url": "https://github.com/Curly-Mo/lemmy.best-upptime/issues/217",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2453898281 | 🛑 lemmy.best is down
In 2ec437d, lemmy.best (https://lemmy.best) was down:
HTTP code: 0
Response time: 0 ms
Resolved: lemmy.best is back up in f9fbe1f after 7 minutes.
| gharchive/issue | 2024-08-07T16:38:19 | 2025-04-01T06:36:52.081580 | {
"authors": [
"Curly-Mo"
],
"repo": "Curly-Mo/lemmy.best-upptime",
"url": "https://github.com/Curly-Mo/lemmy.best-upptime/issues/729",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1511500606 | 🛑 Cust+ is down
In 6d50152, Cust+ (https://cust.cc) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Cust+ is back up in ab08706.
| gharchive/issue | 2022-12-27T07:00:36 | 2025-04-01T06:36:52.084593 | {
"authors": [
"xtyxtyx"
],
"repo": "CustedNG/upptime",
"url": "https://github.com/CustedNG/upptime/issues/278",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2080924890 | 🛑 必应一(镜像)bingo.0x.no is down
In 9ad9621, 必应一(镜像)bingo.0x.no (https://bingo.0x.no/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: 必应一(镜像)bingo.0x.no is back up in 0603871 after 8 minutes.
| gharchive/issue | 2024-01-14T22:31:27 | 2025-04-01T06:36:52.092748 | {
"authors": [
"Cutiei"
],
"repo": "Cutiei/Uptime",
"url": "https://github.com/Cutiei/Uptime/issues/1322",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2087118000 | 🛑 搜索一So.h-e.top is down
In fd268cf, 搜索一So.h-e.top (https://so.h-e.top/) was down:
HTTP code: 521
Response time: 298 ms
Resolved: 搜索一So.h-e.top is back up in bd4d107 after 10 minutes.
| gharchive/issue | 2024-01-17T22:30:20 | 2025-04-01T06:36:52.095485 | {
"authors": [
"Cutiei"
],
"repo": "Cutiei/Uptime",
"url": "https://github.com/Cutiei/Uptime/issues/1411",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2358525163 | #561: Add component and services for tools
CycloneDX spec 1.5 deprecated an array of tools in bom.metadata and instead prefers object with an array of components and an array of services.
This PR implements that.
This works de-serializing a Syft SBOM with a tool section like so:
"metadata": {
"timestamp": "2024... | gharchive/pull-request | 2024-06-18T00:01:48 | 2025-04-01T06:36:52.178616 | {
"authors": [
"jkowalleck",
"jkugler"
],
"repo": "CycloneDX/cyclonedx-python-lib",
"url": "https://github.com/CycloneDX/cyclonedx-python-lib/pull/635",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
382048997 | 这个可以配合databinding 一起来使用吗 有那种bean数据变化
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applica... | gharchive/issue | 2018-11-19T04:03:23 | 2025-04-01T06:36:52.213136 | {
"authors": [
"CymChad",
"to686312"
],
"repo": "CymChad/BaseRecyclerViewAdapterHelper",
"url": "https://github.com/CymChad/BaseRecyclerViewAdapterHelper/issues/2531",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1110232311 | 作者已经不维护了,一般使用没什么大问题,有问题的可以试试BRV,作者一直在维护,有问必答
kotlin想坚持使用的可以参考#3561
BRV比较适合databinding,一直在维护,作者解答很快,可以试试😉
使用文档也很全,和作者的net框架一起使用是真的方便快捷😁
适合懒人,但是刷新 内部依赖了 SmartRefreshLayout 就感觉臃肿了些
适合懒人,但是刷新 内部依赖了 SmartRefreshLayout 就感觉臃肿了些
还好,我感觉智能刷新挺好的,要不我也是单独用那个,而且这个扩展了智能刷新布局,刷新加载回调也方便了,还有自动缺省页和分页,我比较看好他集成的功能😁
@dingyong666... | gharchive/issue | 2022-01-21T09:15:55 | 2025-04-01T06:36:52.219176 | {
"authors": [
"Neo-Turak",
"SaltedFish-Extreme",
"dingyong666",
"liangjingkanji"
],
"repo": "CymChad/BaseRecyclerViewAdapterHelper",
"url": "https://github.com/CymChad/BaseRecyclerViewAdapterHelper/issues/3595",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api... |
2417811058 | node模块怎么删了呀
@limuyang2 大佬,node模块怎么不见了,感觉对一些复杂的设计还是有这种需求的
我复议,在v4实现node较为困难,没法快速开发出来,我只能先用v3了ಥ_ಥ
我看了一下文档,确实没有node了
| gharchive/issue | 2024-07-19T03:43:57 | 2025-04-01T06:36:52.220794 | {
"authors": [
"dixtdf",
"lylelqc",
"zhaoxiuyu"
],
"repo": "CymChad/BaseRecyclerViewAdapterHelper",
"url": "https://github.com/CymChad/BaseRecyclerViewAdapterHelper/issues/3879",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1785181194 | 🛑 Mi indicador is down
In 5a0d880, Mi indicador (https://mindicador.cl) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Mi indicador is back up in 490919a.
| gharchive/issue | 2023-07-03T02:49:03 | 2025-04-01T06:36:52.223567 | {
"authors": [
"fbarriosCL"
],
"repo": "CymaSuite/upptime",
"url": "https://github.com/CymaSuite/upptime/issues/1186",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
33469469 | Optional monitors
This PR introduces optional monitors feature.
The whole idea is that Object doesn't contain __monitor field anymore.
TypeInfo_Class will hold a monitor offset, if a class has one (by marking class declaration with @monitor attribute), or 0.
Monitor lookup is done with a hash map, if monitorOffset is... | gharchive/pull-request | 2014-05-14T07:54:21 | 2025-04-01T06:36:52.233659 | {
"authors": [
"DmitryOlshansky",
"MartinNowak",
"andralex",
"ibuclaw",
"yglukhov"
],
"repo": "D-Programming-Language/dmd",
"url": "https://github.com/D-Programming-Language/dmd/pull/3547",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
51102090 | [REG2.067a] Issue 13775 - Broken explicit casting of dynamic array slices of known size to static array of different type
https://issues.dlang.org/show_bug.cgi?id=13775
Support reinterpret-cast from a CT-known boundaries slice expression that can be implicitly typed as T[n] to another static array type U[m], iff thei... | gharchive/pull-request | 2014-12-05T14:06:01 | 2025-04-01T06:36:52.235786 | {
"authors": [
"9rnsr",
"CyberShadow"
],
"repo": "D-Programming-Language/dmd",
"url": "https://github.com/D-Programming-Language/dmd/pull/4193",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
56610002 | [WIP] std.file Refactoring
DO NOT MERGE
So far this cleans up DirEntry by factoring out the common interface between Windows and Posix. It also moves the examples in the documentation into unittest blocks instead.
There is still more work to be done in std.file, but this is just the start, and I mostly just want to m... | gharchive/pull-request | 2015-02-05T00:30:41 | 2025-04-01T06:36:52.237369 | {
"authors": [
"DmitryOlshansky",
"Orvid"
],
"repo": "D-Programming-Language/phobos",
"url": "https://github.com/D-Programming-Language/phobos/pull/2962",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2080206085 | 生成阶段错误 提示TypeError
hexo 7.0.0 提示错误如图 我没有开发过hexo主题 我不知道怎么处理问题
顺便一提 关于live2d的那个js我之后整个包吧 之后用unpkg jsdelivr经常抽风
fix in a88d3ea344177f2621f8240b1b3127c38736f653
| gharchive/issue | 2024-01-13T09:39:25 | 2025-04-01T06:36:52.238749 | {
"authors": [
"D-Sketon",
"MliKiowa"
],
"repo": "D-Sketon/hexo-theme-reimu",
"url": "https://github.com/D-Sketon/hexo-theme-reimu/issues/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
275542478 | File responses should have a filehash object instead of a string.
The current API (v1) hard-codes MD5 as the file hash. MD5 should be considered broken as collision attacks are relatively easy to do and do not take long.
To make the API easier to update/extend in the future (without even bumping the API version) havi... | gharchive/issue | 2017-11-21T00:13:03 | 2025-04-01T06:36:52.263194 | {
"authors": [
"Patskimoto",
"intenscia",
"leper"
],
"repo": "DBolical/modioSDK",
"url": "https://github.com/DBolical/modioSDK/issues/30",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
231359871 | Add medicaid coverage to clinic data?
Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.
What are we trying to do?
Baltimore is interested in tracking medicaid info for clinics. We should figure out how to implement and what... | gharchive/issue | 2017-05-25T14:42:46 | 2025-04-01T06:36:52.273778 | {
"authors": [
"colinxfleming",
"lwaldsc",
"mebates",
"rudietuesdays"
],
"repo": "DCAFEngineering/dcaf_case_management",
"url": "https://github.com/DCAFEngineering/dcaf_case_management/issues/1077",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
344863453 | task4:This video is unavailable.(deleted by user)
when using code to download data from Youtube, I found that part of dataset had been deleted by users. How can I find them?
Thanks for your interest in task 4.
As explained in the dataset readme:
"The script produces missing_files[dataset].csv log files (were [datas... | gharchive/issue | 2018-07-26T14:16:30 | 2025-04-01T06:36:52.276432 | {
"authors": [
"16in17",
"rserizel"
],
"repo": "DCASE-REPO/dcase2018_baseline",
"url": "https://github.com/DCASE-REPO/dcase2018_baseline/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
560549999 | DAI searching is completely broken!
Nothing happens when you do a normal DAI search... thanks.
Note that this doesn't work any better when logged in.
This has been resolved.
| gharchive/issue | 2020-02-05T18:26:12 | 2025-04-01T06:36:52.287639 | {
"authors": [
"cneidle",
"kwasiopoku"
],
"repo": "DCS-LCSR/ASL-DAI",
"url": "https://github.com/DCS-LCSR/ASL-DAI/issues/203",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
718624280 | Set default occurrence for all signs being added to signbank if occurrence is the only sign variant
Set default occurrence for all signs being added to signbank if occurrence is the only sign variant
Done
| gharchive/issue | 2020-10-10T13:51:08 | 2025-04-01T06:36:52.288503 | {
"authors": [
"kwasiopoku"
],
"repo": "DCS-LCSR/ASL-DAI",
"url": "https://github.com/DCS-LCSR/ASL-DAI/issues/251",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1050973584 | my advanced issue one
I am an advanced issue
closed
| gharchive/issue | 2021-11-11T13:20:27 | 2025-04-01T06:36:52.300011 | {
"authors": [
"DEJENERUTA"
],
"repo": "DEJENERUTA/my-acme-repository",
"url": "https://github.com/DEJENERUTA/my-acme-repository/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
564648799 | Add email for all choices being rejected
Context
When a user receives a rejection and all of their course choices have been a rejected they should be sent an email.
Changes proposed in this pull request
Add an email to the CandidateMailer
Guidance to review
Emails
https://docs.google.com/document/d/1VH_nxuLTiVCkmKh... | gharchive/pull-request | 2020-02-13T12:25:06 | 2025-04-01T06:36:52.315698 | {
"authors": [
"davidgisbey",
"stevehook"
],
"repo": "DFE-Digital/apply-for-postgraduate-teacher-training",
"url": "https://github.com/DFE-Digital/apply-for-postgraduate-teacher-training/pull/1358",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
536242648 | Minor API documentation fixes
Context
This is a follow-up to https://github.com/DFE-Digital/apply-for-postgraduate-teacher-training/pull/826. A number of issues were raised after manual testing by @fofr . This PR addresses the remaining fixes to API docs.
Changes proposed in this pull request
[x] Work experience com... | gharchive/pull-request | 2019-12-11T09:24:25 | 2025-04-01T06:36:52.322342 | {
"authors": [
"duncanjbrown",
"stevehook"
],
"repo": "DFE-Digital/apply-for-postgraduate-teacher-training",
"url": "https://github.com/DFE-Digital/apply-for-postgraduate-teacher-training/pull/849",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1947254506 | ServiceDelivery None Clustered Index Added
ServiceDelivery None Clustered Index Added
out of date
| gharchive/pull-request | 2023-10-17T12:04:14 | 2025-04-01T06:36:52.328511 | {
"authors": [
"MartinBelton-gov",
"lazcool"
],
"repo": "DFE-Digital/fh-service-directory-api",
"url": "https://github.com/DFE-Digital/fh-service-directory-api/pull/143",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
415539963 | Add course scope for opted in providers
Context
The courses endpoint should only return courses where their providers are opted in
Changes proposed in this pull request
Add scope to courses endpoint
Guidance to review
/api/v1/courses
Ensure courses are scoped by providers that have opted in
| gharchive/pull-request | 2019-02-28T10:02:36 | 2025-04-01T06:36:52.336795 | {
"authors": [
"dankmitchell"
],
"repo": "DFE-Digital/manage-courses-backend",
"url": "https://github.com/DFE-Digital/manage-courses-backend/pull/156",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2052188889 | [6527] Enable performance/profile monitoring
Context
Enables Sentry's performance and profile monitoring so we can setup some anomaly alerts around this category. Start with a low traces_sample_rate rate. We'll assess how noisy it is in Sentry and adjust accordingly.
Set up anomaly alerts in register support slack... | gharchive/pull-request | 2023-12-21T10:50:19 | 2025-04-01T06:36:52.341474 | {
"authors": [
"darokel"
],
"repo": "DFE-Digital/register-trainee-teachers",
"url": "https://github.com/DFE-Digital/register-trainee-teachers/pull/3883",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
891097947 | remove-paas-url-from-tfvar-file
Use new PaaS credentials
Jira ticket URL
Just add the ticket number to the end:
https://dfedigital.atlassian.net/browse/TEVA-
Changes in this PR:
Is there anything specific you want feedback on?
Screenshots of UI changes:
Before
After
Next steps:
[ ] Terraform deployment required... | gharchive/pull-request | 2021-05-13T14:37:49 | 2025-04-01T06:36:52.347764 | {
"authors": [
"felixtheflex",
"twd-tv-ci"
],
"repo": "DFE-Digital/teaching-vacancies",
"url": "https://github.com/DFE-Digital/teaching-vacancies/pull/3462",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
899503907 | Do not refer to ActionMailer::Base in initializers
This causes issues with autoloading (invoking behaviour that has been
deprecated in Zeitwerk when certain stars align, in our case if we add
ActionText, c.f. https://github.com/rails/rails/issues/36546)
Instead of adding configuration to ActionMailer::Base, set it on... | gharchive/pull-request | 2021-05-24T09:53:52 | 2025-04-01T06:36:52.350441 | {
"authors": [
"csutter",
"twd-tv-ci"
],
"repo": "DFE-Digital/teaching-vacancies",
"url": "https://github.com/DFE-Digital/teaching-vacancies/pull/3521",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
271054219 | Refine report 2
Ensure each plot is on a new page
Consider making plots landscape
Decided not to progress
| gharchive/issue | 2017-11-03T17:18:00 | 2025-04-01T06:36:52.354796 | {
"authors": [
"adamrobinson361",
"isi-avbulimen"
],
"repo": "DFEAGILEDEVOPS/schools-workforce-benchmarking",
"url": "https://github.com/DFEAGILEDEVOPS/schools-workforce-benchmarking/issues/33",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
210820070 | Not compatible with Semanticolor
I'm trying to use code-peek 1.4.16 with Semanticolor, but there's a conflict. The problem is that to do its highlighting, Semanticolor prefixes the name of the current grammar with "semanticolor", so code-peek gives the error "Peek function does not currently support semanticolor - Ru... | gharchive/issue | 2017-02-28T15:30:54 | 2025-04-01T06:36:52.357154 | {
"authors": [
"DFreds",
"marnen"
],
"repo": "DFreds/code-peek-atom",
"url": "https://github.com/DFreds/code-peek-atom/issues/21",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2740913176 | Windows 版本
19042.5198
Snap Hutao 版本
1.12.8.0
设备 ID
BE9C5A62B14493ED583B58443DC34433
问题分类
安装和环境
发生了什么?
每次版本升级之后,不管是哪种方式更新,更新完之后第一次打开,如果开着代理,他会弹出“解除loopback”弹窗,然后无论点击解除与否,胡桃许多界面直接变成空白,无法打开,首页也只有启动游戏能够点击,其他均是加载中的界面,而且重启电脑和胡桃都无法解决,只有重装然后第一次运行的时候不开着代理,所有组件才能正常加载。如果需要日志和图片我下次更新的时候补上
你期望发生的行为?
开着代理不影响组件的加载
最后一步
[x] 我认为上述的描述已... | gharchive/issue | 2024-12-15T21:38:25 | 2025-04-01T06:36:52.360100 | {
"authors": [
"Lightczx",
"kissgo"
],
"repo": "DGP-Studio/Snap.Hutao",
"url": "https://github.com/DGP-Studio/Snap.Hutao/issues/2298",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1657300990 | Extract model data at location(s)
Narrow API to model extraction. More explicit what attributes that are needed to extract data from a model.
I.e. the observed values, color, filename etc. is not relevant in this context.
I see the point (no pun intended) from an architectural point of view - but as a user I think ... | gharchive/pull-request | 2023-04-06T12:06:43 | 2025-04-01T06:36:52.378574 | {
"authors": [
"ecomodeller",
"jsmariegaard"
],
"repo": "DHI/fmskill",
"url": "https://github.com/DHI/fmskill/pull/181",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2512011122 | Text boxes within groupboxes not stretching properly
I have the following XAML
<w3c:GroupBox Grid.Row="0" Grid.Column="0" Heading="test" HorizontalAlignment="Stretch" VerticalAlignment="Top" MinWidth="300">
<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<Grid.RowDefinitions>
... | gharchive/issue | 2024-09-07T18:20:11 | 2025-04-01T06:36:52.383738 | {
"authors": [
"DHancock",
"cxnky"
],
"repo": "DHancock/WinUI3Controls",
"url": "https://github.com/DHancock/WinUI3Controls/issues/49",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
1377118774 | Create simple component for Relation type icons
RelationType dictionary keys in a circle.
Something like this
Needs scaling - relation of circle size to font size
| gharchive/issue | 2022-09-18T17:00:35 | 2025-04-01T06:36:52.410253 | {
"authors": [
"Ptrhnk",
"adammertel"
],
"repo": "DISSINET/InkVisitor",
"url": "https://github.com/DISSINET/InkVisitor/issues/1234",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
925592619 | SAC with gSDE not working on MinitaurBulletEnv-v0
Hello @araffin,
I trained the agent on MinitaurBulletEnv-v0 but without success. I tried to use the Min-max normalization method because every observation has its own range of values, but it's not working and without normalization, I get better results. I test it on m... | gharchive/issue | 2021-06-20T12:48:51 | 2025-04-01T06:36:52.461214 | {
"authors": [
"araffin",
"markub3327"
],
"repo": "DLR-RM/rl-baselines3-zoo",
"url": "https://github.com/DLR-RM/rl-baselines3-zoo/issues/117",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
564632104 | Create typing stub files
Mypy doc on stub files.
https://mypy.readthedocs.io/en/stable/stubs.html
Create stub files for used third party libraries that do not provides their own types.
Create stub files for gitlab2prov code to allow projects that import modules from gitlab2prov to also import their type signatures.
S... | gharchive/issue | 2020-02-13T11:52:00 | 2025-04-01T06:36:52.463465 | {
"authors": [
"cdboer",
"onyame"
],
"repo": "DLR-SC/gitlab2prov",
"url": "https://github.com/DLR-SC/gitlab2prov/issues/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
148921701 | DMIunipgAI-VacuumCleaner2016-trivelle
versione "Trivelle" del Vacuum Cleaner, file della competition 2016
https://github.com/DMIunipg/AI-Project-VacuumEnvironment/pull/2.patch
Step 1: From your project repository, check out a new branch and test the changes.
git checkout -b valefranz-master master
git pull git://gi... | gharchive/pull-request | 2016-04-17T05:55:03 | 2025-04-01T06:36:52.478306 | {
"authors": [
"valefranz"
],
"repo": "DMIunipg/AI-Project-VacuumEnvironment",
"url": "https://github.com/DMIunipg/AI-Project-VacuumEnvironment/pull/2",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1033696615 | File naming
It seems that many file names between the requester/responder are the same. Generally we avoid h/c file collisions because they are in different directories. I’m not so sure this applies to object files though as they may be built into the same directory and have the same name if some client wants to use ... | gharchive/issue | 2021-10-22T15:19:13 | 2025-04-01T06:36:52.492547 | {
"authors": [
"jyao1",
"rkongintel",
"steven-bellock"
],
"repo": "DMTF/libspdm",
"url": "https://github.com/DMTF/libspdm/issues/221",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
268193426 | Can't get access to Phone No. Field in Event Enrollment
I can't seem to find a token to access the Phone Number field that is built into the Enroll section of an Event.
On this page:
https://github.com/DNNCommunity/DNN.Events/wiki/Tokens-to-be-used-in-Templates
I found the token for the name: [event:signupusername] a... | gharchive/issue | 2017-10-24T21:32:55 | 2025-04-01T06:36:52.501162 | {
"authors": [
"EPTamminga",
"thosalbert"
],
"repo": "DNNCommunity/DNN.Events",
"url": "https://github.com/DNNCommunity/DNN.Events/issues/57",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2624951731 | Added my notebook with analysis of German credit risk dataset.
This includes correlations, a few graphs, and reports of my findings
Good job @samc5 10/10
| gharchive/pull-request | 2024-10-30T18:20:37 | 2025-04-01T06:36:52.570798 | {
"authors": [
"aakankshaduggal",
"samc5"
],
"repo": "DS219/spark-seprep",
"url": "https://github.com/DS219/spark-seprep/pull/115",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2648738456 | Is there a Docker deployment solution or a FastAPI server setup available for docling?
Question
I am looking to deploy docling and would like to know if there is an existing Docker deployment solution or a FastAPI server setup available.
...
Hi @ShedrachJonah11, we have a webserver for docling in the works. It is c... | gharchive/issue | 2024-11-11T09:35:27 | 2025-04-01T06:36:52.585623 | {
"authors": [
"ShedrachJonah11",
"cau-git"
],
"repo": "DS4SD/docling",
"url": "https://github.com/DS4SD/docling/issues/293",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
374200568 | Submit zip jobs
Adding support for job submission as zip files to twister2.
I think we should determine the content of the zip file. What files and directories should there be? We need to unzip it on workers and add jar files to the classpath.
As I understand, we expect the user to specify the job type on command ... | gharchive/pull-request | 2018-10-26T02:17:45 | 2025-04-01T06:36:52.601130 | {
"authors": [
"Dananji",
"ahmet-uyar"
],
"repo": "DSC-SPIDAL/twister2",
"url": "https://github.com/DSC-SPIDAL/twister2/pull/69",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2559004743 | Update links in docs to new Angular site
A while ago, Angular moved all of their documentation to a new site (angular.dev). All the links in our docs are now out of date and should be updated.
As far as I can see, there are only some references from the frontend testing docs. Those are outdated anyway, we don't act... | gharchive/issue | 2024-10-01T11:55:04 | 2025-04-01T06:36:52.602254 | {
"authors": [
"MoritzWeber0",
"zusorio"
],
"repo": "DSD-DBS/capella-collab-manager",
"url": "https://github.com/DSD-DBS/capella-collab-manager/issues/1862",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2421949435 | 🛑 Fakultas Kedokteran Gigi is down
In 861439b, Fakultas Kedokteran Gigi (https://dent.unhas.ac.id) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Fakultas Kedokteran Gigi is back up in 2e803fe after 26 minutes.
| gharchive/issue | 2024-07-22T05:10:42 | 2025-04-01T06:36:52.607067 | {
"authors": [
"aisprayogi"
],
"repo": "DSITD-Universitas-Hasanuddin/uptime-checker",
"url": "https://github.com/DSITD-Universitas-Hasanuddin/uptime-checker/issues/10180",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2623316939 | 🛑 Unhas Main is down
In 83295c7, Unhas Main (https://unhas.ac.id) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Unhas Main is back up in 9a251f3 after 5 minutes.
| gharchive/issue | 2024-10-30T08:54:11 | 2025-04-01T06:36:52.609426 | {
"authors": [
"aisprayogi"
],
"repo": "DSITD-Universitas-Hasanuddin/uptime-checker",
"url": "https://github.com/DSITD-Universitas-Hasanuddin/uptime-checker/issues/11728",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2062753831 | 🛑 SSO Unhas is down
In 138edc9, SSO Unhas (https://sso.unhas.ac.id) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SSO Unhas is back up in d8f6f3a after 5 minutes.
| gharchive/issue | 2024-01-02T17:52:10 | 2025-04-01T06:36:52.611854 | {
"authors": [
"aisprayogi"
],
"repo": "DSITD-Universitas-Hasanuddin/uptime-checker",
"url": "https://github.com/DSITD-Universitas-Hasanuddin/uptime-checker/issues/5538",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2195830961 | 🛑 Fakultas Kedokteran Gigi is down
In 8019097, Fakultas Kedokteran Gigi (https://dent.unhas.ac.id) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Fakultas Kedokteran Gigi is back up in 75da26c after 4 minutes.
| gharchive/issue | 2024-03-19T19:34:54 | 2025-04-01T06:36:52.614510 | {
"authors": [
"aisprayogi"
],
"repo": "DSITD-Universitas-Hasanuddin/uptime-checker",
"url": "https://github.com/DSITD-Universitas-Hasanuddin/uptime-checker/issues/7208",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2216970700 | 🛑 Fakultas Vokasi is down
In 25d8c10, Fakultas Vokasi (https://vokasi.unhas.ac.id) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Fakultas Vokasi is back up in ab4a137 after 10 minutes.
| gharchive/issue | 2024-03-31T13:18:24 | 2025-04-01T06:36:52.617200 | {
"authors": [
"aisprayogi"
],
"repo": "DSITD-Universitas-Hasanuddin/uptime-checker",
"url": "https://github.com/DSITD-Universitas-Hasanuddin/uptime-checker/issues/7522",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2221445946 | 🛑 Unhas Main is down
In 7810258, Unhas Main (https://unhas.ac.id) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Unhas Main is back up in 88fc53d after 11 minutes.
| gharchive/issue | 2024-04-02T21:07:06 | 2025-04-01T06:36:52.619596 | {
"authors": [
"aisprayogi"
],
"repo": "DSITD-Universitas-Hasanuddin/uptime-checker",
"url": "https://github.com/DSITD-Universitas-Hasanuddin/uptime-checker/issues/7622",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2752928581 | Shift Register. Please review
modified: document/rtl/modules.md
new file: document/rtl/shift_reg.md
new file: document/rtl/shift_reg_top.svg
new file: source/shift_reg.sv
Rejected.
Unnecessary addition
| gharchive/pull-request | 2024-12-20T15:11:24 | 2025-04-01T06:36:52.621970 | {
"authors": [
"SubhanBihan",
"foez-ahmed"
],
"repo": "DSi-DV/maverickOne",
"url": "https://github.com/DSi-DV/maverickOne/pull/78",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
345840781 | [DS-3971] BitstreamStorageServiceImpl: Do not call update
If the BitstreamStorageService calls update on the just cloned bitstream, this
bitstream will not belong to any Item and the user may get authorization
failures.
The update call can be removed here, because the clone method is only used by
the AbstractVersionP... | gharchive/pull-request | 2018-07-30T16:44:05 | 2025-04-01T06:36:52.626347 | {
"authors": [
"AlexanderS",
"marsaoua",
"mwoodiupui",
"tdonohue"
],
"repo": "DSpace/DSpace",
"url": "https://github.com/DSpace/DSpace/pull/2139",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
54029636 | [DS-2345] Fixes wrong start index starting at 0 instead of 1 for OpenSearch
This fixes the bug for the Discovery implementation. I think for the StandardOpenSearchGenerator (old Lucene based) implemenatation there are 2 lines which should be changed too.
Line 72 and Line 114. But we are using Discovery which makes it... | gharchive/pull-request | 2015-01-12T08:27:10 | 2025-04-01T06:36:52.630383 | {
"authors": [
"christian-scheible",
"helix84"
],
"repo": "DSpace/DSpace",
"url": "https://github.com/DSpace/DSpace/pull/824",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
306232079 | com.android.builder.dexing.DexArchiveBuilderException
com.android.builder.dexing.DexArchiveBuilderException on Android
Issue Type
[x] Bug Report
[ ] Feature Request
Description
This Gradle exception occurs when trying to build app with JDA
https://developer.android.com/studio/write/java8-support.html
@natanbc t... | gharchive/issue | 2018-03-18T11:24:50 | 2025-04-01T06:36:52.637410 | {
"authors": [
"gocrafterlp",
"natanbc"
],
"repo": "DV8FromTheWorld/JDA",
"url": "https://github.com/DV8FromTheWorld/JDA/issues/649",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
849194708 | First pass on stage channels
Pull Request Etiquette
[x] I have checked the PRs for upcoming features/bug fixes.
[x] I have read the contributing guidelines.
Changes
[x] Internal code
[x] Library interface (affecting end-user code)
[ ] Documentation
[ ] Other: _____
Closes Issue: #1572
Description
This adds su... | gharchive/pull-request | 2021-04-02T12:38:21 | 2025-04-01T06:36:52.646383 | {
"authors": [
"DV8FromTheWorld",
"MinnDevelopment",
"TheChilliPL",
"jzvi12"
],
"repo": "DV8FromTheWorld/JDA",
"url": "https://github.com/DV8FromTheWorld/JDA/pull/1575",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
62729672 | Bug : More paragraphs in comments
Hi
First, your DZReadability is powerfull !
I've seen juste one bug, its when the comments bloc have more than article.
By example for this news :
http://blog.lefigaro.fr/football/bruno_roger-petit/2015/03/subasic-heureux-pour-monaco-peut-on-se-rejouir-davoir-ete-ridicule.html
// co... | gharchive/issue | 2015-03-18T16:03:17 | 2025-04-01T06:36:52.652600 | {
"authors": [
"DZamataev",
"RealBug",
"praveengodz"
],
"repo": "DZamataev/DZReadability",
"url": "https://github.com/DZamataev/DZReadability/issues/2",
"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.