Socolin

Results 29 issues of Socolin

Hi, I'm trying to build Criterion on OpenBSD and I'm stuck on build of BoxFort because there is no `waitid(2)` on OpenBSD https://github.com/diacritic/BoxFort/blob/master/src/sandbox-posix.c#L161 https://github.com/diacritic/BoxFort/blob/master/src/sandbox-posix.c#L173 Is there any workaround I could...

Hello, Is there any plan to support Azure Blob Storage as a storage solution instead of using the filesystem ? https://github.com/Azure/azure-sdk-for-php#blob-storage This would be much easier to manage than having...

enhancement

### Link to Feature Request _No response_ ### Implementation Idea Hello, I would like to add some colors in the specflow output, it'll make it simpler and easier to find...

Hello, I would like to be able to configure how exception are displayed The current code is here: https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/Internal/Results/TestResult.cs#L562 In our projects we use a lot of custom exception with...

is:idea

Hello, The Rider test runner is supporting colored output in tests, but when I try to write some colored output with xUnit, I'm getting the following result. ![image](https://user-images.githubusercontent.com/539620/173191534-0806b376-68b4-4370-b890-20682c7b80eb.png) Expected result:...

type: Feature
area: Core framework
help wanted
good first issue

When resizing circle on a map with the option: crs: L.CRS.Simple the circle radius is invalid * Repro link: https://codepen.io/socolin/pen/qBBrzMO * Fixed version: https://codepen.io/socolin/pen/xxxqoyb The problem seems to be from...

Hi, The route ` "/dbs/:dbId/colls/:collId/docs": queryDocuments,` is not responding the expected body when using the following example with dotnet sdk ``` var iterator = container.GetItemLinqQueryable() .Where(x => ids.Contains(x.Id)) .ToFeedIterator(); ```...

enhancement

Intended to be used as key or secret Fix https://github.com/hashicorp/terraform-provider-random/issues/63

documentation
size/L
tf-devex-triage

Hello, Would it be possible to also generate equality members for `struct` ?

enhancement

Hello, Would it be possible to configure LevelOfParallelism with a % of the number of the core to use? My use case is the following: I have lots of test...