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
842607673
Armstrong number using recursive approach using Dart 🚀 Feature Add code for Armstrong number using the recursive approach in dart. Have you read the Contributing Guidelines on Pull Requests? Yes /assign
gharchive/issue
2021-03-27T21:41:33
2025-04-01T06:37:37.189453
{ "authors": [ "ritvij14" ], "repo": "TesseractCoding/NeoAlgo", "url": "https://github.com/TesseractCoding/NeoAlgo/issues/4296", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
865164858
Floyd's Triangle 💥 Proposal (A clear and concise description of what the proposal is.) floyd's triangle program in kotlin 1 2 3 4 5 6 7 8 9 10 Have you read the Contributing Guidelines on Pull Requests? yes (Write your answer here.) /assign
gharchive/issue
2021-04-22T16:38:14
2025-04-01T06:37:37.191455
{ "authors": [ "hemant2705" ], "repo": "TesseractCoding/NeoAlgo", "url": "https://github.com/TesseractCoding/NeoAlgo/issues/6433", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
858973482
Trapping rain water in python Have you read the Contributing Guidelines on Pull Requests? yes Description Added code for trapping rain water Checklist [ ] I've read the contribution guidelines. [ ] I've checked the issue list before deciding what to submit. [ ] I've edited the README.md and link to my code. Related...
gharchive/pull-request
2021-04-15T15:02:22
2025-04-01T06:37:37.194420
{ "authors": [ "Amit366" ], "repo": "TesseractCoding/NeoAlgo", "url": "https://github.com/TesseractCoding/NeoAlgo/pull/5913", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2301764741
Restore capability to create draft release This was temporarily blocked in issue #67. By upgrading GitReleaseManager to version 0.17, it can be restored. :tada: This issue has been resolved in version 1.2.1 :tada: The release is available on: GitHub Release NuGet Package
gharchive/issue
2024-05-17T04:00:14
2025-04-01T06:37:37.204167
{ "authors": [ "CharliePoole" ], "repo": "TestCentric/TestCentric.Cake.Recipe", "url": "https://github.com/TestCentric/TestCentric.Cake.Recipe/issues/75", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1509914557
🛑 Proxmox is down In 0595ded, Proxmox (https://pve.tetragg.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Proxmox is back up in cfedffd.
gharchive/issue
2022-12-24T02:49:44
2025-04-01T06:37:37.231509
{ "authors": [ "TetraGG" ], "repo": "TetraGG/Upptime", "url": "https://github.com/TetraGG/Upptime/issues/1075", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1524012576
🛑 Proxmox is down In 5c31c6d, Proxmox (https://pve.tetragg.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Proxmox is back up in 3b7c693.
gharchive/issue
2023-01-07T17:44:41
2025-04-01T06:37:37.233894
{ "authors": [ "TetraGG" ], "repo": "TetraGG/Upptime", "url": "https://github.com/TetraGG/Upptime/issues/3427", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1524697114
🛑 Proxy is down In a2426c3, Proxy (https://proxy.tetragg.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Proxy is back up in 1f08de9.
gharchive/issue
2023-01-08T21:58:15
2025-04-01T06:37:37.236244
{ "authors": [ "TetraGG" ], "repo": "TetraGG/Upptime", "url": "https://github.com/TetraGG/Upptime/issues/3606", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1533825966
🛑 Jellyfin is down In fd1e9f2, Jellyfin (https://jellyfin.tetragg.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Jellyfin is back up in db391f6.
gharchive/issue
2023-01-15T13:56:05
2025-04-01T06:37:37.238583
{ "authors": [ "TetraGG" ], "repo": "TetraGG/Upptime", "url": "https://github.com/TetraGG/Upptime/issues/4545", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1572396169
🛑 Proxy is down In 7f789b4, Proxy (https://proxy.tetragg.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Proxy is back up in 6e2baa4.
gharchive/issue
2023-02-06T11:26:05
2025-04-01T06:37:37.241155
{ "authors": [ "TetraGG" ], "repo": "TetraGG/Upptime", "url": "https://github.com/TetraGG/Upptime/issues/7856", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
193829873
amwiki支持包含空白字符的文件路径么 作者大大你好,我在使用amwiki编写文章的时候遇到了一个问题,情况是这样的: 因为amwiki是通过抽取Library目录下的文件结构来生成对应的页面导航的,所以.md的文件名自然就会影响到导航页面上的文字。现在我想在导航上面显示“XXXWindows SDK”等字样,里面包含了空白字符,按道理来说,此时我也应该为此对应的页面创建一个.md文件,文件名类似“001XXXWindows SDK”等等,创建文件成功后,我执行“在浏览器中打开此文档”的功能时,发现它会自动定位到amwiki的首页上,无法定位到当前.md文件对应的网页上,假设将这些空白字符用下划线等来代替之后,则是正常的。 情...
gharchive/issue
2016-12-06T17:09:38
2025-04-01T06:37:37.244521
{ "authors": [ "TevinLi", "YaoXuanZhi" ], "repo": "TevinLi/amWiki", "url": "https://github.com/TevinLi/amWiki/issues/19", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
74184428
Divide array in 3 columns Can we divide "type":"array" in 2 or 3 columns and have a tabarray with horizontal tabs? Please suggest a workaround. I don't think I understand, do you want the same array flowing over three columns? Columns can be achieved by using standard bootstrap classes, see http://schemaform.io/exa...
gharchive/issue
2015-05-08T01:18:22
2025-04-01T06:37:37.249952
{ "authors": [ "arteme", "davidlgj", "nicklasb", "subhendupsingh" ], "repo": "Textalk/angular-schema-form", "url": "https://github.com/Textalk/angular-schema-form/issues/383", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1554299021
chore: bump version and delay dependabot related: #151 #184 This PR bumps the deps and tries to slow down dependabot to reduce the noise. We will try to adopt renovate bot next week. And I will manually update the dependencies temporarily. cc. @rtritto
gharchive/pull-request
2023-01-24T04:29:00
2025-04-01T06:37:37.251593
{ "authors": [ "pionxzh" ], "repo": "TexteaInc/json-viewer", "url": "https://github.com/TexteaInc/json-viewer/pull/216", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2347111128
[REQUEST] Rich progress bar changes color based on the number steps/files elapsed. Consider posting in https://github.com/textualize/rich/discussions for feedback before raising a feature request. Have you checked the issues for a similar suggestions? Yes How would you improve Rich? My application submits a bunch of ...
gharchive/issue
2024-06-11T19:13:24
2025-04-01T06:37:37.255604
{ "authors": [ "ketan96-m", "willmcgugan" ], "repo": "Textualize/rich", "url": "https://github.com/Textualize/rich/issues/3379", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
911604909
AE2 Wireless Terminals (ae2wtlib) encountered an error during the load_registries event phase AE2 Wireless Terminals (ae2wtlib) encountered an error during the load_registries event phase java.lang.RuntimeException: Cannot find class appeng/container/implementations/MEMonitorableContainer crash-2021-06-04_18.12.47-fm...
gharchive/issue
2021-06-04T15:17:33
2025-04-01T06:37:37.264672
{ "authors": [ "DrAkashic", "MrTubzy456", "Tfarcenim", "aaronhowser1", "epicyeeto", "j4rw15", "tankcr" ], "repo": "Tfarcenim/AE2WirelessTerminalLibrary", "url": "https://github.com/Tfarcenim/AE2WirelessTerminalLibrary/issues/16", "license": "MIT", "license_type": "permissive", ...
1046391194
Advantages of ezcolors over the de facto color library? Hello, I am in the market for a python color manipulation library for a new project. Any chance of a paragraph or two of why ezcolors was created and how it compares to the other libraries out there? Many thanks, Scott. Sure thing. EzColors was created when I...
gharchive/issue
2021-11-06T04:19:35
2025-04-01T06:37:37.270956
{ "authors": [ "Th3M4ttman", "scott91e1" ], "repo": "Th3M4ttman/ezcolors", "url": "https://github.com/Th3M4ttman/ezcolors/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1978049382
Chrome android does not work anymore Subtitles simply don't appear on chrome android anymore (could not tell from which version, it was already the case in 1.7.9 but maybe before too). This can be reproduced from this page, for example: https://thaunknown.github.io/jassub/jassub/simple/index.html There aren't any err...
gharchive/issue
2023-11-06T00:23:56
2025-04-01T06:37:37.274777
{ "authors": [ "ThaUnknown", "zoriya" ], "repo": "ThaUnknown/jassub", "url": "https://github.com/ThaUnknown/jassub/issues/33", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
954125005
🛑 Portfolio@OSS is down In 611d57e, Portfolio@OSS (http://shekhar.aitoss.club/) was down: HTTP code: 0 Response time: 0 ms Resolved: Portfolio@OSS is back up in 0d988d2.
gharchive/issue
2021-07-27T17:54:24
2025-04-01T06:37:37.294899
{ "authors": [ "The-Anton" ], "repo": "The-Anton/upptime-test", "url": "https://github.com/The-Anton/upptime-test/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1769507602
Add server message to error object When we make request via db or call object, if error occur from backend frappe send friendly message to client via _server_messages key. I cannot extract it in .catch((error) { ... }). It seems that you did not include it in error object. Here is server message when I check in netwo...
gharchive/issue
2023-06-22T11:43:32
2025-04-01T06:37:37.297869
{ "authors": [ "frappeerpnext", "nikkothari22" ], "repo": "The-Commit-Company/frappe-js-sdk", "url": "https://github.com/The-Commit-Company/frappe-js-sdk/issues/31", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1766815269
Implementation of ML model on Happiness index data. 💥 Proposal I would like to apply a machine learning model to Happiness index data. By using the data I would like to predict the overall rank. Please assign me this. @karthikbhandary2 - please provide the dataset. This is present in this repo only. Link: https:...
gharchive/issue
2023-06-21T06:04:12
2025-04-01T06:37:37.304790
{ "authors": [ "karthikbhandary2", "khusheekapoor" ], "repo": "The-Data-Alchemists-Manipal/MindWave", "url": "https://github.com/The-Data-Alchemists-Manipal/MindWave/issues/454", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1357605921
Flow consistently fails regardless of configurations Description When hardening a SHA1 design inside the caravel user project, flow fails with FP_SIZING=relative and FP_CORE_UTIL=30%. Other configurations were also tried but hardening failed for all. Configuration trials can be seen in openlane/sha1_top/config.tcl ...
gharchive/issue
2022-08-31T16:49:24
2025-04-01T06:37:37.322059
{ "authors": [ "WebKingdom", "donn", "vijayank88" ], "repo": "The-OpenROAD-Project/OpenLane", "url": "https://github.com/The-OpenROAD-Project/OpenLane/issues/1299", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1810809629
make write_lef and others write out files atomically Description A half-written .lef file can be lying around after a crash which complicates e.g. deltaDebug.py. Suggestion: modify all write_* commands to write to a temp file when the write completes, rename temp file to final name This way there are no partial fil...
gharchive/issue
2023-07-18T22:25:40
2025-04-01T06:37:37.326790
{ "authors": [ "annapetrosyan26", "maliberty", "oharboe" ], "repo": "The-OpenROAD-Project/OpenROAD", "url": "https://github.com/The-OpenROAD-Project/OpenROAD/issues/3658", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2551259012
updated SDCs to define both read and write clocks PR to update SRAM SDC file to define both clocks Isnt this also used by BoomTile? In which case we need an additional .sdc file. Also, the BUILD bazel need to be updated to use the file. If I read the BUILD.bazel correctly, the current constraints.sdc is used by t...
gharchive/pull-request
2024-09-26T18:21:12
2025-04-01T06:37:37.332806
{ "authors": [ "jeffng-or", "oharboe" ], "repo": "The-OpenROAD-Project/megaboom", "url": "https://github.com/The-OpenROAD-Project/megaboom/pull/118", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
932972008
Create n_bonacci.cpp Description of Change Checklist [x] Added description of change [x] Added file name matches File name guidelines [x] Added tests and example, test must pass [x] Added documentation so that the program is self-explanatory and educational - Doxygen guidelines [x] Relevant documentation/comments ...
gharchive/pull-request
2021-06-29T18:04:43
2025-04-01T06:37:37.338989
{ "authors": [ "Swastyy" ], "repo": "TheAlgorithms/C-Plus-Plus", "url": "https://github.com/TheAlgorithms/C-Plus-Plus/pull/1518", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1359021652
No property named GuiControl Hi, (Thank you for all your AHK libraries !) Here is an error message with AutoHotKey 2.0 beta 7. Oh crud, I may not have tested that as thoroughly as I should have. Thanks for the report. fixed
gharchive/issue
2022-09-01T15:19:13
2025-04-01T06:37:37.369491
{ "authors": [ "TheArkive", "gcailly" ], "repo": "TheArkive/GuiCtlExt_ahk2", "url": "https://github.com/TheArkive/GuiCtlExt_ahk2/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
837743819
Do less files/mkdir calls Related to #28, currently we call files/mkdir for every single file updated/added. It'd speed up these operations a lot if we only did this once per directory. For context I just attempted to update 18k files totalling ~1.1GiB, it's taking over 12 hours on a powerful system with an NVME SSD....
gharchive/issue
2021-03-22T13:57:02
2025-04-01T06:37:37.412466
{ "authors": [ "TheDiscordian" ], "repo": "TheDiscordian/ipfs-sync", "url": "https://github.com/TheDiscordian/ipfs-sync/issues/29", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1234715041
Complex items and optionality Many things in 5e contain options, whereby the AE to activate depends on a choice made. This leads to two options for data: Split each option out into a different Foundry item (and therefore a different button on the sheet) Use a macro to create a pop-up querying which option the player...
gharchive/issue
2022-05-13T04:10:04
2025-04-01T06:37:37.459292
{ "authors": [ "Spappz", "TheGiddyLimit", "jbowensii", "revilowaldow" ], "repo": "TheGiddyLimit/plutonium-addon-automation", "url": "https://github.com/TheGiddyLimit/plutonium-addon-automation/issues/26", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
412195225
Crear Pagina de "About" Is your feature request related to a problem? Please describe. Queremos un "about" donde podamos incluir el por que del proyecto y enlances importantes. Esto tambien nos sirve para explicar de donde abtenemos nuestra data y el proceso de recopilacion. Describe the solution you'd like Crear un...
gharchive/issue
2019-02-13T03:54:34
2025-04-01T06:37:37.467479
{ "authors": [ "froi", "jpadilla" ], "repo": "TheIndexingProject/contratospr", "url": "https://github.com/TheIndexingProject/contratospr/issues/2", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
2723964282
Generated layers do not follow OME standard The generated layers, when saved as zarr files, do not follow the OME standard and cannot be opened back again correctly in napari. Solved in PR #29
gharchive/issue
2024-12-06T21:32:17
2025-04-01T06:37:37.469558
{ "authors": [ "fercer" ], "repo": "TheJacksonLaboratory/activelearning", "url": "https://github.com/TheJacksonLaboratory/activelearning/issues/28", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1896417738
Suggestion to define main project name in a separate file The main project name (Greeter) is currently used across multiple files. So it requires modifications in all these files to use this template, which can be time-consuming and error-prone. I suggest defining the main project name in a separate file. This way, a...
gharchive/issue
2023-09-14T11:59:25
2025-04-01T06:37:37.475736
{ "authors": [ "TheLartians", "ldeng-ustc" ], "repo": "TheLartians/ModernCppStarter", "url": "https://github.com/TheLartians/ModernCppStarter/issues/178", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
1615696830
module not found error after entering Path_to_HuggingFace:XpucT/Deliberate I'm encountering this error ModuleNotFoundError Traceback (most recent call last) in 3 from IPython.utils import capture 4 from IPython.display import clear_output ----> 5 import wget 6 7 #@markdown - Skip this cell if...
gharchive/issue
2023-03-08T18:08:10
2025-04-01T06:37:37.480357
{ "authors": [ "The-Great-Nothing", "TheLastBen", "blazing", "cxyzdroid90" ], "repo": "TheLastBen/fast-stable-diffusion", "url": "https://github.com/TheLastBen/fast-stable-diffusion/issues/1705", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1474454438
"LayerNormKernelImpl" not implemented for 'Half' No flames please, be gentle, it's my first time posting. :) I got this error message after successfully (so I thought) installing and then running a request: "LayerNormKernelImpl" not implemented for 'Half'. Any words of wisdom? What else can I tell you to help someone...
gharchive/issue
2022-12-04T04:55:33
2025-04-01T06:37:37.483560
{ "authors": [ "AlternativelyMaybe", "TheLastBen" ], "repo": "TheLastBen/fast-stable-diffusion", "url": "https://github.com/TheLastBen/fast-stable-diffusion/issues/859", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
457890301
/feed/reels_media/ Great repo. Is there any way we could have story highlights added as well? make sure update to version 1.0.5 Example: https://github.com/TheM4hd1/SwiftyInsta/blob/10db0b97b7508a5c492c9f178c35b63768b2811b/SwiftyInstaTests/SwiftyInstaTests.swift#L1330 Great! Unfortunately it does not seem to popu...
gharchive/issue
2019-06-19T08:59:56
2025-04-01T06:37:37.494879
{ "authors": [ "TheM4hd1", "canaksoy", "sbertix" ], "repo": "TheM4hd1/SwiftyInsta", "url": "https://github.com/TheM4hd1/SwiftyInsta/issues/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2330674928
crash 2024-06-03 17:43:58.274 27954-27954 AndroidRuntime com.example.presentationsample E FATAL EXCEPTION: main Process: com.example.presentationsample, PID: 27954 java.lang.IllegalArgumentException: Window type mismatch. Window Context's window type is 2037, while LayoutParams' type is set to 2038. P...
gharchive/issue
2024-06-03T09:45:40
2025-04-01T06:37:37.520670
{ "authors": [ "13120241790", "TheOne-Xin" ], "repo": "TheOne-Xin/presentation-sample", "url": "https://github.com/TheOne-Xin/presentation-sample/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1501710358
Update renovatebot/github-action action to v34.62.1 This PR contains the following updates: Package Type Update Change renovatebot/github-action action minor v34.60.0 -> v34.62.1 Release Notes renovatebot/github-action v34.62.1 Compare Source See the the changelog for changes in all releases. 34.62.1 (202...
gharchive/pull-request
2022-12-18T02:35:22
2025-04-01T06:37:37.545882
{ "authors": [ "P4ranoidAndroid" ], "repo": "TheRealArthurDent/renovate", "url": "https://github.com/TheRealArthurDent/renovate/pull/32", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2403502904
[Snyk] Security upgrade com.amazonaws:aws-java-sdk-core from 1.12.239 to 1.12.760 This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to fix 61 vulne...
gharchive/pull-request
2024-07-11T15:36:57
2025-04-01T06:37:37.851045
{ "authors": [ "TheRedHatter" ], "repo": "TheRedHatter/CE", "url": "https://github.com/TheRedHatter/CE/pull/501", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2303935190
[Snyk] Security upgrade php from 7.1-apache to 7.4.33-apache This PR was automatically created by Snyk using the credentials of a real user. Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. Changes included in this PR base/gitlist/0.6.0/Do...
gharchive/pull-request
2024-05-18T08:44:00
2025-04-01T06:37:37.867481
{ "authors": [ "TheRedHatter" ], "repo": "TheRedHatter/vulhub", "url": "https://github.com/TheRedHatter/vulhub/pull/61", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
159247251
NPE@temportalist.esotericraft.emulation.common.EntityState.serializeNBT Server crash on killing blow to EnderZoo Wither Witch while using Tconstruct broadsword. fml-server-latest.log.txt crash-2016-06-08_11.57.10-server.txt Can you provide more ways and steps to reproduce? I got a similar crash. Happened when I e...
gharchive/issue
2016-06-08T19:08:29
2025-04-01T06:37:37.905061
{ "authors": [ "Cat-McCatface", "Rumpelstiltskinny", "TheTemportalist" ], "repo": "TheTemportalist/EsoTeriCraft", "url": "https://github.com/TheTemportalist/EsoTeriCraft/issues/8", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
260558830
fix(report/handlers): accept more semver versions The current problem we have, specifically, is that since v1.2.0 the mobile apps emit full semver including also the build. This requires several parts of our infrastructure to improve the regexp being used so to validate also this kind of input. See also: measurement-...
gharchive/pull-request
2017-09-26T09:42:49
2025-04-01T06:37:37.941625
{ "authors": [ "bassosimone", "coveralls" ], "repo": "TheTorProject/ooni-backend", "url": "https://github.com/TheTorProject/ooni-backend/pull/111", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2351745420
🛑 Trident API is down In b7d830c, Trident API (https://thetrident.one/api) was down: HTTP code: 0 Response time: 0 ms Resolved: Trident API is back up in 0509d6d after 20 minutes.
gharchive/issue
2024-06-13T17:55:37
2025-04-01T06:37:37.944555
{ "authors": [ "an-lee" ], "repo": "TheTridentOne/upptime", "url": "https://github.com/TheTridentOne/upptime/issues/291", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1395664400
[Addition] World Pregenerators Checklist [X] I've checked that my mod suggestion hasn't already been added to one of the lists. [X] I've checked the latest issues to make sure that this mod hasn't already been suggested. What is your mod's name? Chunk Pregenerator What is your mod's main version? Other (Forge) What...
gharchive/issue
2022-10-04T04:52:48
2025-04-01T06:37:37.955958
{ "authors": [ "NordicGamerFE", "Speiger" ], "repo": "TheUsefulLists/UsefulMods", "url": "https://github.com/TheUsefulLists/UsefulMods/issues/137", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2705012586
[BUG]: Mute/Volume 0.0 not working while screen recording Version 6.8.2 What platforms are you having the problem on? Android System Version All On what device are you experiencing the issue? Real device Architecture Old architecture What happened? I encountered an issue, when I screen record my application using, re...
gharchive/issue
2024-11-29T12:42:40
2025-04-01T06:37:37.962842
{ "authors": [ "AakashJaiswal-beta", "freeboub" ], "repo": "TheWidlarzGroup/react-native-video", "url": "https://github.com/TheWidlarzGroup/react-native-video/issues/4313", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1452008633
🛑 Jira is down In 7f013b5, Jira (https://jira.internal.therapy-box.co.uk/) was down: HTTP code: 503 Response time: 432 ms Resolved: Jira is back up in 4ea34d0.
gharchive/issue
2022-11-16T17:34:28
2025-04-01T06:37:37.997335
{ "authors": [ "TherapyBox" ], "repo": "TherapyBox/upptime", "url": "https://github.com/TherapyBox/upptime/issues/657", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1794891640
Update Fadeless to 1.20.1 Currently, the mod is made for 1.20-Snapshot, and not 1.20.1. Update to 1.20.1, when the update comes out. Curse Forge Page It works fine on 1.20.1, no update is required. Another mod it works well together with is remove reloading screen , which removes the resource pack reloading screen....
gharchive/issue
2023-07-08T11:00:43
2025-04-01T06:37:37.999878
{ "authors": [ "DerpDerpling", "Therkelsen" ], "repo": "Therkelsen/echoes_of_the_wilderness", "url": "https://github.com/Therkelsen/echoes_of_the_wilderness/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2514165546
🛑 Outlook is down In c0bad11, Outlook (https://outlook.live.com) was down: HTTP code: 417 Response time: 118 ms Resolved: Outlook is back up in a5fad8d after 12 minutes.
gharchive/issue
2024-09-09T14:41:08
2025-04-01T06:37:38.002540
{ "authors": [ "ptoone" ], "repo": "Thexyz/Email-Monitoring", "url": "https://github.com/Thexyz/Email-Monitoring/issues/709", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1161745137
Password Change logout handling Currently, to destroy session button will log you out of your current device. It should log you out of all devices instead. Session handling is a bit weird anyway. After the session times out, a reload redirects to https://identity.eurofurence.org/auth/choose. Clicking "Login with ex...
gharchive/issue
2022-03-07T17:59:16
2025-04-01T06:37:38.039593
{ "authors": [ "Thiritin", "mowny" ], "repo": "Thiritin/identity", "url": "https://github.com/Thiritin/identity/issues/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
64672965
[GTA:SA] IVRadarScaling Would it be possible to add the IVRadarScaling option to the GTA: San Andreas fix like in the Vice City and GTA 3 fixes? I guess, but maybe later.
gharchive/issue
2015-03-27T01:51:32
2025-04-01T06:37:38.041979
{ "authors": [ "ThirteenAG", "jm10087" ], "repo": "ThirteenAG/Widescreen_Fixes_Pack", "url": "https://github.com/ThirteenAG/Widescreen_Fixes_Pack/issues/28", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2646267069
🛑 Qbit is down In b8a2115, Qbit (https://qbit.cond.dk) was down: HTTP code: 502 Response time: 481 ms Resolved: Qbit is back up in 95a4800 after 3 hours, 52 minutes.
gharchive/issue
2024-11-09T16:14:09
2025-04-01T06:37:38.054355
{ "authors": [ "ThomasConrad" ], "repo": "ThomasConrad/uptime_monitor", "url": "https://github.com/ThomasConrad/uptime_monitor/issues/397", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1827229336
Update scalafmt-core to 3.7.11 About this PR 📦 Updates org.scalameta:scalafmt-core from 3.7.5 to 3.7.11 📜 GitHub Release Notes - Version Diff Usage ✅ Please merge! I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close t...
gharchive/pull-request
2023-07-29T00:09:54
2025-04-01T06:37:38.111505
{ "authors": [ "scala-steward" ], "repo": "ThoughtWorksInc/enableIf.scala", "url": "https://github.com/ThoughtWorksInc/enableIf.scala/pull/127", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
954407753
'in' can't be used as an identifier because it's a keyword. iso 3166 country code of India have problem, as below: Thanks for this issue. I will probably add a rename from in to indian By the way, it is more common to use language codes. Or language code + country code. Using country code only is pretty rare F...
gharchive/issue
2021-07-28T02:16:25
2025-04-01T06:37:38.126839
{ "authors": [ "Tienisto", "ffshy1214" ], "repo": "Tienisto/flutter-fast-i18n", "url": "https://github.com/Tienisto/flutter-fast-i18n/issues/32", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
363400142
Api/sponsors implementation I did it I think... I may have missed some good error handling and may have left a todo in there somewhere but I'll let you guys tell me if things still need to change Unless I'm reading this wrong (which I definitely could be) the only travis errors I'm getting are for naming enum cases...
gharchive/pull-request
2018-09-25T03:52:26
2025-04-01T06:37:38.127981
{ "authors": [ "eteters" ], "repo": "TigerHacks/app-ios", "url": "https://github.com/TigerHacks/app-ios/pull/49", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1176879889
Allow raw installation outside of the context of PyPI. If the package is installed outside of PyPI or an active checkout (e.g. via pip install [some-path]), a version.py file might not be created. Use a local version number in that case. @thetorpedodog I've used python setup.py develop --user as my go-to for a whil...
gharchive/pull-request
2022-03-22T14:33:10
2025-04-01T06:37:38.141527
{ "authors": [ "Shelnutt2", "thetorpedodog" ], "repo": "TileDB-Inc/TileDB-Cloud-Py", "url": "https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/242", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2639644963
Bump to 1.16.2 and update requirements This PR does a few related things: Bumps version to 1.16.2 (and resets build number to 0) Builds for Python 3.12 (replaces #15 because 1.15.0 couldn't be built against 3.12) Use the new conda-forge syntax to control and test the minimum supported Python version. Upstream suppor...
gharchive/pull-request
2024-11-07T02:06:46
2025-04-01T06:37:38.145059
{ "authors": [ "jdblischak" ], "repo": "TileDB-Inc/cellxgene-census-feedstock", "url": "https://github.com/TileDB-Inc/cellxgene-census-feedstock/pull/17", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
391669454
Fix security vulnerabilities This PR fixes security vulnerabilities for current version of send-transform. All tests are passed. If you're going to go the route of updating my fork, I'd rather keep it in sync with the original as much as possible. That would mean applying my changes on top of the latest release of ...
gharchive/pull-request
2018-12-17T11:28:16
2025-04-01T06:37:38.147026
{ "authors": [ "TimBarham", "ruslan-bikkinin" ], "repo": "TimBarham/send", "url": "https://github.com/TimBarham/send/pull/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2391452582
fix: Do not throw an exception when the solution or entity classes are interfaces The superclass of an interface is null. This caused this line of code to throw an exception for solution classes that are interface: var superclass = bottomClass.getSuperclass(); lineageClassList.addAll(getAllAnnotatedLineageClasses(sup...
gharchive/pull-request
2024-07-04T20:51:27
2025-04-01T06:37:38.149785
{ "authors": [ "Christopher-Chianelli", "triceo" ], "repo": "TimefoldAI/timefold-solver", "url": "https://github.com/TimefoldAI/timefold-solver/pull/934", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1556378592
replaced FocusTrap to TapRegion I replaced FocusTrap to TapRegion because FocusTrap is not supporten now in Flutter 3.7.0 (https://github.com/flutter/flutter/pull/107262) .. Hey @AurelVU, I'm sorry for closing your PR without merging it but I was already working on it. The update is live on pub Version 2.2.22
gharchive/pull-request
2023-01-25T10:08:54
2025-04-01T06:37:38.191346
{ "authors": [ "AurelVU", "Tkko", "bugrevealingbme" ], "repo": "Tkko/Flutter_Pinput", "url": "https://github.com/Tkko/Flutter_Pinput/pull/118", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1596608685
Update to 1.19.3 Update required libraries. By the way, do you ever plan on uploading this to either or both Curseforge and Modrinth? Also, what about cutting off sharking from the mod if it keeps being unusable?
gharchive/pull-request
2023-02-23T10:38:02
2025-04-01T06:37:38.192257
{ "authors": [ "StunninglyWrong" ], "repo": "Tlesis/SquakePlusPlus", "url": "https://github.com/Tlesis/SquakePlusPlus/pull/4", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
2397818486
frame stepper doesnt work in geode annoying frame stepper isn't even a feature in the mod yet. https://github.com/TobyAdd/GDH/issues/198 the feature is back in 4.6.4
gharchive/issue
2024-07-09T10:34:07
2025-04-01T06:37:38.200529
{ "authors": [ "Chaotixu", "TobyAdd", "exploitle" ], "repo": "TobyAdd/GDH", "url": "https://github.com/TobyAdd/GDH/issues/243", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
505491054
SQLite Testing Environment Does this package work w/ a sqlite testing environment? I'm getting the following error when using 'TEST' as the query string: +errorInfo: array:3 [ 0 => "HY000" 1 => 1 2 => "near "'T%E%S%T%'": syntax error" ] The query in my controller is as follows: $query ...
gharchive/issue
2019-10-10T20:23:34
2025-04-01T06:37:38.247602
{ "authors": [ "FutureFutureTo", "TomLingham" ], "repo": "TomLingham/Laravel-Searchy", "url": "https://github.com/TomLingham/Laravel-Searchy/issues/103", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1091938451
🛑 VTP.XYZ is down In bef760f, VTP.XYZ (https://vtp.xyz/) was down: HTTP code: 0 Response time: 0 ms Resolved: VTP.XYZ is back up in bc4f774.
gharchive/issue
2022-01-02T02:49:34
2025-04-01T06:37:38.265250
{ "authors": [ "TomsProject" ], "repo": "TomsProject/uptime", "url": "https://github.com/TomsProject/uptime/issues/1215", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
349159039
Questions on columnOrder API Hi @TonyGermaneri, Thanks for the quick feature release for columns sorting. I've been playing around with it, and am able to retrieve the order using grid.columnOrder but cannot set the order. Looking over the docs, I assumed grid.columnOrder([1, 0 , 2, 3]) would work but got the error: ...
gharchive/issue
2018-08-09T14:42:40
2025-04-01T06:37:38.281488
{ "authors": [ "LabShareLouie", "TonyGermaneri" ], "repo": "TonyGermaneri/canvas-datagrid", "url": "https://github.com/TonyGermaneri/canvas-datagrid/issues/154", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
37610798
Adds support for custom GYP include When developers have libraries in non-standard locations (or don't wish to dump them into System32 on Windows), they need to run "node-gyp configure", edit the generated files to add include paths, and then run "node-gyp install" This is doubly painful when you wanted to "npm insta...
gharchive/pull-request
2014-07-10T22:18:55
2025-04-01T06:37:38.292460
{ "authors": [ "TooTallNate", "anprogrammer", "bdunlay" ], "repo": "TooTallNate/node-gyp", "url": "https://github.com/TooTallNate/node-gyp/pull/473", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1552080517
Proper Arc support for schematic and footprint The arcs for the schematic and footprint are rarely properly placed. It needs to be correctly handled. I pushed some work on the Fix_ARC branch, but I cannot figure out how to draw them, there are always components for which it does not work. For now, I tried to use the ...
gharchive/issue
2023-01-22T11:12:17
2025-04-01T06:37:38.333590
{ "authors": [ "TousstNicolas", "Xyntexx" ], "repo": "TousstNicolas/JLC2KiCad_lib", "url": "https://github.com/TousstNicolas/JLC2KiCad_lib/issues/33", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1329369236
USB Mass Storage mode - eMMC unrecognized with pinephoneA64 Successful Tow-Boot Install - Tow-Boot 2021.10-004 was successfully installed on a pinephoneA64. - I first verified booting pOS from eMMC. - I then verified the Mass Storage mode successfully using a Windows10 host. - USB device was recognized as a "PinePh...
gharchive/issue
2022-08-05T02:34:20
2025-04-01T06:37:38.338065
{ "authors": [ "BCoyler", "Disctanger", "Narann" ], "repo": "Tow-Boot/Tow-Boot", "url": "https://github.com/Tow-Boot/Tow-Boot/issues/169", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1561754046
how can I using with react native as title, thanks thanks a lots
gharchive/issue
2023-01-30T05:05:23
2025-04-01T06:37:38.339105
{ "authors": [ "fukemy" ], "repo": "TowhidKashem/snapchat-clone", "url": "https://github.com/TowhidKashem/snapchat-clone/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2012999629
fix/docs/chunk @dcvz I was a bit late to review your chunk operation. It's very nice but I found something was wrong with the doc. I made a test that explains why I'm changing it. Is this the behaviour you want? @dcvz now it should have the right behaviour
gharchive/pull-request
2023-11-27T20:00:02
2025-04-01T06:37:38.341605
{ "authors": [ "louisfd" ], "repo": "Tracel-AI/burn", "url": "https://github.com/Tracel-AI/burn/pull/1006", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1871662043
Using a standard .env file instead of config.yaml for docker deployment. Refactoring docker image example docker deployments to take a standard .env file with variables defined in the docker-compose itself to simplify docker custom deployments (eg. on Portainer). Description You will customize the installation vi...
gharchive/pull-request
2023-08-29T13:19:43
2025-04-01T06:37:38.383426
{ "authors": [ "CLAassistant", "Fluder-Paradyne", "andreacasarin" ], "repo": "TransformerOptimus/SuperAGI", "url": "https://github.com/TransformerOptimus/SuperAGI/pull/1149", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1928795900
🛑 MeVuelo Packages Availability (ASU - Mobile) is down In 9f20848, MeVuelo Packages Availability (ASU - Mobile) (https://api.packages.production.travelonux.com/v1/mevuelo/frontend/packages/healthcheck?departure=ASU&api_key=ebfc5bcd-c798-4a53-a45a-5118f8a1e377&resolution=1) was down: HTTP code: 0 Response time: 0 ms...
gharchive/issue
2023-10-05T18:00:08
2025-04-01T06:37:38.402489
{ "authors": [ "travelonux-dev" ], "repo": "Travelonux/upptime", "url": "https://github.com/Travelonux/upptime/issues/1235", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1280255421
Pañol-->Salida Herramientas: quitar el cartel "Ningún dato disponible en esta tabla" Ambiente test - v2.0.15.3 Descripción Al agregar el registro de los datos cargados el sistema muestra el cartel de aviso de "ningún dato disponible.." cuando lo correspondiente es que desaparezca al mostrar Los Datos Pasos para repr...
gharchive/issue
2022-06-22T14:34:56
2025-04-01T06:37:38.413132
{ "authors": [ "floto-trazalog" ], "repo": "Trazalog/traz-comp-pan", "url": "https://github.com/Trazalog/traz-comp-pan/issues/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2199584151
如何设置背景颜色为透明? Description 如何设置背景颜色为透明? Suggested solution 如何设置背景颜色为透明? Alternative No response Additional context No response Validations [X] I agree to follow this project's Code of Conduct [X] Read the Contributing Guidelines. [X] Read the docs. [X] Check that there isn't already an issue that reports the same bug ...
gharchive/issue
2024-03-21T09:02:21
2025-04-01T06:37:38.418044
{ "authors": [ "oscorops" ], "repo": "Tresjs/tres", "url": "https://github.com/Tresjs/tres/issues/594", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1345159555
Features/challenge4/userprofile PR Template Purpose ... Does this introduce a breaking change? [ ] Yes [ ] No Pull Request Type What kind of change does this Pull Request introduce? [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes)...
gharchive/pull-request
2022-08-20T12:59:02
2025-04-01T06:37:38.551890
{ "authors": [ "akinaritsugo" ], "repo": "TripInsurance/devopsoh78828", "url": "https://github.com/TripInsurance/devopsoh78828/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1816594901
Multiple Charge Controllers Sorry for raising an issue for this, but I have multiple Charge controllers. You can assign them numbers. I don't see anywhere in the code where it's referencing the unit number (It's 1 by default) Is it possible to specify that in the protocol? Not a problem! The charge controller is ...
gharchive/issue
2023-07-22T03:42:16
2025-04-01T06:37:38.556185
{ "authors": [ "TripitakaBC", "spilegi" ], "repo": "TripitakaBC/ampinvt_esphome", "url": "https://github.com/TripitakaBC/ampinvt_esphome/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
115102875
Team groups going off edge of page. Most likely known of but here: http://i.imgur.com/c4aJxd0.png its a Known Bug <B Would love This Fixed https://surl.im/i/8qvwj
gharchive/issue
2015-11-04T17:20:43
2025-04-01T06:37:38.567278
{ "authors": [ "ItzDan", "TheSpaceArmy" ], "repo": "Tromino/PolyExtend", "url": "https://github.com/Tromino/PolyExtend/issues/12", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
883515375
编辑文档,图片上传成功了,uploads下对应的文件夹已经生成,但是图片没有移动到指定的路径下,日志也没有报错信息 请按照一下格式提交issue,谢谢! 你当前使用的是哪个版本的 BookStack? 你当前使用的是什么操作系统? 你是如何操作的? 你期望得到什么结果? 当前遇到的是什么结果? 我在本地使用local,没有用oss,也遇到同样的问题解决了。 是运行目录与uploads不在一个层级。 比如 这样执行就不行 [root@xxx~] /www/wwwroot/BookStack/BookStack 比如cd /www/wwwroot/BookStack 然后 ./BookStack 运行,否...
gharchive/issue
2021-05-10T06:37:56
2025-04-01T06:37:38.596554
{ "authors": [ "cai-ti", "kpeng2016", "vogin" ], "repo": "TruthHun/BookStack", "url": "https://github.com/TruthHun/BookStack/issues/138", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
228047273
[WIP] ✨ use markdown-it for markdown previews refs https://github.com/TryGhost/Ghost/pull/8451 replaces SimpleMDE's default marked rendering with markdown-it adds markdown-it plugins to more closely match legacy Showdown behaviour footnotes highlight/mark named headers don't require a space after the # for headers ...
gharchive/pull-request
2017-05-11T16:17:47
2025-04-01T06:37:38.601633
{ "authors": [ "coveralls", "kevinansfield" ], "repo": "TryGhost/Ghost-Admin", "url": "https://github.com/TryGhost/Ghost-Admin/pull/690", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
597410275
[API] Ordering by meta_title is not possible Issue Summary It's not possible to make an API request (internally or externally) that sorts by meta_title. Moreover, sorting by a related table (e.g. posts_meta) is allowed, but the request fails. I think this is a regression from 2.x, after the post metadata got split ou...
gharchive/issue
2020-04-09T16:40:23
2025-04-01T06:37:38.630936
{ "authors": [ "gargol", "matthanley", "naz", "vikaspotluri123" ], "repo": "TryGhost/Ghost", "url": "https://github.com/TryGhost/Ghost/issues/11729", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1207504489
Impersonation tokens do signup action if no account is found Issue Summary When a user is deleted it is expected that all tokens associated with that account are revoked. This is currently not the case. Creating a token before deleting a user creates the account again when pasted into the browser. Steps to Reproduce ...
gharchive/issue
2022-04-18T22:17:12
2025-04-01T06:37:38.637726
{ "authors": [ "ErisDS", "guidefox" ], "repo": "TryGhost/Ghost", "url": "https://github.com/TryGhost/Ghost/issues/14508", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1823498846
Make this site private - not working in Chrome and Opera Issue Summary Change or delete the row 58: versions/5.54.4/core/frontend/apps/private-blogging/lib/middleware.js return session({ name: 'ghost-private', maxAge: constants.ONE_MONTH_MS, signed: false, sameSite: 'lax' ...
gharchive/issue
2023-07-27T02:22:40
2025-04-01T06:37:38.665761
{ "authors": [ "ErisDS", "Grasume", "TheLaurenBarger", "daniellockyer", "davedub", "hussainb", "joe-blocher", "kilmarnock", "vikaspotluri123" ], "repo": "TryGhost/Ghost", "url": "https://github.com/TryGhost/Ghost/issues/17514", "license": "MIT", "license_type": "permissiv...
345677414
Ajax call from external website - Response 200 but no posts Issue Summary I’d like to fetch blog posts into my website client-side. When I fetch posts, I get this response, and no response body: ok: true redirected: false status: 200 statusText: "OK" type: "cors" url: "http://my_website/ghost/api/v0.1/posts/?limit=3&...
gharchive/issue
2018-07-30T09:22:11
2025-04-01T06:37:38.672269
{ "authors": [ "c0derabbit", "kevinansfield" ], "repo": "TryGhost/Ghost", "url": "https://github.com/TryGhost/Ghost/issues/9760", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1368994144
Cannot install sqlite3 in electron project - linux ubuntu 22 Issue Summary I can't install sqlite3 in an electron project. Apparently it's not a problem with python or NAPI version, after searching a lot I didn't find any problem like this. The issue seems to happen at this moment: ACTION deps_sqlite3_gyp_action_befo...
gharchive/issue
2022-09-11T16:20:17
2025-04-01T06:37:38.730375
{ "authors": [ "daniellockyer", "duendeee" ], "repo": "TryGhost/node-sqlite3", "url": "https://github.com/TryGhost/node-sqlite3/issues/1634", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
303444258
Sqlite3 doen't install into dory-node android app Hy. I'm testing a proget with dory node (app into google play from tempage.io). I've installed into a Samsung Tab A10.1 with android 7.0 and kernel 3.18.14, the gekko project from git hub. Then i used: npm install --only=production But there was error to install sqlit...
gharchive/issue
2018-03-08T11:16:29
2025-04-01T06:37:38.738097
{ "authors": [ "daniellockyer", "scidran" ], "repo": "TryGhost/node-sqlite3", "url": "https://github.com/TryGhost/node-sqlite3/issues/949", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1836288865
How to choose features from OpenCLIP? Hello! Thanks for your great work. I don't know how to use OpenCLIP to find correspondences. Could you please share these codes? Thanks again. Hi, thanks for your interest in our work! The original OpenCLIP codebase didn't support input image size larger than the training resol...
gharchive/issue
2023-08-04T08:17:07
2025-04-01T06:37:38.744587
{ "authors": [ "Tsingularity", "ZY123-GOOD" ], "repo": "Tsingularity/dift", "url": "https://github.com/Tsingularity/dift/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
751982563
transforminfo command Shows an overview of a card including the awakenings of both base & transformed version, as well as the cooldown it takes to transform Overview tab Description Show types of transformed version Show both pre-transform and transform (bc we wanna count total SB, SBR, etc) Show latents but don't b...
gharchive/issue
2020-11-27T05:01:49
2025-04-01T06:37:38.754745
{ "authors": [ "RheingoldRiver", "turtleworks" ], "repo": "TsubakiBotPad/pad-cogs", "url": "https://github.com/TsubakiBotPad/pad-cogs/issues/272", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2282163518
How do I change the background color of a highlighted variable? In the screenshot below, what is the name of the highlight group which is making "lunarvim/colorschemes" appear with a yellow background? I would like to change the color. Figured it out: CurrentWord. Add this to your config to change the color: -...
gharchive/issue
2024-05-07T02:52:05
2025-04-01T06:37:38.764707
{ "authors": [ "joobus" ], "repo": "Tsuzat/NeoSolarized.nvim", "url": "https://github.com/Tsuzat/NeoSolarized.nvim/issues/21", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
995520851
nscrollbar不在组件文档中 This function solves the problem (这个功能解决的问题) nscrollbar不在组件文档中 Expected API (期望的 API) 有时候业务是需要虚拟滚动条的,希望可以增加这部分的文档 会弄一个,之后的版本 2.19.5
gharchive/issue
2021-09-14T02:38:00
2025-04-01T06:37:38.766244
{ "authors": [ "07akioni", "jinmarcus" ], "repo": "TuSimple/naive-ui", "url": "https://github.com/TuSimple/naive-ui/issues/1174", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
923959718
feat: space justify center space- Space around 没啥用,因为 margin 导致反而对不齐。 space-bewteen 也没有用 就是用了反而对不齐 center 是 work 的,如果你想支持 space-bewteen 和 space-around 那么需要对于 margin 做专门的处理,比如说第一个没有 margin-left,然后之后的每个 margin-left 和 margin-right 是各自一半。 我看看怎么处理一下
gharchive/pull-request
2021-06-17T13:58:45
2025-04-01T06:37:38.769178
{ "authors": [ "07akioni", "Innei" ], "repo": "TuSimple/naive-ui", "url": "https://github.com/TuSimple/naive-ui/pull/182", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1716625828
🛑 Content Delivery Network (S3 Bucket) is down In efc5186, Content Delivery Network (S3 Bucket) (https://cdn.tubnet.gg/minecraft-resourcepack/TubPack-production.zip) was down: HTTP code: 0 Response time: 0 ms Resolved: Content Delivery Network (S3 Bucket) is back up in 39a9826.
gharchive/issue
2023-05-19T05:15:58
2025-04-01T06:37:38.771920
{ "authors": [ "PublicQualityAcc" ], "repo": "Tubnom/tubnet-uptime", "url": "https://github.com/Tubnom/tubnet-uptime/issues/103", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
147779523
Update for Gnome 3.20 Please update the extension to be compatible with Gnome version 3.20 Thanks :) Uploaded a new version.
gharchive/issue
2016-04-12T15:01:48
2025-04-01T06:37:38.772845
{ "authors": [ "BoBeR182", "Tudmotu" ], "repo": "Tudmotu/gnome-shell-extension-bettervolume", "url": "https://github.com/Tudmotu/gnome-shell-extension-bettervolume/issues/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1983262428
Define the pipeline & decide ecosystem Description What do we need from Toolbox/ESDL and what's our pipeline going to be? [x] What are all the pieces of the pipeline? [ ] How much of the pipeline can SpineToolbox cover? [ ] How much of the pipeline can ESDL/EDR cover? [ ] What is left uncovered? [ ] Do we need to ch...
gharchive/issue
2023-11-08T10:21:44
2025-04-01T06:37:38.785817
{ "authors": [ "clizbe" ], "repo": "TulipaEnergy/TulipaEnergyModel.jl", "url": "https://github.com/TulipaEnergy/TulipaEnergyModel.jl/issues/237", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
128656772
zerobin.py runserver: Unknown option '--host' Using the command: python zerobin.py --host 0.0.0.0 --port 80 --compressed-static returns the error: zerobin.py runserver: Unknown option '--host' Changing it to: python zerobin.py host 0.0.0.0 port 8001 compressed-static returns: Traceback (most recent call last): F...
gharchive/issue
2016-01-25T22:20:03
2025-04-01T06:37:38.851811
{ "authors": [ "ArthurHoaro", "ksamuel", "rugk", "sametmax", "wankbank" ], "repo": "Tygs/0bin", "url": "https://github.com/Tygs/0bin/issues/101", "license": "WTFPL", "license_type": "permissive", "license_source": "github-api" }
521305936
Transpiling Math.atan2 to math.atan2 Currently Math.atan2(y, x) is transpiled to math.atan(y / x). math.atan2 is available in Lua 5. math.atan2 (y, x) Returns the arc tangent of y/x (in radians), but uses the signs of both parameters to find the quadrant of the result. (It also handles correctly the case of x being ...
gharchive/issue
2019-11-12T03:26:19
2025-04-01T06:37:38.868609
{ "authors": [ "Perryvw", "Sanjo", "ark120202" ], "repo": "TypeScriptToLua/TypeScriptToLua", "url": "https://github.com/TypeScriptToLua/TypeScriptToLua/issues/746", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
547400000
TypeDoc doesn't render comments with Handlebars 4.6.0 [x] I have checked issues with bug label and found no duplicates Expected Behavior Comments should be rendered when generating documents using globally installed typedoc. (i.e. npm install typedoc --global) Note that it works as expected when installed locally...
gharchive/issue
2020-01-09T10:48:21
2025-04-01T06:37:38.879747
{ "authors": [ "Gerrit0", "jeremyrea", "kobezzza", "nknapp", "socsieng" ], "repo": "TypeStrong/typedoc", "url": "https://github.com/TypeStrong/typedoc/issues/1159", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1255373926
Use typedoc as remote type Search terms typedoc, typescript, remote, micro frontends Question I love typedoc and its generated docs, but is it possible to use the output of typedoc or even write some plugin to be able to use typedoc output as remote type (comment or import) e.g. /** typedoc:url website.com/typedoc/My...
gharchive/issue
2022-06-01T08:40:25
2025-04-01T06:37:38.882644
{ "authors": [ "Gerrit0", "Kivylius" ], "repo": "TypeStrong/typedoc", "url": "https://github.com/TypeStrong/typedoc/issues/1947", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
937273081
MP3 downloaded music missing background image Version 1.8.2 Details When i download a song in MP3 version I don't get the image when I play it with VLC Media Player, there is only a black screen instead of the background (which is the thumbnail of the video I guess) Is that bug or a problem with my media player or yo...
gharchive/issue
2021-07-05T17:39:27
2025-04-01T06:37:38.901348
{ "authors": [ "EremitaDelle6Vie", "KavyaKinjalk", "M123-dev", "berkayyildi" ], "repo": "Tyrrrz/YoutubeDownloader", "url": "https://github.com/Tyrrrz/YoutubeDownloader/issues/222", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2280374801
🛑 Mirrors OPL is down In 14f997c, Mirrors OPL (https://mirrors.opl.uab.cat) was down: HTTP code: 0 Response time: 0 ms Resolved: Mirrors OPL is back up in 6a5e777 after 4 minutes.
gharchive/issue
2024-05-06T08:53:13
2025-04-01T06:37:38.916593
{ "authors": [ "JordiRoman" ], "repo": "UAB-OPL/opl-uab-monitoring", "url": "https://github.com/UAB-OPL/opl-uab-monitoring/issues/914", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
954999569
Merge develop into master - Include Grouper 2.5 migration This is the primary PR now for testing Grouper 2.5 and implementation. Note: That the original feature was so outdated that required a git merge --no-ff master. Before this is merged, here are a few things to do: [ ] Bump the version from v1.0.0 to v1.0.1 [ ...
gharchive/pull-request
2021-07-28T15:48:40
2025-04-01T06:37:38.952143
{ "authors": [ "astrochun", "yhan818" ], "repo": "UAL-RE/ReQUIAM", "url": "https://github.com/UAL-RE/ReQUIAM/pull/161", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
746322230
create code-of-conduct and contribution file I also created a .gitignore file which ignores unnecessary files. Reviewed by Huan
gharchive/pull-request
2020-11-19T07:27:03
2025-04-01T06:37:38.966050
{ "authors": [ "chuangw46", "huan-ds" ], "repo": "UBC-MDS/Abalone_Age_Prediction", "url": "https://github.com/UBC-MDS/Abalone_Age_Prediction/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2110806386
Peer Review Feedback Tests check test framework - potential compatibility issues with non-Mac users (https://github.com/UBC-MDS/software-review-2024/issues/9#issuecomment-1915907137 - 1)Tests passed for Joey (https://github.com/UBC-MDS/software-review-2024/issues/9#issuecomment-1916139577) Look into Marco's experie...
gharchive/issue
2024-01-31T19:24:49
2025-04-01T06:37:38.984061
{ "authors": [ "rbouwer" ], "repo": "UBC-MDS/PyXplor", "url": "https://github.com/UBC-MDS/PyXplor/issues/115", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2257290518
🛑 Student Media - Motley is down In 5467b7d, Student Media - Motley (https://motley.ie) was down: HTTP code: 0 Response time: 0 ms Resolved: Student Media - Motley is back up in 657aeab after 26 minutes.
gharchive/issue
2024-04-22T19:19:19
2025-04-01T06:37:39.010268
{ "authors": [ "gal" ], "repo": "UCCNetsoc/upptime", "url": "https://github.com/UCCNetsoc/upptime/issues/1096", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
728394787
Software Emulation / Onboard Running Stuck after Enqueued task First of all, thank you for the awesome work. I am trying to run the FlexCNN workflow and repeat the experiments in the paper. I have encountered some difficulties and I think I could use some help. Environment Ubuntu 16.04 LTS Vivado Design Suite 2018.3 ...
gharchive/issue
2020-10-23T17:33:12
2025-04-01T06:37:39.028025
{ "authors": [ "atefehsz", "zzzDavid" ], "repo": "UCLA-VAST/FlexCNN", "url": "https://github.com/UCLA-VAST/FlexCNN/issues/14", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1701115184
Name intermediate results of Future composition, and other clarifications The primary aim of this PR is to make it easier to comprehend the Future composition paradigm that I have used extensively throughout the codebase, by giving names to things that were previously anonymous. I've also corrected some typos and mad...
gharchive/pull-request
2023-05-09T00:21:04
2025-04-01T06:37:39.030599
{ "authors": [ "markmatney" ], "repo": "UCLALibrary/prl-harvester", "url": "https://github.com/UCLALibrary/prl-harvester/pull/62", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }