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
544669376
Syntax Highlighting Broken Issue Type: Bug This piece of JS code does not get properly highlighted. The selected theme does not matter; when choosing another theme, the issue persists. I assume it gets confused by the nested arrow functions and JSDoc. /** * @param {any} uid */ static findOne = uid => /**...
gharchive/issue
2020-01-02T17:22:58
2025-04-01T04:57:34.247527
{ "authors": [ "alexr00", "welljsjs" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/88001", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
562243806
The TypeScript language service died unexpectedly 5 times in the last 5 Minutes. Issue Type: Bug tryied to open my project and see this issue VS Code version: Code 1.42.0 (ae08d5460b5a45169385ff3fd44208f431992451, 2020-02-06T10:51:34.058Z) OS version: Windows_NT x64 10.0.18363 System Info Item Value CPUs Inte...
gharchive/issue
2020-02-09T21:37:20
2025-04-01T04:57:34.259999
{ "authors": [ "estruyf", "mjbvz", "parys" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/90333", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
617498792
When merging a GitHub PR, the commit message is empty Issue Type: Bug When using VS Code to merge a PR, using the squash method, unlike GitHub itself, VS Code does not populate the commit message box with the commit message(s) in the PR. VS Code version: Code 1.45.0 (d69a79b73808559a91206d73d7717ff5f798f23c, 2020-05-...
gharchive/issue
2020-05-13T14:31:03
2025-04-01T04:57:34.274517
{ "authors": [ "IllusionMH", "brianjmurrell" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/97717", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
907679084
Uses eslint-plugin-header to enforce license headers. This adds a quick fix to add license header using eslint-plugin-header. This PR fixes #124891 I reviewed the dependency's source code and locked the version in package.json to prevent accidental updates. Build still failing. 😢 There are files that are not li...
gharchive/pull-request
2021-05-31T19:33:26
2025-04-01T04:57:34.277231
{ "authors": [ "hediet" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/124999", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
974753165
allows inline suggestion providers to interact with the suggest widget. Implements #129495. selectedSuggestionInfo -> selectedCompletionInfo
gharchive/pull-request
2021-08-19T14:51:32
2025-04-01T04:57:34.278056
{ "authors": [ "hediet" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/131183", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1214749467
shell integration smoke tests fixes #141479 Only on windows, command decorations aren't showing up even though shell integration is getting activated correctly. Skipping those on windows for now
gharchive/pull-request
2022-04-25T16:19:04
2025-04-01T04:57:34.279418
{ "authors": [ "meganrogge" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/148056", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1681963675
Bug: Unneeded reference? Which crate is this about? windows Crate version 0.48.0 Summary The trait binding for ITfTextInputProcessor is: trait ITfTextInputProcessor_Impl { fn Activate(&self, ptim: Option<&ITfThreadMgr>, _tid: u32) -> Result<()>; fn Deactivate(&self) -> Result<()>; } But the signature of the ...
gharchive/issue
2023-04-24T20:17:02
2025-04-01T04:57:34.283965
{ "authors": [ "kennykerr", "mominul" ], "repo": "microsoft/windows-rs", "url": "https://github.com/microsoft/windows-rs/issues/2473", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2176076601
Implement std::io traits for IStream/ISequentialStream Suggestion The Read/Write/Seek traits in std::io form a battle-tested[citation needed] abstraction over (de-)serializing implementations, that roughly map to these COM interfaces: IStream: Read/Write/Seek ISequentialStream: Read/Write It would be convenient to ...
gharchive/issue
2024-03-08T13:46:25
2025-04-01T04:57:34.291262
{ "authors": [ "kennykerr", "tim-weis" ], "repo": "microsoft/windows-rs", "url": "https://github.com/microsoft/windows-rs/issues/2923", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1773466308
Please confirm these before moving forward [X] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue. [X] I have not been informed if the issue is resolved in a preview version of the winget client. Category of the issue Installer hash mismatch. Brief description of your issue Cannot ...
gharchive/issue
2023-06-25T19:58:34
2025-04-01T04:57:34.298054
{ "authors": [ "Raallen89", "just-ero" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/issues/110658", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2548312527
install XYplorer from winget report that hash not match Brief description of your issue install XYplorer from winget report that hash not match. winget install CologneCodeCompany.XYplorer Steps to reproduce install XYplorer in winget through Windows Terminal/Powershell Expected behavior install successfully. Actual...
gharchive/issue
2024-09-25T06:12:20
2025-04-01T04:57:34.301737
{ "authors": [ "Dragon1573", "ali50m", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/issues/175129", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1714270837
Add Insomnia.Inso 3.16.0 [x] Have you signed the Contributor License Agreement? [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] This PR only modifies one (1) manifest [x] Have you validated your manifest locally with winget validate --manifest <path>? [x] Have...
gharchive/pull-request
2023-05-17T16:35:09
2025-04-01T04:57:34.306105
{ "authors": [ "rodrigoborgesdeoliveira", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/107097", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1844934706
Add version: JetBrains.Kotlin.Compiler version 1.3.41 Pull request has been created with Komac v1.9.1 :rocket: Microsoft Reviewers: codeflow:open?pullrequest=https://github.com/microsoft/winget-pkgs/pull/116250&drop=dogfoodAlpha @wingetbot waivers Add Validation-Executable-Error
gharchive/pull-request
2023-08-10T10:51:02
2025-04-01T04:57:34.308035
{ "authors": [ "CoolPlayLin", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/116250", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1954213763
New version: GeekUninstaller.GeekUninstaller version 1.5.2.165 [ ] Have you signed the Contributor License Agreement? [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] This PR only modifies one (1) manifest [x] Have you validated your manifest locally with winge...
gharchive/pull-request
2023-10-20T12:43:25
2025-04-01T04:57:34.311842
{ "authors": [ "b1n4ryj4n" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/123225", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2066442188
New version: Telegram.TelegramDesktop version 4.14.3 Pull request has been created with Komac v1.11.0 :rocket: Microsoft Reviewers: Open in CodeFlow For moderators This account is automated by Github Actions and the source code was created by CoolPlayLin. If you have any questions about any pull request, don't hesi...
gharchive/pull-request
2024-01-04T22:47:17
2025-04-01T04:57:34.314281
{ "authors": [ "Exorcism0666" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/132765", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2091566553
the-sz.Homedale version 2.10 [ ] Have you signed the Contributor License Agreement? [ ] Have you checked that there aren't other open pull requests for the same manifest update/change? [ ] This PR only modifies one (1) manifest [ ] Have you validated your manifest locally with winget validate --manifest <path>? [ ] ...
gharchive/pull-request
2024-01-19T22:42:43
2025-04-01T04:57:34.324018
{ "authors": [ "stephengillie", "the-sz" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/135567", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2181531802
New version: Peppy.Osu! version 2024.312.1 Pull request has been created with komac v2.1.1 :rocket: Microsoft Reviewers: Open in CodeFlow @wingetbot waivers Add Validation-No-Executables
gharchive/pull-request
2024-03-12T12:43:34
2025-04-01T04:57:34.325646
{ "authors": [ "Exorcism0666", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/143951", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2196222526
Amazon.AWSCLI version 2.15.30 Checklist for Pull Requests [ ] Have you signed the Contributor License Agreement? [ ] Is there a linked Issue? Manifests [ ] Have you checked that there aren't other open pull requests for the same manifest update/change? [ ] This PR only modifies one (1) manifest [ ] Have you valida...
gharchive/pull-request
2024-03-19T23:21:57
2025-04-01T04:57:34.329738
{ "authors": [ "Trenly", "vedantmgoyal9" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/145352", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2204133937
New version: Aserto.Topaz version 0.31.8 Pull request has been created with komac v2.1.1 :rocket: For moderators This account is automated by Github Actions and the source code was created by CoolPlayLin. If you have any questions about any pull request, don't hesitate to ping Exorcism0666. [!warning] With the new...
gharchive/pull-request
2024-03-24T01:38:11
2025-04-01T04:57:34.332126
{ "authors": [ "Exorcism0666" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/146210", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2207007302
New version: vim.vim version 9.1.0205 Pull request has been created with WinGet Releaser v2 :rocket: Microsoft Reviewers: Open in CodeFlow Hi @chrisbra, The package didn't pass a Defender or similar security scan. This might be a false positive and we can rescan tomorrow. (Automated response - build 873.) Automat...
gharchive/pull-request
2024-03-26T00:40:51
2025-04-01T04:57:34.337215
{ "authors": [ "chrisbra", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/146451", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2365643608
Remove version: Alibaba.AliIM version 10.01.06C [Automated] It returns code over 400 in all urls Microsoft Reviewers: Open in CodeFlow URL: https://download.alicdn.com/wangwang/AliIM_taobao_(10.01.06C).exe Response Error: The remote server returned an error: (404) Not Found. (Automated message - build 910)
gharchive/pull-request
2024-06-21T03:33:34
2025-04-01T04:57:34.339082
{ "authors": [ "Exorcism0666", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/159153", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2477233546
Add version: Tableau.Reader version 24.1.1132 Microsoft Reviewers: Open in CodeFlow Verify: This application constantly has activation windows popping up: This version is no longer supported, but has an automatic upgrade options.
gharchive/pull-request
2024-08-21T07:01:16
2025-04-01T04:57:34.341194
{ "authors": [ "SpecterShell", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/168510", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2492102161
Remove version: Jackett.Jackett version 0.21.993 404 - release deleted Microsoft Reviewers: Open in CodeFlow URL: https://github.com/Jackett/Jackett/releases/download/v0.21.993/Jackett.Installer.Windows.exe Response Error: The remote server returned an error: (404) Not Found. (Automated message - build 918)
gharchive/pull-request
2024-08-28T13:35:19
2025-04-01T04:57:34.342992
{ "authors": [ "russellbanks", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/170132", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2593771650
Remove version: NewBreedSoftware.TuxPaint version 0.9.33 [Automated] It returns code over 400 in all urls Microsoft Reviewers: Open in CodeFlow URL: https://sourceforge.net/projects/tuxpaint/files/tuxpaint/0.9.33/tuxpaint-0.9.33-windows-x86_64-installer.exe/download Status Code: 200 (Automated message - build 897) ...
gharchive/pull-request
2024-10-17T06:42:37
2025-04-01T04:57:34.345481
{ "authors": [ "Exorcism0666", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/183797", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2664797772
New version: MSYS2.MSYS2 version 20241116 Created by 🥟 Dumplings in workflow run #9597. Log Updated: 20240727 → 20241116 Submitting WinGet manifests Creating manifests Uploading manifests and making commits Creating a pull request Microsoft Reviewers: Open in CodeFlow @wingetbot run This package installs and ...
gharchive/pull-request
2024-11-16T19:07:22
2025-04-01T04:57:34.348091
{ "authors": [ "spectopo", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/192009", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2747174383
New package: psf.black version 24.10.0 Checklist for Pull Requests [x] Have you signed the Contributor License Agreement? [x] Resolve #199457 Manifests [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] This PR only modifies one (1) manifest [x] Have you valida...
gharchive/pull-request
2024-12-18T08:44:49
2025-04-01T04:57:34.356332
{ "authors": [ "Dragon1573", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/199543", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
946476368
Xmake-io.Xmake version 2.5.5 [x] Have you signed the Contributor License Agreement? [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] Have you validated your manifest locally with winget validate --manifest <path>? [ ] Have you tested your manifest locally with ...
gharchive/pull-request
2021-07-16T17:31:23
2025-04-01T04:57:34.361151
{ "authors": [ "KaranKad", "OfficialEsco" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/21214", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1125158017
Update: Rustlang.Rust.GNU version 1.50.0 - [X] Have you signed the Contributor License Agreement? [ ] Have you checked that there aren't other open pull requests for the same manifest update/change? [X] Have you validated your manifest locally with winget validate --manifest <path>? [ ] Have you tested your manifes...
gharchive/pull-request
2022-02-06T09:56:53
2025-04-01T04:57:34.364751
{ "authors": [ "ryfu-msft", "vedantmgoyal2009" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/44902", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1295806659
FujitsuClientComputingLimited.DeskUpdate version 5.2 [x] Have you signed the Contributor License Agreement? [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] Have you validated your manifest locally with winget validate --manifest <path>? [x] Have you tested you...
gharchive/pull-request
2022-07-06T12:58:50
2025-04-01T04:57:34.369081
{ "authors": [ "TargetCrafter" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/65255", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1330973484
Add version: pnpm.pnpm.6 version 6.32.16 [X] Have you signed the Contributor License Agreement? [X] Have you checked that there aren't other open pull requests for the same manifest update/change? [X] Have you validated your manifest locally with winget validate --manifest <path>? [ ] Have you tested your manifest l...
gharchive/pull-request
2022-08-07T10:19:05
2025-04-01T04:57:34.372758
{ "authors": [ "ItzLevvie", "Trenly", "lechacon", "russellbanks" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/68960", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1343632098
Add ARP Entries for Azul Zulu 9 JDK null Microsoft Reviewers: Open in CodeFlow @wingetbot run
gharchive/pull-request
2022-08-18T20:50:39
2025-04-01T04:57:34.373852
{ "authors": [ "Trenly", "russellbanks" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/70864", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2517886737
MESA ERROR Windows Version Microsoft Windows [version 10.0.26120.1542] WSL Version 2.2.4.0 Are you using WSL 1 or WSL 2? [x] WSL 2 [ ] WSL 1 Kernel Version 6.6.36.6 Distro Version Ubuntu 24.04 Other Software No response Repro Steps When I use the GUI, I usually see error messages related to rendering, but they don'...
gharchive/issue
2024-09-07T04:13:52
2025-04-01T04:57:34.383449
{ "authors": [ "ACGNnsj", "Perdixky", "ddkwork", "skemo12", "tms320" ], "repo": "microsoft/wslg", "url": "https://github.com/microsoft/wslg/issues/1283", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
682778005
Telemetry for Graph Explorer usage Overview Capture Graph Explorer usage data List of Events BUTTON_CLICK_EVENT TAB_CLICK_EVENT LINK_CLICK_EVENT DROPDOWN_CHANGE_EVENT LISTITEM_CLICK_EVENT Custom Properties Varies with event and component ComponentName e.g. History Tab SampleName SelectedVersion etc we should al...
gharchive/pull-request
2020-08-20T14:48:18
2025-04-01T04:57:34.404792
{ "authors": [ "MIchaelMainer", "ddyett", "millicentachieng" ], "repo": "microsoftgraph/microsoft-graph-explorer-v4", "url": "https://github.com/microsoftgraph/microsoft-graph-explorer-v4/pull/672", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2024423559
Batch "response" semantics are confusing Not a huge deal, but something to think about for v2. The Batch API is confusing when dealing with BatchItem and BatchResponse. Response is overloaded as it refers to both the response to the top-level batch response and the collection of responses that it contains. Then GetRe...
gharchive/issue
2023-12-04T18:00:32
2025-04-01T04:57:34.420688
{ "authors": [ "eric-millin" ], "repo": "microsoftgraph/msgraph-sdk-go-core", "url": "https://github.com/microsoftgraph/msgraph-sdk-go-core/issues/250", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
282601160
Remove dependency that is no longer useful I'm really glad that backports was helpful to you. Now that you only support Ruby 2.2+, that particular backport is no longer needed. Thanks for middleman btw, I've used it before and hope to use it again soon if I can find the time to migrate again my blog. Coverage decr...
gharchive/pull-request
2017-12-16T05:22:26
2025-04-01T04:57:34.451914
{ "authors": [ "coveralls", "marcandre" ], "repo": "middleman/middleman", "url": "https://github.com/middleman/middleman/pull/2136", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
253898048
Document directives used in format string. Closes #13 The PR is ready for review. That's great. Thanks for your effort
gharchive/pull-request
2017-08-30T07:03:13
2025-04-01T04:57:34.452922
{ "authors": [ "ajgarlag", "oscarotero" ], "repo": "middlewares/access-log", "url": "https://github.com/middlewares/access-log/pull/14", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
660222084
Opening and make use of several midi-in-devices at once? I just wondered if this possible or advised in any form reading MIDI-in data from multiple devices at the same time? Reading about virtual ports in the manual and wondering if that can help out. Anyway, I got two different devices wanting to read midi data fro...
gharchive/issue
2020-07-18T15:48:52
2025-04-01T04:57:34.470167
{ "authors": [ "olemb", "rolfiepolfie" ], "repo": "mido/mido", "url": "https://github.com/mido/mido/issues/237", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
537272463
前端用的什么框架? 请问楼主,这个项目的前端用的是什么框架或库? 请问楼主,这个项目的前端用的是什么框架或库? 简单点,boostrap+jq 大兄弟 有时间的话 把文档走一走 哈哈哈
gharchive/issue
2019-12-12T23:43:11
2025-04-01T04:57:34.482309
{ "authors": [ "ChiaoZenYee", "migomiddle", "zengpengkindle" ], "repo": "migomiddle/xms", "url": "https://github.com/migomiddle/xms/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
64068861
New version sometimes closes all folders in the sidebar This started the same time as the issue with close_sidebar_if_opened stopped being respected. Sometimes now when I use this all of my folders in the sidebar will get auto-closed on me and nothing is focused. Sometimes re-running fixes this, sometimes not. Hell...
gharchive/issue
2015-03-24T18:36:32
2025-04-01T04:57:34.487219
{ "authors": [ "miguelgraz", "reversefold" ], "repo": "miguelgraz/FocusFileOnSidebar", "url": "https://github.com/miguelgraz/FocusFileOnSidebar/issues/13", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2084373710
Extensions Steps to reproduce I installed mihon on a new device and restore my backup from tachi but I don't have any extensions available even the ones I previously have. I tried installing the mihon as well on an old device that had the tachi app and I see my old extensions although I still can't search for new one...
gharchive/issue
2024-01-16T16:20:15
2025-04-01T04:57:34.512042
{ "authors": [ "Anitabizz", "AntsyLich" ], "repo": "mihonapp/mihon", "url": "https://github.com/mihonapp/mihon/issues/37", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
815149429
Debug flag on inline parameter will throw error (undefined children) Describe the bug There is a bug where Attempting to fetch data from Figma API... Writing Figma base file... Writing design tokens... Error: Error: TypeError: Cannot read property 'children' of undefined is thrown if running debug mode on an inlin...
gharchive/issue
2021-02-24T06:25:08
2025-04-01T04:57:34.524764
{ "authors": [ "mikaelvesavuori" ], "repo": "mikaelvesavuori/figmagic", "url": "https://github.com/mikaelvesavuori/figmagic/issues/92", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2060828513
Morphology format in documentation/docstrings I'm trying to use the constraint grammar disambiguation functionality. While provided explanation and example are helpful, the morphology format is not explained: what are the possible tags? What is their meaning? The CG3 documentation also lacks this information as well,...
gharchive/issue
2023-12-30T18:59:37
2025-04-01T04:57:34.539754
{ "authors": [ "mikahama", "robaki", "rueter" ], "repo": "mikahama/uralicNLP", "url": "https://github.com/mikahama/uralicNLP/issues/20", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
596524871
pattern description question Hello! Me again :D I was wondering what is meant with high, decreasing, high, decreasing, high Actually i'm in this prediction (very reliable) and I'm wondering if "high" means that the price will always grow or if it will stay in the "high price" area... Let me be more clear with an exa...
gharchive/issue
2020-04-08T12:01:20
2025-04-01T04:57:34.553178
{ "authors": [ "Lotti", "theRTC204" ], "repo": "mikebryant/ac-nh-turnip-prices", "url": "https://github.com/mikebryant/ac-nh-turnip-prices/issues/38", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
106364623
Null in where() I have table with field default is null. id user email 1 name1 name1@domain.com 2 name2 name2@domain.com 3 name3 NULL Query: SELECT users WHERE email IS NULL Code: $db->from('users')->where('email', null)->many(); This code is not work. fix https://gist.github.com/fdcore/cdaf25375ef3...
gharchive/issue
2015-09-14T15:17:12
2025-04-01T04:57:34.559276
{ "authors": [ "UDK", "fdcore" ], "repo": "mikecao/sparrow", "url": "https://github.com/mikecao/sparrow/issues/18", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
70955319
Error when installing When I try: php composer.phar require mikehaertl/phpwkhtmltopdf I get the following error: Using version ~2.0 for mikehaertl/phpwkhtmltopdf ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements coul...
gharchive/issue
2015-04-25T19:16:23
2025-04-01T04:57:34.593040
{ "authors": [ "darrensw", "mikehaertl" ], "repo": "mikehaertl/phpwkhtmltopdf", "url": "https://github.com/mikehaertl/phpwkhtmltopdf/issues/96", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
184380138
Removes EasySRL jar from the repository and makes the web demo runnable. The EasySRL jar should be a separate release. Perfect, thanks a lot!
gharchive/pull-request
2016-10-21T01:35:33
2025-04-01T04:57:34.599743
{ "authors": [ "kentonl", "mikelewis0" ], "repo": "mikelewis0/EasySRL", "url": "https://github.com/mikelewis0/EasySRL/pull/42", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
482284674
[RoleManagement] Suggestion about selfadd and selfrem For RoleManagement, a command to make all roles self assignable and self removable, set or not Also, probably to let the owner to choose if when a guild is joined, Red automatically active selfadd selfrem For RoleManagement, a command to make all roles self ass...
gharchive/issue
2019-08-19T12:31:44
2025-04-01T04:57:34.602701
{ "authors": [ "Dezyox", "mikeshardmind" ], "repo": "mikeshardmind/SinbadCogs", "url": "https://github.com/mikeshardmind/SinbadCogs/issues/158", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1456749051
Create forkkkkkkkk Description New tool, Bug fixing, or Improvement? Please include a summary of the change and which issue is fixed. Also include relevant motivation and context. For new tools, please provide total size and installation time. Related issue: Check list [ ] Related issue / work item is attached [ ] ...
gharchive/pull-request
2022-11-20T03:11:55
2025-04-01T04:57:34.623091
{ "authors": [ "ah-ha-admin" ], "repo": "mikhailkoliada/runner-images", "url": "https://github.com/mikhailkoliada/runner-images/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1192854833
SolidJS https://www.solidjs.com/ 高速 Reactに似ている 仮想DOMを使わない 使えないCSS in JSがあるらしい https://zenn.dev/jay_es/scraps/ddbf3f77de57f4 vanilla-extractがいいかも https://vanilla-extract.style/ viteはwebpackより高速 https://ja.vitejs.dev/ viteで動くテストvitest https://vitest.dev/
gharchive/issue
2022-04-05T09:12:58
2025-04-01T04:57:34.626276
{ "authors": [ "mikiymk" ], "repo": "mikiymk/drive-player", "url": "https://github.com/mikiymk/drive-player/issues/39", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
99762679
Formula about the circumradius of a simplex Hi, while do the calculation, have you used any formula about the circumradius of a simplex in the n-dimensional space? Thank you! Look at the circumcenter module which this module calls as a dependency: https://github.com/mikolalysenko/circumcenter The actual calculatio...
gharchive/issue
2015-08-08T02:44:06
2025-04-01T04:57:34.632665
{ "authors": [ "axhiao", "mikolalysenko" ], "repo": "mikolalysenko/circumradius", "url": "https://github.com/mikolalysenko/circumradius/issues/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
110310353
Add mocking back in Analogous to https://github.com/mila-udem/blocks/pull/864 RTD won't compile C extensions, so the importing of the Cython module needs to be guarded (good practice anyway I guess, so that failing to compile the Cython extension doesn't render the other transformers that don't rely on it useless) ...
gharchive/pull-request
2015-10-07T20:32:28
2025-04-01T04:57:34.636346
{ "authors": [ "bartvm", "dmitriy-serdyuk" ], "repo": "mila-udem/fuel", "url": "https://github.com/mila-udem/fuel/pull/249", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
93752582
Rob tillaart master Merged with RobTillart @milesburton Had another look at the code and most things are style related. One might use a style formatter to get it consistent e.g. - http://astyle.sourceforge.net/astyle.html#_General_Information I found one function with a bug in it. void DallasTemperature::blockTillC...
gharchive/pull-request
2015-07-08T10:03:54
2025-04-01T04:57:34.644646
{ "authors": [ "RobTillaart", "milesburton" ], "repo": "milesburton/Arduino-Temperature-Control-Library", "url": "https://github.com/milesburton/Arduino-Temperature-Control-Library/pull/35", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2281148097
Test tests::test_schunk_basic fails in --release mode I’m working on packaging these two crates for Fedora in order to support the latest libcramjam and the upcoming cramjam-python 2.8.4. For distribution packaging purposes, my environment has some differences from the upstream development environment. In blosc2-sys:...
gharchive/issue
2024-05-06T15:27:05
2025-04-01T04:57:34.662504
{ "authors": [ "milesgranger", "musicinmybrain" ], "repo": "milesgranger/blosc2-rs", "url": "https://github.com/milesgranger/blosc2-rs/issues/19", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1689166106
fix: Add "default" types to export paths Adds a default fallback "types" field to be able to resolve types if no other platforms are matched. For example: "exports": { "./package.json": "./package.json", ".": { "react-native": { "types": "./lib/index.d.ts", "default": "./lib/index.js" ...
gharchive/pull-request
2023-04-28T21:48:26
2025-04-01T04:57:34.665430
{ "authors": [ "milesj", "wespickett" ], "repo": "milesj/packemon", "url": "https://github.com/milesj/packemon/pull/194", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
142676286
Document Witness (Nerd-sniping Miles into documenting these awesome features!) :rocket: It isn't strictly speaking an implementation of SIP-23, although it does cover the same ground (sorry if I was misleading earlier). I think it would be better to say something like "See SIP-23 for a related proposed language c...
gharchive/pull-request
2016-03-22T14:57:49
2025-04-01T04:57:34.666976
{ "authors": [ "dwijnand", "milessabin", "notxcain" ], "repo": "milessabin/shapeless", "url": "https://github.com/milessabin/shapeless/pull/566", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
150409892
Revert to default CrossType.Pure The trade-off is that the path includes a dot, but at least it's a "default" type rather than another difference I'm not super keen of having code, even test code, buried in a hidden directory. Can you motivate this for me? That is indeed the downside of the trade-off. The motivat...
gharchive/pull-request
2016-04-22T16:04:53
2025-04-01T04:57:34.674287
{ "authors": [ "InTheNow", "dwijnand", "milessabin" ], "repo": "milessabin/shapeless", "url": "https://github.com/milessabin/shapeless/pull/582", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
468297789
set default holidays get list of federal holidays and update the default configuration object with them issue completed
gharchive/issue
2019-07-15T19:31:53
2025-04-01T04:57:34.675709
{ "authors": [ "TAndraCode" ], "repo": "milestechnologies/ngx-date-module", "url": "https://github.com/milestechnologies/ngx-date-module/issues/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
275070718
How to handle zoom and focus in axis p5635 ptz camera? When zoom function is called from ONVIF library. focus control is responding instead of zoom control. Is there way to control both zoom and focus control of axis camera(model no : P5635) from ONVIF. In other words, focus is additional parameter in this camera. H...
gharchive/issue
2017-11-18T10:45:20
2025-04-01T04:57:34.677180
{ "authors": [ "gowridev", "milg0" ], "repo": "milg0/onvif-java-lib", "url": "https://github.com/milg0/onvif-java-lib/issues/13", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
43645226
Need releases or binary downloads. I think you used to provide these on your website before your redesign. +1 or at least provide build instructions to people that haven't done it before +1 a readme would be much appreciated... +1 +1 a README would be appreciated mate. +1 a README would be appreciated mate...
gharchive/issue
2014-09-23T15:39:10
2025-04-01T04:57:34.687536
{ "authors": [ "Brendonwbrown", "bcherny", "earthbound19", "ed-d", "lkmmmj", "lumodon", "monbro", "mrkapqa", "muminoff", "smpetrey" ], "repo": "millenomi/afloat", "url": "https://github.com/millenomi/afloat/issues/14", "license": "bsd-3-clause", "license_type": "permi...
1648952024
Use Brute Force when Bitset Filter Rate is High Issue: #792 This PR contains: Use brute force strategy when bitset filter rate is high on HNSW and DiskANN In UT, set nq from 1000 to 100 for CPU indices. In UT, test for recall instead of searching for base vectors themselves. UT fails, fix in PR #798, Issue #797 ...
gharchive/pull-request
2023-03-31T08:41:28
2025-04-01T04:57:34.690217
{ "authors": [ "PwzXxm", "liliu-z" ], "repo": "milvus-io/knowhere", "url": "https://github.com/milvus-io/knowhere/pull/794", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2706951637
Getting incorrect page orientation value Bug description I am working on OCR scenarios where documents can be rotated. I have set detect_orientation=True to observe the page orientation value. I am noticing inconsistent result for page orientation. I have a couple of documents where one is rotated 90 degree left and ...
gharchive/issue
2024-11-30T08:22:51
2025-04-01T04:57:35.069470
{ "authors": [ "aymen20002005", "felixdittrich92", "vikasr111" ], "repo": "mindee/doctr", "url": "https://github.com/mindee/doctr/issues/1801", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
409711521
Login with username and password? Is it possible? I would like to have a login in the log viewer. Sure, I added it here: https://github.com/SteveClement/cowrie-logviewer ;) In conf.py you can set a username and password. Bare in mind it needs another flask plugin.
gharchive/issue
2019-02-13T09:40:39
2025-04-01T04:57:35.071593
{ "authors": [ "SteveClement", "omaemaru" ], "repo": "mindphluxnet/cowrie-logviewer", "url": "https://github.com/mindphluxnet/cowrie-logviewer/issues/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
250987608
Remove CLI deploy from release:semantic Description With the switch to Netlify, we no longer need to manually deploy the site after release via the CLI. Instead, Netlify’s continuous deployment will automatically deploy when the chore(publish) commit is merged into master. Motivation and context It’s wasteful to d...
gharchive/pull-request
2017-08-17T15:43:07
2025-04-01T04:57:35.171945
{ "authors": [ "kylegach", "riley" ], "repo": "mineral-ui/mineral-ui", "url": "https://github.com/mineral-ui/mineral-ui/pull/286", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
329407030
Concat features How is it possible to do the following Step in new version(use of pandas_concat_inputs)?: transformer=GroupbyAggregationsFeatures(AGGREGATION_RECIPIES), input_steps=[df_step], input_data=['input...
gharchive/issue
2018-06-05T11:05:46
2025-04-01T04:57:35.178632
{ "authors": [ "kamil-kaczmarek", "tankz0r" ], "repo": "minerva-ml/steppy", "url": "https://github.com/minerva-ml/steppy/issues/71", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1054456077
闭包 闭包也可以叫做 lambda,是匿名函数,对应 OC 的 block。 let a1 = [1,3,2].sorted(by: { (l: Int, r: Int) -> Bool in return l < r }) // 如果闭包是唯一的参数并在表达式最后可以使用结尾闭包语法,写法简化为 let a2 = [1,3,2].sorted { (l: Int, r: Int) -> Bool in return l < r } // 已知类型可以省略 let a3 = [1,3,2].sorted { l, r in return l < r } // 通过位置来使用闭包的参数,最后简化如下: let a4 =...
gharchive/issue
2021-11-16T05:18:57
2025-04-01T04:57:35.247004
{ "authors": [ "greezi", "ming1016" ], "repo": "ming1016/SwiftPamphletApp", "url": "https://github.com/ming1016/SwiftPamphletApp/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
108480796
[IMP] View / gather subscriptions according to group And while first at it (bugging the heck out of @fguillot, as if the man doesn't have enough on his plate) - perhaps Subscribtions should be listed by group - when viewing the feeds list Group: News --- feed 1 name --- feed 2 name Group: Tech --- feed 3 name --- fee...
gharchive/issue
2015-09-26T17:12:56
2025-04-01T04:57:35.255994
{ "authors": [ "kordianbruck", "sparkles645" ], "repo": "miniflux/miniflux", "url": "https://github.com/miniflux/miniflux/issues/416", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
484919624
Remove 'CN' library and required brackets around form.result When I copied the quickstart example you provide into my code I received a number of errors that I needed to fix before I could test the library. These were my small fixes. The CN library is external, so it shouldn't be included in the 'quickstart' example....
gharchive/pull-request
2019-08-25T11:20:33
2025-04-01T04:57:35.257488
{ "authors": [ "JasoonS", "alexfedoseev" ], "repo": "minima-app/re-formality", "url": "https://github.com/minima-app/re-formality/pull/55", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
569014724
Minio client overwrites the endpoint configuration regardless of temporary or permanent redirect When the minio client gets a redirect, it overwrites the endpoint configuration regardless of temporary or permanent redirect. Expected Behavior On temporary redirect, the endpoint of the client should not change. On p...
gharchive/issue
2020-02-21T14:36:04
2025-04-01T04:57:35.320583
{ "authors": [ "kfelter", "vadmeste" ], "repo": "minio/minio-go", "url": "https://github.com/minio/minio-go/issues/1232", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
260567442
Fix awscli tests to fail on first error Fixes: https://github.com/minio/mint/issues/147 We need to discuss whether failing on the first test failure makes sense for Mint automation yes, I agree it is a testing blocker and it would be helpful to find all the failures in one go. We can take it under https://github....
gharchive/pull-request
2017-09-26T10:09:40
2025-04-01T04:57:35.354568
{ "authors": [ "nitisht" ], "repo": "minio/mint", "url": "https://github.com/minio/mint/pull/152", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
505894750
Add the octokit gem This gem is used by our github actions. Every action we have installs the octokit gem during its setup. This commit adds the octokit gem to the tools image, so that this step will no longer be necessary. After this commit is merged, the tool-image pipeline should be updated to tag the image as ver...
gharchive/pull-request
2019-10-11T14:43:41
2025-04-01T04:57:35.367489
{ "authors": [ "digitalronin" ], "repo": "ministryofjustice/cloud-platform-tools-image", "url": "https://github.com/ministryofjustice/cloud-platform-tools-image/pull/40", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2134452123
Add selenium tests This adds some selenium tests, using pytest-django's live_server fixture (equivalent to Django's LiveServerTestCase) Selenium can be really fiddly, and I don't want these tests to slow us down, so would welcome any suggestions on how to make them easy to maintain. (Note: the commit history is messy...
gharchive/pull-request
2024-02-14T14:14:14
2025-04-01T04:57:35.377121
{ "authors": [ "MatMoore", "murdo-moj" ], "repo": "ministryofjustice/find-moj-data", "url": "https://github.com/ministryofjustice/find-moj-data/pull/70", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
96568832
Handle forms Page 2 add fields to schema and models update factory update controller Can one of the admins verify this patch?
gharchive/pull-request
2015-07-22T13:32:08
2025-04-01T04:57:35.378399
{ "authors": [ "colinbruce", "jenkins-moj" ], "repo": "ministryofjustice/fr-staffapp", "url": "https://github.com/ministryofjustice/fr-staffapp/pull/199", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1128376386
add paging params for GET /sent-referrals endpoint What does this pull request do? adds a new endpoint /sent-referrals/paged that takes page query params (page, size, sort) and returns page objects of referrals instead of long lists. What is the intent behind these changes? allow UI to call the paged endpoint for lar...
gharchive/pull-request
2022-02-09T10:52:19
2025-04-01T04:57:35.379931
{ "authors": [ "sldblog", "tomsmyers" ], "repo": "ministryofjustice/hmpps-interventions-service", "url": "https://github.com/ministryofjustice/hmpps-interventions-service/pull/833", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2101986149
Update MoJ frontend, dropping jQuery which is no longer required Might be worth noting that cypress still bundles jquery so it will remain available for integration tests Seems the sortable table component still needs jQuery by the way @yndajas hmm that's weird… they announced that the 2.1 update also removes a ...
gharchive/pull-request
2024-01-26T10:40:03
2025-04-01T04:57:35.383294
{ "authors": [ "ushkarev", "yndajas" ], "repo": "ministryofjustice/hmpps-template-typescript", "url": "https://github.com/ministryofjustice/hmpps-template-typescript/pull/303", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1717338468
Update documents after updates to inspection VPCs Update references to how, where, and why we use firewalls Document how VPCs access the internet Supply latest version of network diagram Few changes to the links so that they will work once rendered, but other than that it looks good to me. 👍 Thank you! I've co...
gharchive/pull-request
2023-05-19T14:21:38
2025-04-01T04:57:35.384856
{ "authors": [ "dms1981" ], "repo": "ministryofjustice/modernisation-platform", "url": "https://github.com/ministryofjustice/modernisation-platform/pull/3906", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1631861110
github-collaborators repo unit test: remove-collaborator.py Background The github-collaborators/scripts/remove-collaborator.py has no unit test file Proposed user journey Add the unit tests for the existing code. Closing. Deleted the script instead as it served no purpose.
gharchive/issue
2023-03-20T10:56:29
2025-04-01T04:57:35.386680
{ "authors": [ "NickWalt01" ], "repo": "ministryofjustice/operations-engineering", "url": "https://github.com/ministryofjustice/operations-engineering/issues/2329", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1678505166
Inactive users repo: automate as much as possible There is currently a large amount of manual steps involved with the current inactive users process. Task Automate as much as possible in this process. Specifically see if there is a GH API to get the dormant users from GitHub, utilise Notify to send out emails from co...
gharchive/issue
2023-04-21T13:13:30
2025-04-01T04:57:35.400998
{ "authors": [ "NickWalt01" ], "repo": "ministryofjustice/operations-engineering", "url": "https://github.com/ministryofjustice/operations-engineering/issues/2566", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2475636700
Validate a DNS Change Has Completed After PR Merge User Need As a Operations Engineer I want to know if a PR merge results in a failure so that we can investigate and fix any failures Value By validating whether or not a change has been successful, we as a team know if we a required to perform further work on a parti...
gharchive/issue
2024-08-20T13:20:54
2025-04-01T04:57:35.406499
{ "authors": [ "PepperMoJ", "jasonBirchall" ], "repo": "ministryofjustice/operations-engineering", "url": "https://github.com/ministryofjustice/operations-engineering/issues/4751", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1093230689
UML-1910 banner update live phase Purpose https://opgtransform.atlassian.net/browse/UML-1910 Fixes UML-1910 Approach Explain how your code addresses the purpose of the change Learning Any tips and tricks, blog posts or tools which helped you. Plus anything notable you've discovered about the Use a Lasting Power of At...
gharchive/pull-request
2022-01-04T10:49:25
2025-04-01T04:57:35.411260
{ "authors": [ "SeemaMenon" ], "repo": "ministryofjustice/opg-use-an-lpa", "url": "https://github.com/ministryofjustice/opg-use-an-lpa/pull/1320", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
592000510
Gdpr compliant cookies This pr is focused on changes required for this service to comply with gdpr cookie regulations. Previously, the service had a cookie message rendered from the deprecated template which is in current use. There are some uncertainties regarding what it means to document and store consent received...
gharchive/pull-request
2020-04-01T15:22:46
2025-04-01T04:57:35.416686
{ "authors": [ "maysakanoni" ], "repo": "ministryofjustice/prison-visits-public", "url": "https://github.com/ministryofjustice/prison-visits-public/pull/917", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
615121599
zephyr缺少DT_INST_0_MINOS_VM_CONSOLE_BASE_ADDRESS定义 zephyr编译不过,没有如下的定义。 DT_INST_0_MINOS_VM_CONSOLE_BASE_ADDRESS 需要使用 minos-aarch64分支
gharchive/issue
2020-05-09T08:15:57
2025-04-01T04:57:35.438639
{ "authors": [ "lemin9538", "liuzuanmin" ], "repo": "minosproject/zephyr", "url": "https://github.com/minosproject/zephyr/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2394203783
🛑 Redlib is down In 2d7b2ce, Redlib (https://redlib.mint.lgbt) was down: HTTP code: 0 Response time: 0 ms Resolved: Redlib is back up in 013d734 after 1 hour, 38 minutes.
gharchive/issue
2024-07-07T20:21:27
2025-04-01T04:57:35.447764
{ "authors": [ "lunaisnotaboy" ], "repo": "mint-lgbt/status", "url": "https://github.com/mint-lgbt/status/issues/1298", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2600310810
🛑 Matrix is down In c67b910, Matrix (https://matrix.mint.lgbt:8448/_matrix/federation/v1/version) was down: HTTP code: 0 Response time: 0 ms Resolved: Matrix is back up in c8ad9d3 after 14 minutes.
gharchive/issue
2024-10-20T10:38:08
2025-04-01T04:57:35.450100
{ "authors": [ "lunaisnotaboy" ], "repo": "mint-lgbt/status", "url": "https://github.com/mint-lgbt/status/issues/3400", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2716470607
🛑 Matrix is down In 76d0e13, Matrix (https://matrix.mint.lgbt:8448/_matrix/federation/v1/version) was down: HTTP code: 0 Response time: 0 ms Resolved: Matrix is back up in 6129871 after 54 minutes.
gharchive/issue
2024-12-04T03:29:46
2025-04-01T04:57:35.452433
{ "authors": [ "lunaisnotaboy" ], "repo": "mint-lgbt/status", "url": "https://github.com/mint-lgbt/status/issues/4292", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2740793925
🛑 Matrix is down In 131fead, Matrix (https://matrix.mint.lgbt:8448/_matrix/federation/v1/version) was down: HTTP code: 0 Response time: 0 ms Resolved: Matrix is back up in e74cab1 after 59 minutes.
gharchive/issue
2024-12-15T17:56:03
2025-04-01T04:57:35.454890
{ "authors": [ "lunaisnotaboy" ], "repo": "mint-lgbt/status", "url": "https://github.com/mint-lgbt/status/issues/4633", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2255007341
Document: Thoughts about WYSIWYG I have been thinking about WYSIWYG for this app quite a bit. I want to document my thoughts and conclusions. Introducing WYSIWYG would make the code a lot more complex: Either by writing something myself and having to maintain it. Or by relying on an external library which creates a...
gharchive/issue
2024-04-21T10:28:44
2025-04-01T04:57:35.458624
{ "authors": [ "minthemiddle" ], "repo": "minthemiddle/Quick-Capture", "url": "https://github.com/minthemiddle/Quick-Capture/issues/18", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1853418182
New Electron CI changed electron to desktop update ./dev commands gen Check all the generated code is up to date. Otherwise run the code generation process to fix it. run-desktop Run frontend desktop app for development. build-desktop Builds the desktop app for the current ...
gharchive/pull-request
2023-08-16T14:57:27
2025-04-01T04:57:35.461297
{ "authors": [ "horacioh" ], "repo": "mintterteam/mintter", "url": "https://github.com/mintterteam/mintter/pull/1411", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
802120935
Change Tree.t representation to use lazy contents values This changes the type of trees to support lazy contents values: - type t = Node of lazy_node | Contents of blob * metadata + type t = Node of lazy_node | Contents of lazy_contents This means that contents are (internally) handled symmetrically to nodes: as unf...
gharchive/pull-request
2021-02-05T12:20:37
2025-04-01T04:57:35.467428
{ "authors": [ "CraigFe", "samoht" ], "repo": "mirage/irmin", "url": "https://github.com/mirage/irmin/pull/1285", "license": "isc", "license_type": "permissive", "license_source": "bigquery" }
1270397587
Use decode_int63 for reading old offsets Fixing existing stores 0 and existing stores 2. While this fixes the test, I think we should move to using the new IO in traverse_pack_file instead of the legacy_io, as the legacy_io cannot read files in V3. I think these changes also (partially?) fix test_RW_no_version_bump...
gharchive/pull-request
2022-06-14T07:47:53
2025-04-01T04:57:35.469145
{ "authors": [ "icristescu", "tomjridge" ], "repo": "mirage/irmin", "url": "https://github.com/mirage/irmin/pull/1877", "license": "isc", "license_type": "permissive", "license_source": "bigquery" }
3131777
message delete time not sure if this is important to you or not, but the time for all deleted messages will be the same based on the following line: messages.update(deleted=True, deleted_at=datetime.datetime.now()) How about this instead? messages.update(deleted=True, deleted_at=datetime.datetime.now) wha...
gharchive/issue
2012-02-07T21:39:19
2025-04-01T04:57:35.539274
{ "authors": [ "un33k" ], "repo": "mirumee/django-messages", "url": "https://github.com/mirumee/django-messages/issues/11", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
548577599
Errors occur when update a page What I'm trying to achieve Update a Page Steps to reproduce the problem Call Mutation.pageUpdate with input: {} web_1 | ERROR saleor.graphql.errors.unhandled A query failed unexpectedly [PID:8:Thread-52] web_1 | Traceback (most recent call last): web_1 | File "/usr/loc...
gharchive/issue
2020-01-12T14:26:26
2025-04-01T04:57:35.541807
{ "authors": [ "gsoec", "maarcingebala" ], "repo": "mirumee/saleor", "url": "https://github.com/mirumee/saleor/issues/5157", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
330300244
Add customers app Quick preview: Isn’t “price” label adjusted to the right, while all the others are aligned to the left? Not sure if that’s intended or not. It is planned. Every numeric ( therefore comparable ) values should be aligned to the right, so should be its label. It is easier to read and compare va...
gharchive/pull-request
2018-06-07T14:33:01
2025-04-01T04:57:35.544448
{ "authors": [ "Pacu2", "dominik-zeglen", "mirekm" ], "repo": "mirumee/saleor", "url": "https://github.com/mirumee/saleor/pull/2263", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
125607406
slackbots.libs:utils in assert https://github.com/mishk0/slack-bot-api/blob/master/index.js#L42 fails quite often for me. https://app.getsentry.com/share/issue/36303035302e313030373835383634/ any ideas? if the error still persists, please, reopen the issue.
gharchive/issue
2016-01-08T12:57:41
2025-04-01T04:57:35.548765
{ "authors": [ "mishk0", "mitselek" ], "repo": "mishk0/slack-bot-api", "url": "https://github.com/mishk0/slack-bot-api/issues/20", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1012978116
Create folders inside dsa create All topics folder inside Data Structure folder assign me this
gharchive/issue
2021-10-01T07:05:36
2025-04-01T04:57:35.549709
{ "authors": [ "mishra10008", "thekalyan001" ], "repo": "mishra10008/HacktoberFest2021", "url": "https://github.com/mishra10008/HacktoberFest2021/issues/3", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1611971503
Worldgen Structure Placement An initial implementation of structure placement. Completely untested and is still missing some parts. What already exists: StructurePlacement class that does the chunk selection. The RandomSpreadStructurePlacement is fully implemented StructureSet class to handle selection and placement...
gharchive/pull-request
2023-03-06T18:14:15
2025-04-01T04:57:35.559808
{ "authors": [ "jacobsjo", "misode" ], "repo": "misode/deepslate", "url": "https://github.com/misode/deepslate/pull/23", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1582711885
fix(server): hydrate organisme job & fiabilisation reseaux Refacto & correction du job de récupération des organismes. Plusieurs soucis identifiés qui impactent la fiabilisation des réseaux des organismes. Une refacto & simplification du job. Pour le moment pas d'optimisation de perf' mais à envisager par la suite. ...
gharchive/pull-request
2023-02-13T16:53:25
2025-04-01T04:57:35.573272
{ "authors": [ "antoinebigard", "sbenfares" ], "repo": "mission-apprentissage/flux-retour-cfas", "url": "https://github.com/mission-apprentissage/flux-retour-cfas/pull/2584", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2509884218
🛑 API Apprentissage - API is down In 598383c, API Apprentissage - API (https://api.apprentissage.beta.gouv.fr/api/healthcheck) was down: HTTP code: 503 Response time: 97 ms Resolved: API Apprentissage - API is back up in 90bbcfa after 6 minutes.
gharchive/issue
2024-09-06T08:52:20
2025-04-01T04:57:35.576002
{ "authors": [ "antoinebigard" ], "repo": "mission-apprentissage/upptime", "url": "https://github.com/mission-apprentissage/upptime/issues/1693", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
208272428
Add temp disable to autofire devices if they fire too fast/long (anti machine-gunning) Autofire coils (and related devices based on autofires like in #636 like slingshots, pop bumpers, etc) should have a config option that will temporarily disable them if they fire too fast or too long. A config option could be somet...
gharchive/issue
2017-02-16T22:46:07
2025-04-01T04:57:35.578357
{ "authors": [ "jabdoa2", "toomanybrians" ], "repo": "missionpinball/mpf", "url": "https://github.com/missionpinball/mpf/issues/777", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
212786360
Explore updating MPF to asynchronous logging Our logging is based on the Python 2.7 way of doing things, and in Python 3.2 they introduced a feature called asynchronous logging via the QueueListener class. It won't block threads like the old way. Switching to this may prevent the lag associated with tons of events co...
gharchive/issue
2017-03-08T16:34:53
2025-04-01T04:57:35.582061
{ "authors": [ "GabeKnuth", "jabdoa2", "toomanybrians" ], "repo": "missionpinball/mpf", "url": "https://github.com/missionpinball/mpf/issues/811", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
842656416
emojiノードの改善 カスタム絵文字とUnicode絵文字をより扱いやすくする (今のMisskeyでは事情により実装されてないけど):foo:形式の構文は、実はカスタム絵文字だけじゃなくてUnicode絵文字も指定することができる(例えば:+1:)ので、typeはcustomEmojiとかじゃなくてemojiCodeとかにする必要がありそう 知らなかった emojiCodeにする方が良いね 調べたら、Emoji Shortcodesっていう名前があるらしい 修正終わった
gharchive/issue
2021-03-28T04:13:05
2025-04-01T04:57:35.583800
{ "authors": [ "marihachi", "syuilo" ], "repo": "misskey-dev/mfm.js", "url": "https://github.com/misskey-dev/mfm.js/issues/36", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1153424937
Create logo.png Isn't this already live here: https://github.com/mistswapdex/assets/blob/master/blockchains/smartbch/assets/0x7b82A3b1417Cd21E67f745917a80cC0f53277B8C/logo.png / https://assets.mistswap.fi/blockchains/smartbch/assets/0x7b82A3b1417Cd21E67f745917a80cC0f53277B8C/logo.png The issue is smartswap. Tang...
gharchive/pull-request
2022-02-27T22:25:54
2025-04-01T04:57:35.607682
{ "authors": [ "PokerJ0k3r", "kasumi-1" ], "repo": "mistswapdex/assets", "url": "https://github.com/mistswapdex/assets/pull/71", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }