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
791642558
need to empty browser cache on js changes JS file seems to be cached by the browser (Chrome); so for the changes to be affected need to do Empty Cache and Hard Reload. It would be helpful to add this step to the documentation; or if possible launch browser with the cache cleared p.s. love using blazor; thanks a lot ...
gharchive/issue
2021-01-22T02:21:37
2025-04-01T06:43:56.908220
{ "authors": [ "guardrex", "neil-rubens" ], "repo": "dotnet/AspNetCore.Docs", "url": "https://github.com/dotnet/AspNetCore.Docs/issues/21278", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
840615634
Formatting amendments Hi, I have made minor formatting amendements to make the tutorial more consistent. I think improves readability as well. Let me know your thoughts :-) Poornima Nice improvements @poornimanayar. I made one change if you want to view my commit I'm doing the same thing in #21576, which is the Raz...
gharchive/pull-request
2021-03-25T06:42:51
2025-04-01T06:43:56.912236
{ "authors": [ "Rick-Anderson", "poornimanayar" ], "repo": "dotnet/AspNetCore.Docs", "url": "https://github.com/dotnet/AspNetCore.Docs/pull/21875", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2508878459
WN: SignalR distributed tracing: Pre-work moving as is to include Contributes to #33546 This is just the pre-work of moving the content as-is from the Product Unit into an include that is easier to diff from once I edit it. Internal previews 📄 File 🔗 Preview link aspnetcore/release-notes/aspnetcore-9.0.md ...
gharchive/pull-request
2024-09-05T22:18:09
2025-04-01T06:43:56.916213
{ "authors": [ "wadepickett" ], "repo": "dotnet/AspNetCore.Docs", "url": "https://github.com/dotnet/AspNetCore.Docs/pull/33547", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1323507220
Aspect ratio calculation for VideoModes Summary of the PR Adds a built-in aspect ratio calculation for the VideoMode. A user can query a video mode's aspect ratio and it will return a Vector2D<int> with the calculated aspect ratio (although will be precalculated for speed). Related issues, Discord discussions, or pro...
gharchive/pull-request
2022-07-31T16:08:53
2025-04-01T06:43:56.938781
{ "authors": [ "dnfadmin", "ohtrobinson" ], "repo": "dotnet/Silk.NET", "url": "https://github.com/dotnet/Silk.NET/pull/982", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2451904217
Upgrade EF components to 9.0 Is there an existing issue for this? [X] I have searched the existing issues Is your feature request related to a problem? Please describe the problem. EF 9.0 introduced engine-specific API for SQL Server, Azure SQL and Azure Synapse. If UseAzureSynapse or UseAzureSql is called by the ...
gharchive/issue
2024-08-07T00:40:56
2025-04-01T06:43:56.962719
{ "authors": [ "AndriySvyryd", "davidfowl" ], "repo": "dotnet/aspire", "url": "https://github.com/dotnet/aspire/issues/5207", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2540610154
Flaky Test: Aspire.Playground.Tests.AppHostTests.TestEndpointsReturnOk(testEndpoints: EventHubs.AppHost) Seems like the consumer crashes because it can't connect. Maybe this code isn't resilient. Trx: Aspire.Playground.Tests.zip Test output | [2024-09-22T00:08:36] Aspire.Hosting.ApplicationModel.ResourceNotificati...
gharchive/issue
2024-09-22T02:55:03
2025-04-01T06:43:57.015410
{ "authors": [ "JamesNK", "davidfowl" ], "repo": "dotnet/aspire", "url": "https://github.com/dotnet/aspire/issues/5825", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
453453844
Debug.Print and Debug.Indent/Unindent don't work correctly in .NET Core. Issue In .NET Core, Debug.Print, Debug.Indent, and Debug.Unindent don't behave as they did in previous versions of .NET, and the changes are for the worse. When outputting to the Output window in Visual Studio 2019: Debug.Print(string): Formerly...
gharchive/issue
2019-06-07T10:52:54
2025-04-01T06:43:57.203153
{ "authors": [ "Anipik", "maryamariyan", "rlundy" ], "repo": "dotnet/core", "url": "https://github.com/dotnet/core/issues/2843", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
517169060
.NET Core 3.1.0 Preview 2 Release Notes Download Blog posts .NET Core ASP.NET Core Please report any issues you find with .NET Core 3.1 Preview 2, either responding to this issue, creating a new issue or creating a new issue in one of the following repos: aspnet/Home - for ASP.NET Core questions aspnet/EntityFramewo...
gharchive/issue
2019-11-04T13:56:51
2025-04-01T06:43:57.210054
{ "authors": [ "leecow", "mairaw", "martincostello" ], "repo": "dotnet/core", "url": "https://github.com/dotnet/core/issues/3744", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
644311605
'dotnet' is not recognized as an internal or external command error Problem encountered on https://dotnet.microsoft.com/learn/aspnet/hello-world-tutorial//install Operating System: windows Provide details about the problem you're experiencing. Include your operating system version, exact error message, code sample, ...
gharchive/issue
2020-06-24T04:38:01
2025-04-01T06:43:57.213121
{ "authors": [ "mairaw", "scalablecory", "shubhra23Oct" ], "repo": "dotnet/core", "url": "https://github.com/dotnet/core/issues/4863", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
651578824
Where is the Select event for the ToolStripMenuItem? The MenuItem.Select event of the MenuItem is missing in the ToolStripMenuItem This event should be typically raised when the user places the mouse pointer over the menu item. The event can also be raised when the user highlights a menu item using the keyboard by sc...
gharchive/issue
2020-07-06T14:19:41
2025-04-01T06:43:57.218194
{ "authors": [ "RussKie", "mairaw", "merriemcgaw", "rLindorfer" ], "repo": "dotnet/core", "url": "https://github.com/dotnet/core/issues/4915", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
970954354
Issue on Edit You Code Section Of Tutorial Problem encountered on https://dotnet.microsoft.com/learn/aspnet/hello-world-tutorial/modify Operating System: windows After updating the Pages/Index.cshtml from (A) to (B) - I got (C) Errors in the command line. ( A ) using System; using System.Collections.Generic; using Sy...
gharchive/issue
2021-08-14T16:53:11
2025-04-01T06:43:57.234969
{ "authors": [ "korahx64", "mairaw", "svick" ], "repo": "dotnet/core", "url": "https://github.com/dotnet/core/issues/6586", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1233089034
What's new in .NET 7 Preview 7 [WIP] What's new in .NET 7 Preview 7 This issue is for teams to highlight work for the community that will release .NET 7 Preview 7 To add content, use a new conversation entry. The entry should include the team name and feature title as the first line as shown in the template below. ##...
gharchive/issue
2022-05-11T19:25:51
2025-04-01T06:43:57.273921
{ "authors": [ "AaronRobinsonMSFT", "GF-Huang", "JulieLeeMSFT", "agocke", "antonfirsov", "eerhardt", "greenEkatherine", "leecow", "mangod9" ], "repo": "dotnet/core", "url": "https://github.com/dotnet/core/issues/7455", "license": "MIT", "license_type": "permissive", "li...
251530624
Updating to .NET Core 2.0 - EntityFramework not recognized Hello, I have failed on updating my project to the version 2.0 following the guide from microsoft (https://docs.microsoft.com/en-us/aspnet/core/migration/1x-to-2x/) Updated csproj: <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>...
gharchive/issue
2017-08-21T01:43:19
2025-04-01T06:43:57.283569
{ "authors": [ "Luis-DdlFG", "divega", "leecow" ], "repo": "dotnet/core", "url": "https://github.com/dotnet/core/issues/873", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
127764417
Port System.Private.MCG contract to CoreFX repository We need the contract and facade to compile and run mcg generated interop code and the right place for it is corefx. We don't need this anymore since we reference implementation directly
gharchive/issue
2016-01-20T19:26:02
2025-04-01T06:43:57.429790
{ "authors": [ "tijoytom" ], "repo": "dotnet/corert", "url": "https://github.com/dotnet/corert/issues/681", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
407860923
++i VS i++ in a for loop... In C++ class we were told to use "++i" and not to use "i++" because using "++i" will make the code run faster. Does this also work in C#? Document Details ⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking. ID: e825860b-5966-26c4-72bb-9df62c7329f0 V...
gharchive/issue
2019-02-07T19:29:40
2025-04-01T06:43:57.458174
{ "authors": [ "BillWagner", "NextTurn", "tcjohnson71" ], "repo": "dotnet/docs", "url": "https://github.com/dotnet/docs/issues/10369", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
244954510
Update buttonstages.xaml Title appending "x:" in front of Name attributes Summary Without appending "x:" in front of Name, user will get error - "Cannot assign CommonStates into the read only property "CommonStates". Fixes #Issue_Number Note: The "Fixes #nnn" syntax in the PR description causes GitHub to automatical...
gharchive/pull-request
2017-07-24T02:01:59
2025-04-01T06:43:57.462841
{ "authors": [ "GuardRex", "dnfclas", "rafats" ], "repo": "dotnet/docs", "url": "https://github.com/dotnet/docs/pull/2733", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
736414538
Monitor current run in Azure portal is not working https://github.com/dotnet/machinelearning-tools/commit/bbdd09ea9ae3a65cb093d1c691ab12010c3e332f Validated
gharchive/issue
2020-11-04T20:49:47
2025-04-01T06:43:57.543119
{ "authors": [ "LittleLittleCloud", "beccamc", "zewditu" ], "repo": "dotnet/machinelearning-modelbuilder", "url": "https://github.com/dotnet/machinelearning-modelbuilder/issues/1087", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1333677902
Azure auth fail Is this a ship blocker? Or did you decide that this could be fixed later? @LittleLittleCloud Did you speak about this yesterday at standup? It should be fixed already
gharchive/issue
2022-08-09T19:12:12
2025-04-01T06:43:57.544480
{ "authors": [ "LittleLittleCloud", "beccamc" ], "repo": "dotnet/machinelearning-modelbuilder", "url": "https://github.com/dotnet/machinelearning-modelbuilder/issues/2214", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1757600432
Label and icon not aligned System Information (please complete the following information): Model Builder Version (available in Manage Extensions dialog): Visual Studio Version Describe the bug On which step of the process did you run into an issue: Clear description of the problem: To Reproduce Steps to reproduce...
gharchive/issue
2023-06-14T20:31:52
2025-04-01T06:43:57.549035
{ "authors": [ "v-Hailishi", "zewditu" ], "repo": "dotnet/machinelearning-modelbuilder", "url": "https://github.com/dotnet/machinelearning-modelbuilder/issues/2711", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1062829656
Make Razor Directive coloration in VS for Blue and Blue (High Contrast) themes match Filed from https://developercommunity.visualstudio.com/t/C-code-is-not-highlighted-in-Dark-and-B/1576645. The current "Blue (Extra Contrast)" default for Razor Directive ("purple on white") has a contrast ratio of 9.41:1, while the "...
gharchive/issue
2021-11-24T19:35:55
2025-04-01T06:43:57.655415
{ "authors": [ "ryanbrandenburg" ], "repo": "dotnet/razor-tooling", "url": "https://github.com/dotnet/razor-tooling/issues/5782", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2587184828
Option to not sign container contents Is your feature request related to a problem? Please describe. I have a complex build where I produce one set of binaries and multiple containers. I want all the binaries to be signed once so they are identical in each container. This tool always signs the contents of my Nuget an...
gharchive/issue
2024-10-14T22:27:32
2025-04-01T06:43:58.168671
{ "authors": [ "dlemstra", "zooba" ], "repo": "dotnet/sign", "url": "https://github.com/dotnet/sign/issues/775", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
985144337
[ArPow] Eliminate installer prebuilts. This is currently blocking https://github.com/dotnet/source-build/issues/2406 Tracking this with https://github.com/dotnet/source-build/issues/2415 instead.
gharchive/issue
2021-09-01T13:18:31
2025-04-01T06:43:58.170409
{ "authors": [ "MichaelSimons" ], "repo": "dotnet/source-build", "url": "https://github.com/dotnet/source-build/issues/2407", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2207117885
Insertion PR for roslyn Needed for https://github.com/dotnet/vscode-csharp/pull/6960#issuecomment-2019103906 cc @ryzngard @davidwengier @dibarbet Did we really only miss it by one build? That seems terribly unlucky 😁 My only real comment is that we should probably just cherry-pick this commit into the other PR, so...
gharchive/pull-request
2024-03-26T02:40:07
2025-04-01T06:43:58.173653
{ "authors": [ "davidwengier", "dibarbet", "maryamariyan", "ryzngard" ], "repo": "dotnet/vscode-csharp", "url": "https://github.com/dotnet/vscode-csharp/pull/7004", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1382183671
6.10.2版本menu样式bug 大佬们好~ 我最近从6.9.x升级到最新的版本,发现Layout Side的menu样式有点小问题: Side菜单项在网页全屏的时候(窗体达到一定宽度触发),鼠标hover menu的时候,宽度会增加。调整了下版本,发现问题从6.10.2版本开始出现。 为了说明问题,我创建了一个默认的blazor server项目,按文档做了设置,只修改了MainLayout.razor为如下内容: @inherits LayoutComponentBase <PageTitle>BATest</PageTitle> <div class="page"> <Layout IsFullSide=...
gharchive/issue
2022-09-22T10:05:38
2025-04-01T06:43:58.228395
{ "authors": [ "ArgoZhang", "Tendx" ], "repo": "dotnetcore/BootstrapBlazor", "url": "https://github.com/dotnetcore/BootstrapBlazor/issues/250", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
390470093
服务缓存降级问题 像这种情况,老大说,服务调用服务可以进行缓存降级,这个没问题,但是GetMemberInfo2这个接口,既要进行服务调用也要提供网关调用 但是网关调用时,无法加载本地服务条目,导致无法进行GetMemberInfo2的访问,这个该怎么解决 你说你是这么调用的,我这边都把object都判断了
gharchive/issue
2018-12-13T00:41:50
2025-04-01T06:43:58.249029
{ "authors": [ "fangshuaifeng", "fanliang11" ], "repo": "dotnetcore/surging", "url": "https://github.com/dotnetcore/surging/issues/208", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
627322886
Exception when binding Column to dictionary index Hello, It seems like the FieldName property does not support dictionary indexers, as it throws an exception. <dgc:DataGridControl Name="dataGridTest" AutoCreateColumns="False" ReadOnly="True"> <dgc:DataGridControl.Columns> <dgc:Column Title="Key 1" FieldNa...
gharchive/issue
2020-05-29T14:44:53
2025-04-01T06:43:58.250567
{ "authors": [ "Darz4", "jogibear9988" ], "repo": "dotnetprojects/WpfExtendedToolkit", "url": "https://github.com/dotnetprojects/WpfExtendedToolkit/issues/19", "license": "MS-PL", "license_type": "permissive", "license_source": "github-api" }
1468229462
⚠️ Adacta-fintech.com has degraded performance In acd61f7, Adacta-fintech.com (https://www.adacta-fintech.com) experienced degraded performance: HTTP code: 200 Response time: 1311 ms Resolved: Adacta-fintech.com performance has improved in 0769248.
gharchive/issue
2022-11-29T15:09:00
2025-04-01T06:43:58.263375
{ "authors": [ "dotsi" ], "repo": "dotsi/aduptime", "url": "https://github.com/dotsi/aduptime/issues/201", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2530075110
⚠️ Adacta-fintech.com has degraded performance In b8ec46f, Adacta-fintech.com (https://www.adacta-fintech.com) experienced degraded performance: HTTP code: 200 Response time: 986 ms Resolved: Adacta-fintech.com performance has improved in 04e97e7 after 7 minutes.
gharchive/issue
2024-09-17T05:46:14
2025-04-01T06:43:58.266407
{ "authors": [ "dotsi" ], "repo": "dotsi/aduptime", "url": "https://github.com/dotsi/aduptime/issues/587", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1477154272
🛑 Spica.com is down In e158c16, Spica.com (https://www.spica.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Spica.com is back up in 9eccdf2.
gharchive/issue
2022-12-05T18:25:30
2025-04-01T06:43:58.269498
{ "authors": [ "dotsi" ], "repo": "dotsi/bitamiuptime", "url": "https://github.com/dotsi/bitamiuptime/issues/1295", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1085350331
Update cats-effect to 3.3.1 Updates org.typelevel:cats-effect from 2.5.4 to 3.3.1. GitHub Release Notes - Version Diff 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 this PR. If you have any feedback, just mention ...
gharchive/pull-request
2021-12-21T01:39:14
2025-04-01T06:43:58.274428
{ "authors": [ "scala-steward" ], "repo": "doubleloop-io/applied-fp-workshop-scala", "url": "https://github.com/doubleloop-io/applied-fp-workshop-scala/pull/34", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
307819140
Centralize error handling Invalid calls into paged results are currently not error handled correctly. // make call with an invalid order status, to force a Bad Request var blowUp = await _client.OrdersService.GetAllOrdersAsync((OrderStatus)999)); This change centralizes the error handling an builds an exception with ...
gharchive/pull-request
2018-03-22T21:20:45
2025-04-01T06:43:58.277087
{ "authors": [ "chrisw000" ], "repo": "dougdellolio/gdax-csharp", "url": "https://github.com/dougdellolio/gdax-csharp/pull/98", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
564130289
Include blog link to SMBv1 When we see an issue for SMBv1, let's include a link to the new blog https://techcommunity.microsoft.com/t5/exchange-team-blog/exchange-server-and-smbv1/ba-p/1165615 I can take care of it
gharchive/issue
2020-02-12T16:50:12
2025-04-01T06:43:58.300164
{ "authors": [ "dpaulson45", "lusassl-msft" ], "repo": "dpaulson45/HealthChecker", "url": "https://github.com/dpaulson45/HealthChecker/issues/277", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
55571728
Twine back macro Add support for the Twine back macro. Support for this macro as well as the return macro have been replaced with the previous() function.
gharchive/issue
2015-01-27T03:31:22
2025-04-01T06:43:58.305731
{ "authors": [ "dpek" ], "repo": "dpek/unity-raconteur", "url": "https://github.com/dpek/unity-raconteur/issues/60", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1198196497
Not working without rando The mod will not work if Randomizer4 isn't installed and enabled even though Randomizer 4 is not a dependency for the mod [ERROR]:[API] - Failed to load Mod `Transcendence` [ERROR]:[API] - System.IO.FileNotFoundException: Could not load file or assembly 'RandomizerMod, Version=4.0.4.0, Cultu...
gharchive/issue
2022-04-09T04:51:44
2025-04-01T06:43:58.322784
{ "authors": [ "MerRM", "dpinela" ], "repo": "dpinela/Transcendence", "url": "https://github.com/dpinela/Transcendence/issues/1", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
2003209361
⚡ Standardization of rep Hi @timsan7sk, we need to adjust a few things first to move forward, ok? ✨ We need a separate .md with installation instructions to show the theme on the site. I ask for these changes to standardize with the other repositories see an example; this is also important because it helps other pote...
gharchive/issue
2023-11-20T23:55:49
2025-04-01T06:43:58.345403
{ "authors": [ "luxonauta", "timsan7sk" ], "repo": "dracula/gkrellm", "url": "https://github.com/dracula/gkrellm/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1126971762
Feature: prefetch ranged requests Description When download ranged requests, eg: http://example.com/file with header "Range: bytes=0-63", we can prefetch the whole file with http://example.com/file. After done these, other requests, eg: http://example.com/file with header "Range: bytes=64-127", can speed up. Add pr...
gharchive/pull-request
2022-02-08T09:03:49
2025-04-01T06:43:58.392470
{ "authors": [ "codecov-commenter", "jim3ma" ], "repo": "dragonflyoss/Dragonfly2", "url": "https://github.com/dragonflyoss/Dragonfly2/pull/1053", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
826373843
Include buildtime .aff and .dic files for the selected language. Is your feature request related to a particular use-case? Different versions, especially across LTS releases of various distros have differening language .aff and .dic versions which cause friction. Describe the solution you'd like to implement/see impl...
gharchive/issue
2021-03-09T17:55:21
2025-04-01T06:43:58.395106
{ "authors": [ "drahnr" ], "repo": "drahnr/cargo-spellcheck", "url": "https://github.com/drahnr/cargo-spellcheck/issues/159", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1123594653
🛑 admin.drawbeat.com is down In e344315, admin.drawbeat.com (http://admin.drawbeat.com) was down: HTTP code: 0 Response time: 0 ms Resolved: admin.drawbeat.com is back up in 0a7e3c2.
gharchive/issue
2022-02-03T21:56:13
2025-04-01T06:43:58.430205
{ "authors": [ "peterkimzz" ], "repo": "drawbeat/upptime", "url": "https://github.com/drawbeat/upptime/issues/362", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2116986047
[Bug] 每次初始化表格渲染时,会调用四次Sum函数,每次选择单元格会执行两次Sum函数 初始清单 [X] 这真的是个问题吗? [X] 我已经在 Github Issues 中搜索过了,但没有找到类似的问题。 受影响的包和版本 dev 复现步骤 修改examples/src/sheets/main.ts文件,初始化空白sheet,变更代码如下: // univer.createUniverSheet(DEFAULT_WORKBOOK_DATA_DEMO); univer.createUniverSheet({}); 运行pnpm dev:demo命令启动开发服务 打开浏览器,访问http://localhost:3...
gharchive/issue
2024-02-04T09:40:07
2025-04-01T06:43:58.445627
{ "authors": [ "iamyunsin", "yuhongz" ], "repo": "dream-num/univer", "url": "https://github.com/dream-num/univer/issues/1333", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2697535703
refactor(conditional-formatting): init close #xxx Pull Request Checklist [ ] Related tickets or issues have been linked in the PR description (or missing issue). [ ] Naming convention is followed (do please check it especially when you created new plugins, commands and resources). [ ] Unit tests have been add...
gharchive/pull-request
2024-11-27T07:54:19
2025-04-01T06:43:58.449317
{ "authors": [ "Gggpound", "zhaolixin7" ], "repo": "dream-num/univer", "url": "https://github.com/dream-num/univer/pull/4164", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
226074102
Feature: ifmetric Add metric config option. Merged, Tanks a lot
gharchive/pull-request
2017-05-03T18:27:20
2025-04-01T06:43:58.535473
{ "authors": [ "arBmind", "nebirhos" ], "repo": "dresden-weekly/ansible-network-interfaces", "url": "https://github.com/dresden-weekly/ansible-network-interfaces/pull/52", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
211864921
How to update fields in joining table I am using Node-orm2 with MySql. All things are working fine but I am looking for an ORM feature through which I can update fields of joining table. Is there any function available? Or I need to use raw query? Thanks. Please read Model.hasMany and check back again if you have a...
gharchive/issue
2017-03-04T08:10:47
2025-04-01T06:43:58.537299
{ "authors": [ "akshaykumar12527", "dresende", "lawrencebensaid" ], "repo": "dresende/node-orm2", "url": "https://github.com/dresende/node-orm2/issues/774", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
333870392
Add support for CORS to the FBMS APIs Browser-based clients for this microservice will often need to run on a different host or port. In these cases, support for CORS is required. merged.
gharchive/issue
2018-06-19T23:10:08
2025-04-01T06:43:58.541088
{ "authors": [ "drewwills" ], "repo": "drewwills/fbms", "url": "https://github.com/drewwills/fbms/issues/6", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
222004633
$('.c-rating').rating('rate', ''); will not clear rating use $('.c-rating').rating('rate', 0); to clear the rating. Thanks! please update end of the docs. Thanks! Hi @macpatel, Which version are you using? Check this jsfiddle. Not a bug. My Bad. I guess i was using older version.
gharchive/issue
2017-04-16T11:15:19
2025-04-01T06:43:58.542867
{ "authors": [ "dreyescat", "macpatel" ], "repo": "dreyescat/bootstrap-rating", "url": "https://github.com/dreyescat/bootstrap-rating/issues/31", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2142285213
Error: 410 Gone: {"jsonrpc":"2.0","error":{"code": 410, "message":"The RPC call or parameters have been disabled."}, "id": "b8c96bb9-ea15-4c14-8e71-a80e1cfe3225" } Running any of the yarn script fails with a grpc 410 error. For example yarn run dev --init-user --config-file config.yaml produces: yarn run v1.22.21 $ ...
gharchive/issue
2024-02-19T12:42:08
2025-04-01T06:43:58.559900
{ "authors": [ "Oted", "as-iotex", "wphan" ], "repo": "drift-labs/keeper-bots-v2", "url": "https://github.com/drift-labs/keeper-bots-v2/issues/135", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
193982600
Seems slower than Ionic 1 I am trying out this app to see the component of Ionic 2 and how it perform. My biggest hope is to see it perform much faster than Ionic 1. The components are looking great. But it's performance seems to be much slower than Ionic 1. I am testing it on a low end Android 4.4 phone. The respond...
gharchive/issue
2016-12-07T08:06:02
2025-04-01T06:43:58.571981
{ "authors": [ "NgYueHong", "brandyscarney", "jgw96", "mohamedsharaf", "sunny061" ], "repo": "driftyco/ionic-conference-app", "url": "https://github.com/driftyco/ionic-conference-app/issues/327", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
52466119
expose-aside-when="large" doesn't work if side="right" The exposed menu is on the right but if you click/tap any item, menu moves to the left and becomes empty. Menu doesn't move to the left it the clicked menu item doesn't have the attribute 'menu-close'. Greetings @Jarek300! My sensors indicate that I require mor...
gharchive/issue
2014-12-19T10:03:44
2025-04-01T06:43:58.585330
{ "authors": [ "Ionitron", "Jarek300", "perrygovier" ], "repo": "driftyco/ionic", "url": "https://github.com/driftyco/ionic/issues/2767", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
98866346
ion-tab on-select not working I have a pretty simple code: <ion-tab title="Menu" icon="ion-ios-book" icon-off="ion-ios-book-outline" href="#/tab/menu" on-select="console.log('test')"> And for some reason I can't get on-select to fire. I've tried putting other code in there (ie: calling a function) and it still won't...
gharchive/issue
2015-08-04T00:59:41
2025-04-01T06:43:58.592708
{ "authors": [ "Ionitron", "lanow72", "macarole", "mhartington", "pixelfreak" ], "repo": "driftyco/ionic", "url": "https://github.com/driftyco/ionic/issues/4184", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
148848584
[v2] ion-item doesn't get 'activated' when it contains html elements Short description of the problem: ion-item doesn't get class 'activated' on mousedown when it contains html elements. What behavior are you expecting? I expected ion-item to get 'activated' (default grey background) when clicked/tapped/mousedown, no...
gharchive/issue
2016-04-16T12:30:50
2025-04-01T06:43:58.600195
{ "authors": [ "adamdbradley", "biesbjerg", "dtruel", "manucorporat" ], "repo": "driftyco/ionic", "url": "https://github.com/driftyco/ionic/issues/6192", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
168166278
Ionic 2 - ionic-starter-tutorial not working - URL Reference for "tutorial" needs to be updated Short description of the problem: Unable to create a new Ionic2 project using ionic start myapp tutorial --v2 ✗ Not found: https://github.com/driftyco/ionic-starter-tutorial/archive/master.zip (404) ✗ Please verify the url...
gharchive/issue
2016-07-28T18:38:35
2025-04-01T06:43:58.604996
{ "authors": [ "tonyawad88" ], "repo": "driftyco/ionic", "url": "https://github.com/driftyco/ionic/issues/7452", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
190525230
ionic generate page shows error Ionic version : 2(update to latest version) I'm submitting a bug report when i'm trying to create new page by this command ionic generate page LoginPage i get this error (node:2176) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: This socket is ...
gharchive/issue
2016-11-19T22:39:22
2025-04-01T06:43:58.609811
{ "authors": [ "adirzoari", "jgw96", "john5db" ], "repo": "driftyco/ionic", "url": "https://github.com/driftyco/ionic/issues/9245", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
60236753
Allow object to be passed to sqlite.openDatabase This is to support the location option that the sqlite plugin supports. See https://github.com/brodysoft/Cordova-SQLitePlugin#opening-a-database Ahh same work has been done in #653
gharchive/pull-request
2015-03-08T02:11:30
2025-04-01T06:43:58.611352
{ "authors": [ "bulkan" ], "repo": "driftyco/ng-cordova", "url": "https://github.com/driftyco/ng-cordova/pull/666", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
277066249
it doesn't work .send post with form-data package.json "xmlhttprequest": "1.8.0", "form-data": "2.3.1" var form = new FormData(); form.append("file", fs.createReadStream(file.path)); form.append('site', site); form.append('environment', environment); var mothod = 'PUT' var url = "http://localhost:8000/" + method; ...
gharchive/issue
2017-11-27T15:50:36
2025-04-01T06:43:58.616604
{ "authors": [ "ccontarino", "farzonl" ], "repo": "driverdan/node-XMLHttpRequest", "url": "https://github.com/driverdan/node-XMLHttpRequest/issues/154", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2471446880
Issue: Error When Extending GraphQL Types with drizzleEntities(entities) Description: When attempting to extend a GraphQLObjectType using fields from drizzleEntities.types.UsersItem.getFields() in drizzle-graphql, the following error occurs: Unhandled exception in handler 'server'. ✖ ExtendedUsersItem.id args must be...
gharchive/issue
2024-08-17T09:23:24
2025-04-01T06:43:58.627299
{ "authors": [ "Sukairo-02", "jacksonkasi1" ], "repo": "drizzle-team/drizzle-graphql", "url": "https://github.com/drizzle-team/drizzle-graphql/issues/20", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1049865302
Module 'SWXMLHash' has no member named 'config Describe the bug A clear and concise description of what the bug is. To Reproduce Steps to reproduce the behavior: Go to '...' Click on '....' Scroll down to '....' See error Expected behavior A clear and concise description of what you expected to happen. Screenshots ...
gharchive/issue
2021-11-10T13:57:31
2025-04-01T06:43:58.644549
{ "authors": [ "drmohundro", "imranrasheeddeveloper" ], "repo": "drmohundro/SWXMLHash", "url": "https://github.com/drmohundro/SWXMLHash/issues/253", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1047989133
support for IO_uring Hi, in the Readme you say Use a non-blocking I/O network lib based on epoll (kqueue under macOS/FreeBSD) to provide high-concurrency, high-performance network IO IO_uring is the new linux API that allow greater performance for async IO, I was wondering wether you could use IO_uring for even mor...
gharchive/issue
2021-11-08T22:34:18
2025-04-01T06:43:58.650723
{ "authors": [ "LifeIsStrange", "marty1885" ], "repo": "drogonframework/drogon", "url": "https://github.com/drogonframework/drogon/issues/1074", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
934113913
Add support for pre-shared key extension https://datatracker.ietf.org/doc/html/rfc8446#section-4.2.11 done
gharchive/issue
2021-06-30T20:46:27
2025-04-01T06:43:58.651885
{ "authors": [ "lulf" ], "repo": "drogue-iot/embedded-tls", "url": "https://github.com/drogue-iot/embedded-tls/issues/12", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2723926484
improve documentation Fix typos in examples Fix table formatting Fix typos on acronyms Thank you for your contribution
gharchive/pull-request
2024-12-06T21:05:04
2025-04-01T06:43:58.660747
{ "authors": [ "ccoVeille", "gouguoyin" ], "repo": "dromara/carbon", "url": "https://github.com/dromara/carbon/pull/263", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2713845885
导入svg后拖拽svg散开了 导入后拖拽后就散开了 这里是在导入解析时把所有元素都按单个元素添加进画布了,可以在导入的时候新建一个组把所有元素加到组内,就不会散开了
gharchive/issue
2024-12-03T02:44:25
2025-04-01T06:43:58.672642
{ "authors": [ "chaoyang915506", "more-strive" ], "repo": "dromara/yft-design", "url": "https://github.com/dromara/yft-design/issues/105", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
86428405
Feature: Allow drone to spin-up remote agents I would like to propose a feature which allows drone to scale and reduce the costs. The proposal targets AWS but we can develop an interface so that various IAAS providers can implement it. A remote drone agent is a service that can run job builds on machines, other than ...
gharchive/issue
2015-06-09T03:29:42
2025-04-01T06:43:58.687306
{ "authors": [ "JanBerktold", "bradrydzewski", "cleeland", "donny-dont", "ozbillwang", "ramonskie", "rmoriz", "tboerger", "themihai" ], "repo": "drone/drone", "url": "https://github.com/drone/drone/issues/1052", "license": "Apache-2.0", "license_type": "permissive", "li...
162548530
Integrated initial command to list secrets Since we are not able to list the already set secrets I have added the required API andpoint and the required sub command to list them. great, LGTM
gharchive/pull-request
2016-06-27T21:07:27
2025-04-01T06:43:58.689034
{ "authors": [ "bradrydzewski", "tboerger" ], "repo": "drone/drone", "url": "https://github.com/drone/drone/pull/1693", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1190614577
AttributeError: module 'collections' has no attribute 'MutableSequence' with Python 3.10 (ships with Ubuntu 22.04 by default) This happens because MutableSequence is now part of collections.abc; a possible fix is to change the import in transport.py to try: from collections import MutableSequence except ImportErr...
gharchive/issue
2022-04-02T12:11:57
2025-04-01T06:43:58.690811
{ "authors": [ "marcojob" ], "repo": "dronecan/pydronecan", "url": "https://github.com/dronecan/pydronecan/issues/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
97554380
Replaces diydrones/dronekit-python with dronekit/dronekit-python. Be wary! This was mostly just find and replace. @tcr3dr ImportError: No module named numpy on CircleCI? @mrpollo http://media.giphy.com/media/y65VoOlimZaus/giphy.gif lgtm :+1: I've done a basic update of links from the DroneKit Tutoial and oth...
gharchive/pull-request
2015-07-27T21:04:42
2025-04-01T06:43:58.693752
{ "authors": [ "hamishwillee", "mrpollo", "tcr3dr" ], "repo": "dronekit/dronekit-python", "url": "https://github.com/dronekit/dronekit-python/pull/242", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
97567586
v1.4.1 See release notes for details. @tcr3dr Any idea when this likely to go live? 2 hours is a long wait isn't it? @hamishwillee Should have worked... https://pypi.python.org/pypi/droneapi/1.4.1 Ah, I mean that the docs build is still on 1.3.1 - this is just PIP? http://python.dronekit.io/about/release_notes....
gharchive/pull-request
2015-07-27T22:14:25
2025-04-01T06:43:58.698873
{ "authors": [ "hamishwillee", "tcr3dr" ], "repo": "dronekit/dronekit-python", "url": "https://github.com/dronekit/dronekit-python/pull/243", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
137825255
DROOLS-1025 - AddRemove rules tests - generated rules tests using not(not()) constraint. Added class with generated AddRemove rule tests that use not(not(...)) constraint in rules. Extracted reproducers of incremental compilation failures into AddRemoveRulesTest(last 3 tests in the class). Added exception catch in t...
gharchive/pull-request
2016-03-02T09:47:06
2025-04-01T06:43:58.704333
{ "authors": [ "baldimir", "mariofusco" ], "repo": "droolsjbpm/drools", "url": "https://github.com/droolsjbpm/drools/pull/672", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
177998486
[6.5.x] kie-server-tests: fix response handler tests on slow databases I have fixed some tests that caused problems on slower databases. @sutaakar, if you see test failures in our test suite, it is because of these tests. Thanks for info. Looks good. @livthomas thanks, can we have this for master too? @mswide...
gharchive/pull-request
2016-09-20T08:33:44
2025-04-01T06:43:58.706306
{ "authors": [ "livthomas", "mswiderski", "sutaakar" ], "repo": "droolsjbpm/droolsjbpm-integration", "url": "https://github.com/droolsjbpm/droolsjbpm-integration/pull/655", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2113891605
Fix a crash when comparing differently sized images This fixes #14 Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the status is still pending? L...
gharchive/pull-request
2024-02-02T02:16:41
2025-04-01T06:43:58.718447
{ "authors": [ "CLAassistant", "ansman" ], "repo": "dropbox/differ", "url": "https://github.com/dropbox/differ/pull/15", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
218129894
sdk with WebWorkers Hi We are swapping out all the work concerning dropbox into a webworker. Unfortunately the following error happened all the time: TypeError: apiRequest.buffer is not a function at promiseFunction (download-request.js:86) at initializePromise (es6-promise.js:459) at new Promise (es6-promise.js:871...
gharchive/issue
2017-03-30T09:11:03
2025-04-01T06:43:58.728381
{ "authors": [ "pran1990", "signsi" ], "repo": "dropbox/dropbox-sdk-js", "url": "https://github.com/dropbox/dropbox-sdk-js/issues/116", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
491610778
Making object_items(), array_items() not const or alternatively support mutable_object_items() It will be highly useful if you make object_items() and array_items() not-const reference. or if you support mutable_object_items() ? Thanks. The Json object is immutable by design, which has its own set of benefits parti...
gharchive/issue
2019-09-10T11:21:32
2025-04-01T06:43:58.730740
{ "authors": [ "artwyman", "mohitmv" ], "repo": "dropbox/json11", "url": "https://github.com/dropbox/json11/issues/143", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
152837364
Issues using dropwizard 1.0.0-rc2 with lombok Couple of issues I noticed, both i think were due to interactions between lombok and jackson: If config classes have @AllArgsConstructor and @Builder annotation at class level, class level defaults are not prepopulated while parsing config YAML file. For example: @Data ...
gharchive/issue
2016-05-03T18:02:41
2025-04-01T06:43:58.754202
{ "authors": [ "head-thrash", "jakeswenson", "nickbabcock", "santanusinha" ], "repo": "dropwizard/dropwizard", "url": "https://github.com/dropwizard/dropwizard/issues/1534", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1142365880
🛠️ fix Laravel redis setup instructions, fixes #201 How this PR Solves The Problem: #201 highlights an issue in the configuration of Redis with Laravel. Manual Testing Instructions: An example repo for testing is https://github.com/tyler36/redis-laravel-ddev-demo. Note: This repo was developed locally on DDEV 1.19...
gharchive/pull-request
2022-02-18T05:07:16
2025-04-01T06:43:58.788806
{ "authors": [ "tyler36" ], "repo": "drud/ddev-contrib", "url": "https://github.com/drud/ddev-contrib/pull/202", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
594949635
HOST_DOCKER_INTERNAL_IP being empty in webserver container on Macs Describe the bug Ddev is setting HOST_DOCKER_INTERNAL_IP env variable for webserver container. For linux OS this is correctly set, but for Mac OS this is empty. Would be good to make it consistent for both operating systems. To Reproduce Steps to repr...
gharchive/issue
2020-04-06T09:25:49
2025-04-01T06:43:58.794958
{ "authors": [ "rfay", "rthideaway" ], "repo": "drud/ddev", "url": "https://github.com/drud/ddev/issues/2148", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1325135370
Add a host command to print and obfuscate environment variables Is there an existing issue for this? [X] I have searched the existing issues Is your feature request related to a problem? Please describe One of my coworkers wrote something to the effect of "I wish I could easily print and obfuscate environment varia...
gharchive/issue
2022-08-02T00:36:08
2025-04-01T06:43:58.801224
{ "authors": [ "deviantintegral", "rfay" ], "repo": "drud/ddev", "url": "https://github.com/drud/ddev/issues/4063", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1513242052
[docs] Refactor “Guides” content The Issue The “Guides” section occupies a prominent primary navigation spot, but is relatively thin on content. This content isn’t the sort of walkthrough or tutorial-style content I might have expected and could more naturally fit elsewhere. How This PR Solves The Issue Moves the lo...
gharchive/pull-request
2022-12-28T23:44:02
2025-04-01T06:43:58.809093
{ "authors": [ "mattstein" ], "repo": "drud/ddev", "url": "https://github.com/drud/ddev/pull/4505", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
62181074
fix race in groupByParallelQueryRunner fix race in GroupByParallelQueryRunner when fetching bySegment results. will write up more UTs covering bySegment groupbys tomm. What is the impact to performance of groupBys? Collections.synchronizedList(..) will effectively serialize all access. If we can use a Queue ins...
gharchive/pull-request
2015-03-16T19:10:23
2025-04-01T06:43:58.813341
{ "authors": [ "fjy", "himanshug", "nishantmonu51" ], "repo": "druid-io/druid", "url": "https://github.com/druid-io/druid/pull/1206", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
99013628
make console a maven dependency instead of filedump Requires https://github.com/druid-io/druid-console/pull/4 to be merged and released first. This is super rad. :+1: Deleting lines FWIW! Looks good but druid-console needs to be released @drcrallen if you merge it I can release it :)
gharchive/pull-request
2015-08-04T16:58:15
2025-04-01T06:43:58.815092
{ "authors": [ "drcrallen", "fjy", "xvrl" ], "repo": "druid-io/druid", "url": "https://github.com/druid-io/druid/pull/1596", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
229764202
Refactoring Appenderator Driver Related to #4178 and #4238. The key changes are Added publishExecutor and handoffExecutor to FiniteAppenderatorDriver for background publishing and handing segments off Change FiniteAppenderatorDriver.add() to not move segments out in it publishTimeout is newly added to TuningConfig f...
gharchive/pull-request
2017-05-18T18:28:12
2025-04-01T06:43:58.826258
{ "authors": [ "dclim", "gianm", "jihoonson", "pjain1" ], "repo": "druid-io/druid", "url": "https://github.com/druid-io/druid/pull/4292", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
441592900
Unable to sync to druid, No hosts are available for disco!druid:overlord Druid and tranquility are the latest versions My configuration { "dataSources" : [ { "spec" : { "dataSchema" : { "parser" : { "type" : "string", "parseSpec" : { "timestampSpec" : { "format" : "auto", "column" : "@timestamp" }, "dimensionsSpec" :...
gharchive/issue
2019-05-08T07:33:43
2025-04-01T06:43:58.846282
{ "authors": [ "MichelCarroll", "bjtthao" ], "repo": "druid-io/tranquility", "url": "https://github.com/druid-io/tranquility/issues/296", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
391516893
Add Container#shutdown! Fix #92 @davydovanton @solnic I added the shutdown! method to stop all components. I thought that if a component is not started, we shouldn't raise ComponentNotStartedError we simply skip it. My reason behind it is whatever the reason the user of dry-system for calling shutdown! is to stop eve...
gharchive/pull-request
2018-12-16T23:28:10
2025-04-01T06:43:58.856100
{ "authors": [ "GustavoCaso", "flash-gordon", "solnic" ], "repo": "dry-rb/dry-system", "url": "https://github.com/dry-rb/dry-system/pull/98", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1326602617
Adding preserve unknown fileds This PR is a continuation of #14 @adusumillipraveen @dee0sap Please help me check it. Thank you very much.
gharchive/pull-request
2022-08-03T02:37:27
2025-04-01T06:43:58.857164
{ "authors": [ "duanhongyi" ], "repo": "drycc/service-catalog", "url": "https://github.com/drycc/service-catalog/pull/14", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1922686776
xPackage: dsc_xpackage parameter issues Problem description Powershell is having an issue with a certain parameter and is requesting to use one that is not a part of the Dsc_xpackage resource according to the documentation. It seems to want me to use the Parameter "Path" but the closest thing I can see in the documen...
gharchive/issue
2023-10-02T20:50:03
2025-04-01T06:43:58.877732
{ "authors": [ "johlju", "marvin5881" ], "repo": "dsccommunity/xPSDesiredStateConfiguration", "url": "https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/762", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1405074195
Update Hello World in C++.cpp corrected a typo earlier hello was miss typed by hemllo This PR isn't valid as it duplicate , commit other solution problems along with this to count it as "VALID" PR .
gharchive/pull-request
2022-10-11T18:39:44
2025-04-01T06:43:58.879898
{ "authors": [ "gdscMsit", "tannu610" ], "repo": "dscmsit/Problem-Solving-in-any-Language", "url": "https://github.com/dscmsit/Problem-Solving-in-any-Language/pull/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1738143888
Show errors but not warnings from diagnostics Is it possible to show only errors from diagnostics and ignore warnings? Thanks! Gaël I looks that the solution was in the documentation: diagnostics_warn_symbol = '', diagnostics_info_symbol = '', diagnostics_hint_symbol = '', For the diagnostic signs, the def...
gharchive/issue
2023-06-02T12:48:32
2025-04-01T06:43:58.911657
{ "authors": [ "dstein64", "galou" ], "repo": "dstein64/nvim-scrollview", "url": "https://github.com/dstein64/nvim-scrollview/issues/90", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1094476359
Ensure winid from get_windows_options() are always integer Due to a breaking change in neovim 0.7.0 (see neovim/neovim#14090), winid for nvim_win_xxx(...) APIs must be of integer types, no longer allowing implicit conversion from string. This patch will eliminate an error that will happen otherwise. References: https...
gharchive/pull-request
2022-01-05T15:31:27
2025-04-01T06:43:58.916586
{ "authors": [ "dstein64", "wookayin" ], "repo": "dstein64/nvim-scrollview", "url": "https://github.com/dstein64/nvim-scrollview/pull/63", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
425993391
useState still wrong Hey man! have you updated the vscode theme on editor? the useStatestill are with problem: The initialState are not get the 2nd bind ${2:initialState} Thank you :) Sorry, I forgot to release the update 😨 I've done it now, should be alive in couple of minutes :) Hi @dsznajder, thank you for a...
gharchive/issue
2019-03-27T14:28:22
2025-04-01T06:43:58.928936
{ "authors": [ "dsznajder", "rohitkrishna094", "sabriele", "yuritoledo" ], "repo": "dsznajder/vscode-es7-javascript-react-snippets", "url": "https://github.com/dsznajder/vscode-es7-javascript-react-snippets/issues/64", "license": "mit", "license_type": "permissive", "license_source": "bigq...
136876859
Installation fails on Windows - mindash is not found I tried to install cash which depends on vorpal but couldn't get it to install. I'm no npm specialist (quite the opposite) but it seems that https://registry.npmjs.org/mindash returns a 404 error during npm install. I tried to look for mindash but couldn't even fin...
gharchive/issue
2016-02-27T04:19:38
2025-04-01T06:43:58.968835
{ "authors": [ "dthree", "ereOn" ], "repo": "dthree/vorpal", "url": "https://github.com/dthree/vorpal/issues/116", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
697609817
Questions about using Cargo to build a Rust library used from C++ I'm trying to set up a simple Rust library with a C++ interface, based on the demo in this repo, using Cargo. I have quite a few questions, hope that's ok: In build.rs it passes src/demo.cc to the code generator/compiler. If I'm only exposing Rust co...
gharchive/issue
2020-09-10T08:28:52
2025-04-01T06:43:58.999811
{ "authors": [ "Jashwanth537", "Timmmm", "dtolnay" ], "repo": "dtolnay/cxx", "url": "https://github.com/dtolnay/cxx/issues/291", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1050662564
some buttons is disabled when run .files command the local file button is ok. the http files button and '-' button at the right of uploaded local file are disabled. Yes that is true. The file dialog will be replaced with dedicated commands like .files add, .files download soon. The file command no longer open an ...
gharchive/issue
2021-11-11T07:35:12
2025-04-01T06:43:59.006193
{ "authors": [ "ankoh", "l1t1" ], "repo": "duckdb/duckdb-wasm", "url": "https://github.com/duckdb/duckdb-wasm/issues/377", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
626252832
freezing User-Agent string Please add change default user_agent Hi @tigerbit85 could you elaborate more on why this strings is needed?
gharchive/issue
2020-05-28T06:31:31
2025-04-01T06:43:59.024327
{ "authors": [ "KelvnPere", "tigerbit85" ], "repo": "duckduckgo/Android", "url": "https://github.com/duckduckgo/Android/issues/843", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1401024163
Fix out of bounds memcpy crash Task/Issue URL: https://app.asana.com/0/488551667048375/1203116523293811/f Description Update netguard submodule to fix memcpy out of bounds exception Steps to test this PR Smoke test AppTP Current dependencies on/for this PR: develop PR #2369 👈 This comment was auto-generate...
gharchive/pull-request
2022-10-07T11:27:15
2025-04-01T06:43:59.027574
{ "authors": [ "aitorvs" ], "repo": "duckduckgo/Android", "url": "https://github.com/duckduckgo/Android/pull/2369", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1099075126
Remove content scope files causing warnings Task/Issue URL: https://app.asana.com/0/1200194497630846/1201640066177016/f Tech Design URL: CC: Description: This removes the warnings when building. I couldn't find a way to make this work without requiring all the hard coded files (without turning the content scope scr...
gharchive/pull-request
2022-01-11T12:11:55
2025-04-01T06:43:59.033131
{ "authors": [ "jonathanKingston", "samsymons" ], "repo": "duckduckgo/BrowserServicesKit", "url": "https://github.com/duckduckgo/BrowserServicesKit/pull/49", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
391826633
Make sure temp whitelist properly matches on subdomains Reviewer: @MariagraziaAlastra Description: I made a change to make sure we weren't over-matching on domains in the temp whitelist, but it ended up under-matching (specifically on subdomains). This change should fix that issue. Steps to test this PR: Automated...
gharchive/pull-request
2018-12-17T17:59:15
2025-04-01T06:43:59.040240
{ "authors": [ "MariagraziaAlastra", "dharb" ], "repo": "duckduckgo/duckduckgo-privacy-extension", "url": "https://github.com/duckduckgo/duckduckgo-privacy-extension/pull/357", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
957591019
MarkDown learning Create a repository with all revature files not done yet [ ] Turn on GitHub pages [ ] Push all files to this repo
gharchive/issue
2021-08-01T21:30:10
2025-04-01T06:43:59.076749
{ "authors": [ "dudutran" ], "repo": "dudutran/markdown-portfolio", "url": "https://github.com/dudutran/markdown-portfolio/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1938143559
angel framework integration with Swagger It would be interesting if the angel framework somehow had integration with Swagger to allow the automatic generation of documentation for a rest API, at the moment I'm using shelf_swagger_ui and mitmproxy and mitmproxy2swagger to generate documentation automatically https://p...
gharchive/issue
2023-10-11T15:49:51
2025-04-01T06:43:59.087505
{ "authors": [ "dukefirehawk", "insinfo" ], "repo": "dukefirehawk/angel", "url": "https://github.com/dukefirehawk/angel/issues/109", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1422601004
Push latest when pushing main branch This change will push the latest tag to Docker when main updates in this repo. The last push from my fork can be seen here: https://hub.docker.com/repository/docker/withinboredom/frankenphp/general Thank you very much
gharchive/pull-request
2022-10-25T14:51:52
2025-04-01T06:43:59.142568
{ "authors": [ "dunglas", "withinboredom" ], "repo": "dunglas/frankenphp", "url": "https://github.com/dunglas/frankenphp/pull/68", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
579522706
Organizations using SCPs to Restrict Regions CloudMapper uses ec2.describe_regions() to pull back which regions to iterate over. Is there a better way to get this in an org that restricts regions using SCPs? Currently this causes a lot of access denied errors as cloudmapper tries to run describe calls in regions th...
gharchive/issue
2020-03-11T20:19:59
2025-04-01T06:43:59.155194
{ "authors": [ "0xdabbad00", "andrewkrug", "dr460neye" ], "repo": "duo-labs/cloudmapper", "url": "https://github.com/duo-labs/cloudmapper/issues/682", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
925636616
Update requirements.txt for #875 I encountered issue #875. I fixed requirements.txt by upgrading dependencies one by one. I confirmed this change works by running followings. run installation command python3 -m venv ./venv && source venv/bin/activate pip install -r requirements.txt run demo python cloudmapper.py pre...
gharchive/pull-request
2021-06-20T16:37:47
2025-04-01T06:43:59.159614
{ "authors": [ "0xdabbad00", "CLAassistant", "momotaro98" ], "repo": "duo-labs/cloudmapper", "url": "https://github.com/duo-labs/cloudmapper/pull/876", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
57721620
win下雪碧图插件很难安装 是不是可以考虑换下插件不用依赖与gm或者canvas的,这些个插件在win下就是无解的存在,每次折腾半点都安装不上。可以换成例如(gulp.spritesmith) win下是遇到啥问题呢? 如果报找不到xx模块的错误信息,cd到里面文件夹安装缺失的模块。可能网络问题引起的。 gulp-spritesmith依赖 spritesmith 模块,也需要安装图形引擎环境。 详见:https://www.npmjs.com/package/spritesmith#engines _gulp-spritesmith_依赖 spritesmith 模块,也需要安装图形引擎环境。 就是这个图形引擎环境...
gharchive/issue
2015-02-15T07:31:34
2025-04-01T06:43:59.163575
{ "authors": [ "kinglion", "twlk28" ], "repo": "duowan/generator-lego", "url": "https://github.com/duowan/generator-lego/issues/3", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1984283938
add example for creating edge lambda function Lambda Edge Function Task linked: DUPLO-10097 TF: Support Edge Lambda option on duplocloud_aws_lambda_function
gharchive/pull-request
2023-11-08T19:44:23
2025-04-01T06:43:59.173275
{ "authors": [ "ddiaz-duplo", "zafarabbas" ], "repo": "duplocloud/terraform-provider-duplocloud", "url": "https://github.com/duplocloud/terraform-provider-duplocloud/pull/336", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1690541213
🛑 Mention Bot is down In a56d1ec, Mention Bot (https://backend.isbotdown.com/bots/mentionbot) was down: HTTP code: 200 Response time: 84 ms Resolved: Mention Bot is back up in 4b6d79d.
gharchive/issue
2023-05-01T08:11:40
2025-04-01T06:43:59.175941
{ "authors": [ "durof" ], "repo": "durof/status", "url": "https://github.com/durof/status/issues/3729", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }