Naram Qashat

Results 13 issues of Naram Qashat

Recently I tried to set things up so I could install some packages from my locally built package repository created via poudriere and some from the official FreeBSD package repository....

## Prerequisites - [x] Have you checked for an existing issue describing your problem? - [x] Are you running the latest version? (running poudriere-devel-3.3.99.20220713) - [x] Is your ports tree...

bug

So, if you look at the first example for forkJoin at https://rxjs.dev/api/index/function/forkJoin it mentions using a dictionary of observable inputs. If I try to use that forkJoin example with RxViz,...

I've come across this situation that I am unsure if CalcBinding can handle as is or would need to be modified to handle (or if this is even possible with...

**Is your feature request related to a problem? Please describe.** I usually prefer to have LF as my line endings instead of CRLF. Although I use an extension, Line Endings...

Feature
Universal

**Is your feature request related to a problem? Please describe.** I don't know if I'd consider it a problem or not, but with the release of .NET 6, they introduced...

I've been trying to look through and even debug through Cocona's source code to see if this is possible, but I was unable to find an answer. Some command line...

question

I am using the `FatValueType` from NetFabric's own LINQ benchmarks project (https://github.com/NetFabric/LinqBenchmarks), except I've made it a `readonly record struct` instead of just a `struct`, so it basically becomes the...

(NOTE: All of this is with version 3.0.0-beta48 from NuGet.) If I do the following: `ValueEnumerable.Range(0, 10).Sum()` I get back `50` for the result, when the value should be `45`....

**Describe the bug** I found this issue when I was trying to turn data from an Excel file into data to render via RadzenDataGrid, but decided to make some simple...