bmitc

Results 26 issues of bmitc

* This repository should be archived to make it read only. * The README should be updated to say it is no longer active and to point to https://github.com/erlef/docker-elixir.

In Visual Studio Code (VSCode), ElixirLS consistently reports a problem with `mix.exs`, saying `Build failed for unknown reason. See output log.` This makes the entirety of `mix.exs` to be red...

## Environment * Elixir & Erlang/OTP versions (elixir --version): n/a? * Operating system: Windows 11 * How have you started Livebook (mix phx.server, livebook CLI, Docker, etc): download and install...

area:desktop

**Repro steps** See the below FSI session for an overview of the issue. [Asked on Stack Overflow as well.](https://stackoverflow.com/questions/73117026/issue-with-generically-casting-a-float-with-units-to-different-units-in-f/73117258?noredirect=1#comment129177712_73117258) ```fsharp > let removeUnits (x: float -> float > let castUnits...

Bug

**Description** I am using GLFW for creating a window and SkiaSharp to draw to that window's OpenGL context. SkiaSharp suddenly throws `System.AccessViolationException` exceptions, often without an indication of where it...

### Description Several methods, such as the static method [`Chart.withXAxisStyle`](https://github.com/plotly/Plotly.NET/blob/d36b043fce159ad7f28eadc0088e79ddba89ff12/src/Plotly.NET/ChartAPI/Chart.fs#L1098) use camelCase. However, the convention for F# is to camelCase functions but then PascalCase members. ### Repro steps n/a ###...

I wasn't finding information in the README how to actually use the library, but I found the [Maui.Graphics website](https://maui.graphics/), which also links to the [official documentation](https://docs.microsoft.com/en-us/dotnet/maui/user-interface/graphics/). I think the Maui.Graphics...

### Problem I am unable to get the CSV type provider to work. Even the [example in the official documentation](https://fsharp.github.io/FSharp.Data/library/CsvProvider.html) doesn't work, which showcases the same problem I am having....

I am using Racket 8.0 on Windows 10. Run the following code. ```racket #lang racket/gui (struct dc-state (smoothing pen brush font)) (define (capture-dc-state dc) (dc-state (send dc get-smoothing) (send dc...

See the attached video for a demonstration. To reproduce: 1. Hover the mouse over a hyperlink such that the hyperlink changes color 2. Scroll the window using the arrow keys...

question