Rudi Horn
Rudi Horn
This PR is an alternative to #586. It extends the USB profiles with an MSC class and an MSC+CDC composite class. **Summary** - This PR gets rid of the dependencies...
This is my initial draft on PR on issue #242. The example `serial-dma-circ-len.rs` shows how to use it in more detail, but the most important changes are demonstrate in the...
Currently circular DMA is implemented in a way where the circular buffer has two buffer halves, and then once one buffer half has been filled the buffer half can be...
### Description This seems to more be an F# bug related to a unification error with F# anonymous record types (possibly a dotnet restriction?). ### Repro steps ```F# [ {|id=5;...
### Description Trying to load Npgsql entity framework on dotnet core over Paket has issues, most likely related to dependencies not being loaded. ### Repro steps ```F# #load "Paket.fsx" Paket.Package...
### Description There is some issue loading the correct libraries to use Type Providers on .NET Core. While this is directly relevant to Type Providers, the issue itself is broader...
This is an issue to track improving the Links testing structure. Currently Links mainly makes use of an ad hoc test harness which performs the equivalent of a "system test"...
I've been trying to experiment with constraint handling rules with ELPI, and as far as I can tell the CHR behaviour does not match that of SWI. Specifically the SWI...
I was trying to use the fsharp language server in combination with a modified SQLProviders project, but instead of looking in the `SQLProviders/bin/...` folder for the binary, it was looking...
With the latest update to the `SQLProvider` library it now works with dotnet core, and the fsharp-language-server seems to handle SQLite as it should, but there are still issues with...