-
Hi,
I am looking for the centrality measures 'Betweeness' and 'Closeness' Both build on Shortest Path calculation which also doesn't seem available yet. Are their plans to implement this? My ini…
-
Case 1
```
type Test() =
member __.Equals (_: Test) = true
let inline Equals(a: obj) (b: ^t) =
match a with
| :? ^t as x -> (^t: (member Equals: ^t -> bool) (b, x))
| _-> fal…
-
Type: Bug
Il fait semblant de codé sans rellement ecrire dans les fichiers
VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Windows_NT x…
-
**Describe the bug**
When updating from an old version (1.1.5.0), we are finding that SQL exceptions are being ignored when calling SubmitPendingChanges. I have tracked it down to 1.1.38, the versio…
-
FSharp PowerTools is crashing with following exception after last upgrade. Seems to be some issue with tasklist comment manager.
Below is the related component from ActivityLog.xml
```xml
…
-
This used to work before but now I cannot use CreateFromEnumerable in F# now.
In F#, we define mutable classes by annotating F# 'record' types with CLIMutable:
```F#
[]
type D =
{
…
-
```
What steps will reproduce the problem?
On mono only (verified on OS X, mono 3.4.x):
1. In fresh FSI session with FsEye loaded, create a binding like [1;2;3]
2. Right-click the [1;2;3] binding in…
-
I am getting an error i have never seen before and i am quite confsed about what it means. I am trying use Deedle 2.2 from an F# script in Visual Studio 2019 16.7, and i get the following error:
>e…
-
#### TL;DR
When Fsharp.Data.dll is referenced from the script that doesn't use type providers, only for the sake of JsonValue and such, it nevertheless requires Fsharp.Data.DesignTime.
It would be n…
-
Paket (http://fsprojects.github.io/Paket/index.html) is gaining traction as a very cool alternative to using nuget on the client. Since we already have all the necessary abstractions, we should consid…