adamyakes

Results 7 issues of adamyakes

When using `Chart.Attributes.domain`, I expect the x-axis to be affected, and when using `Chart.Attributes.range`, I expect the y-axis to be affected. However, the opposite seems to be true. The following...

in progress

This address #105 - the [Domain of a function](https://en.wikipedia.org/wiki/Domain_of_a_function) is the input / independent variable / X-Axis of a chart, but this library uses the term to refer to the...

I've found myself writing this function a couple times. It's a map that collects all failures. If every call to `f` returns `Ok`, the result is `Ok (List b)`, but...

I recently mistyped the name of a repo/plugin, and when I ran `:PlugInstall`, I ran into the same cryptic error described in [this](https://stackoverflow.com/questions/69474562/unable-to-install-plugins-in-vim-via-pluginstall) Stack Overflow issue. Cloning into 'C:\Users\myusername\AppData\Local\nvim-data\plugged\coc.vim'... remote:...

In the discussion of https://github.com/fsharp/fslang-suggestions/issues/1438, I think that the way one-line lists are being parsed is not consistent with operator precedence. (`;` is lower precedence than `if`) **Repro steps, Expected...

Feature Improvement
Area-Compiler-Syntax

The docs for [`NpgsqlParameterCollection.Add(object value)`](https://www.npgsql.org/doc/api/Npgsql.NpgsqlParameterCollection.html#Npgsql_NpgsqlParameterCollection_Add_System_Object_) inherit a misleading statement for the `value` argument: > The [Value](https://learn.microsoft.com/dotnet/api/system.data.common.dbparameter.value) of the [DbParameter](https://learn.microsoft.com/dotnet/api/system.data.common.dbparameter) to add to the collection. However, you're not adding the `Value`...

documentation
good first issue

I recently [posted to Stack Overflow](https://stackoverflow.com/questions/79742611) asking a question about how to one-line the following (modified my example for brevity) ```fsharp let x = false [ 1 2 if x...

area: syntax