Dave Thomas

Results 29 issues of Dave Thomas

### Description running paket from dotnet 6 results in an error HRESULT: 0x80004005 ### Repro steps Have paket as a local tool in a repo, then: ``` dotnet tool restore...

e.g. In F# interactive you would use: ``` > #time;; --> Timing now on > let rec fib n = if n < 2 then 1 else fib (n-1) +...

``` 1) System.Exception: Error while running '/Users/davethomas/fsharp/SAFE-Nightwatch/android/gradlew' with args: assembleRelease --console plain at FSI_0005.Build+run'@49-3.Invoke (System.String message) [0x00001] in :0 at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv`1[TResult].Finalize () [0x00012] in :0 at Microsoft.FSharp.Core.PrintfImpl+Final2@235[TState,TResidue,TResult,A,B].Invoke (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] env, A...

The AST has no concept of a hash directive apart from `#r "blah"` so currently its not possible to generate them via an ast.

enhancement

https://moiraesoftware.github.io/myriad//how-tos/lenses.html

help wanted
good first issue
NeedDocs

``` git clone https://github.com/jet/falanx.git cd falanx code . ``` I think this file was open `src/Falanx.Proto.Core/JsonCodec/Codec.fs` I get the following error: `Process is terminating due to StackOverflowException.` Full log below:...

`==` refers to obsolete use `===` `===` refers to obsolete use `==` https://github.com/jack-pappas/ExtCore/blob/master/ExtCore/Pervasive.fs#L105-L113

maintenance

So if you `open System` then you get both the one from FSharp.Core and ExtCore so you have to prefix pattern matching on the Error case to avoid collision: ```...

maintenance

http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-List.html#v:-92--92-

enhancement
up-for-grabs